/* - - - - - BANNER - - - - - */
.banner{width: 100%; height: 700px; position: relative; z-index: 1;}

.banner .owl-carousel{width: 100%; height: 700px; position: relative;}
.banner .owl-carousel li{width: 100%; height: 700px; position: relative;}
.banner .owl-carousel li:before{content: ""; position: absolute; width: 100%; height: 100%; background-color: #193952; opacity: 0.6; left: 0; top: 0; z-index: 2;}

.banner .owl-carousel li img{width: 100%; height: 100%; object-fit: cover;}

.banner .owl-carousel .texto{
	width: 100%; 
	height: auto; 
	position: absolute; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
	align-items: center;
	gap: 30px;
	bottom: 105px; 
	left: 0;
	right: 0;
	margin: auto; 
	z-index: 3;
}
.banner .owl-carousel .texto > *{position: relative; margin: 0; color: #fff; font-size: 34px;}
.banner .owl-carousel .texto .titulo{width: 220px; text-transform: uppercase; font-weight: 400; padding: 10px 20px 5px 0; border-right: 1px #fff solid;}
.banner .owl-carousel .texto .descricao{padding: 0 0 5px; font-size: 38px;}
.banner .owl-carousel .texto .descricao span{display: block;}
.banner .owl-carousel .texto .descricao .autor{font-size: 18px; font-style: italic; margin-top: 15px;}


.banner .owl-carousel .owl-dots{display: block !important; bottom: 10px;}
/* - - - - - BANNER - - - - - */


/* - - - - - SOBRE - - - - - */
.sobre{width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 50px 0 250px 0; background: url("../../imagens/bg-sobre.png") top center repeat; z-index: 1;}
.sobre .central{padding: 0 100px; box-sizing: border-box;}

/* - - - BLOCO - - - */
.sobre .bloco{}
.sobre .bloco p span{display: block;}
/* - - - BLOCO - - - */

/* - - - IMAGEM - - - */
.sobre .imagem{width: 360px; height: auto; position: absolute; right: 0; top: 20px;}

.sobre .imagem .img{width: 100%; height: auto; position: relative; z-index: 1;}
.sobre .imagem .img:before{
	content: ""; 
	display: block;
	position: absolute;
	background: url("../../imagens/detail-img-katia.png") center center no-repeat;
	width: 377px;
	height: 396px;
	top: -26px;
	z-index: 2;
}
.sobre .imagem .img img{width: 100%; height: auto; position: relative; object-fit: cover; z-index: 1;} 

.sobre .imagem p{color: #915F38; font-size: 20px; font-weight: 700; font-style: italic; text-align: right; width: 100%; padding: 120px 80px 0 0; box-sizing: border-box;}
/* - - - IMAGEM - - - */

/* - - - CERTIFICADOS - - - */
.certificados{margin: 90px 0 0 0;}

.certificados h2{font-size: 22px; color: #F6F2ED; text-transform: uppercase; font-weight: 700; font-style: italic; letter-spacing: 4px; text-align: center; margin: 0 auto 35px;}

.certificados .imagens{
	width: 100%; 
	height: auto; 
	position: relative; 
	box-sizing: border-box; 
	padding: 15px; 
	border-radius: 10px; 
	background-color: #173a53; 
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.certificados .imagens li{width: auto; height: auto; position: relative; margin: 0;}
.certificados .imagens li img{width: auto; height: auto; position: relative; object-fit: cover;}
/* - - - CERTIFICADOS - - - */

/* - - - - - SOBRE - - - - - */


/* - - - - - SERVICOS - - - - - */
.servicos {
  position: relative;
  background: url("../../imagens/bg-servico.png") top center no-repeat;
  padding: 120px 0 130px;
  margin-top: -180px;
  z-index: 2;
}

/* - - - BLOCO - - - */
.servicos .bloco{margin-bottom: 60px;}
/* - - - BLOCO - - - */


/* - - - LISTA - - - */
.servicos .lista{width: 100%; height: auto; position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px;}

.servicos .lista article{width: 280px; height: auto; position: relative; margin: 0; text-align: center;}

.servicos .lista article figure{width: 100%; height: auto; position: relative; margin-bottom: 25px; z-index: 1;}
.servicos .lista article figure img{width: 100%; height: auto; position: relative; object-fit: cover;}

.servicos .lista article figure:after{
	content: "";
	z-index: 2;
	position: absolute;
	display: block;
	width: 280px;
	height: 120px; 
	top: 0;
	right: 0;
	left: 0; 
	bottom: 0; 
	margin: auto; 
	background-color: #1939529e;
}


.servicos .lista article h3{
	width: 280px;
	height: 120px;
	font-size: 20px; 
	color: #fff; 
	font-weight: bold; 
	letter-spacing: 3px;
	position: absolute; 
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 35px;
	top: 115px;
	left: 0;
	right: 0;
	z-index: 2;
}

.servicos .lista article p{font-size: 13px; color: #193952; line-height: 20px; box-sizing: border-box; padding: 0 5%;}
/* - - - LISTA - - - */

/* - - - - - SERVICOS - - - - - */


/* - - - - - PARA - - - - - */
.para-quem{width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 300px 0 80px; margin-top: -195px; background-color: #193952; z-index: 1;}

/* - - - BLOCO - - - */
.para-quem .bloco{margin-bottom: 100px;}
.para-quem .bloco:before{
    content: "Para quem?";
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 700;
    position: absolute;
    color: #2C4D67;
    font-size: 70px;
    display: block;
    top: -27px;
    left: 50%;
    margin-left: -235px;
    z-index: 1;
}

.para-quem .bloco .titulo{z-index: 2;}
/* - - - BLOCO - - - */

/* - - - PUBLICOS - - - */
.para-quem .publicos{width: 100%; height: auto; position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}

.para-quem .publicos article{width: 350px; height: 400px; position: relative; margin: 0; border-radius: 25px; overflow: hidden;}

.para-quem .publicos article figure{width: 100%; height: 100%; position: relative; z-index: 1;}
.para-quem .publicos article figure:after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(25, 57, 82, 0.25); z-index: 2;}
.para-quem .publicos article figure img{width: 100%; height: 100%; position: relative; object-fit: cover; z-index: 1;}

.para-quem .publicos p{
	width: 100%; 
	height: auto; 
	position: absolute; 
	box-sizing: border-box; 
	padding: 0 30px;
	text-align: center;
	align-self: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFF; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	z-index: 3;
}
/* - - - PUBLICOS - - - */

/* - - - - - PARA - - - - - */


/* - - - - - FAQ - - - - - */
.faq{width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 80px 0; background: url("../../imagens/bg-faq.png") top repeat;}

/* - - - BLOCO - - - */
.faq .bloco.principal{margin-bottom: 75px;}
.faq .bloco.principal .titulo{background: url("../../imagens/img-faq.png") center center no-repeat; overflow: hidden; width: 210px; height: 120px; text-indent: -99999px; margin: 0 auto;}
/* - - - BLOCO - - - */

/* - - - CONTEUDO - - - */
.faq .conteudo{width: 100%; height: auto; position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;}

.faq .conteudo .column{
	width: 575px;
	height: auto; 
	position: relative; 
	box-sizing: border-box; 
	margin: 0; 
	padding: 20px 0;
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}
.faq .conteudo .column:first-child{padding-right: 20px; border-right: 1px #2B495A solid;}

.faq .conteudo .column .item{}
.faq .conteudo .column .item .titulo{margin-bottom: 10px;}

.faq .conteudo .column:first-child > .item{margin: 0 0 20px;}
.faq .conteudo .column:last-child > .item{margin: 0 0 40px;}
.faq .conteudo .column .item:last-child{margin: 0 0;}
/* - - - CONTEUDO - - - */

/* - - - - - FAQ - - - - - */


/* - - - - - BENEFICIOS - - - - - */
.beneficios{width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 125px 0; background: url("../../imagens/bg-beneficios.png") center center no-repeat;} 

/* - - - BLOCO - - - */
.beneficios .bloco.principal{margin-bottom: 110px;}
.beneficios .bloco.principal .titulo{letter-spacing: 5px;}
/* - - - BLOCO - - - */

/* - - - LISTA - - - */
.beneficios .lista{display: flex; gap: 40px; justify-content: center;}

.beneficios .lista .item{
  	position: relative;
  	background: #193952;
  	border-radius: 16px;
  	padding: 20px;
  	box-sizing: border-box;
  	text-align: center;
  	width: 340px;
	height: 220px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin: 0;
}

.beneficios .lista .item:before{content: ""; position: absolute; inset: -8px; border-radius: 20px; border: 1px solid #193952; pointer-events: none;}

.beneficios .lista .item p{width: 100%; text-align: center; font-size: 21px;}
/* - - - LISTA - - - */

/* - - - - - BENEFICIOS - - - - - */


/* - - - - - DEPOIMENTOS - - - - - */
.depoimentos{width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 120px 0 100px; background-color: #F5F5F5;}

/* - - - BLOCO - - - */
.depoimentos .bloco.principal{margin-bottom: 70px;}

.depoimentos .bloco.principal .descricao{max-width: 700px; margin: 15px auto 0; color: #6d6d6d;}
/* - - - BLOCO - - - */


/* - - - LISTA - - - */
.depoimentos .lista{display: flex !important; flex-wrap: wrap; justify-content: center; gap: 40px; justify-content: center;}

.depoimentos .lista .item{
	width: 570px; 
	min-height: 570px; 
	background-color: #193952; 
	border-radius: 10px; 
	box-sizing: border-box; 
	padding: 145px 40px 35px; 
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.depoimentos .lista .item:before{
	content: ""; 
	display: block;
	position: absolute; 
	background: url("../../imagens/icon-quote.png") center center no-repeat;
	width: 92px;
	height: 92px;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

.depoimentos .lista .item .texto{font-size: 16px; line-height: 30px; margin: 0; color: #EEE9D7;}

.depoimentos .lista .item .autor{margin: 0;}
.depoimentos .lista .item .autor strong{display: block; font-size: 20px; font-weight: 700; margin-bottom: 5px; color: #fff;}
.depoimentos .lista .item .autor span{font-size: 16px; font-weight: 300; line-height: 25px; display: block; color: #dcdcdc;}

.depoimentos .lista .owl-dots{display: block!important; bottom: -70px;}
.depoimentos .lista .owl-dots .owl-dot{background-color: #193952; height: 8px; width: 45px;}
.depoimentos .lista .owl-dots .owl-dot.active{background-color: #BFB181;}
/* - - - LISTA - - - */

/* - - - - - DEPOIMENTOS - - - - - */


/* - - - - - CONTATO - - - - - */
.contato{
	width: 100%; 
	height: auto; 
	position: relative; 
	box-sizing: border-box; 
	background: url("../../imagens/bg-contato.png") bottom -50px center no-repeat; 
	background-color: #193952;
	padding: 270px 0 60px;
	margin-top: -80px;
}
.contato .central{box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center;}

/* - - - CONTEUDO - - - */
.contato .conteudo{
	width: auto; 
	height: auto; 
	position: relative; 
	box-sizing: border-box; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	flex-direction: column; 
	margin: 0;
}

/* - - FORMULARIO - - */
.contato .formulario{width: 45%; margin: 0 100px 0 0; padding: 40px 100px 40px 0; border-right: 1px #fff solid;}
.contato .formulario .bloco{margin-bottom: 30px;}
.contato .formulario .bloco .titulo{letter-spacing: 2px;}
.contato .formulario .form{width: 100%;}
/* - - FORMULARIO - - */

/* - - MENSAGEM - - */
.contato .mensagem{width: 45%; min-height: 540px; margin: 0 100px 0 0; padding: 40px 100px 40px 0; border-right: 1px #fff solid;}
/* - - MENSAGEM - - */

/* - - INFO - - */
.contato .info{width: 35%; margin: 0;}

.contato .info .bloco{width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 0 100px;}
.contato .info .bloco:last-child{margin: 0 0 0;}

.contato .info .bloco .descricao{margin: 0 40px 0 0;}
.contato .info .bloco .descricao span{display: block; font-size: 22px;}

.contato .info .bloco:nth-child(1) .redes{flex-direction: column; flex-wrap: wrap; align-content: flex-start;}
.contato .info .bloco:nth-child(1) .redes a{height: 20px; line-height: 20px;}
.contato .info .bloco:nth-child(1) .redes a.long{margin: 0;}

.contato .info .bloco:nth-child(2) .redes{}
.contato .info .bloco:nth-child(2) .redes a{width: 50px; height: 50px; background-color: #fff; border-radius: 100%; padding: 10px; box-sizing: border-box; margin-right: 15px;}
.contato .info .bloco:nth-child(2) .redes a img{filter: invert(16%) sepia(69%) saturate(506%) hue-rotate(164deg) brightness(99%) contrast(93%);}

.contato .info .bloco:nth-child(2) .redes a:last-child{margin-right: 0;}

.contato .info .bloco:nth-child(2) .redes a:hover{background-color: #EEE9D7;}
.contato .info .bloco:nth-child(2) .redes a:hover > img{}
/* - - INFO - - */

/* - - - CONTEUDO - - - */

/* - - - - - CONTATO - - - - - */