/* About */
.about-depoimentos2 {
	position: relative;
	background-color: var(--color-white);
	padding:4rem 0
}
.depoimentos2_itens_stars{color:var(--color-accent);margin-bottom: 1rem;}
.about-depoimentos2-title{
	font-size: 2rem;
	font-weight:600;
	line-height:1.1;
	margin-bottom:2rem;
	text-align:center;
	color: var(--color-primary);
}

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

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

.about-depoimentos2-itens > p{
	position:relative;
	padding-bottom:2rem;
	background-color:var(--color-white);
}
.depoimentos2_item_text .btn{border: none;margin-top:1rem;width: 100%;text-align: center;}
.depoimentos2_item_text .btn:hover{background-color: var(--color-black) !important;}
.depoimentos2_item_text .btn span{text-shadow: none;}

.about-depoimentos2-itens .wp-block-group-depoimentos2{
	position:relative;
	text-align:left;
	border-radius: 1rem;
	width: 100%;
	margin:0;
	display: inline-block;
	margin-bottom: 25px;
	background-color: #FAF2F7;
}

.about-depoimentos2-itens ul {
  list-style-type: none; list-style-position: outside;
}

.about-depoimentos2-itens li::marker {
  content: "\279C";
}
.about-depoimentos2-itens li {
  padding-left: 1rem;
}
.depoimentos2_item_image{
	width: 100%;
	height: 288px;
	border-top-left-radius: 1rem;
	border-top-right-radius:1rem;
	background-size: cover;
	position: relative;
	box-shadow: 0px 10px 40px -12px rgba(0, 0, 0, 0.17);
}
.background-cover{
	position: absolute;
	width: 100%;
	height: 288px;
	left: 0px;
	top: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	border-top-left-radius: 1rem;
	border-top-right-radius:1rem;
}
.depoimentos2_itens_text{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #4A5565;
}
table{
	border-collapse: separate; /* Garante que o espaçamento funcione */
  border-spacing: 3px;
}
td,th{background: transparent;background-color: transparent !important;border: none;border-collapse: collapse;padding: 0;vertical-align: middle;}
.depoimentos2_itens_nome{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
	margin: 0;
	vertical-align: bottom;
}
.depoimentos2_itens_profissao{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #4A5565;
	margin: 0;
	vertical-align: top;
}
.depoimentos2_itens_title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
}
.iniciais-circle{border-radius: 50%;text-align: center;padding: 9px;display: inline;}
.iniciais-circle span{
font-style: normal;
text-align: center;
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: var(--color-white);
}
.depoimentos2_itens_title_content{margin-bottom: 1rem;}
.icon_depoimentos2{max-width: 32px;height: fit-content;}
.icon_depoimentos2_container{padding: 16px;border-radius: 50%;display: inline-block;margin: 20px;}
.depoimentos2_item_text{padding:2rem;width: 100%;}
.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n - 5)::before{
	background: var(--color-primary);
}

.depoimentos2-title-display{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #1A1A1A;
	margin-bottom: 3rem;
}
@media screen and (min-width:768px) and (max-width:1400px) {
	.depoimentos2_item_text > p{min-height: 190px;}
}

@media screen and (min-width:768px) {
	.depoimentos2_item_text .btn{
		width: 86%;
		text-align: center;
		position: absolute;
		left: 7%;
		bottom: 35px;
	}
	.about-depoimentos2-title{
		font-size: 3rem;
	}
	.about-depoimentos2-itens{
		font-size: 1.25rem;
	}
	.depoimentos2_item_image{
		width: 100%;
	}
	.depoimentos2_item_text{width: 100%;min-height: 310px;}

	.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n - 5)::before{
		left:auto;
		right: -4rem;
	}
	.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n - 4)::before{
		left: -4rem;
	}
	.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n - 3)::before{
		left:auto;
		right: -4rem;
	}
	.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n - 2)::before{
		left: -4rem;
	}
	.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n - 1)::before{
		left:auto;
		right: -4rem;
	}
	.about-depoimentos2-itens .wp-block-group-depoimentos2:nth-child(6n)::before{
		left: -4rem;
	}
}