@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.WhatsAppButton {
  box-sizing: border-box;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  z-index: 1002;
  background-image: url(../principal/iconewhatsapp.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 50%;
  transition: 0.3s ease;
}
.WhatsAppButton:hover {
  background-color: #128c73;
}
.WhatsAppButton::before {
  animation: whatsScale 2000ms ease infinite;
}
.WhatsAppButton::after {
  animation: whatsScale 2000ms ease infinite 500ms;
}
.WhatsAppButton::before, .WhatsAppButton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #128c73;
  border-radius: 50%;
  transition: 0.3s ease;
  box-sizing: border-box;
  transform: scale(0);
}

@keyframes whatsScale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.titulo {
  color: #0278B5;
  font-size: 33px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-image: url(../principal/saiba-mais-detalhe.png);
  background-repeat: no-repeat;
  background-position: 0px bottom;
  padding: 5px 0 0 15px;
}
.titulo img {
  margin-bottom: 30px;
}

.txtCorpo {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-weight: normal;
}

.maisFotos, .maisFotosDepoimentos {
  margin: 20px 0;
  padding: 0px;
  display: table;
  width: 100%;
}
.maisFotos li, .maisFotosDepoimentos li {
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
  height: 280px;
  padding-bottom: 65px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  overflow: hidden;
}
.maisFotos li a, .maisFotosDepoimentos li a {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  color: #000;
}

.maisFotosDepoimentos li {
  height: auto;
  aspect-ratio: 3/4 !important;
}
.maisFotosDepoimentos li a {
  height: 100%;
}

.fotoPrincipal {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 450px;
}
@media screen and (max-width: 992px) {
  .fotoPrincipal {
    width: 100%;
  }
}
.fotoPrincipal img {
  width: 100%;
}

.topbar {
  background-color: #0278B5;
  padding: 13px 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.topbar__social ul {
  margin: 0;
}
.topbar__social li {
  margin: 0px !important;
  padding: 0px !important;
}
.topbar__social a {
  display: inline-block;
  color: #fff;
  transition: opacity 0.3s ease;
  margin: 0px !important;
  padding: 0px !important;
}
.topbar__social a:hover {
  opacity: 0.7;
}
.topbar__social .icon {
  height: 23px;
  fill: currentColor;
}
.topbar__cta .btn {
  padding: 0px 16px !important;
  margin-left: 10px !important;
  background-color: #70C150;
  color: #000;
  text-transform: uppercase;
  border-color: transparent !important;
}
.topbar__cta .btn:hover {
  background-color: #60B340;
  color: #000;
  border-color: transparent !important;
}

.topo_navegador {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .topo_navegador {
    flex-wrap: wrap;
  }
}
.topo_navegador .logomarca_topo {
  margin: 14px 0px 10px;
  max-width: 100%;
  height: auto;
  display: block;
}
.topo_navegador nav {
  height: 100%;
}
@media (max-width: 992px) {
  .topo_navegador nav {
    height: auto;
  }
}
.topo_navegador nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .topo_navegador nav ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.topo_navegador nav ul a {
  color: #000000;
  text-transform: uppercase;
  list-style: none;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 992px) {
  .topo_navegador nav ul a {
    border-bottom: dotted 1px #ccc;
    display: block;
    height: 25px;
    line-height: 25px;
  }
}
.topo_navegador .menu_navegador {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
@media (min-width: 992px) {
  .topo_navegador { /* md e lg */ }
  .topo_navegador #menu {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

#como-funciona {
  background-image: url(../principal/saiba-mais-sombra.png);
  background-repeat: no-repeat;
  background-position: center 2px;
  padding: 37px 0 0;
}
#como-funciona h2, #como-funciona h3, #como-funciona h4 {
  color: #0278B5;
  font-size: 23px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-image: url(../principal/saiba-mais-detalhe.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 15px;
  padding-top: 5px;
}
#como-funciona p {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  font-weight: normal;
}
#como-funciona .imagem-como-funciona {
  margin: 80px auto 0;
}
@media (max-width: 992px) {
  #como-funciona .imagem-como-funciona {
    margin: 20px auto 0;
  }
}
#como-funciona .botoes-acao {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 992px) {
  #como-funciona .botoes-acao {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#como-funciona .botoes-acao .bt-saiba-mais, #como-funciona .botoes-acao .bt-fale-consultor {
  border: solid 2px #0278B5;
  background-color: #fff;
  width: 210px;
  display: block;
  padding: 14px 0;
  color: #0278B5;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
#como-funciona .botoes-acao .bt-fale-consultor {
  background-color: #0278B5;
  color: #fff;
  padding: 14px 53px 14px 23px;
  width: auto;
  display: table;
  border: solid 2px #0278B5;
}
#como-funciona .botoes-acao .bt-fale-consultor img {
  position: absolute;
  margin: -25px 0 0 200px;
}

.secao-vantagens {
  background-image: url(../principal/saiba-mais-sombra.png);
  background-repeat: no-repeat;
  background-position: center 2px;
  background-color: #f8f9fa;
  padding: 40px 65px;
}
.secao-vantagens .cabecalho-secao {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -3px;
}
.secao-vantagens .cabecalho-secao .titulo-secao {
  color: #010C1F;
  font-weight: 700;
  font-size: 40px;
  line-height: 20px;
}
.secao-vantagens .cabecalho-secao .subtitulo-secao {
  color: #0278B5;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
}
.secao-vantagens .caixaItensVantagens {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.secao-vantagens .caixaItensVantagens .item-vantagem {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 13px 26px;
  flex: 1 1 265px;
  min-width: 200px;
  max-width: 265px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 370px;
  overflow: hidden;
}
.secao-vantagens .caixaItensVantagens .item-vantagem:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.secao-vantagens .caixaItensVantagens .item-vantagem a {
  text-decoration: none;
}
.secao-vantagens .caixaItensVantagens .item-vantagem .icone-vantagem {
  margin: 24px 0 20px;
  height: 100px;
}
.secao-vantagens .caixaItensVantagens .item-vantagem .icone-vantagem img {
  object-fit: contain;
  max-height: 100%;
}
.secao-vantagens .caixaItensVantagens .item-vantagem .titulo-vantagem {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #111;
  font-family: "Oswald", sans-serif;
  color: #0278B5;
  height: 45px;
  margin-bottom: 13px;
  padding: 0 15px;
  overflow: hidden;
}
.secao-vantagens .caixaItensVantagens .item-vantagem .descricao-vantagem {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #666;
  padding: 0 15px;
  overflow: hidden;
}

.secao-depoimentos {
  background: #fff;
  margin-bottom: 30px;
}
.secao-depoimentos .cabecalho-secao {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -3px;
  display: table;
  margin: auto;
}
.secao-depoimentos .cabecalho-secao div {
  float: right;
}
.secao-depoimentos .cabecalho-secao div:first-child {
  float: left;
}
.secao-depoimentos .cabecalho-secao .titulo-secao {
  color: #010C1F;
  font-weight: 700;
  font-size: 40px;
  line-height: 20px;
  text-align: left;
}
.secao-depoimentos .cabecalho-secao .subtitulo-secao {
  color: #5FB23F;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  text-align: left;
}
.secao-depoimentos .depoimentos-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(../principal/saiba-mais-sombra-op5.png);
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: contain;
  padding-top: 10px;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento {
  flex: 1 1 265px;
  min-width: 200px;
  max-width: 265px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: all 0.3s ease;
  padding: 0 15px !important;
  text-align: left;
  margin: 40px 12px 12px !important;
  font-family: "Oswald", sans-serif;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .item-caixa-depoimento {
  height: 100%;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .foto-depoimento {
  text-align: center;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .foto-depoimento img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -25px;
  border: 5px solid #5FB33F;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .autor-depoimento {
  margin: 15px 0 -5px;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .autor-depoimento .nome-autor {
  display: block;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #417B2C;
  font-family: "Oswald", sans-serif;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .avaliacao {
  font-size: 30px;
  color: #FFC926;
  letter-spacing: 2px;
  margin-left: -3px;
}
.secao-depoimentos .depoimentos-lista .caixa-depoimento .texto-depoimento {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
  border: none;
  padding: 0px;
}
.secao-depoimentos .depoimentos-lista .box-saiba-mais-depoimento {
  margin: -43px auto 20px;
  color: #46842E;
  text-align: center;
  font-size: 17px;
  font-family: "Oswald", sans-serif;
}
.secao-depoimentos .depoimentos-lista .box-saiba-mais-depoimento a {
  display: block;
  background-color: #60B540;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  font-size: 13px;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.foto-depoimento-basico {
  text-align: center;
}
.foto-depoimento-basico img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: -25px;
  border: 5px solid #5FB33F;
}

.texto-depoimento-basico {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
}

.basico-depoimento {
  margin: 20px 0;
}

.descricao-depoimento-basico {
  width: 100%;
  clear: both;
  margin-top: 150px;
  padding: 20px 0;
}

.secao-videos-depoimentos {
  background: #fff;
  margin: 0px 0px 30px;
}
.secao-videos-depoimentos .cabecalho-secao {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -3px;
  display: table;
  margin: auto;
}
.secao-videos-depoimentos .cabecalho-secao .titulo-secao {
  color: #010C1F;
  font-weight: 700;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
}
.secao-videos-depoimentos .cabecalho-secao .subtitulo-secao {
  color: #0278B5;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  text-align: left;
}
.secao-videos-depoimentos .depoimentos-lista-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.secao-videos-depoimentos .depoimentos-lista-videos .caixa-depoimento-video {
  flex: 1 1 265px;
  min-width: 200px;
  max-width: 265px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: all 0.3s ease;
  padding: 0 !important;
  text-align: left;
  margin: 40px 12px 12px !important;
  overflow: hidden;
  width: 100%; /* ocupa toda a largura do container */
  aspect-ratio: 9/16; /* mantém proporção 16:9 automaticamente */
  position: relative;
}
.secao-videos-depoimentos .depoimentos-lista-videos .caixa-depoimento-video .video-thumb {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.secao-videos-depoimentos .depoimentos-lista-videos .caixa-depoimento-video:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
.secao-videos-depoimentos .depoimentos-lista-videos .caixa-depoimento-video img, .secao-videos-depoimentos .depoimentos-lista-videos .caixa-depoimento-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* garante que a imagem preencha o espaço corretamente */
}
.secao-videos-depoimentos .depoimentos-lista-videos .caixa-depoimento-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  pointer-events: none; /* o clique vai para o container */
}

.secao-duvidas {
  margin-top: 10px;
  padding: 20px 0;
  background: #ffffff;
  background-image: url(../principal/saiba-mais-sombra-op5.png);
  background-repeat: no-repeat;
  background-position: center 2px;
}
.secao-duvidas .cabecalho-secao {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  letter-spacing: -3px;
  display: table;
  margin: auto auto 20px;
}
.secao-duvidas .cabecalho-secao .titulo-secao {
  color: #010C1F;
  font-weight: 700;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
}
.secao-duvidas .cabecalho-secao .subtitulo-secao {
  color: #0278B5;
  font-weight: 700;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
}
.secao-duvidas .faq-acordeon .item-duvida {
  border-radius: 15px;
  overflow: hidden;
  margin: 0px 0px 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.secao-duvidas .faq-acordeon .item-duvida .panel-heading {
  background: #fff;
}
.secao-duvidas .faq-acordeon .item-duvida .panel-heading .seta {
  float: right;
  display: table;
  color: #0278B5;
  rotate: 90deg;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-top: -7px;
}
.secao-duvidas .faq-acordeon .item-duvida .pergunta-duvida {
  padding: 14px 7px !important;
  margin: 0 !important;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}
.secao-duvidas .faq-acordeon .item-duvida .pergunta-duvida:hover {
  color: #0278B5;
}
.secao-duvidas .faq-acordeon .item-duvida .resposta-duvida {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  padding: 20px;
  background: #ffffff;
}
.secao-duvidas .faq-acordeon .item-duvida .resposta-duvida .bt-saiba-mais-duvida {
  border: solid 2px #014F78;
  background-color: #0278B5;
  color: #fff;
  width: 100px;
  display: block;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 11px;
  text-decoration: none;
  margin: 20px 20px 0px 0;
}

#rodapeSite {
  font-family: "Poppins", sans-serif;
  background-color: #003952;
  font-family: "Nunito";
  padding: 45px 0px 50px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

#rodapeSite .rodapePt1 {
  padding: 0px 20px 0px;
  font-size: 15px;
  line-height: 22px;
}

#rodapeSite ul {
  padding: 0px;
}

#rodapeSite ul li {
  list-style: none;
}

#rodapeSite a {
  color: #fff;
  line-height: 25px;
  font-size: 16px;
}

#rodapeSite h1 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#rodapeDireitos {
  font-family: "Poppins", sans-serif;
  background-color: #002C3E;
  min-height: 55px;
  padding: 20px 0px 20px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

#rodapeDireitos img {
  float: right;
}

@media screen and (max-width: 992px) {
  #rodapeDireitos img {
    float: none;
  }
}
#rodapeSite .rodapeContato li {
  height: auto;
  margin-bottom: 15px;
}

#rodapeSite .rodapeContato img {
  float: left;
  margin-right: 10px;
}

#rodapeSite .rodapeContato .tituloRodape {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.rodapeContatoCx {
  display: table;
}

/*# sourceMappingURL=estilo.css.map */
