/* About */
.about-history {
	position: relative;
	background-color: #F9FAFB;
	padding:4rem 0
}

.about-history-title{
	font-size: 2rem;
	font-weight:600;
	line-height:1.1;
	margin-bottom:2rem;
	text-align:center;
	color: var(--color-primary);
}

.about-history-text{
	position:relative;
	color: var(--color-text-dark);
	font-size: 1rem;
	font-weight: 200;
	margin-bottom: 3rem;
	text-align:center;
}

.about-history-itens{
	position:relative;
	color: var(--color-text-dark);
	font-size: 1rem;
	font-weight: 200;
	margin-bottom: 3rem;
	text-align:center;
}

.about-history-itens > p{
	position:relative;
	padding-bottom:3rem;
	background-color:var(--color-white);
}

.about-history-itens::before{
	content:"";
	position:absolute;
	width:0.25rem;
	height:100%;
	left:1rem;
	top:0;
	background: linear-gradient(180deg, #E7000B 0%, #00A63E 50%, #F0B100 100%);
}

.about-history-itens .wp-block-group{
	position:relative;
	text-align:left;
	background-color: var(--color-white);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
	border-radius: 1rem;
	width: 86%;
	margin:0 0 2rem 3rem;
}

.about-history-itens .wp-block-group::before{
	content:"";
	position:absolute;
	border-radius: 50%;
	border: 4px solid var(--color-white);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	width: 1.5rem;
	height: 1.5rem;
	top:calc(50% - 0.75rem);
	left:-2.6rem;
}

/* .about-history-itens .wp-block-group p:nth-child(1){
	position:relative;
	display: inline-block;
	padding:0.5rem 1.2rem 0.5rem 2.4rem;
	color: var(--color-white);
	font-weight: 400;
	font-size: 1.1rem;
	border-radius: 2rem;
	background-image: url(../../image/icon-calendar-white.svg);
	background-repeat: no-repeat;
	background-position: 1rem 0.8rem;
	background-size: 1rem;
} */
.about-history-itens .wp-block-group p:nth-child(2){
	font-weight:600;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.about-history-itens .wp-block-group p:nth-child(3){
	font-weight:200;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	color:var(--color-text-dark);
}

.about_history_item_image{
width: 100%;
height: 200px;
border-radius: 0px;
background-size: cover;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
position: relative;
}
.background-cover{
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0px;
	top: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 0px;
}
.about_history_itens_text{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #4A5565;
}
.about_history_itens_year{
position: absolute;
width: 100px;
height: 48px;
left: 20px;
bottom: 0;
font-style: normal;
font-weight: 700 !important;
font-size: 40px !important;
line-height: 48px;
color: #FFFFFF;
}
.about_history_item_text{padding:1.5rem;}
.about-history-itens .wp-block-group:nth-child(6n - 5)::before{
	background: var(--color-primary);
}
/* .about-history-itens .wp-block-group:nth-child(6n - 5) p:nth-child(1){
	background-color: var(--color-primary);
} */
.about-history-itens .wp-block-group:nth-child(6n - 4)::before{
	background: var(--color-secondary);
}
/* .about-history-itens .wp-block-group:nth-child(6n - 4) p:nth-child(1){
	background-color: var(--color-secondary);
} */
.about-history-itens .wp-block-group:nth-child(6n - 3)::before{
	background: var(--color-accent);
}
/* .about-history-itens .wp-block-group:nth-child(6n - 3) p:nth-child(1){
	background-color: var(--color-accent);
} */
.about-history-itens .wp-block-group:nth-child(6n - 2)::before{
	background: var(--color-primary);
}
/* .about-history-itens .wp-block-group:nth-child(6n - 2) p:nth-child(1){
	background-color: var(--color-primary);
} */
.about-history-itens .wp-block-group:nth-child(6n - 1)::before{
	background: var(--color-secondary);
}
/* .about-history-itens .wp-block-group:nth-child(6n - 1) p:nth-child(1){
	background-color: var(--color-secondary);
} */
.about-history-itens .wp-block-group:nth-child(6n)::before{
	background: var(--color-accent);
}
/* .about-history-itens .wp-block-group:nth-child(6n) p:nth-child(1){
	background-color: var(--color-accent);
} */

@media screen and (min-width:768px) {
	.about-history-title{
		font-size: 3rem;
	}
	.about-history-itens{
		font-size: 1.25rem;
	}

	.about-history-itens::before{
		/* height:calc(100% - 2rem);
		top:2rem; */
		left:calc(50% - 0.125rem);
	}

	.about-history-itens .wp-block-group:nth-child(even){
		width: 46%;
		margin:0 0 4rem auto;
	}

	.about-history-itens .wp-block-group:nth-child(odd){
		width: 46%;
		margin:0 auto 2rem 0;
	}
	.about-history-itens .wp-block-group + .wp-block-group {
		margin-top: -190px;
	}
	.about-history-itens .wp-block-group:nth-child(6n - 5)::before{
		left:auto;
		right: -4rem;
	}
	.about-history-itens .wp-block-group:nth-child(6n - 4)::before{
		left: -4rem;
	}
	.about-history-itens .wp-block-group:nth-child(6n - 3)::before{
		left:auto;
		right: -4rem;
	}
	.about-history-itens .wp-block-group:nth-child(6n - 2)::before{
		left: -4rem;
	}
	.about-history-itens .wp-block-group:nth-child(6n - 1)::before{
		left:auto;
		right: -4rem;
	}
	.about-history-itens .wp-block-group:nth-child(6n)::before{
		left: -4rem;
	}
}