@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');
html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
	background: #dfdfdf;
}
header{
	text-align: center;
	padding: 50px 0;
}
header .logo img{
	width: 100%;
	height: auto;
	max-width: 200px;
}
header ul{
	padding: 10px 0 0 0;
}
header ul li{
	display: inline-block;
	margin: 0 40px;
	position: relative;
}
header ul li a{
	color: #fff;
    font-weight: 600;
    font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0px;
}
header ul li:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #38803c;
	position: absolute;
	bottom: -6px;
	right: -20px;
	display: none;
}
header ul li a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
header ul li:hover:before{
	display: block;
}
.topo{
	background-image: url(images/Empresa-CNPJ.png) ;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.form-control{
    border: none;
	border-radius: 10px;
    height: 55px;
    padding: 10px 20px;
    margin: 5px 10px;
    
}
.formsubmit{
    opacity:1;
	background: #38803c;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
textarea{
	resize: none;
	min-height: 150px;
}
.formsubmit:hover{
	background: #fff;
	color:#38803c; 
}
.chamada{
	margin-top: 50px;
}
.chamada h1{
	font-weight: 900;
	font-size: 38px;
	color: #fff;
}
.chamada h1 span{
	color:#38803c; 
}
.chamada p{
	color: #fff;
	font-weight:bold;
	margin-top: 60px;
}
.chamada p span{
	color:#38803c; 
}
.areaForm h2{
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	margin-bottom: 30px;
}
.areaForm h2 span{
	color:#38803c; 
}
a.boxButton{
	display: block;
    width: 100%;
    height: 150px;
    border-radius: 26px;
    text-align: center;
    color: #000;
    border: 2.4px solid #38803c;
    box-shadow: rgb(0 0 0 / 62%) 0px 10px 36px 0px, rgb(0 0 0 / 66%) 0px 0px 0px 1px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 42px;
	cursor: pointer;
}
a.boxButton:hover{
	cursor: pointer;
	color:#dfdfdf;
	background-color: #38803c;
	text-decoration: none;
}
.setabaixo{
	margin: 50px 0;
	text-align: center;
}
.setabaixo img{
	width: 100%;
	max-width: 52px;
	height: auto;
}
.institucional{
	text-align: center;
	margin-bottom: 80px;
}
.institucional h2{
	font-weight: 900;
	font-size: 38px;
	color:#38803c; 
	margin-top: 50px;
}
.institucional p{
	color: #000;
	margin: 40px 0 100px 0;
}
.depoimentos.institucional p{
	color: #000;
	margin: 40px 0 40px 0;
}
.areaWhite{
	padding: 60px 0;
	background-color: #dfdfdf;
	text-align: center;
}
.areaWhite h2{
	font-weight: 900;
	font-size: 26px;
	color: #2e2e2e;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.areaWhite h2 span{
	color:#38803c; 
}
.videoInstitucional {
    overflow: hidden;
    position: relative;
    width:100%;
}
.videoInstitucional::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.videoInstitucional iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.depoimentos{
	text-align: center;
	position: relative;
}
.infoCard{
	padding: 20px 20px 80px 20px;
}
.areaFoto{
	position: relative;
}
.areaFoto img{
	width: 100%;
	height: auto;
	max-width: 170px;
	border-radius: 100%;
	border: 3px solid #38803c;
}
.logoDepoimento{
	width: 90px;
    height: 90px;
    background-color: #dfdfdf;
    position: absolute;
    left: 23%;
    bottom: 15px;
    border-radius: 100%;
    text-align: center;
	border: 1px solid #38803c;
}
.logoDepoimento img{
	border-radius: 0;
	width: 80%;
	top: 20%;
	position: relative;
	border: none;
}
.areaDepo{
	text-align: center;
	padding: 25px;
	height: 100%;
	min-height: 450px;
    border-radius: 30px;
    position: relative;
    box-shadow: rgb(0 0 0 / 19%) 10px 10px 20px, rgb(0 0 0 / 23%) 10px 16px 16px;
	padding-top: 80px;
	margin-top: -50px;
}
.areaDepo h3{
	color:#38803c; 
	font-size: 22px;
	font-weight: bold;
}
.areaDepo h4{
	color:#38803c; 
	font-size: 16px;
}
.areaDepo .estrelas{
	text-align: center;
}
.areaDepo .estrelas img{
	display: inline-block;
	width: 21px;
	height: auto;
	margin: 5px;
}
.areaDepo p{
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	margin: 20px 0 0 0 !important;
}
.swiper-button-prev{
	height: 46px;
	width: 46px;
	left: 50px;
    right: auto;
    bottom: 10px;
	cursor: pointer;
}
.swiper-button-next{
	height: 46px;
	width: 46px;
	right: 50px;
    left: auto;
    bottom: 10px;
	cursor: pointer;
}
.swiper-button-prev img,
.swiper-button-next img{
	width: 100%;
	height: auto;
	max-width: 45px;
	-webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.btn-link {
    font-weight: 800;
    color: #2e2e2b;
    background-color: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.card .btn-link.collapsed img{
	transform: rotate(90deg);
}
.card .btn-link img{
	transform: rotate(270deg);
	position: absolute;
	right: 20px;
	font-size: 22px;
	transition: all .3s ease;
	width: 46px;
	height: 46px;
    top: 13px;
}
.textoItalico{
	font-style: italic;
}
.swiper-wrapper {
	-webkit-transition-timing-function:linear!important; 
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
}
.sliderMarcas{
	margin: 50px 0;
}
.sliderMarcas img{
	width: 80%;
	height: auto;
	position: relative;
	left: 10%;
	max-width: 250px;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 16px;
    border-radius: 40px !important;
    background: #dfdfde;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}
.card{
	background: none !important;
	border: none !important;
}
.duvidas{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 80px;
}
.btn-link:hover {
    color: #2e2e2b !important;
    text-decoration: none !important;
    background-color: transparent;
    border-color: transparent;
}
.areaDuvidas{
	background-image: url(images/bg-3.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}
.rodape{
	padding: 70px 0;
	color: #000;
}
.rodape h5{
	font-size: 24px;
	font-weight: 800;
}
.rodape h5:after{
	content: '';
    width: 115px;
    height: 2px;
    background-color: #38803c;
    position: absolute;
    top: 20px;
    right: 60px;
}
.rodape p{
	font-size: 15px;
	text-align: left;
}
.rodape a{
	max-width: 40px;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}
.rodape a img{
	width: 100%;
	height: auto;
}
a.btnCta{
	height: 50px;
    width: 210px;
    padding: 12px 14px;
    background-image: linear-gradient( to right top, #69ab6b, #5da05f, #519553, #458b48, #38803c );
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 51%) 0px 10px 20px, rgb(0 0 0 / 51%) 0px 6px 6px;
	color: #fff;
	left: 50%;
	margin-left: -105px;
	position: relative;
	margin-bottom: 80px;
	display: block;
	text-align: center;
}

.chamada.obrigado h2{
	font-weight: 800;
	margin-top: 40px;
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 40px;
	text-transform: initial;
	text-align: center;
	color: #fff;
}
.chamada.obrigado h1{
	font-weight: 800;
	margin-top: 0px;
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 40px;
	animation-delay: 0.2s;
	text-align: center;
}









/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .topo{
          background-attachment: fixed;
  background-position: 33% 45%; 
    }
	.chamada{
		text-align: center;
		margin-top: 17px;
	}
	a.boxButton {
		margin-bottom: 15px;
		
    padding-top: 50px;
		font-size:11px;
	}
	.btn{
		white-space: initial !important;
	}
	.card-header{
		padding-right: 50px;
	}
	.swiper-button-next{
		right: 5%;
		top:100px;
	}
	.swiper-button-prev{
		left: 5%;
		top:100px;
	}
	.form-control{
		margin: 5px 0;
	}
	header{
		padding: 20px 0
	}
	.chamada h1 {
		font-size: 30px;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	a.boxButton {
	    
    padding-top: 50px;
		margin-bottom: 15px;
	}
	
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.chamada h1 {
		font-size: 30px;
	}
	header ul li {
		margin: 0 15px;
	}
	a.boxButton {
	    
    padding-top: 50px;
		height: 125px;
		font-size: 13px;
	}
	.rodape h5:after {
		top: 30px;
		right: 25px;
	}
	.rodape p{
		font-size: 14px;
		margin-top: 20px;
	}
	
	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	header ul li {
		margin: 0 30px;
	}

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	

}