.section.depoimentos{
}


.section.depoimentos h2 {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
}

.section.depoimentos .subtitulo {
	color: #FFF;
	font-family: Rajdhani;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 30px auto;
}

.section.depoimentos .slider-depoimentos {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 1.25rem;
}

@media (min-width: 64rem) {
	.section.depoimentos .slider-depoimentos {
		max-width: 80%;
	}
}

.section.depoimentos .slider-depoimentos .slick-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	margin-top: 40px;
}

.section.depoimentos .slider-depoimentos .slide {
	border: 1px solid #B7F7F6;
	padding: 20px 10px;
	flex-basis: 100%;
	width: 100%;
	height: auto;
	align-self: stretch;
	position: relative;
}

@media (min-width: 64rem) {
	.section.depoimentos .slider-depoimentos .slide {
		padding: 80px;
	}
}

.section.depoimentos .slider-depoimentos .slide::before {
	position: absolute;
	top: -25px;
	left: 50%;
	background: url(../../assets/dist/img/aspas_verde.png);
	content: "";
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
}

.section.depoimentos .slider-depoimentos .slide .texto {
	color: #FFF;
	text-align: justify;
	font-family: "source-sans-pro";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 152.939%;
}

.section.depoimentos .slider-depoimentos .slide .nome {
	color: #8DE752;
	text-align: center;
	font-family: Rajdhani;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin-top: 30px;
}

.section.depoimentos .slider-depoimentos .slide .destino {
	color: #8DE752;
	font-family: Rajdhani;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}

.section.depoimentos .slider-depoimentos .slick-prev {
	left: -2.375rem;
}

.section.depoimentos .slider-depoimentos .slick-next {
	right: -2.375rem;
}