@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
/* CLASSES GLOBAIS */
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1300px;
}
.container.small {
  max-width: 1035px;
}
.container.big {
  max-width: 1600px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-Hair.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slaab";
  src: url("../../fonts/Slaab-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../../fonts/ArticulatCF-LightOblique.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../../fonts/ArticulatCF-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../../fonts/ArticulatCF-RegularOblique.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../../fonts/ArticulatCF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../../fonts/ArticulatCF-ExtraBoldOblique.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../../fonts/ArticulatCF-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

* {
  background-size: cover;
  background-position: center;
}

a.main-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #193b6a;
  font-family: Slaab;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  a.main-phone {
    font-size: 16px;
  }
}
a.main-phone:hover {
  opacity: 0.5;
  transform: translateY(-3px);
}

.main-cta {
  border: none;
  outline: none;
  padding: 10px 20px;
  color: #fff;
  font-family: ArticulatCF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.5s all;
  border-radius: 10px;
  background: linear-gradient(90deg, #87bd5d 0%, #a3df74 100%);
  box-shadow: 14px 51px 15px 0 rgba(98, 143, 61, 0), 9px 33px 14px 0 rgba(98, 143, 61, 0.04), 5px 18px 11px 0 rgba(98, 143, 61, 0.13), 2px 8px 8px 0 rgba(98, 143, 61, 0.21), 1px 2px 5px 0 rgba(98, 143, 61, 0.25);
}
.main-cta:hover {
  background: linear-gradient(270deg, #87bd5d 0%, #a3df74 100%);
  color: white;
}
.main-cta svg {
  width: 20px;
  height: 20px;
}
.main-cta.whatsapp {
  align-items: center;
  gap: 10px;
  color: white;
  border-radius: 10px;
  background: #377e45;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}
.main-cta.whatsapp:hover {
  background: #135f00;
}
.main-cta.outline {
  background: transparent;
  border: 1px solid #1a56a9;
  color: #1a56a9;
  font-weight: 400;
  padding: 15px 50px;
}
.main-cta.outline svg path {
  stroke: #1a56a9;
}
.main-cta.outline:hover {
  background-color: #1a56a9;
  border-color: #1a56a9;
  color: #ffffff;
}
.main-cta.outline:hover svg path {
  stroke: #ffffff;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px !important;
    padding: 8px 20px !important;
  }
}

.out-card-servico,
.out-card-solucao,
.out-card-item {
  padding: 5px;
  height: 100%;
}
@media (max-width: 991px) {
  .out-card-servico,
  .out-card-solucao,
  .out-card-item {
    height: auto;
  }
}

div.card-servico,
div.card-categoria,
div.card-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  transition: 0.5s all;
  background-size: cover;
  height: 100%;
}
div.card-servico .botoes,
div.card-categoria .botoes,
div.card-item .botoes {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
div.card-servico .botoes a,
div.card-categoria .botoes a,
div.card-item .botoes a {
  text-align: center;
  width: 100%;
  max-width: 235px;
  padding-inline: 0;
  justify-content: center;
}
div.card-servico p,
div.card-categoria p,
div.card-item p {
  color: #737373;
  font-family: Slaab;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
div.card-servico h4,
div.card-categoria h4,
div.card-item h4 {
  color: #303030;
  font-family: Slaab;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
div.card-servico .icon,
div.card-categoria .icon,
div.card-item .icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0);
}
@media (max-width: 991px) {
  div.card-servico,
  div.card-categoria,
  div.card-item {
    padding: 30px;
  }
  div.card-servico p,
  div.card-categoria p,
  div.card-item p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  div.card-servico h4,
  div.card-categoria h4,
  div.card-item h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

div.card-solucao {
  border-radius: 10px;
  background-color: #16243d;
  transition: 0.5s all;
  background-size: cover;
  height: 100%;
}
div.card-solucao .botoes {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
div.card-solucao .botoes a {
  color: #006bff;
  width: 100%;
  padding: 15px 0 0 0;
  border: none;
}
div.card-solucao .botoes a:hover {
  background-color: transparent;
  border-color: transparent;
}
div.card-solucao p {
  color: #737373;
  font-family: Slaab;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
div.card-solucao h4 {
  position: relative;
  font-family: Slaab;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
div.card-solucao h4::before {
  content: "";
  width: 50px;
  height: 5px;
  background: #193b6a;
  display: block;
  margin-bottom: 15px;
}
div.card-solucao h4 a {
  color: #ffffff;
  font-family: Slaab;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
div.card-solucao .icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0);
}
@media (max-width: 991px) {
  div.card-solucao .content .botoes .main-cta {
    padding: 15px 0 0 0 !important;
  }
  div.card-solucao p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  div.card-solucao h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.owl-carousel .owl-nav:not(.disabled) .owl-prev,
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  position: absolute;
  top: calc(50% - 20px);
}
.owl-carousel .owl-nav:not(.disabled) .owl-prev {
  left: -70px;
}
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  right: -70px;
}

.owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  border-radius: 100%;
  background: #d9d9d9;
  width: 15px;
  height: 15px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background: #1a56a9;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots:not(.disabled) {
    margin-top: 20px;
  }
}

/*
EXEMPLO - Usando função diretamente:
h1 {
  font-size: fluid-font(80px, 40px);  // Desktop: 80px exato, Mobile: 40px
  font-weight: map-get($font-weights, "bold");
}

p {
  font-size: fluid-font(18px, 14px);  // Desktop: 18px exato, Mobile: 14px
  font-weight: map-get($font-weights, "normal");
}

.titulo-custom {
  font-size: fluid-font(45px, 22px);
  font-weight: map-get($font-weights, "semibold");
}
*/
section.header {
  font-family: ArticulatCF;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #f2f8ec;
  padding-bottom: 30px;
  background-position: bottom center;
  overflow: hidden;
}
section.header .top {
  background: #132931;
  background-image: url("../image/bg-top.png");
  align-items: center;
  color: #f2f8ec;
  margin-bottom: 30px;
  padding: 10px;
  background-size: cover;
}
section.header .top a {
  color: #f2f8ec;
}
section.header .top .contato {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f2f8ec;
  text-decoration: none;
  font-size: 20px;
}
section.header .top .contato svg {
  display: block;
}
section.header .logo {
  max-width: 100%;
  max-height: 150px;
}
section.header .linha {
  position: relative;
}
section.header .linha:before {
  content: "";
  width: 1px;
  background-color: white;
  height: 500px;
  position: absolute;
  right: 0;
  top: -70px;
}
section.header .linha.linha2:before {
  right: 20px;
}
section.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header .menu a {
  color: #161616;
  font-family: ArticulatCF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
section.header .menu a:hover, section.header .menu a.active {
  color: #377e45;
}
section.header .menu a:hover:before, section.header .menu a.active:before {
  width: 100%;
  opacity: 1;
}
section.header .social-icons svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 991px) {
  section.header {
    position: fixed;
    background-color: #f2f8ec;
    background-position: center;
    padding: 25px 0;
    border-bottom: none;
  }
  section.header .logo {
    width: 200px;
    margin-bottom: 10px;
  }
  section.header .whatsapp {
    font-size: 14px !important;
    padding: 6px 15px !important;
  }
  section.header .social-icons .main-social svg {
    width: 25px;
    height: 25px;
  }
}

section.barra-lgpd {
  display: none;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 397.5px);
  padding: 15px;
  align-items: center;
  gap: 15px;
  z-index: 800;
  border-radius: 5px;
  background: #fff;
  max-width: 795px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
}
section.barra-lgpd.exibir {
  display: flex;
}
section.barra-lgpd .icon {
  border-radius: 5px;
  background: rgba(92, 92, 92, 0.1);
  /* Sombra elemento botão */
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  width: 35px;
  height: 35px;
}
section.barra-lgpd .button a {
  border-radius: 5px;
  background: #2b2b2b;
  box-shadow: -3px 3px 9px -18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  section.barra-lgpd .text {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
  }
  section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  section.barra-lgpd .icon {
    display: none;
  }
}

section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
section.preloader .loader {
  border: 6px solid #377e45;
  border-top-color: #193b6a;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: Slaab;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  background: #fff;
  /* MODAL */
}
body main {
  overflow: hidden;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 600px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  color: #377e45;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}
body .modal-body h1.terciary {
  color: #cf0303;
}
body .modal-body h3 {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 15px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form label {
    font-size: 15px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 14px;
  }
}
body section.formulario-enviado {
  padding: 100px 0;
  color: #0b5539;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #0b5539;
  font-weight: 500;
  border-bottom: 1px dotted #0b5539;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #0b5539;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #0b5539;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #0b5539;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #0b5539;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in {
    text-align: center;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .politica-termos {
  padding: 40px 0px;
  color: #525252;
  background-size: cover;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
body .politica-termos strong,
body .politica-termos b {
  color: #377e45;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body main section.header-conteudo {
  padding: 170px 0 70px 0;
  color: white;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
body main section.header-conteudo.small {
  background: #193b6a;
  padding: 20px 0 0 0;
}
body main section.header-conteudo .resumo-internal h2 {
  font-size: clamp(24px, 17.5135135135px + 1.7297297297vw, 40px);
}
body main section.header-conteudo .resumo-internal p {
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
}
body main section.header-conteudo h2 {
  color: #fff;
  font-family: Slaab;
  font-size: clamp(42px, 30.6486486486px + 3.027027027vw, 70px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
}
body main section.header-conteudo h2 strong {
  color: #87bd5d;
}
body main section.header-conteudo p {
  color: #fff;
  font-family: "ArticulatCF", sans-serif;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}
body main section.header-conteudo p strong {
  color: #87bd5d;
  font-family: Slaab;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    margin-top: -50px;
    min-height: auto;
  }
  body main section.header-conteudo.small {
    padding-bottom: 10px;
  }
  body main section.header-conteudo h1 {
    margin-bottom: 10px;
  }
}
body main section.breadcrumb {
  margin-bottom: 25px;
  color: white;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 200px;
}
body main section.breadcrumb a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 400;
  text-transform: none;
  font-family: Slaab;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }
}
body main .side-site {
  float: left;
  width: 100%;
}
body main .side-site form.search-form {
  width: 100%;
  border-radius: 10px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body main .side-site form.search-form input {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0 10px;
  border: none;
  background: none;
  color: #626262;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
body main .side-site form.search-form input::-moz-placeholder {
  color: #000;
  font-family: Slaab;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
body main .side-site form.search-form input::placeholder {
  color: #000;
  font-family: Slaab;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
body main .side-site form.search-form button {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: none;
  background: none;
}
body main .side-site ul {
  list-style-type: none;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
body main .side-site ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
body main .side-site ul li a {
  color: #377e45;
  font-family: Slaab;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 375% */
  letter-spacing: 0.32px;
}
body main .side-site ul li a:hover {
  color: #a1dc72;
}
body main .side-site ul li:last-of-type {
  border-bottom: 0;
}
body main ul.paginacao {
  display: flex;
  margin: 40px 0;
  clear: both;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  justify-content: center;
  gap: 15px;
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  color: #87bd5d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
body main ul.paginacao li a i {
  color: #87bd5d;
  font-size: 16px;
}
body main ul.paginacao li a.active {
  background-color: #f0f0f0;
  color: #87bd5d;
  font-weight: 600;
}
body main ul.paginacao li a:hover:not(.active) {
  color: #6ba547;
  background-color: rgba(135, 189, 93, 0.1);
  transform: scale(1.05);
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin: 30px 0;
    gap: 10px;
  }
  body main ul.paginacao li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  body main ul.paginacao li a i {
    font-size: 14px;
  }
}
body main section.index-banner {
  margin-top: -120px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
body main section.index-banner .item-banner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-banner .item-banner .content {
  text-align: center;
  transform: translateY(250px);
}
body main section.index-banner .item-banner .content .logo-container img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-banner .item-banner .content .banner-text h1 {
  font-size: clamp(26px, 7.7567567568px + 4.8648648649vw, 71px);
  font-weight: 700;
  color: #377e45;
}
body main section.index-banner .item-banner .content .banner-text p {
  font-family: ArticulatCF;
  font-size: clamp(18.6px, 13.572972973px + 1.3405405405vw, 31px);
  color: #042f39;
}
@media (max-width: 991px) {
  body main section.index-banner .item-banner .content {
    transform: translateY(180px);
    padding-top: 0;
  }
}
body main section.index-counter {
  background: #f2f8ec;
  background-image: url("../image/bg-counter.webp");
  background-size: 40% 100%;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 70px 0 20px 0;
  position: relative;
  margin-top: -150px;
}
body main section.index-counter .agrano {
  position: absolute;
  top: -27px;
  z-index: 2;
}
body main section.index-counter .text-counter {
  color: #ffffff;
}
body main section.index-counter .text-counter h3 {
  font-size: clamp(24.6px, 17.9513513514px + 1.772972973vw, 41px);
  font-weight: 300;
}
body main section.index-counter .text-counter h3 strong {
  font-weight: 700;
}
body main section.index-counter .counter-content h3 {
  color: #132931;
  font-family: Slaab;
  font-size: clamp(18.6px, 13.572972973px + 1.3405405405vw, 31px);
  font-weight: 700;
}
body main section.index-counter .counter-content p {
  color: #000;
  font-family: ArticulatCF;
  font-size: clamp(15px, 10.9459459459px + 1.0810810811vw, 25px);
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media (max-width: 991px) {
  body main section.index-counter {
    padding: 30px 0;
    margin-top: 0;
    background: none;
  }
  body main section.index-counter .text-counter h3 {
    color: #606060;
    text-align: center;
  }
}
body main section.index-area-de-atuacao {
  background: white;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
body main section.index-area-de-atuacao .texto {
  flex-wrap: wrap;
}
body main section.index-area-de-atuacao .texto h2 {
  color: rgb(4, 47, 57);
  font-size: clamp(18.6px, 13.572972973px + 1.3405405405vw, 31px);
  margin-bottom: 1rem;
  font-weight: 700;
}
body main section.index-area-de-atuacao .texto h2 strong {
  color: rgb(55, 126, 69);
}
body main section.index-area-de-atuacao .card-horizontal {
  background-color: rgb(247, 247, 247);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}
body main section.index-area-de-atuacao .card-horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #87bd5d;
  margin: 0 auto;
  max-width: 200px;
}
body main section.index-area-de-atuacao .card-horizontal .card-image {
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}
body main section.index-area-de-atuacao .card-horizontal .card-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
body main section.index-area-de-atuacao .card-horizontal .card-content {
  padding: 20px;
}
body main section.index-area-de-atuacao .card-horizontal .card-content h3 {
  color: #042f39;
  font-size: clamp(15px, 10.9459459459px + 1.0810810811vw, 25px);
  font-weight: 700;
}
body main section.index-area-de-atuacao .card-horizontal .card-content p {
  font-family: ArticulatCF;
  color: #042f39;
  font-size: clamp(14px, 11.972972973px + 0.5405405405vw, 19px);
  font-weight: 500;
  margin-bottom: 0;
}
body main section.index-area-de-atuacao .card-horizontal:hover .card-image img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  body main section.index-area-de-atuacao .card-horizontal {
    display: block;
  }
  body main section.index-area-de-atuacao .card-horizontal .card-content {
    padding: 20px;
  }
  body main section.index-area-de-atuacao .card-horizontal .card-image {
    height: 160px;
    max-width: none;
  }
}
body main section.index-area-de-atuacao .imagem-area img {
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.index-area-de-atuacao .texto {
    width: 100%;
    margin: 0 auto 20px;
  }
}
body main section.index-por-que-escolher {
  margin-top: -60px;
  padding: 120px 0 200px;
}
body main section.index-por-que-escolher img {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 50px;
}
body main section.index-por-que-escolher h2 {
  color: #042f39;
  text-align: center;
  font-size: clamp(29.4px, 21.4540540541px + 2.1189189189vw, 49px);
  font-weight: 700;
}
body main section.index-por-que-escolher h2 strong {
  color: #377e45;
}
body main section.index-por-que-escolher p {
  color: #ffffff;
  font-size: clamp(14px, 12.7837837838px + 0.3243243243vw, 17px);
  font-weight: 400;
}
body main section.index-por-que-escolher .card-por-que-escolher {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.49);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid #e9ecef;
  padding: 18px 16px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
body main section.index-por-que-escolher .card-por-que-escolher:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #66be03;
}
body main section.index-por-que-escolher .card-por-que-escolher .card-icon {
  margin-bottom: 15px;
}
body main section.index-por-que-escolher .card-por-que-escolher .card-icon img {
  width: 75px;
  height: auto;
}
body main section.index-por-que-escolher .card-por-que-escolher .card-text p {
  color: #042f39;
  text-align: center;
  font-family: ArticulatCF;
  font-size: clamp(15px, 10.9459459459px + 1.0810810811vw, 25px);
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.index-por-que-escolher {
    margin-top: auto;
    background-color: #f2f8ec;
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-por-que-escolher .card-por-que-escolher {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  body main section.index-por-que-escolher .card-por-que-escolher .card-icon {
    margin-bottom: 12px;
  }
  body main section.index-por-que-escolher .card-por-que-escolher .card-icon img {
    max-width: 50px;
  }
}
body main section.index-prevenir {
  padding: 180px;
}
body main section.index-prevenir img.img {
  width: 70px;
  height: 76px;
  margin-bottom: 15px;
}
body main section.index-prevenir h2 {
  color: #fff;
  font-size: clamp(27.6px, 20.1405405405px + 1.9891891892vw, 46px);
  font-weight: 700;
  margin: 10px 0;
}
body main section.index-prevenir h2 strong {
  color: #87bd5d;
}
body main section.index-prevenir p {
  font-family: ArticulatCF;
  color: #fff;
  font-size: clamp(15px, 10.9459459459px + 1.0810810811vw, 25px);
  font-weight: 500;
  letter-spacing: 1.2px;
}
body main section.index-prevenir p strong {
  color: #87bd5d;
}
@media (max-width: 991px) {
  body main section.index-prevenir {
    padding: 100px 0;
    text-align: center;
    background-position: initial;
  }
}
body main section.index-depoimentos {
  padding-bottom: 70px;
}
body main section.index-depoimentos img {
  display: block;
  margin: 0 auto;
}
body main section.index-depoimentos h2 {
  color: #042f39;
  text-align: center;
  font-size: clamp(29.4px, 21.4540540541px + 2.1189189189vw, 49px);
  font-weight: 700;
}
body main section.index-depoimentos h2 strong {
  color: #377e45;
}
body main section.index-depoimentos .box {
  margin-top: 20px;
  border-radius: 28px;
  border: 1px solid #dadada;
  background: #fff;
  box-shadow: 41px 51px 18px 0 rgba(173, 173, 173, 0), 27px 32px 17px 0 rgba(173, 173, 173, 0.01), 15px 18px 14px 0 rgba(173, 173, 173, 0.03), 7px 8px 10px 0 rgba(173, 173, 173, 0.04), 2px 2px 6px 0 rgba(173, 173, 173, 0.05);
  padding: 40px 40px;
  min-height: 320px;
}
body main section.index-depoimentos .box p {
  color: #000;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 400;
  font-family: "ArticulatCF";
}
body main section.index-depoimentos .box strong {
  font-family: Slaab;
  font-size: clamp(14px, 12.7837837838px + 0.3243243243vw, 17px);
  color: #377e45;
}
body main section.index-depoimentos .texto p {
  color: #042f39;
  text-align: center;
  font-size: clamp(15px, 10.9459459459px + 1.0810810811vw, 25px);
  font-family: ArticulatCF;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 30px 0;
  }
  body main section.index-depoimentos .box {
    padding: 30px 20px;
    min-height: auto;
  }
  body main section.index-depoimentos .box .icon {
    width: 33px;
    height: 26px;
  }
  body main section.index-depoimentos .box .icon svg {
    margin-bottom: 20px;
  }
  body main section.index-depoimentos .box .icon svg path {
    fill: #1a56a9;
  }
}
body main section.index-redes-sociais {
  padding: 70px;
}
body main section.index-redes-sociais img {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 50px;
}
body main section.index-redes-sociais .texto h2 {
  color: #042f39;
  text-align: center;
  font-size: clamp(22.2px, 16.2px + 1.6vw, 37px);
  font-weight: 700;
}
body main section.index-redes-sociais .texto h2 strong {
  color: #377e45;
}
body main section.index-redes-sociais .texto p {
  color: #042f39;
  text-align: center;
  font-size: clamp(14px, 11.1621621622px + 0.7567567568vw, 21px);
  font-family: ArticulatCF;
  font-weight: 500;
}
body main section.index-redes-sociais .box {
  display: flex;
  align-items: center;
  border-radius: 28px;
  border: 1px solid #dadada;
  background: #fff;
  box-shadow: 41px 51px 18px 0 rgba(173, 173, 173, 0), 27px 32px 17px 0 rgba(173, 173, 173, 0.01), 15px 18px 14px 0 rgba(173, 173, 173, 0.03), 7px 8px 10px 0 rgba(173, 173, 173, 0.04), 2px 2px 6px 0 rgba(173, 173, 173, 0.05);
}
body main section.index-redes-sociais .box .social-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.index-redes-sociais .box .social-text p {
  color: #000;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  font-family: ArticulatCF;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
body main section.index-redes-sociais .box .social-text strong {
  font-family: Slaab;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  color: #377e45;
  text-align: left;
}
body main section.index-redes-sociais .icons a .social-icon {
  width: 90px;
  height: 90px;
  background-color: #193b6a;
  transition: 0.5s all;
}
body main section.index-redes-sociais .icons a :hover {
  background-color: #152a47;
}
body main section.index-redes-sociais .icons a small {
  color: #9d9d9d;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 700;
}
body main section.index-redes-sociais .bg-bottom {
  height: 150px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  body main section.index-redes-sociais {
    padding: 40px 0;
  }
  body main section.index-redes-sociais .box {
    border-radius: 0;
  }
  body main section.index-redes-sociais .icons a .social-icon {
    width: 70px;
    height: 70px;
  }
  body main section.index-redes-sociais .icons a .social-icon svg {
    width: 30px !important;
    height: 30px !important;
  }
  body main section.index-redes-sociais .bottom-0 {
    bottom: 45px !important;
  }
  body main section.index-redes-sociais .bottom-0 .bg-bottom {
    height: 85px;
  }
}
body main section.index-blog {
  padding: 70px 0;
  /* Estilos para o carrossel de blog */
  /* Ajustes responsivos para o carrossel */
}
body main section.index-blog .texto h2 {
  color: #377e45;
  text-align: center;
  font-size: clamp(22.8px, 16.6378378378px + 1.6432432432vw, 38px);
  font-weight: 700;
}
body main section.index-blog .texto p {
  color: #24343c;
  text-align: center;
  font-size: clamp(15.6px, 11.3837837838px + 1.1243243243vw, 26px);
  font-family: ArticulatCF;
  font-weight: 400;
}
body main section.index-blog .box-posts .post-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
body main section.index-blog .box-posts .post-card .post-image-wrapper {
  position: relative;
  width: 100%;
  height: 460px;
}
body main section.index-blog .box-posts .post-card .post-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
body main section.index-blog .box-posts .post-card .post-image-wrapper .post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 59, 106, 0.7);
  background: linear-gradient(180deg, rgba(25, 59, 106, 0) 0%, rgba(25, 59, 106, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$primary", GradientType=0 );
  color: #ffffff;
  transition: background 0.3s ease;
}
body main section.index-blog .box-posts .post-card:hover .post-overlay {
  background: rgba(25, 59, 106, 0.8);
  background: linear-gradient(180deg, rgba(25, 59, 106, 0.3) 0%, rgba(25, 59, 106, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$primary", GradientType=0 );
}
body main section.index-blog .box-posts .post-card h4 {
  color: #fff;
  font-size: clamp(19.2px, 14.0108108108px + 1.3837837838vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
}
body main section.index-blog .owl-blog-container {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 30px 0;
    position: relative;
    z-index: 1;
  }
  body main section.index-blog .texto h3 {
    margin-bottom: 25px;
  }
  body main section.index-blog .button {
    margin-bottom: 25px;
  }
  body main section.index-blog .box-posts {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body main section.index-blog .owl-blog .owl-item.owl-item-featured, body main section.index-blog .owl-blog .owl-item:not(.owl-item-featured) {
    transform: scale(1);
    opacity: 1;
  }
}
body main section.index-duvidas {
  position: relative;
  z-index: 1;
  background: url("../image/bg-index-duvidas.png");
  padding: 30px 0 60px 0;
  background-position: bottom;
}
body main section.index-duvidas .box h2,
body main section.index-duvidas .box a {
  text-align: center;
  font-size: clamp(22.8px, 16.6378378378px + 1.6432432432vw, 38px);
  color: #666666;
  font-family: ArticulatCF;
  font-weight: 200;
}
body main section.index-duvidas .box h2 strong,
body main section.index-duvidas .box a strong {
  font-weight: 500;
  color: #000000;
}
body main section.index-duvidas .duvida {
  background: #f7f7f7;
  margin-bottom: 15px;
  padding: 10px 20px;
}
body main section.index-duvidas .duvida a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #000;
  font-size: clamp(14px, 11.1621621622px + 0.7567567568vw, 21px);
  font-family: ArticulatCF;
  font-weight: 600;
}
body main section.index-duvidas .duvida a i {
  color: #193b6a;
}
body main section.index-duvidas .duvida a svg {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
body main section.index-duvidas .duvida a:not(.collapsed) svg {
  transform: rotate(0deg);
}
body main section.index-duvidas .duvida:last-child {
  margin-bottom: 0;
}
body main section.index-duvidas .duvida .resposta {
  color: #183632;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  margin-top: 20px;
  font-family: ArticulatCF;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-duvidas {
    margin-top: -70px;
  }
  body main section.index-duvidas .box .duvida {
    padding: 20px;
  }
  body main section.index-duvidas .button {
    margin-top: 30px;
  }
}
body main section.index-proximo-nivel {
  padding: 60px 0;
}
body main section.index-proximo-nivel img.img {
  width: 70px;
  height: 76px;
}
body main section.index-proximo-nivel h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(49.2px, 35.9027027027px + 3.5459459459vw, 82px);
  font-weight: 700;
  letter-spacing: 1.6px;
}
body main section.index-proximo-nivel p {
  color: #fff;
  text-align: center;
  font-size: clamp(22.8px, 16.6378378378px + 1.6432432432vw, 38px);
  font-family: ArticulatCF;
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.index-proximo-nivel {
    padding: 30px 0;
    text-align: center;
  }
}
body main section.index-contato {
  background-color: white;
  position: relative;
  background-position: top;
  padding: 150px 0 60px 0;
}
body main section.index-contato .bg-form {
  border-radius: 44px;
  border: 1px solid #adc725;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  margin-top: -120px;
}
body main section.index-contato input:not(.form-check-input),
body main section.index-contato textarea {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  display: block;
  width: 100%;
  padding: 15px 20px;
  outline: none;
  font-size: clamp(14px, 12.7837837838px + 0.3243243243vw, 17px);
  font-family: ArticulatCF;
  font-weight: 400;
}
body main section.index-contato input:not(.form-check-input)::-moz-placeholder, body main section.index-contato textarea::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-family: ArticulatCF;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
body main section.index-contato input:not(.form-check-input)::placeholder,
body main section.index-contato textarea::placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-family: ArticulatCF;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
body main section.index-contato textarea {
  height: 60px;
}
body main section.index-contato .form-check-label {
  color: #4d4d4d;
  font-family: ArticulatCF;
  font-size: clamp(14px, 13.1891891892px + 0.2162162162vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato h4 {
  color: #fff;
  font-size: clamp(19.2px, 14.0108108108px + 1.3837837838vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 126.667% */
}
body main section.index-contato p {
  color: #adc725;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-family: ArticulatCF;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 131.25% */
}
body main section.index-contato .box {
  margin-top: 50px;
  border-radius: 10px;
  padding: 40px 0;
  margin-bottom: 30px;
}
body main section.index-contato .box h2 {
  color: #fff;
  font-size: clamp(21.6px, 15.7621621622px + 1.5567567568vw, 36px);
  font-family: ArticulatCF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.index-contato .box p {
  color: #fff;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-family: ArticulatCF;
  font-weight: 400;
  margin-bottom: 0;
}
body main section.index-contato .img {
  margin-bottom: 15px;
  width: 70px;
  height: 76px;
}
body main section.index-contato .texto p {
  color: #161616;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-family: ArticulatCF;
  font-weight: 400;
  line-height: 26px;
}
body main section.index-contato .texto h2 {
  color: #fff;
  font-size: clamp(25.2px, 18.3891891892px + 1.8162162162vw, 42px);
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.index-contato .texto h2 strong {
  color: #87bd5d;
}
body main section.index-contato .texto ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.index-contato .texto ul li {
  color: #fff;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-family: ArticulatCF;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
body main section.index-contato .texto ul li:before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #87bd5d;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 15px;
}
body main section.index-contato .texto ul li:last-child {
  margin-bottom: 0;
}
body main section.index-contato .texto p:not(:has(strong)) {
  color: #fff;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  font-family: ArticulatCF;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  body main section.index-contato {
    padding: 240px 0;
    margin-top: -130px;
    text-align: center;
  }
  body main section.index-contato .bg-form {
    margin-top: 0;
  }
  body main section.index-contato label {
    text-align: left;
  }
  body main section.index-contato input:not(.form-check-input),
  body main section.index-contato textarea {
    padding: 10px 15px;
  }
  body main section.index-contato::before {
    display: none;
  }
  body main section.index-contato h4 {
    margin-top: 30px;
  }
  body main section.index-contato .texto {
    margin-bottom: 20px;
  }
  body main section.index-contato .texto h2 {
    line-height: 35px;
    margin-bottom: 20px;
  }
  body main section.index-contato .texto ul {
    margin: 0 0 20px 0;
  }
  body main section.index-contato .texto ul li {
    margin-bottom: 15px;
    padding-left: 35px;
  }
  body main section.index-contato .texto ul li:before {
    top: 1px;
  }
  body main section.index-contato .box {
    padding: 30px;
    margin-top: 0;
  }
}
body main section.index-sobre {
  background: url("../image/img-sobre.png");
  padding: 170px 0 50px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 600px;
  background-color: white;
  margin-top: -30px;
  z-index: 1;
}
body main section.index-sobre .logo {
  margin-bottom: 25px;
}
body main section.index-sobre img.img {
  width: 70px;
  height: 76px;
  margin-bottom: 15px;
}
body main section.index-sobre h2 {
  margin: 10px 0;
  color: #1d1d1e;
  font-size: clamp(30px, 21.8918918919px + 2.1621621622vw, 50px);
  font-weight: 700;
}
body main section.index-sobre h2 strong {
  color: rgb(55, 126, 69);
}
body main section.index-sobre p {
  color: #042f39;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  font-family: ArticulatCF;
  font-weight: 400;
}
body main section.index-sobre p strong {
  font-weight: 500;
  font-size: clamp(15.6px, 11.3837837838px + 1.1243243243vw, 26px);
}
body main section.index-sobre .video {
  width: 100%;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body main section.index-sobre .video .nome img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
  margin-right: 20px;
}
body main section.index-sobre .video img {
  position: relative;
  z-index: 1;
}
body main section.index-sobre .video:after {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    margin-top: 0;
    min-height: auto;
    text-align: center;
  }
  body main section.index-sobre::after {
    display: none;
  }
  body main section.index-sobre .main-cta {
    margin-top: 0;
  }
  body main section.index-sobre .logo {
    height: 50px;
  }
}
body main section.servicos {
  background: white;
}
body main section.card-servicos-topo {
  padding: 70px 0 70px 0;
}
body main section.card-servicos-topo h3 {
  color: #377e45;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
}
body main section.card-servicos-topo h2 {
  color: #042f39;
  font-size: clamp(28.2px, 20.5783783784px + 2.0324324324vw, 47px);
  font-weight: 700;
}
body main section.card-servicos-topo p {
  color: #042f39;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
}
body main section.card-servicos-topo p strong {
  font-weight: 700;
  color: #377e45;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
}
body main section.card-servicos-topo ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.card-servicos-topo ul li {
  color: #377e45;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 500;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
body main section.card-servicos-topo ul li:before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #377e45;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 15px;
}
body main section.card-servicos-topo ul li:last-child {
  margin-bottom: 0;
}
body main section.card-servicos-topo img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  body main section.card-servicos-topo {
    padding: 30px 0;
    text-align: center;
    background-position: right;
  }
  body main section.card-servicos-topo h2 {
    margin-top: 25px;
  }
}
body main section.card-servicos-bottom {
  padding: 70px 0 180px 0;
  background-position: bottom;
}
body main section.card-servicos-bottom h3 {
  color: #377e45;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
}
body main section.card-servicos-bottom h2 {
  color: #042f39;
  font-size: clamp(28.2px, 20.5783783784px + 2.0324324324vw, 47px);
  font-weight: 700;
}
body main section.card-servicos-bottom p {
  color: #042f39;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 400;
}
body main section.card-servicos-bottom p strong {
  font-weight: 700;
  font-size: clamp(15.6px, 11.3837837838px + 1.1243243243vw, 26px);
}
body main section.card-servicos-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.card-servicos-bottom ul li {
  color: #377e45;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
body main section.card-servicos-bottom ul li:last-child {
  margin-bottom: 0;
}
body main section.card-servicos-bottom img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  body main section.card-servicos-bottom {
    text-align: center;
    background-position: right;
  }
  body main section.card-servicos-bottom h2 {
    margin-top: 25px;
  }
}
body main section.servicos-contato {
  position: relative;
  margin-top: -60px;
  margin-bottom: -70px;
  background-position: top;
  padding: 240px 0;
}
body main section.servicos-contato .bg-form {
  border-radius: 44px;
  border: 1px solid #adc725;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  margin-top: -180px;
}
body main section.servicos-contato input:not(.form-check-input),
body main section.servicos-contato textarea {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  display: block;
  width: 100%;
  padding: 15px 20px;
  outline: none;
  font-size: clamp(14px, 12.7837837838px + 0.3243243243vw, 17px);
  font-weight: 400;
}
body main section.servicos-contato input:not(.form-check-input)::-moz-placeholder, body main section.servicos-contato textarea::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 400;
}
body main section.servicos-contato input:not(.form-check-input)::placeholder,
body main section.servicos-contato textarea::placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 400;
}
body main section.servicos-contato .form-check-label {
  color: #4d4d4d;
  font-family: Slaab;
  font-size: clamp(14px, 13.1891891892px + 0.2162162162vw, 16px);
  font-weight: 400;
}
body main section.servicos-contato h4 {
  color: #fff;
  font-size: clamp(19.2px, 14.0108108108px + 1.3837837838vw, 32px);
  font-weight: 500;
}
body main section.servicos-contato p {
  color: #adc725;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 300;
}
body main section.servicos-contato .box {
  margin-top: 50px;
  border-radius: 10px;
  padding: 40px 0;
  margin-bottom: 30px;
}
body main section.servicos-contato .box h2 {
  color: #fff;
  font-family: Slaab;
  font-size: clamp(22.2px, 16.2px + 1.6vw, 37px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.servicos-contato .box p {
  color: #fff;
  font-family: Slaab;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 400;
  margin-bottom: 0;
}
body main section.servicos-contato .img {
  margin-bottom: 15px;
  width: 46px;
  height: 50px;
}
body main section.servicos-contato .texto p {
  color: #161616;
  font-family: Slaab;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 400;
}
body main section.servicos-contato .texto h2 {
  color: #fff;
  font-size: clamp(25.2px, 18.3891891892px + 1.8162162162vw, 42px);
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
body main section.servicos-contato .texto h2 strong {
  color: #87bd5d;
}
body main section.servicos-contato .texto ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.servicos-contato .texto ul li {
  color: #fff;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
body main section.servicos-contato .texto ul li:before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #87bd5d;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 15px;
}
body main section.servicos-contato .texto ul li:last-child {
  margin-bottom: 0;
}
body main section.servicos-contato .texto p:not(:has(strong)) {
  color: #fff;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  body main section.servicos-contato {
    margin-top: -110px;
    text-align: center;
  }
  body main section.servicos-contato::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px; /* altura da faixa */
    background-color: #222;
  }
  body main section.servicos-contato .bg-form {
    margin-top: 0;
  }
  body main section.servicos-contato label {
    text-align: left;
  }
  body main section.servicos-contato input:not(.form-check-input),
  body main section.servicos-contato textarea {
    padding: 10px 15px;
  }
  body main section.servicos-contato::before {
    display: none;
  }
  body main section.servicos-contato h4 {
    margin-top: 30px;
  }
  body main section.servicos-contato .img {
    height: 75px;
  }
  body main section.servicos-contato .texto {
    margin-bottom: 20px;
  }
  body main section.servicos-contato .texto h2 {
    margin-bottom: 20px;
  }
  body main section.servicos-contato .texto ul {
    margin: 0 0 20px 0;
  }
  body main section.servicos-contato .texto ul li {
    margin-bottom: 15px;
    padding-left: 35px;
  }
  body main section.servicos-contato .texto ul li:before {
    top: 1px;
  }
  body main section.servicos-contato .box {
    padding: 30px;
    margin-top: 0;
  }
  body main section.servicos-contato .box p {
    margin-bottom: 20px;
  }
}
body main section.card-servicos-interna-topo {
  padding: 70px 0 70px 0;
}
body main section.card-servicos-interna-topo h3 {
  color: #377e45;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-weight: 700;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
body main section.card-servicos-interna-topo img {
  min-height: 600px;
}
body main section.card-servicos-interna-topo h2 {
  color: #042f39;
  font-size: clamp(25.2px, 18.3891891892px + 1.8162162162vw, 42px);
  font-weight: 700;
  letter-spacing: 0.9px;
}
body main section.card-servicos-interna-topo p {
  color: #042f39;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "ArticulatCF", sans-serif;
}
body main section.card-servicos-interna-topo p strong {
  font-weight: 700;
  color: #377e45;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
}
body main section.card-servicos-interna-topo ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.card-servicos-interna-topo ul li {
  color: #042f39;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "ArticulatCF", sans-serif;
}
body main section.card-servicos-interna-topo ul li strong {
  color: #377e45;
}
body main section.card-servicos-interna-topo ul li:before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #377e45;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 15px;
}
body main section.card-servicos-interna-topo ul li:last-child {
  margin-bottom: 0;
}
body main section.card-servicos-interna-topo img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  body main section.card-servicos-interna-topo {
    padding: 30px 0;
    text-align: center;
    background-position: right;
  }
  body main section.card-servicos-interna-topo h2 {
    margin-top: 25px;
  }
}
body main section.card-servicos-interna-bottom {
  padding: 70px 0 180px 0;
  background-position: top;
}
body main section.card-servicos-interna-bottom img {
  min-height: 600px;
}
body main section.card-servicos-interna-bottom h3 {
  color: #377e45;
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
body main section.card-servicos-interna-bottom h2 {
  color: #042f39;
  font-size: clamp(29.4px, 21.4540540541px + 2.1189189189vw, 49px);
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
body main section.card-servicos-interna-bottom p {
  color: #042f39;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
  font-style: normal;
  font-weight: 400;
  font-family: "ArticulatCF", sans-serif;
}
body main section.card-servicos-interna-bottom p strong {
  font-weight: 700;
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
}
body main section.card-servicos-interna-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.card-servicos-interna-bottom ul li {
  color: #042f39;
  font-size: clamp(14px, 11.5675675676px + 0.6486486486vw, 20px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "ArticulatCF", sans-serif;
}
body main section.card-servicos-interna-bottom ul li strong {
  display: contents;
  color: #377e45;
}
body main section.card-servicos-interna-bottom ul li:last-child {
  margin-bottom: 0;
}
body main section.card-servicos-interna-bottom img {
  border-radius: 12px;
}
@media (max-width: 991px) {
  body main section.card-servicos-interna-bottom {
    padding: 30px 0;
    text-align: center;
    background-position: right;
  }
  body main section.card-servicos-interna-bottom h2 {
    margin-top: 25px;
  }
}
body main section.contato {
  background: #fff;
  padding: 60px 0;
}
body main section.contato .title h2 {
  color: #24343c;
  font-family: Slaab;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}
body main section.contato .box-form {
  margin-top: 20px;
}
body main section.contato label {
  color: #2b2b2b;
  font-family: Slaab;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
body main section.contato input:not(.form-check-input),
body main section.contato textarea {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  display: block;
  width: 100%;
  padding: 15px 20px;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato input:not(.form-check-input)::-moz-placeholder, body main section.contato textarea::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
body main section.contato input:not(.form-check-input)::placeholder,
body main section.contato textarea::placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
body main section.contato .contato-info {
  padding-left: 20px;
}
body main section.contato .contato-info .localizacao-section {
  margin-bottom: 30px;
}
body main section.contato .contato-info .localizacao-section .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body main section.contato .contato-info .localizacao-section .section-header .icon-wrapper {
  margin-right: 15px;
}
body main section.contato .contato-info .localizacao-section .section-header .icon-wrapper i {
  font-size: 25px;
  color: #87bd5d;
}
body main section.contato .contato-info .localizacao-section .section-header .section-title {
  margin: 0;
  color: #24343c;
  font-family: Slaab;
  font-weight: 700;
  line-height: 1.2;
}
body main section.contato .contato-info .localizacao-section .section-header .section-title .title-prefix {
  display: block;
  color: #042f39;
  font-family: Slaab;
  font-size: 37px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 88.889% */
}
body main section.contato .contato-info .localizacao-section .section-header .section-title .title-main {
  font-size: 23px;
  display: block;
  color: #377e45;
  font-family: Slaab;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
body main section.contato .contato-info .localizacao-section .divider {
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 20px;
}
body main section.contato .contato-info .localizacao-section .info-content .info-item {
  margin-bottom: 12px;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}
body main section.contato .contato-info .localizacao-section .info-content .info-item strong {
  color: #000;
  font-weight: 600;
}
body main section.contato .contato-info .canais-section {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  margin-top: 20px;
}
body main section.contato .contato-info .canais-section .canais-title {
  color: #042f39;
  font-family: Slaab;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
body main section.contato .contato-info .canais-section .canais-list .canal-item {
  display: flex;
  align-items: center;
}
body main section.contato .contato-info .canais-section .canais-list .canal-item .canal-text {
  color: #042f39;
  font-family: "ArticulatCF", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media (max-width: 991px) {
  body main section.contato .contato-info {
    padding-left: 0;
    margin-top: 30px;
  }
}
body main section.sobre-topo {
  background: white;
  padding: 70px 0 70px 0;
}
body main section.sobre-topo h2 {
  color: #042f39;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 100% */
  letter-spacing: 0.9px;
}
body main section.sobre-topo p {
  color: #042f39;
  font-size: 26px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
}
body main section.sobre-topo p strong {
  font-weight: 500;
}
body main section.sobre-topo img {
  border-radius: 12px;
}
body main section.sobre-conheca {
  background: url("../image/img-sobre.png");
  padding: 170px 0 50px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 600px;
  background-color: white;
  margin-top: -40px;
}
body main section.sobre-conheca .logo {
  margin-bottom: 25px;
}
body main section.sobre-conheca img.img {
  width: 70px;
  height: 76px;
  margin-bottom: 15px;
}
body main section.sobre-conheca h2 {
  color: #1d1d1e;
  font-size: 47px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-conheca h2 strong {
  color: rgb(55, 126, 69);
}
body main section.sobre-conheca p {
  color: #042f39;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-conheca p span {
  font-weight: 500;
  font-size: 26px;
}
body main section.sobre-conheca .video {
  width: 100%;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body main section.sobre-conheca .video .nome img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
  margin-right: 20px;
}
body main section.sobre-conheca .video img {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 50px;
}
body main section.sobre-conheca .video:after {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.sobre-conheca {
    margin-top: 0;
    min-height: auto;
    text-align: center;
  }
  body main section.sobre-conheca::after {
    display: none;
  }
  body main section.sobre-conheca .main-cta {
    margin-top: 0;
  }
  body main section.sobre-conheca .logo {
    height: 50px;
  }
  body main section.sobre-conheca h2 {
    font-size: 30px;
  }
  body main section.sobre-conheca p {
    font-size: 18px;
  }
  body main section.sobre-conheca p strong {
    font-size: 20px;
  }
}
body main .sobre-missao {
  background-color: #fdfdfd;
  padding: 75px 280px;
}
body main .sobre-missao .card-valores {
  height: 330px;
  background-color: #132931;
  border: 5px solid white;
  padding: 0px 15px 15px 15px;
  width: 33%;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body main .sobre-missao .card-valores .card-titulo {
  background-color: white;
  color: #132931;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 25px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  box-shadow: -5px 5px 0px #87bd5d;
  margin-bottom: 20px;
  align-self: center;
}
body main .sobre-missao .card-valores .card-texto {
  font-size: 22px;
  text-align: center;
}
body main .sobre-missao .card-valores .card-logo {
  align-self: center;
}
body main .sobre-missao .card-valores .card-logo img {
  width: 165px;
  height: auto;
}
@media (max-width: 992px) {
  body main .sobre-missao {
    padding: 40px 20px;
  }
  body main .sobre-missao .card-valores {
    width: 100%;
  }
}
body main section.sobre-produtores {
  margin-top: -50px;
  position: relative;
  padding: 170px 0;
}
body main section.sobre-produtores .img {
  margin-bottom: 15px;
  width: 46px;
  height: 50px;
}
body main section.sobre-produtores .texto p {
  color: #042f39;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.1px;
}
body main section.sobre-produtores .texto p strong {
  color: #377e45;
}
body main section.sobre-produtores .texto h2 {
  color: #042f39;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px; /* 117.5% */
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
body main section.sobre-produtores .texto h2 strong {
  color: #87bd5d;
}
body main section.sobre-produtores .texto ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.sobre-produtores .texto ul li {
  color: #042f39;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
body main section.sobre-produtores .texto ul li:before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #87bd5d;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 15px;
}
body main section.sobre-produtores .texto ul li:last-child {
  margin-bottom: 0;
}
body main section.sobre-produtores .texto p:not(:has(strong)) {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  body main section.sobre-produtores {
    margin-top: -110px;
    text-align: center;
  }
  body main section.sobre-produtores .bg-form {
    margin-top: 0;
  }
  body main section.sobre-produtores label {
    text-align: left;
  }
  body main section.sobre-produtores h4 {
    font-size: 18px;
    margin-top: 30px;
  }
  body main section.sobre-produtores .texto {
    margin-bottom: 20px;
  }
  body main section.sobre-produtores .texto h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  body main section.sobre-produtores .texto h3 {
    font-size: 26px;
  }
  body main section.sobre-produtores .texto p {
    font-size: 17px;
  }
  body main section.sobre-produtores .texto ul {
    margin: 0 0 20px 0;
  }
  body main section.sobre-produtores .texto ul li {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 35px;
  }
  body main section.sobre-produtores .texto ul li:before {
    font-size: 20px;
    top: 1px;
  }
}
body main section.sobre-equipe {
  padding-bottom: 70px;
}
body main section.sobre-equipe img {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 50px;
}
body main section.sobre-equipe h2 {
  color: #042f39;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 93.75% */
  letter-spacing: 0.96px;
}
body main section.sobre-equipe h2 strong {
  color: #377e45;
}
body main section.sobre-equipe .box {
  margin-top: 20px;
  border-radius: 28px;
  border: 1px solid #dadada;
  background: #fff;
  box-shadow: 41px 51px 18px 0 rgba(173, 173, 173, 0), 27px 32px 17px 0 rgba(173, 173, 173, 0.01), 15px 18px 14px 0 rgba(173, 173, 173, 0.03), 7px 8px 10px 0 rgba(173, 173, 173, 0.04), 2px 2px 6px 0 rgba(173, 173, 173, 0.05);
  padding: 40px 40px;
  min-height: 380px;
}
body main section.sobre-equipe .box p {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 136.842% */
}
body main section.sobre-equipe .box strong {
  font-size: 18px;
  color: #377e45;
}
body main section.sobre-equipe .texto p {
  color: #042f39;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  line-height: 33px; /* 137.5% */
  letter-spacing: 0.48px;
}
@media (max-width: 991px) {
  body main section.sobre-equipe h2 {
    font-size: 26px;
  }
  body main section.sobre-equipe h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  body main section.sobre-equipe .box {
    padding: 30px 20px;
  }
  body main section.sobre-equipe .box .icon {
    width: 33px;
    height: 26px;
  }
  body main section.sobre-equipe .box .icon svg {
    margin-bottom: 20px;
  }
  body main section.sobre-equipe .box .icon svg path {
    fill: #1a56a9;
  }
  body main section.sobre-equipe .box p {
    font-size: 16px;
  }
}
body main section.sobre-diferencial {
  padding: 180px;
  color: #fff;
}
body main section.sobre-diferencial h2 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 93.75% */
  letter-spacing: 0.96px;
  margin: 10px 0;
}
body main section.sobre-diferencial h2 strong {
  color: #87bd5d;
}
body main section.sobre-diferencial ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
body main section.sobre-diferencial ul li {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
body main section.sobre-diferencial ul li:before {
  content: "\f058"; /* Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #87bd5d;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 15px;
}
body main section.sobre-diferencial ul li:last-child {
  margin-bottom: 0;
}
body main section.sobre-diferencial p {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
body main section.sobre-diferencial p strong {
  color: #87bd5d;
}
@media (max-width: 991px) {
  body main section.sobre-diferencial {
    padding: 100px 0;
    text-align: center;
    background-position: initial;
  }
  body main section.sobre-diferencial h2 {
    font-size: 24px;
  }
  body main section.sobre-diferencial ul li {
    font-size: 18px;
  }
  body main section.sobre-diferencial p {
    font-size: 17px;
  }
}
body main section.sobre-proximo-nivel {
  padding: 60px 0;
  margin-top: -50px;
}
body main section.sobre-proximo-nivel img.img {
  width: 46px;
  height: 50px;
}
body main section.sobre-proximo-nivel h2 {
  color: #fff;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
}
body main section.sobre-proximo-nivel p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (max-width: 991px) {
  body main section.sobre-proximo-nivel {
    padding: 30px 0;
    text-align: center;
  }
  body main section.sobre-proximo-nivel h2 {
    font-size: 24px;
  }
  body main section.sobre-proximo-nivel p {
    font-size: 17px;
    padding: 0 10px;
  }
}
body main section.duvidas {
  padding: 70px 0 70px 0;
}
body main section.duvidas .box .duvida {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 27px;
  background: #f7f7f7;
}
body main section.duvidas .box .duvida a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #24343c;
  font-family: Slaab;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  justify-content: space-between;
  line-height: normal;
}
body main section.duvidas .box .duvida a i {
  color: #193b6a;
}
body main section.duvidas .box .duvida a svg {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
body main section.duvidas .box .duvida a:not(.collapsed) svg {
  transform: rotate(0deg);
}
body main section.duvidas .box .duvida:last-child {
  margin-bottom: 0;
}
body main section.duvidas .box .duvida .resposta {
  color: #777778;
  font-family: ArticulatCF;
  font-size: 16px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .side-site {
  background: url("../image/bg-duvidas.png");
  background-repeat: no-repeat;
  border-radius: 10px;
}
body main section.duvidas .side-site .box-cta {
  padding: 120px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main section.duvidas .side-site .box-cta img.img {
  width: 46px;
  height: 50px;
}
body main section.duvidas .side-site .box-cta h3 {
  color: #fff;
  text-align: center;
  font-family: Slaab;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 128.571% */
  letter-spacing: 0.7px;
}
body main section.duvidas .side-site .box-cta p {
  color: #fff;
  text-align: center;
  font-family: "ArticulatCF", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
body main section.duvidas .side-site .box-cta .main-cta {
  padding: 15px 50px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 15px;
  }
  body main section.duvidas .box {
    padding: 30px 0;
  }
  body main section.duvidas .box h2 {
    font-size: 22px;
  }
  body main section.duvidas .box p {
    font-size: 15px;
  }
  body main section.duvidas .box .duvida {
    padding: 20px;
  }
  body main section.duvidas .box .duvida .resposta {
    font-size: 14px;
  }
  body main section.duvidas .box .duvida a {
    font-size: 16px;
  }
  body main section.duvidas .side-site .box-cta {
    padding: 30px;
  }
  body main section.duvidas .side-site .box-cta h3 {
    font-size: 22px;
  }
  body main section.duvidas .side-site .box-cta p {
    font-size: 15px;
  }
}
body main section.blog {
  padding: 70px 0;
}
body main section.blog .box-posts .post-card {
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body main section.blog .box-posts .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
body main section.blog .box-posts .post-card .post-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
body main section.blog .box-posts .post-card .post-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
}
body main section.blog .box-posts .post-card:hover .post-image-wrapper img {
  transform: scale(1.05);
}
body main section.blog .box-posts .post-card .post-content {
  padding: 20px;
  background: white;
}
body main section.blog .box-posts .post-card .post-content .post-title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #193b6a;
  line-height: 1.4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body main section.blog .box-posts .post-card .post-content .btn-read-more {
  display: inline-block;
  background: linear-gradient(135deg, #87bd5d 0%, #6ba547 100%);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
body main section.blog .box-posts .post-card .post-content .btn-read-more:hover {
  background: linear-gradient(135deg, #6ba547 0%, #5a9a3d 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(135, 189, 93, 0.3);
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 30px 0;
  }
  body main section.blog .box-posts .post-card .post-image-wrapper {
    height: 180px;
  }
  body main section.blog .box-posts .post-card .post-content {
    padding: 15px;
  }
  body main section.blog .box-posts .post-card .post-content .post-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  body main section.blog .box-posts .post-card .post-content .btn-read-more {
    padding: 8px 16px;
    font-size: 15px;
  }
  body main section.blog .texto h2 {
    font-size: 18px;
  }
  body main section.blog .texto h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
body main section.blog-interna {
  padding: 70px 0;
}
body main section.blog-interna .titulo-blog {
  color: #24343c;
  font-family: Slaab;
  font-size: clamp(28.2px, 20.5783783784px + 2.0324324324vw, 47px);
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 114.583% */
}
body main section.blog-interna .box-resume {
  font-size: clamp(14px, 10.7567567568px + 0.8648648649vw, 22px);
}
body main section.blog-interna .box-text {
  margin-top: 40px;
}
body main section.blog-interna .box-text h2 {
  font-size: clamp(22.8px, 16.6378378378px + 1.6432432432vw, 38px);
  color: #042f39;
  font-weight: 700;
}
body main section.blog-interna .box-text p {
  font-size: clamp(14px, 12.3783783784px + 0.4324324324vw, 18px);
  color: #042f39;
}
body main section.blog-interna .box-related {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding-top: 80px;
}
body main section.blog-interna .box-related .title-box {
  position: absolute;
  padding: 0 20px;
  color: #193b6a;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  top: -15px;
  left: 50%;
  margin-top: 65px;
  transform: translate(-50%, 0);
}
body main section.blog-interna .box-related .card-related {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #bcbcbc;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 15px;
}
body main section.blog-interna .box-related .card-related img {
  width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
body main section.blog-interna .box-related .card-related span {
  display: table;
  padding-left: 15px;
  color: var(--marrom-1, #282622);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.blog-interna .box-related .card-related:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  body main section.blog-interna .box-related {
    margin-top: 50px;
    padding: 40px 20px 20px;
  }
  body main section.blog-interna .box-related .title-box {
    white-space: nowrap;
  }
  body main section.blog-interna .box-related span {
    font-size: 18px;
    line-height: 22px;
  }
}
body main section.destaque {
  padding: 50px 0;
}
body main section.destaque .box-clientes {
  border-radius: 10px;
  background: #fff;
  padding: 45px 0px;
  text-align: center;
}
body main section.destaque .box-clientes .logo-item {
  width: 30%;
}
body main section.destaque .box-clientes .logo-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.destaque .box-destaque h3 {
  color: #193b6a;
  font-family: "DM Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.destaque .box-destaque p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.destaque {
    padding: 50px 0 10px 0;
  }
  body main section.destaque .box-clientes {
    padding: 15px 0px;
    margin-bottom: 30px;
  }
  body main section.destaque .box-clientes .logo-item {
    width: 40%;
  }
  body main section.destaque .box-destaque h3 {
    font-size: 23px;
  }
  body main section.destaque .box-destaque p {
    font-size: 17px;
  }
}
body main section.cases-de-sucesso {
  padding: 50px 0;
}
body main section.cases-de-sucesso .box-texto h3 {
  color: #193b6a;
  font-family: "DM Sans", sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.cases-de-sucesso .box-texto p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.cases-de-sucesso .owl-cases .case-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body main section.cases-de-sucesso .owl-cases .case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
body main section.cases-de-sucesso .owl-cases .case-card .case-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
}
body main section.cases-de-sucesso .owl-cases .case-card:hover .case-image img {
  transform: scale(1.05);
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content {
  padding: 25px;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-title {
  color: #042f39;
  font-family: Slaab;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.572px; /* 125% */
  letter-spacing: 0.409px;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-section {
  margin-bottom: 20px;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-section .section-title {
  color: #042f39;
  font-family: "ArticulatCF", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-section .section-text {
  color: #042f39;
  font-family: "ArticulatCF", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta {
  margin-top: 25px;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta .case-consultor-btn {
  width: 100%;
  background: linear-gradient(135deg, #87bd5d 0%, #6ba547 100%);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta .case-consultor-btn:hover {
  background: linear-gradient(135deg, #6ba547 0%, #5a9a3d 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(135, 189, 93, 0.3);
}
body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta .case-consultor-btn svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  body main section.cases-de-sucesso {
    padding: 10px 0 50px 0;
  }
  body main section.cases-de-sucesso .box-texto h3 {
    font-size: 23px;
  }
  body main section.cases-de-sucesso .box-texto p {
    font-size: 16px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-image {
    height: 200px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content {
    padding: 20px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-title {
    font-size: 21px;
    margin-bottom: 15px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-section {
    margin-bottom: 15px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-section .section-title {
    font-size: 16px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-section .section-text {
    font-size: 14px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta {
    margin-top: 20px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta .case-consultor-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  body main section.cases-de-sucesso .owl-cases .case-card .case-content .case-cta .case-consultor-btn svg {
    width: 16px;
    height: 16px;
  }
}
body main section.porque-o-grupo-aguiar {
  background: linear-gradient(0deg, #cecece 13.84%, #fff 82.77%);
  padding: 50px 0;
}
body main section.porque-o-grupo-aguiar .video {
  width: 100%;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body main section.porque-o-grupo-aguiar .video .nome img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 30px;
  margin-right: 20px;
}
body main section.porque-o-grupo-aguiar .video img {
  position: relative;
  z-index: 1;
}
body main section.porque-o-grupo-aguiar .video:after {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body main section.porque-o-grupo-aguiar .box-texto h3 {
  color: #042f39;
  font-family: Slaab;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 100% */
  letter-spacing: 0.9px;
}
body main section.porque-o-grupo-aguiar .box-texto p {
  color: #377e45;
  text-align: center;
  font-family: Slaab;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
body main section.porque-o-grupo-aguiar .card-item {
  border-radius: 5px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 50px;
}
body main section.porque-o-grupo-aguiar .card-item h4 {
  color: #193b6a;
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.porque-o-grupo-aguiar .card-item p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.porque-o-grupo-aguiar .card-item .icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 991px) {
  body main section.porque-o-grupo-aguiar .box-texto {
    width: 100% !important;
  }
  body main section.porque-o-grupo-aguiar .box-texto h3 {
    font-size: 23px;
  }
  body main section.porque-o-grupo-aguiar .box-texto p {
    font-size: 16px;
  }
}
body main section.index-depoimentos.interna {
  background: #f2f2f2;
  padding: 50px 0;
}
body main section.cta-construa {
  padding: 50px 0;
}
body main section.cta-construa .texto {
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
body main section.cta-construa .texto h2 {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 1rem;
}
body main section.cta-construa .texto h2 strong {
  font-weight: bold;
}
body main section.cta-construa .texto p {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.cta-construa .texto {
    width: 100%;
  }
  body main section.cta-construa .texto h2 {
    font-size: 24px;
    line-height: normal;
  }
  body main section.cta-construa .texto p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #193b6a;
  width: 100%;
  padding: 10px 80px 15px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa .main-phone {
  color: #050e2c;
}
body footer section.barra-fixa .main-phone svg {
  fill: #050e2c;
}
body footer section.barra-fixa .main-phone svg path {
  fill: #050e2c;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #377e45;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #ffffff;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer-mapa {
  height: 500px;
  position: relative;
  z-index: 5;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 300px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.footer {
  background: #222;
  color: white;
  padding: 50px 0 30px 0;
}
body footer section.footer .principal {
  padding-top: 50px;
}
body footer section.footer .principal a {
  color: white;
}
body footer section.footer .principal .endereco {
  font-size: 18px;
}
body footer section.footer .principal .certificados a {
  color: white;
}
body footer section.footer .principal .certificados img {
  margin-right: 10px;
  height: 50px;
  filter: grayscale(1) brightness(100);
}
body footer section.footer .principal a.main-cta .txt {
  color: white;
}
body footer section.footer .principal .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer .principal .menu a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
body footer section.footer .principal .logo {
  width: 100%;
}
body footer section.footer .news {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 50px;
}
body footer section.footer .news .social a {
  font-size: 18px;
  color: white;
  margin: 0 10px;
}
body footer section.footer .news .main-phone {
  transform: scale(1.1);
}
body footer section.footer .news .main-phone .icon {
  color: white;
}
body footer section.footer .news .main-phone .text {
  color: white;
}
body footer section.footer .news form {
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.footer .news form input:not(.form-check-input),
body footer section.footer .news form textarea {
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  display: block;
  width: 100%;
  padding: 15px 20px;
  outline: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body footer section.footer .news form input:not(.form-check-input)::-moz-placeholder, body footer section.footer .news form textarea::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
body footer section.footer .news form input:not(.form-check-input)::placeholder,
body footer section.footer .news form textarea::placeholder {
  color: rgba(43, 43, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
body footer section.footer .news form button {
  min-width: 200px;
  color: white;
  border-color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
body footer section.footer .news form button .icon {
  background: white;
  color: #1a56a9;
}
body footer section.footer .news .titulo {
  display: flex;
  align-items: center;
  color: #fdfefe;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
body footer section.footer .news .titulo h3 {
  color: #82c75c;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}
body footer section.footer .news .titulo img {
  margin-right: 20px;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 20px 0;
  }
  body footer section.footer .principal {
    padding-top: 20px;
  }
  body footer section.footer .principal .endereco {
    font-size: 15px;
  }
  body footer section.footer .principal .item {
    display: block;
  }
  body footer section.footer .principal .certificados a {
    display: block;
    font-size: 15px;
    margin: 10px 0;
  }
  body footer section.footer .principal .certificados img {
    height: 20px;
  }
  body footer section.footer .principal .menu {
    display: none;
  }
  body footer section.footer .principal .logo {
    width: 150px;
  }
  body footer section.footer .news {
    padding-bottom: 20px;
  }
  body footer section.footer .news .row-flex {
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }
  body footer section.footer .news .row-flex .main-phone {
    margin: 10px 0;
  }
  body footer section.footer .news .main-phone {
    transform: none;
  }
  body footer section.footer .news form input {
    font-size: 15px;
    padding: 5px 15px;
  }
  body footer section.footer .news form button .txt {
    font-size: 14px;
  }
  body footer section.footer .news .titulo {
    justify-content: center;
    font-size: 15px;
    margin-bottom: 20px;
  }
  body footer section.footer .news .titulo img {
    height: 35px;
    margin-right: 15px;
  }
  body footer section.footer .news .titulo h3 {
    font-size: 20px;
  }
}
body footer section.footer-copy {
  background: #38393a;
  color: white;
  font-weight: 400;
  padding: 15px 0;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    text-align: center;
    margin-bottom: 57px;
    font-size: 15px;
  }
  body footer section.footer-copy img {
    margin-top: 15px;
    max-width: 200px;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 900;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .menu-mobile {
  background-image: url(../image/bg-menu-mobile.png);
  background-size: cover;
  background-position: center left;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 95%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #377e45;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #377e45;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer .menu-mobile ul.blue li {
  background-color: #013d60;
  margin: 0 0 2px 0;
  padding: 0;
}
body footer .menu-mobile ul.blue li a {
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 0 0;
}/*# sourceMappingURL=custom.css.map */