@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;700&family=Public+Sans:wght@400;500;700&display=swap");
:root {
  --Branco: #FFFFFF;
  --Amarelo: #F5B300;
  --Preto: #1F1F1F;
  --Azul-Marinho: #0B2E43;
  --Typography-Font-Family-Montserrat: 'Manrope', sans-serif;
  --Typography-Font-Family-Epilogue: var(--Typography-Font-Family-Montserrat);
  --Typography-Font-Family-Baskervsville: var(--Typography-Font-Family-Montserrat);
  --Typography-Font-Family-Nunito: var(--Typography-Font-Family-Montserrat);
}

h1, h2, h3, h4 {
  font-family: var(--Typography-Font-Family-Montserrat, "Manrope", sans-serif);
}

.has-error {
  border-color: red !important;
}

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

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

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Manrope", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
  min-height: 100vh;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

.row {
  clear: both;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
}

h1,
h2 {
  font-family: "Manrope", sans-serif;
  color: #000;
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: -20px;
}

h1 strong,
h2 strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.owl-carousel div.disabled {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.subtitle {
  display: table;
  color: #559589;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

div.disabled {
  display: none;
}

.link-phone {
  display: flex;
  align-items: center;
}

.link-phone span {
  color: #575f5d;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
  padding-left: 10px;
}

.link-phone:hover span {
  color: #5e988b;
}

.btn-orange {
  display: flex;
  border-radius: 10px;
  background: #f4a204;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-orange:before {
  content: "";
  height: 50px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/detail-btn-orange.svg) left center no-repeat;
  border-radius: 10px 0 0 10px;
}

.btn-orange span {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}

.btn-orange:hover span {
  color: #dd6712;
}

.btn-orange div {
  width: 57px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  flex-shrink: 0;
}

.btn-orange div span {
  font-size: 24px;
  color: #fff !important;
  height: auto;
  padding: 0;
  font-size: 30px;
  font-weight: initial !important;
}

.btn-orange:after {
  content: "";
  border: 2px solid #f4a204;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.btn-orange:hover:after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
  border-radius: 14px;
}

.btn-default {
  display: flex;
  border-radius: 10px;
  background: #559589;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-default:before {
  content: "";
  height: 50px;
  width: 57px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/detail-btn-default.svg) left center no-repeat;
  border-radius: 10px 0 0 10px;
}

.btn-default div {
  width: 57px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  flex-shrink: 0;
}

.btn-default div span {
  font-size: 30px;
  color: #fff;
}

.btn-default .text {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  min-width: 180px;
}

.btn-default:after {
  content: "";
  border: 2px solid #559589;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.btn-default:hover:after {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 1;
  border-radius: 14px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}

.owl-dots button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #e7cee5;
  background: #e7cee5;
}

.owl-dots button.active {
  transform: scale(1.7);
  background: none;
  border-color: #fff;
}

.separator {
  float: left;
  width: 100%;
  height: 32px;
  margin-bottom: 30px;
  background: url(../image/separator.svg) center center no-repeat;
}

.banner-pages {
  height: 435px;
  padding-top: 80px;
}

.banner-pages .breadcrumbs {
  display: flex;
  margin-bottom: 50px;
}

.banner-pages .breadcrumbs a,
.banner-pages .breadcrumbs span {
  color: #575f5d;
  font-size: 15px;
  font-weight: 400;
  display: table;
}

.banner-pages .breadcrumbs a:hover {
  text-decoration: underline !important;
}

.banner-pages .breadcrumbs .space {
  padding: 0 5px;
}

.banner-pages h1 {
  position: relative;
  padding-left: 65px;
  margin-bottom: 0;
}

.banner-pages h1:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  top: -15px;
  background-size: 100%;
}

.banner-pages p {
  margin-bottom: 0;
}

.banner-single {
  height: auto;
  padding-bottom: 40px;
}

.pagination {
  float: left;
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination span,
.pagination a {
  color: #949494;
  font-size: 28px;
  font-weight: 400;
  margin: 0 15px;
}

.pagination span,
.pagination a:hover {
  color: #742e79;
}

.box-categories {
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  padding: 45px 0 0;
  margin-bottom: 30px;
}

.box-categories h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.box-categories ul,
.box-categories ul li,
.box-categories ul li a {
  width: 100%;
  display: table;
}

.box-categories ul li {
  margin-bottom: 40px;
}

.box-categories ul li a {
  padding-left: 20px;
  border-left: 5px solid transparent;
  color: #575f5d;
  font-size: 18px;
  font-weight: 400;
}

.box-categories ul li a:hover,
.box-categories ul li a.active {
  border-color: #985b9d;
  color: #985b9d;
}

.card-service {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 21px;
  padding: 0 35px 35px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.card-service .top,
.card-service .bottom {
  width: 100%;
}

.card-service .icon-box {
  width: 92px;
  height: 92px;
  margin: -30px auto 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.card-service a span {
  width: 216px;
  justify-content: center;
  text-align: center;
}

.card-service a {
  margin: 0 auto 10px;
}

.card-service a:last-of-type {
  margin-bottom: 0;
}

.card-service .title {
  width: 100%;
  text-align: center;
  display: table;
  color: #985b9d;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card-service p {
  width: 100%;
  text-align: center;
}

.box-form {
  width: 100%;
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
}

.box-form .title {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #559589;
  font-size: 23px;
  font-weight: 700;
}

.box-form p {
  width: 100%;
  text-align: center;
}

.box-form .form-group {
  margin-bottom: 20px;
}

.box-form .field-title {
  display: table;
  color: #559589;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 5px;
}

.box-form input,
.box-form select,
.box-form textarea {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
}

.box-form textarea {
  height: 80px;
  resize: none;
}

.box-form button {
  margin: 0 auto;
  border: none;
}

.box-form .group-check {
  display: table;
  cursor: pointer;
}

.box-form .group-check input {
  display: none;
}

.box-form .group-check span {
  display: table;
  position: relative;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 400;
  padding-left: 28px;
}

.box-form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  line-height: 16px;
  height: 18px;
  text-align: center;
  font-size: 0;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  color: #fff;
  transition: 0.5s;
}

.box-form .group-check input:checked ~ span:before {
  font-size: 11px;
  background: #559589;
  border-color: #559589;
}

.wrap-contact:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1920px;
  height: 123px;
  background: url(../image/divisor-3.png) center top no-repeat;
  bottom: -1px;
}

.item-accordion {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 25px;
  background: #ffffff;
  overflow: hidden;
}

.item-accordion .open-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  color: #434a48;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
}

.item-accordion .open-accordion span {
  padding-left: 20px;
  font-size: 38px;
  color: #cb34d8;
  transition: 0.5s;
}

.item-accordion .open-accordion.active {
  background: #559589;
  color: #fff;
}

.item-accordion .open-accordion.active span {
  color: #fff;
}

.item-accordion .content-accordion {
  float: left;
  width: 100%;
  display: none;
  padding: 30px;
}

.item-accordion .content-accordion p:last-of-type {
  margin-bottom: 0;
}

.card-blog {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  float: left;
  border-radius: 25px;
}

.card-blog img {
  float: left;
  width: 100%;
  height: 412px;
}

.card-blog .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background: linear-gradient(90deg, rgba(54, 113, 102, 0.6) 0%, rgba(114, 44, 120, 0.6) 100%);
  box-shadow: 0px 14px 9px 0px rgba(0, 0, 0, 0.44) inset;
  backdrop-filter: blur(5px);
}

.card-blog .box-text .title {
  display: table;
  margin-bottom: 15px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.card-blog .box-text .more {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.card-blog .box-text .more span {
  margin-right: 10px;
}

.wrap-map iframe {
  float: left;
  width: 100%;
  height: 350px;
}

.list-duvidas {
  padding: 60px 0;
  background: #f5f5f5;
}

.list-duvidas h2 {
  margin-bottom: 10px;
}

.list-duvidas .box-form {
  background: url(../image/bg-contact.png) center center no-repeat;
  background-size: cover;
  padding: 30px 40px;
}

.list-duvidas .box-form .title {
  margin-bottom: 0;
}

.list-duvidas .box-form p {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.list-duvidas .box-form form .field-title,
.list-duvidas .box-form .title {
  color: #742e79;
}

@media only screen and (max-width: 1300px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: -10px;
  }
  .subtitle {
    font-size: 20px;
  }
  .card-service {
    padding: 0 25px 35px;
  }
  .box-form {
    padding: 30px;
  }
  .list-duvidas .box-form {
    padding: 30px;
  }
  .card-blog .box-text .title {
    font-size: 20px;
  }
  .box-categories {
    margin-top: 50px;
  }
  .banner-pages {
    height: auto;
    padding: 60px 0;
  }
}
.wrap-footer {
  width: 100%;
  float: left;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.wrap-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.wrap-footer .text-col {
  text-align: center;
}
.wrap-footer .text-col .titulo-rodape, .wrap-footer .text-col .titulo-rodape * {
  color: #FFF !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 25px !important;
}
.wrap-footer .text-col .descricao-rodape {
  margin-bottom: 30px;
}
.wrap-footer .text-col .descricao-rodape h2 {
  color: #DAD2C2 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
}
.wrap-footer .text-col .descricao-rodape p, .wrap-footer .text-col .descricao-rodape span {
  color: #FFF !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
.wrap-footer .text-col .linha-separadora {
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto 30px auto;
}
.wrap-footer .text-col .frase-rodape, .wrap-footer .text-col .frase-rodape * {
  color: #FFF !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 34px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.wrap-footer .text-col .frase-rodape p {
  margin: 0 !important;
}
.wrap-footer .text-col .frase-rodape span, .wrap-footer .text-col .frase-rodape small {
  display: block;
  font-family: "Manrope", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  margin-top: 10px !important;
  color: #FFF !important;
}
.wrap-footer {
  /* === COLUNA DO FORMULÁRIO === */
}
.wrap-footer .form-col .box-form {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(30px);
  padding: 50px 40px;
  border-radius: 4px;
}
.wrap-footer .form-col .box-form .form-group {
  margin-bottom: 15px;
}
.wrap-footer .form-col .box-form .form-group .form-control {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06); /* Fundo levemente mais claro que a caixa */
  border: none;
  padding: 16px 20px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  border-radius: 2px;
  transition: 0.3s ease;
}
.wrap-footer .form-col .box-form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-footer .form-col .box-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wrap-footer .form-col .box-form .form-group .form-control:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.wrap-footer .form-col .box-form .form-group textarea.form-control {
  resize: none; /* Impede que o usuário distorça o layout puxando o campo */
}
.wrap-footer .form-col .box-form .btn-submit {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 16px 30px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap-footer .form-col .box-form .btn-submit:hover {
  background-color: #ffffff;
  color: #381b18;
}
.wrap-footer {
  /* === RESPONSIVO === */
}
@media only screen and (max-width: 991px) {
  .wrap-footer {
    padding: 80px 0;
  }
  .wrap-footer .text-col {
    margin-bottom: 50px;
  }
  .wrap-footer .text-col .titulo-rodape, .wrap-footer .text-col .titulo-rodape * {
    font-size: 34px !important;
  }
  .wrap-footer .text-col .frase-rodape, .wrap-footer .text-col .frase-rodape * {
    font-size: 28px !important;
  }
  .wrap-footer .form-col .box-form {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .divisor,
  .divisor-amarelo,
  .divisor-branco,
  .divisor-verde,
  .divisor-vermelho,
  .divisor-top,
  .divisor-topo-trajetoria {
    display: flex;
    justify-content: center;
  }
  .divisor img,
  .divisor-amarelo img,
  .divisor-branco img,
  .divisor-verde img,
  .divisor-vermelho img,
  .divisor-top img,
  .divisor-topo-trajetoria img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.btn-verde {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1F8C84;
  color: #FFFFFF;
  padding: 16px 30px;
  border-radius: 99px;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 10px 0 rgba(31, 140, 132, 0.5);
  transition: background-color 0.3s ease;
}
.btn-verde i {
  font-size: 0.95em;
}
.btn-verde:hover {
  background: rgb(23.6035087719, 106.5964912281, 100.5052631579);
  color: #FFFFFF;
}

.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  font-family: var(--Typography-Font-Family-Montserrat, "Manrope", sans-serif);
}
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 section.barra-lgpd {
  padding: 0 15px;
  background: gainsboro;
  font-size: 14px;
  width: 100%;
  z-index: 502;
  color: dimgray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
  padding: 14px 15px;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 13.5px;
    bottom: 0;
    line-height: 1.4;
    min-height: 44px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 75px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1280px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: dimgray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted dimgray;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 20px;
  margin: 5px 0 5px 12px;
  color: dimgray;
  border: 1px solid dimgray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  opacity: 0.85;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button.lgpd-aceitar,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button.lgpd-aceitar {
  background-color: #073B22;
  border-color: #073B22;
  color: #FFF;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body 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;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #073B22;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body {
  /* ============ MODAL FALE COM O ESPECIALISTA ============ */
}
body .modal-especialista .modal-content {
  border: none;
  border-radius: 16px !important;
  overflow: hidden;
}
body .modal-especialista .modal-body {
  position: relative;
  padding: 44px 48px;
}
body .modal-especialista .modal-fechar {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background-color: #F2F2F2;
  color: #0B2E43;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body .modal-especialista .modal-fechar:hover {
  background-color: #0B2E43;
  color: #FFFFFF;
}
body .modal-especialista .modal-logo {
  margin-bottom: 16px;
}
body .modal-especialista .modal-logo picture,
body .modal-especialista .modal-logo img,
body .modal-especialista .modal-logo svg {
  max-width: 80px;
  width: auto;
  height: auto;
}
body .modal-especialista .modal-selo {
  display: inline-block;
  background-color: #0B2E43;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 14px;
}
body .modal-especialista .modal-titulo {
  color: #0B2E43;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 26px;
}
body .modal-especialista .modal-form label {
  display: block;
  color: #0B2E43;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
body .modal-especialista .modal-form input,
body .modal-especialista .modal-form select,
body .modal-especialista .modal-form textarea,
body .modal-especialista .modal-form .form-control {
  width: 100%;
  background-color: #F5F5F5;
  border: 1px solid #E4E8EB;
  border-radius: 8px;
  padding: 12px 14px;
  color: #0B2E43;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  box-shadow: none;
}
body .modal-especialista .modal-form input::-moz-placeholder, body .modal-especialista .modal-form select::-moz-placeholder, body .modal-especialista .modal-form textarea::-moz-placeholder, body .modal-especialista .modal-form .form-control::-moz-placeholder {
  color: #9AA4AD;
}
body .modal-especialista .modal-form input::placeholder,
body .modal-especialista .modal-form select::placeholder,
body .modal-especialista .modal-form textarea::placeholder,
body .modal-especialista .modal-form .form-control::placeholder {
  color: #9AA4AD;
}
body .modal-especialista .modal-form input:focus,
body .modal-especialista .modal-form select:focus,
body .modal-especialista .modal-form textarea:focus,
body .modal-especialista .modal-form .form-control:focus {
  outline: none;
  border-color: #0B2E43;
  background-color: #FFFFFF;
  box-shadow: none;
}
body .modal-especialista .modal-form input.campo-invalido,
body .modal-especialista .modal-form select.campo-invalido,
body .modal-especialista .modal-form textarea.campo-invalido,
body .modal-especialista .modal-form .form-control.campo-invalido {
  border-color: #E4572E !important;
}
body .modal-especialista .modal-form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6z' fill='%230B2E43'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 38px;
}
body .modal-especialista .modal-form textarea {
  resize: vertical;
  min-height: 90px;
}
body .modal-especialista .modal-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
  background-color: #0B2E43;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .modal-especialista .modal-btn__ico {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #0B2E43;
  font-size: 0.8rem;
}
body .modal-especialista .modal-btn__ico i {
  color: #0B2E43 !important;
  margin: 0 !important;
}
body .modal-especialista .modal-btn:hover {
  background-color: #0A2637;
}
@media (max-width: 575px) {
  body .modal-especialista .modal-body {
    padding: 40px 24px 30px;
  }
  body .modal-especialista .modal-titulo {
    font-size: 20px;
  }
}
body {
  /* MODAL */
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
  z-index: 10000;
}
body .modal {
  z-index: 10001;
}
body .modal-lg {
  max-width: 650px;
}
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 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #073B22;
  line-height: 1.1;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #073B22;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body.video {
  padding: 0;
}
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: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body {
  /* ============ MODAL FALE CONOSCO (tema Qward) ============ */
}
body .modal-contato .modal-content {
  border: none;
  border-radius: 16px !important;
  padding: 40px;
  background: #ffffff;
}
body .modal-contato__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #0a3620;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}
body .modal-contato__close:hover {
  background: #00c769;
  color: #ffffff;
}
body .modal-contato__titulo {
  margin: 0 0 8px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .modal-contato__sub {
  margin: 0 0 24px;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
body .modal-contato .form-solicitar__label {
  display: block;
  margin-bottom: 8px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .modal-contato .form-control {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #d7dbde;
  border-radius: 10px;
  background: #ffffff;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  box-shadow: none;
}
body .modal-contato .form-control::-moz-placeholder {
  color: #9aa4ac;
}
body .modal-contato .form-control::placeholder {
  color: #9aa4ac;
}
body .modal-contato .form-control:focus {
  outline: none;
  border-color: rgba(0, 199, 105, 0.6);
  background: #ffffff;
  box-shadow: none;
}
body .modal-contato select.form-control {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6z' fill='%2300c769'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 38px;
}
body .modal-contato textarea.form-control {
  resize: vertical;
  min-height: 110px;
}
body .modal-contato__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  padding: 15px 24px;
  border: none;
  border-radius: 30px;
  background-image: linear-gradient(130.19deg, #6fc74d 0%, #00c769 100%);
  color: #072822;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 20px 60px -20px rgba(111, 199, 77, 0.45);
  transition: filter 0.2s ease, transform 0.2s ease;
}
body .modal-contato__btn i {
  color: #072822;
  font-size: 0.9em;
}
body .modal-contato__btn:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  body .modal-contato .modal-content {
    padding: 28px 22px;
  }
  body .modal-contato__titulo {
    font-size: 22px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #073B22;
  border-bottom: 5px solid #073B22;
  background: #fafafa;
}
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: #073B22;
  font-weight: 500;
  border-bottom: 1px dotted #073B22;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #073B22;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #073B22;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #073B22;
  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: #073B22;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #073B22;
  line-height: 1.5;
}
@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 .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 .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #f2f3f4 url("../../uploads/fundo-header.png") center/cover no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: "Manrope", sans-serif;
}
body .site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 143px;
  padding: 18px 0;
}
body .site-header .header-logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
body .site-header .header-logo img {
  display: block;
  width: auto;
  max-height: 72px;
}
body .site-header .header-collapse {
  flex: 1;
}
body .site-header .header-nav {
  flex: 1;
}
body .site-header .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
body .site-header .main-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .site-header .main-menu > li > a svg {
  display: block;
}
body .site-header .main-menu > li > a:hover, body .site-header .main-menu > li > a.active {
  color: #00c769;
}
body .site-header .main-menu .menu-home > a svg {
  width: 20px;
  height: 21px;
}
body .site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
body .site-header .header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
body .site-header .header-phone i {
  flex-shrink: 0;
  font-size: 16px;
}
body .site-header .header-phone:hover {
  color: #00c769;
}
body .site-header .header-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body .site-header .header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(11, 31, 42, 0.15);
  color: #0b1f2a;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
body .site-header .header-social a:hover {
  color: #ffffff;
  background: #00c769;
  border-color: #00c769;
}
body .site-header .header-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background: transparent;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
body .site-header .header-toggle i {
  font-size: 15px;
}
@media (max-width: 991px) {
  body .site-header .header-inner {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    min-height: 0;
    padding: 14px 0;
  }
  body .site-header .header-logo {
    flex: 0 0 100%;
    justify-content: center;
  }
  body .site-header .header-logo img {
    max-height: 50px;
  }
  body .site-header .header-actions {
    flex: 0 0 100%;
    justify-content: center;
    gap: 12px;
  }
  body .site-header .header-toggle {
    display: inline-flex;
  }
  body .site-header .header-cta {
    flex: 0 0 100%;
    justify-content: center;
  }
  body .site-header .header-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex: 0 0 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 24px 40px -20px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
  }
  body .site-header .header-nav .container,
  body .site-header .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    padding: 8px 20px;
  }
  body .site-header .main-menu > li {
    width: 100%;
  }
  body .site-header .main-menu > li > a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  body .site-header .header-actions {
    gap: 10px;
  }
  body .site-header .header-phone {
    font-size: 14px;
  }
  body .site-header .header-cta {
    padding: 12px 16px;
    font-size: 14px;
  }
  body .site-header .header-toggle {
    padding: 10px 12px;
  }
}
body .btn-qward {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border-radius: 30px;
  background-image: linear-gradient(130.19deg, #6FC74D 0%, #00C769 100%);
  box-shadow: 0px 20px 60px -20px rgba(111, 199, 77, 0.45);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #072822;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
body .btn-qward__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
body .btn-qward__ico svg {
  display: block;
  width: 16px;
  height: 16px;
}
body .btn-qward:hover, body .btn-qward:focus {
  color: #072822;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0px 24px 60px -18px rgba(111, 199, 77, 0.6);
}
body .btn-laranja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border: none;
  border-radius: 30px;
  background-image: linear-gradient(130.19deg, #F5A15A 0%, #E8641C 100%);
  box-shadow: 0px 20px 60px -20px rgba(232, 100, 28, 0.45);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
body .btn-laranja__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
body .btn-laranja__ico svg {
  display: block;
  width: 16px;
  height: 16px;
}
body .btn-laranja:hover, body .btn-laranja:focus {
  color: #ffffff;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0px 24px 60px -18px rgba(232, 100, 28, 0.6);
}
body .btn-laranja.header-cta {
  background-image: linear-gradient(100deg, #C75C4D 0%, #E68734 55.89%, #FFA920 100%);
}
body .banner-interno {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 260px;
  overflow: hidden;
  border-bottom-right-radius: 80px;
  background: #063b22;
}
body .banner-interno__midia {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body .banner-interno__img {
  position: absolute;
  inset: 0;
}
body .banner-interno__img picture,
body .banner-interno__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .banner-interno__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
body .banner-interno__breadcrumb a {
  color: rgba(233, 245, 240, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
body .banner-interno__breadcrumb a:hover {
  color: #6fc74d;
}
body .banner-interno__breadcrumb .sep {
  color: rgba(233, 245, 240, 0.3);
}
body .banner-interno__breadcrumb .atual {
  color: #ffffff;
  font-weight: 600;
}
body .banner-interno__conteudo {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 40px 0;
}
body .banner-interno__conteudo h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .banner-interno__conteudo h1 strong {
  color: #6fc74d;
  font-weight: 800;
}
body .banner-interno__conteudo p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991px) {
  body .banner-interno {
    min-height: 200px;
    border-bottom-right-radius: 50px;
  }
  body .banner-interno__conteudo {
    max-width: 100%;
  }
  body .banner-interno__conteudo h1 {
    font-size: 24px;
  }
}
body .breadcrumb-bar {
  background: #063b22;
  border-bottom-right-radius: 80px;
  padding: 26px 0 32px;
}
body .breadcrumb-bar .breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
body .breadcrumb-bar .breadcrumb-nav a {
  color: rgba(233, 245, 240, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
body .breadcrumb-bar .breadcrumb-nav a:hover {
  color: #6fc74d;
}
body .breadcrumb-bar .breadcrumb-nav__sep {
  color: rgba(233, 245, 240, 0.3);
}
body .breadcrumb-bar .breadcrumb-nav__atual {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 991px) {
  body .breadcrumb-bar {
    border-bottom-right-radius: 50px;
    padding: 20px 0 26px;
  }
}
body .sec-banner-home {
  position: relative;
  width: 100%;
  background: #f2f3f4;
}
body .sec-banner-home .banner-midia {
  position: relative;
  overflow: hidden;
  background: #063b22;
  border-bottom-right-radius: 169px;
}
body .sec-banner-home .hero-carousel .banner-slide,
body .sec-banner-home .hero-carousel .banner-slide__link {
  display: block;
}
body .sec-banner-home .hero-carousel .banner-slide picture,
body .sec-banner-home .hero-carousel .banner-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body .sec-banner-home .hero-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  z-index: 3;
}
body .sec-banner-home .hero-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
body .sec-banner-home .hero-carousel .owl-dots button.active {
  background: #6fc74d;
}
@media (max-width: 991px) {
  body .sec-banner-home .banner-midia {
    border-bottom-right-radius: 90px;
  }
}
body .sec-info {
  background: #f2f3f4;
  padding: 80px 0;
}
body .sec-info__titulo {
  max-width: 680px;
  margin: 0 auto 46px;
  text-align: center;
}
body .sec-info__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-info__titulo h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-info__titulo p {
  margin: 14px 0 0;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-info .info-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
body .sec-info .info-card__img picture,
body .sec-info .info-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
body .sec-info .info-card__texto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px 24px;
  margin-bottom: 25px;
}
body .sec-info .info-card__texto h1 {
  margin: 0 0 8px;
  color: #22c55e;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
body .sec-info .info-card__texto p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
body .sec-info__rodape {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
@media (max-width: 991px) {
  body .sec-info {
    padding: 56px 0;
  }
  body .sec-info__titulo h1 {
    font-size: 28px;
  }
}
body .sec-especialista {
  background: #f2f3f4;
  padding: 70px 0;
}
body .sec-especialista__inner {
  display: flex;
  align-items: center;
  gap: 44px;
}
body .sec-especialista__texto {
  flex: 0 0 33%;
  max-width: 33%;
}
body .sec-especialista__texto h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-especialista__texto h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-especialista__texto p {
  margin: 18px 0 0;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-especialista__texto .btn-qward {
  margin-top: 30px;
}
body .sec-especialista__selo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
body .sec-especialista__selo picture,
body .sec-especialista__selo img {
  display: block;
  width: auto;
  max-width: 240px;
  height: auto;
}
body .sec-especialista__cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
body .sec-especialista .especialista-card {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 24px 44px -26px rgba(11, 31, 42, 0.22);
}
body .sec-especialista .especialista-card__ico {
  width: 32px;
  height: 32px;
}
body .sec-especialista .especialista-card__ico picture,
body .sec-especialista .especialista-card__ico img,
body .sec-especialista .especialista-card__ico svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-especialista .especialista-card__titulo {
  margin: auto 0 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 991px) {
  body .sec-especialista {
    padding: 56px 0;
  }
  body .sec-especialista__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  body .sec-especialista__texto {
    flex: none;
    max-width: 100%;
    text-align: center;
  }
  body .sec-especialista__texto .btn-qward {
    margin-left: auto;
    margin-right: auto;
  }
  body .sec-especialista__selo {
    order: -1;
  }
}
@media (max-width: 575px) {
  body .sec-especialista__cards {
    grid-template-columns: 1fr;
  }
  body .sec-especialista .especialista-card {
    min-height: 0;
    gap: 20px;
  }
  body .sec-especialista .especialista-card__titulo {
    margin-top: 0;
  }
}
body .sec-atendimento {
  position: relative;
  padding: 80px 0;
  background: radial-gradient(120% 90% at 50% 0%, #0c2c1c 0%, #061a11 55%, #04120c 100%);
}
body .sec-atendimento__img picture,
body .sec-atendimento__img img {
  display: block;
  width: 90%;
  height: auto;
}
body .sec-atendimento__conteudo {
  padding-left: 20px;
}
body .sec-atendimento__texto h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.6px;
}
body .sec-atendimento__texto h1 strong {
  color: #6fc74d;
  font-weight: 800;
}
body .sec-atendimento__texto p {
  margin: 22px 0 0;
  color: rgba(233, 245, 240, 0.62);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
body .sec-atendimento__lista {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
body .sec-atendimento__lista li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #e9f5f0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
body .sec-atendimento__lista li:last-child {
  margin-bottom: 0;
}
body .sec-atendimento__lista li i {
  color: #22c55e;
  font-size: 18px;
  flex-shrink: 0;
}
body .sec-atendimento__divisor {
  height: 1px;
  margin: 70px 0 56px;
  background: rgba(255, 255, 255, 0.08);
}
body .sec-atendimento__titulo {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
body .sec-atendimento__titulo h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-atendimento__titulo h1 strong {
  color: #6fc74d;
  font-weight: 800;
}
body .sec-atendimento__titulo p {
  margin: 16px 0 0;
  color: rgba(233, 245, 240, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-atendimento__etapas {
  row-gap: 24px;
}
body .sec-atendimento .etapa-col {
  position: relative;
}
body .sec-atendimento .etapa-seta {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
}
body .sec-atendimento .etapa-card {
  height: 100%;
  padding: 26px 24px 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
}
body .sec-atendimento .etapa-card__num {
  display: block;
  margin-bottom: 16px;
  color: #22c55e;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}
body .sec-atendimento .etapa-card__texto h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
body .sec-atendimento .etapa-card__texto p {
  margin: 0;
  color: rgba(233, 245, 240, 0.55);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}
body .sec-atendimento__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 991px) {
  body .sec-atendimento {
    padding: 56px 0;
  }
  body .sec-atendimento__conteudo {
    padding-left: 0;
    margin-top: 32px;
  }
  body .sec-atendimento__texto h1 {
    font-size: 32px;
  }
  body .sec-atendimento__divisor {
    margin: 48px 0 40px;
  }
  body .sec-atendimento .etapa-seta {
    display: none;
  }
}
@media (max-width: 575px) {
  body .sec-atendimento__texto h1 {
    font-size: 28px;
  }
  body .sec-atendimento__titulo h1 {
    font-size: 26px;
  }
}
body .sec-avaliacoes {
  background: #f2f3f4;
  padding: 80px 0;
}
body .sec-avaliacoes__titulo {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
body .sec-avaliacoes__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.4px;
}
body .sec-avaliacoes__titulo h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-avaliacoes__carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
body .sec-avaliacoes__carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 31, 42, 0.15);
}
body .sec-avaliacoes__carousel .owl-dots button.active {
  background: #00c769;
}
body .sec-avaliacoes .avaliacao-card {
  height: 100%;
  padding: 30px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 50px -30px rgba(11, 31, 42, 0.22);
}
body .sec-avaliacoes .avaliacao-card__estrelas {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  color: #f5b300;
  font-size: 15px;
}
body .sec-avaliacoes .avaliacao-card__texto p {
  margin: 0;
  color: #5a6a6a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-avaliacoes .avaliacao-card__texto p strong {
  color: #22c55e;
  font-weight: 700;
}
body .sec-avaliacoes .avaliacao-card__texto p:last-child {
  margin-top: 22px;
  color: #0b1f2a;
}
body .sec-avaliacoes .avaliacao-card__texto p:last-child strong {
  color: #0b1f2a;
  font-weight: 700;
}
body .sec-avaliacoes__rodape {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
body .sec-avaliacoes .btn-google {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 10px;
  background: #1959A1;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}
body .sec-avaliacoes .btn-google__g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
body .sec-avaliacoes .btn-google__g svg {
  display: block;
  width: 100%;
  height: 100%;
}
body .sec-avaliacoes .btn-google__seta {
  display: inline-flex;
  margin-left: 6px;
  font-size: 15px;
}
body .sec-avaliacoes .btn-google:hover {
  color: #ffffff;
  filter: brightness(1.05);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  body .sec-avaliacoes {
    padding: 56px 0;
  }
  body .sec-avaliacoes__titulo h1 {
    font-size: 26px;
  }
}
body .sec-video {
  background: #ffffff;
  padding: 80px 0;
}
body .sec-video .video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/11;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}
body .sec-video .video-box__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
body .sec-video .video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 16, 0.15);
  transition: background 0.2s ease;
}
body .sec-video .video-box__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  padding-left: 6px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0a3620;
  font-size: 22px;
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}
body .sec-video .video-box:hover::after {
  background: rgba(4, 24, 16, 0.28);
}
body .sec-video .video-box:hover .video-box__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #ffffff;
}
body .sec-video .video-box.is-playing {
  aspect-ratio: 16/9;
  cursor: default;
}
body .sec-video .video-box.is-playing::after {
  display: none;
}
body .sec-video .video-box__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .sec-video__conteudo {
  padding-left: 24px;
}
body .sec-video__texto h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
body .sec-video__texto h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-video__texto p {
  margin: 18px 0 0;
  color: #2B2B2B;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
body .sec-video__texto p strong {
  color: #2B2B2B;
  font-weight: 700;
}
body .sec-video .btn-outline-verde {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body .sec-video {
    padding: 56px 0;
  }
  body .sec-video__conteudo {
    padding-left: 0;
    margin-top: 32px;
  }
  body .sec-video__texto h1 {
    font-size: 28px;
  }
}
body .btn-outline-verde {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: 1px solid #6DA439;
  border-radius: 30px;
  background: #ffffff;
  color: #6DA439;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body .btn-outline-verde:hover {
  background: #6DA439;
  border-color: #6DA439;
  color: #ffffff;
}
body .sec-redes {
  position: relative;
  background: #ffffff url("../../uploads/fundo-redes-2.png") center/cover no-repeat;
  padding: 70px 0;
  overflow: hidden;
}
body .sec-redes__head {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 40px;
}
body .sec-redes__head-txt {
  flex: 1;
}
body .sec-redes__head p {
  margin: 0 0 10px;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body .sec-redes__head p strong {
  font-weight: 700;
  color: #11C767;
}
body .sec-redes__head h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-redes__head h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-redes__icones {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
body .sec-redes__icones img {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-redes__posts .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
body .sec-redes__posts .owl-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 31, 42, 0.15);
}
body .sec-redes__posts .owl-dots button.active {
  background: #00c769;
}
body .sec-redes .post-card {
  background: #f6f7f8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 44px -28px rgba(11, 31, 42, 0.22);
}
body .sec-redes .post-card__img picture,
body .sec-redes .post-card__img img {
  display: block;
  width: 100%;
  height: auto;
}
body .sec-redes .post-card__acoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 14px;
  font-size: 18px;
}
body .sec-redes .post-card__acoes-esq {
  display: flex;
  align-items: center;
  gap: 14px;
}
body .sec-redes .post-card__acoes i {
  color: #1f2a2f;
}
body .sec-redes .post-card__acoes .fa-heart {
  color: #ff3040;
}
body .sec-redes__botoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
body .sec-redes__celular {
  display: flex;
  justify-content: center;
}
body .sec-redes__celular picture,
body .sec-redes__celular img {
  display: block;
  max-width: 600px;
  height: auto;
}
body .sec-redes .btn-insta,
body .sec-redes .btn-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 26px;
  border-radius: 30px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: filter 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body .sec-redes .btn-insta i,
body .sec-redes .btn-linkedin i {
  font-size: 18px;
}
body .sec-redes .btn-insta {
  background-image: linear-gradient(90deg, #7b2ff7 0%, #d62976 45%, #f58529 100%);
  color: #ffffff;
  box-shadow: 0 20px 60px -20px rgba(214, 41, 118, 0.5);
}
body .sec-redes .btn-insta:hover {
  color: #ffffff;
  filter: brightness(1.05);
}
body .sec-redes .btn-linkedin {
  background: #0a66c2;
  color: #ffffff;
}
body .sec-redes .btn-linkedin:hover {
  background: #08508f;
  color: #ffffff;
}
@media (max-width: 991px) {
  body .sec-redes {
    padding: 56px 0;
  }
  body .sec-redes__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body .sec-redes__head h1 {
    font-size: 28px;
  }
  body .sec-redes__icones img {
    width: 54px;
    height: 54px;
  }
  body .sec-redes__celular {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  body .sec-redes__posts {
    max-width: 360px;
    margin: 0 auto;
  }
  body .sec-redes__botoes {
    flex-direction: column;
    align-items: stretch;
  }
}
body .sec-duvidas {
  background: radial-gradient(138.12% 98.14% at 20% 20%, rgba(111, 199, 77, 0.1) 0%, rgba(111, 199, 77, 0) 40%), radial-gradient(138.12% 98.14% at 80% 80%, rgba(0, 113, 127, 0.1) 0%, rgba(0, 113, 127, 0) 40%), url("../../uploads/fundo-duvidas.png") center/cover no-repeat, linear-gradient(128.85deg, #0a251e 0%, #06180f 100%);
  padding: 80px 0;
}
body .sec-duvidas__titulo {
  margin-bottom: 34px;
}
body .sec-duvidas__titulo h1 {
  margin: 0;
  color: #00C769;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
body .sec-duvidas__titulo h1 strong {
  color: #6fc74d;
  font-weight: 800;
}
body .sec-duvidas__titulo p {
  margin: 18px 0 0;
  color: rgba(233, 245, 240, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
body .sec-duvidas .faq-lista .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body .sec-duvidas .faq-lista .faq-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
body .sec-duvidas .faq-lista .faq-item__head i {
  flex-shrink: 0;
  color: #6fc74d;
  font-size: 14px;
  transition: transform 0.3s ease;
}
body .sec-duvidas .faq-lista .faq-item__head:not(.collapsed) i {
  transform: rotate(180deg);
}
body .sec-duvidas .faq-lista .faq-item__body {
  padding: 0 0 22px;
}
body .sec-duvidas .faq-lista .faq-item__body p {
  margin: 0;
  color: rgba(233, 245, 240, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
body .sec-duvidas__contato {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}
body .sec-duvidas .btn-tire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: transparent;
  color: #cfe8dc;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body .sec-duvidas .btn-tire:hover {
  border-color: #6fc74d;
  color: #6fc74d;
}
body .sec-duvidas__zap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e9f5f0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-duvidas__zap i {
  color: #6fc74d;
  font-size: 18px;
}
body .sec-duvidas__zap:hover {
  color: #6fc74d;
}
body .sec-duvidas .duvidas-form-card {
  padding: 40px;
  background: #0F453B;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
}
body .sec-duvidas .duvidas-form .form-solicitar__label {
  display: block;
  margin-bottom: 8px;
  color: #e9f5f0;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .sec-duvidas .duvidas-form .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
body .sec-duvidas .duvidas-form .form-control::-moz-placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-duvidas .duvidas-form .form-control::placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-duvidas .duvidas-form .form-control:focus {
  outline: none;
  border-color: rgba(111, 199, 77, 0.6);
  box-shadow: none;
}
body .sec-duvidas .duvidas-form textarea.form-control {
  resize: vertical;
  min-height: 110px;
}
body .sec-duvidas .duvidas-form__enviar {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
body .sec-duvidas .duvidas-form__enviar .btn-qward {
  min-width: 160px;
}
@media (max-width: 991px) {
  body .sec-duvidas {
    padding: 56px 0;
  }
  body .sec-duvidas__titulo h1 {
    font-size: 28px;
  }
  body .sec-duvidas .duvidas-form-card {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  body .sec-duvidas__contato {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
body .sec-blog {
  background: #f2f3f4;
  padding: 80px 0;
}
body .sec-blog__titulo {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}
body .sec-blog__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-blog__titulo h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-blog__rodape {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
@media (max-width: 991px) {
  body .sec-blog {
    padding: 56px 0;
  }
  body .sec-blog__titulo h1 {
    font-size: 28px;
  }
}
body {
  /* card de blog reutilizavel (home + listagem) */
}
body .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 46px -28px rgba(11, 31, 42, 0.22);
}
body .blog-card__img {
  display: block;
  aspect-ratio: 300/200;
  overflow: hidden;
}
body .blog-card__img picture,
body .blog-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 26px 28px;
}
body .blog-card__cat {
  display: block;
  margin-bottom: 12px;
  color: #00c769;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
body .blog-card__titulo {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}
body .blog-card__titulo a {
  color: #0b1f2a;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .blog-card__titulo a:hover {
  color: #00c769;
}
body .blog-card__desc {
  margin-bottom: 20px;
  color: #072822;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
body .blog-card__desc p {
  margin: 0;
}
body .blog-card__leia {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00c769;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
body .blog-card__leia i {
  font-size: 12px;
  transition: transform 0.2s ease;
}
body .blog-card__leia:hover i {
  transform: translateX(4px);
}
body .sec-etapas {
  position: relative;
  background: radial-gradient(120% 90% at 50% 0%, #0c2c1c 0%, #061a11 60%, #04120c 100%);
  padding: 80px 0;
  border-top-left-radius: 100px;
  overflow: hidden;
}
body .sec-etapas__titulo {
  max-width: 700px;
  margin: 0 auto 54px;
  text-align: center;
}
body .sec-etapas__titulo h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-etapas__titulo h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-etapas__titulo p {
  margin: 14px 0 0;
  color: rgba(233, 245, 240, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-etapas__timeline {
  position: relative;
  display: flex;
  gap: 24px;
}
body .sec-etapas__timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}
body .sec-etapas .etapa {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  text-align: center;
}
body .sec-etapas .etapa__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
}
body .sec-etapas .etapa__ico picture,
body .sec-etapas .etapa__ico img,
body .sec-etapas .etapa__ico svg {
  display: block;
  max-width: 80px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-etapas .etapa__texto h1 {
  margin: 0 0 10px;
  color: #22c55e;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
body .sec-etapas .etapa__texto p {
  margin: 0 0 6px;
  color: rgba(233, 245, 240, 0.55);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
body .sec-etapas .etapa__texto p:last-child {
  margin-bottom: 0;
}
body .sec-etapas .etapa__texto p strong {
  color: #ffffff;
  font-weight: 700;
}
body .sec-etapas .etapa__texto p:first-of-type {
  color: #ffffff;
  font-size: 14px;
}
body .sec-etapas__cta {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
@media (max-width: 991px) {
  body .sec-etapas {
    padding: 56px 0;
    border-top-left-radius: 50px;
  }
  body .sec-etapas__timeline {
    flex-wrap: wrap;
    gap: 40px 16px;
  }
  body .sec-etapas__timeline::before {
    display: none;
  }
  body .sec-etapas .etapa {
    flex: 1 1 40%;
  }
}
@media (max-width: 575px) {
  body .sec-etapas .etapa {
    flex: 1 1 100%;
  }
}
body .sec-cases {
  background: #f2f3f4 url("../../uploads/fundo-cases.png") center/cover no-repeat;
  padding: 100px 0;
}
body .sec-cases__titulo {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
body .sec-cases__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
body .sec-cases__titulo h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-cases__carousel .owl-item {
  display: flex;
}
body .sec-cases .case-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  min-height: 120px;
}
body .sec-cases .case-logo picture,
body .sec-cases .case-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body .sec-cases {
    padding: 56px 0;
  }
  body .sec-cases__titulo h1 {
    font-size: 26px;
  }
}
body .sec-operacao {
  position: relative;
  background: radial-gradient(120% 90% at 50% 0%, #0c2c1c 0%, #061a11 60%, #04120c 100%);
  padding: 80px 0;
  border-top-right-radius: 100px;
  overflow: hidden;
}
body .sec-operacao__titulo {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}
body .sec-operacao__titulo h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-operacao__titulo h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-operacao__timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
body .sec-operacao__timeline::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
}
body .sec-operacao .op-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
body .sec-operacao .op-step:not(:last-child) {
  margin-bottom: 30px;
}
body .sec-operacao .op-step__ico {
  grid-column: 2;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(34, 197, 94, 0.5);
  background: #071a11;
  z-index: 2;
}
body .sec-operacao .op-step__ico picture,
body .sec-operacao .op-step__ico img,
body .sec-operacao .op-step__ico svg {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-operacao .op-step__texto h1 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
body .sec-operacao .op-step__texto p {
  margin: 0;
  color: rgba(233, 245, 240, 0.55);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
body .sec-operacao .op-step__num {
  align-self: start;
  margin-top: -30px;
  font-family: "Manrope", sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
}
body .sec-operacao .op-step--esq .op-step__texto {
  grid-column: 1;
  text-align: right;
}
body .sec-operacao .op-step--esq .op-step__num {
  grid-column: 3;
  text-align: left;
}
body .sec-operacao .op-step--dir .op-step__texto {
  grid-column: 3;
  text-align: left;
}
body .sec-operacao .op-step--dir .op-step__num {
  grid-column: 1;
  text-align: right;
}
body .sec-operacao__cta {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
@media (max-width: 767px) {
  body .sec-operacao {
    padding: 56px 0;
    border-top-right-radius: 50px;
  }
  body .sec-operacao__titulo h1 {
    font-size: 26px;
  }
  body .sec-operacao__timeline::before {
    left: 32px;
  }
  body .sec-operacao .op-step {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  body .sec-operacao .op-step__ico {
    order: -1;
    flex: 0 0 64px;
    margin-top: 0;
  }
  body .sec-operacao .op-step__texto {
    flex: 1;
    text-align: left;
  }
  body .sec-operacao .op-step__num {
    display: none;
  }
  body .sec-operacao .op-step--esq .op-step__texto, body .sec-operacao .op-step--dir .op-step__texto {
    text-align: left;
  }
}
body .sec-home-sobre {
  background: #f2f3f4;
  padding: 80px 0;
}
body .sec-home-sobre__img {
  position: relative;
}
body .sec-home-sobre__img picture,
body .sec-home-sobre__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
body .sec-home-sobre__selo {
  position: absolute;
  right: 0;
  bottom: 60px;
  transform: translateX(38%);
  z-index: 2;
}
body .sec-home-sobre__selo picture,
body .sec-home-sobre__selo img {
  display: block;
  width: auto;
  max-width: 300px;
  height: auto;
  border-radius: 0;
}
body .sec-home-sobre__texto h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
body .sec-home-sobre__texto h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-home-sobre__texto p {
  margin: 16px 0 0;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
body .sec-home-sobre__texto p strong {
  color: #0b1f2a;
  font-weight: 700;
}
body .sec-home-sobre .btn-outline-verde {
  margin-top: 30px;
}
@media (max-width: 991px) {
  body .sec-home-sobre {
    padding: 56px 0;
  }
  body .sec-home-sobre__texto h1 {
    font-size: 28px;
  }
  body .sec-home-sobre__selo {
    right: 12px;
    bottom: 12px;
    transform: none;
  }
  body .sec-home-sobre__selo picture, body .sec-home-sobre__selo img {
    max-width: 120px;
  }
}
body .sec-solucoes {
  background: #ffffff url("../../uploads/fundo-cards.png") center/cover no-repeat;
  padding: 80px 0;
}
body .sec-solucoes__titulo {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}
body .sec-solucoes__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
body .sec-solucoes__titulo h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-solucoes__carousel .owl-stage {
  display: flex;
}
body .sec-solucoes__carousel .owl-item {
  display: flex;
  height: auto;
}
body .sec-solucoes__carousel .item {
  display: flex;
  width: 100%;
}
body .sec-solucoes__rodape {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
body .sec-solucoes .solucao-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #09231c;
  border-radius: 15px;
  overflow: hidden;
}
body .sec-solucoes .solucao-card__midia {
  position: relative;
  flex-shrink: 0;
  height: 190px;
}
body .sec-solucoes .solucao-card__midia picture,
body .sec-solucoes .solucao-card__midia img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-solucoes .solucao-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 42px 26px 26px;
}
body .sec-solucoes .solucao-card__ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-38px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70px;
  height: 66px;
  padding-left: 26px;
  background: #09231c;
  border-top-right-radius: 22px;
}
body .sec-solucoes .solucao-card__ico picture,
body .sec-solucoes .solucao-card__ico img,
body .sec-solucoes .solucao-card__ico svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-solucoes .solucao-card__titulo {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.6px;
}
body .sec-solucoes .solucao-card__titulo a {
  color: #eff7f5;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-solucoes .solucao-card__titulo a:hover {
  color: #6fc74d;
}
body .sec-solucoes .solucao-card__desc {
  margin-bottom: 22px;
  color: #99bfb7;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}
body .sec-solucoes .solucao-card__desc p {
  margin: 0;
  color: #99bfb7;
}
body .sec-solucoes .solucao-card__botoes {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body .sec-solucoes .solucao-card__botoes .btn-saiba {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #6DA439;
  border-radius: 40px;
  color: #6DA439;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body .sec-solucoes .solucao-card__botoes .btn-saiba:hover {
  background: rgba(109, 164, 57, 0.15);
  border-color: #6DA439;
  color: #6DA439;
}
body .sec-solucoes .solucao-card__botoes .btn-laranja {
  width: 100%;
  height: 50px;
}
@media (max-width: 991px) {
  body .sec-solucoes {
    padding: 56px 0;
  }
  body .sec-solucoes__titulo {
    margin-bottom: 36px;
  }
  body .sec-solucoes__titulo h1 {
    font-size: 28px;
  }
  body .sec-solucoes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  body .sec-solucoes__grid {
    grid-template-columns: 1fr;
  }
}
body .btn-ver-todos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: 1px solid #6DA439;
  border-radius: 30px;
  background: #ffffff;
  color: #6DA439;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body .btn-ver-todos:hover {
  background: #6DA439;
  border-color: #6DA439;
  color: #ffffff;
}
body .sec-solucoes-lista .solucoes-page-side {
  padding-left: 10px;
}
body .sec-solucoes-lista .solucoes-busca {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7dbde;
}
body .sec-solucoes-lista .solucoes-busca input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
body .sec-solucoes-lista .solucoes-busca input::-moz-placeholder {
  color: #9aa4ac;
}
body .sec-solucoes-lista .solucoes-busca input::placeholder {
  color: #9aa4ac;
}
body .sec-solucoes-lista .solucoes-busca input:focus {
  outline: none;
}
body .sec-solucoes-lista .solucoes-busca button {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b1f2a;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.2s ease;
}
body .sec-solucoes-lista .solucoes-busca button:hover {
  color: #00c769;
}
body .sec-solucoes-lista .solucoes-cats__titulo {
  margin: 0 0 20px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.4px;
}
body .sec-solucoes-lista .solucoes-cats__lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .sec-solucoes-lista .solucoes-cats__lista li {
  margin-bottom: 14px;
}
body .sec-solucoes-lista .solucoes-cats__lista li:last-child {
  margin-bottom: 0;
}
body .sec-solucoes-lista .solucoes-cats__lista a {
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-solucoes-lista .solucoes-cats__lista a:hover, body .sec-solucoes-lista .solucoes-cats__lista a.active {
  color: #00c769;
  font-weight: 600;
}
body .sec-solucoes-lista .solucao-card {
  height: 100%;
}
body .sec-solucoes-lista .solucoes-contador {
  margin-top: 44px;
}
body .sec-solucoes-lista .solucoes-contador__item {
  text-align: center;
  padding: 26px 0;
  border-top: 1px solid #e3e6e8;
}
body .sec-solucoes-lista .solucoes-contador__item:first-child {
  border-top: 0;
  padding-top: 0;
}
body .sec-solucoes-lista .solucoes-contador__item:last-child {
  padding-bottom: 0;
}
body .sec-solucoes-lista .solucoes-contador__item h1 {
  margin: 0;
  color: #1f1f1f;
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
body .sec-solucoes-lista .solucoes-contador__item p {
  margin: 12px 0 0;
  color: #22c55e;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body .sec-solucoes-lista__vazio {
  margin: 20px 0 0;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  body .sec-solucoes-lista .solucoes-page-side {
    padding-left: 0;
    margin-bottom: 40px;
  }
  body .sec-solucoes-lista .solucoes-busca {
    margin-bottom: 24px;
  }
  body .sec-solucoes-lista .solucoes-cats__titulo {
    margin-bottom: 14px;
    font-size: 20px;
  }
  body .sec-solucoes-lista .solucoes-cats__lista {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .sec-solucoes-lista .solucoes-cats__lista li {
    margin-bottom: 0;
  }
  body .sec-solucoes-lista .solucoes-cats__lista a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #d7dbde;
    border-radius: 30px;
    font-size: 14px;
  }
  body .sec-solucoes-lista .solucoes-cats__lista a.active {
    background: #00c769;
    border-color: #00c769;
    color: #ffffff;
  }
}
body .sec-solucoes-form {
  padding: 70px 0;
  background-image: linear-gradient(rgba(242, 243, 244, 0.45), rgba(242, 243, 244, 0.45)), url("../img/fundo-formulario-solucoes.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .sec-solucoes-form__selo {
  margin-bottom: 24px;
}
body .sec-solucoes-form__selo picture,
body .sec-solucoes-form__selo img {
  display: block;
  width: auto;
  max-width: 270px;
  height: auto;
}
body .sec-solucoes-form__texto h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.5px;
}
body .sec-solucoes-form__texto h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-solucoes-form__texto p {
  margin: 16px 0 0;
  color: #5a6a6a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-solucoes-form__acoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}
body .sec-solucoes-form__zap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-solucoes-form__zap i {
  color: #00c769;
  font-size: 18px;
}
body .sec-solucoes-form__zap:hover {
  color: #00c769;
}
body .sec-solucoes-form .formulario-card {
  padding: 40px;
  background: #0a2e1f;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
body .sec-solucoes-form .formulario-card__titulo {
  margin-bottom: 26px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
body .sec-solucoes-form .formulario-card__titulo h1,
body .sec-solucoes-form .formulario-card__titulo p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
body .sec-solucoes-form .formulario-card__titulo strong {
  color: #22c55e;
  font-weight: 700;
}
body .sec-solucoes-form .sep-form .form-solicitar__label {
  display: block;
  margin-bottom: 8px;
  color: #eff7f5;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .sec-solucoes-form .sep-form .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
body .sec-solucoes-form .sep-form .form-control::-moz-placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-solucoes-form .sep-form .form-control::placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-solucoes-form .sep-form .form-control:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: none;
}
body .sec-solucoes-form .sep-form__enviar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body .sec-solucoes-form .sep-form__enviar .btn-qward {
  min-width: 150px;
}
@media (max-width: 991px) {
  body .sec-solucoes-form {
    padding: 56px 0;
  }
  body .sec-solucoes-form__texto h1 {
    font-size: 27px;
  }
  body .sec-solucoes-form .formulario-card {
    padding: 28px;
  }
}
body .sec-solucao-interna {
  background: #f2f3f4;
  padding: 60px 0;
}
body .sec-solucao-interna__titulo {
  margin: 0 0 20px;
  color: #072822;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.5px;
}
body .sec-solucao-interna__texto p {
  margin: 0 0 16px;
  color: #072822;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
body .sec-solucao-interna__texto p:last-child {
  margin-bottom: 0;
}
body .sec-solucao-interna__cta {
  margin-top: 30px;
}
body .sec-solucao-interna__img {
  border-radius: 18px;
  overflow: hidden;
}
body .sec-solucao-interna__img picture,
body .sec-solucao-interna__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  body .sec-solucao-interna {
    padding: 50px 0;
  }
  body .sec-solucao-interna__titulo {
    font-size: 28px;
  }
}
body .sec-solucoes-outros .sec-solucoes__titulo h1 {
  font-size: 32px;
}
body .sec-ti {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  min-height: 480px;
  border-top-right-radius: 90px;
}
body .sec-ti__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body .sec-ti__img picture,
body .sec-ti__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-ti__conteudo {
  position: relative;
  z-index: 2;
  max-width: 46%;
}
body .sec-ti__titulo {
  margin-bottom: 28px;
}
body .sec-ti__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
body .sec-ti__titulo h1 strong {
  color: #00c769;
  font-weight: 800;
}
body .sec-ti__lista {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
body .sec-ti .ti-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 15px 22px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 34px -22px rgba(11, 31, 42, 0.25);
}
body .sec-ti .ti-item:last-child {
  margin-bottom: 0;
}
body .sec-ti .ti-item__ico {
  flex-shrink: 0;
  color: #22c55e;
  font-size: 20px;
  line-height: 1;
}
body .sec-ti .ti-item__texto {
  color: #4a5a5a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
body .sec-ti__acoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
body .sec-ti__zap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-ti__zap i {
  color: #00c769;
  font-size: 18px;
}
body .sec-ti__zap:hover {
  color: #00c769;
}
@media (max-width: 991px) {
  body .sec-ti {
    padding: 56px 0;
    border-top-right-radius: 50px;
  }
  body .sec-ti__conteudo {
    max-width: 100%;
  }
  body .sec-ti__titulo h1 {
    font-size: 28px;
  }
}
body .sec-download {
  background: #f2f3f4;
  padding: 70px 0;
}
body .sec-download__texto p {
  margin: 0 0 18px;
  color: #2B2B2B;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
body .sec-download__texto p:last-child {
  margin-bottom: 0;
}
body .sec-download .download-imagem img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
body .sec-download .download-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 40px;
  background: #E9E9E9;
  border: 1px solid #e0e3e6;
  border-radius: 10px;
  text-align: center;
}
body .sec-download .download-card__titulo {
  margin: 0 0 30px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.4px;
}
body .sec-download .download-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 6px;
  background: #22c55e;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
body .sec-download .download-card__btn i {
  font-size: 15px;
}
body .sec-download .download-card__btn:hover {
  background: #1aa64f;
  color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  body .sec-download {
    padding: 56px 0;
  }
  body .sec-download .download-card {
    padding: 40px 28px;
  }
  body .sec-download .download-card__titulo {
    font-size: 26px;
  }
}
body .sec-denuncia {
  background: radial-gradient(120% 90% at 20% 0%, #0c2c1c 0%, #061a11 55%, #04120c 100%);
  padding: 70px 0;
}
body .sec-denuncia__texto {
  max-width: 620px;
  margin-bottom: 40px;
}
body .sec-denuncia__texto h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-denuncia__texto h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-denuncia__texto p {
  margin: 16px 0 0;
  color: rgba(233, 245, 240, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
body .sec-denuncia .denuncia-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-decoration: none;
}
body .sec-denuncia .denuncia-card__ico {
  margin-bottom: 16px;
  color: #22c55e;
  font-size: 18px;
}
body .sec-denuncia .denuncia-card__label {
  margin-bottom: 6px;
  color: rgba(233, 245, 240, 0.5);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
body .sec-denuncia .denuncia-card__valor {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  body .sec-denuncia {
    padding: 56px 0;
  }
  body .sec-denuncia__texto h1 {
    font-size: 26px;
  }
}
body .sec-praticas {
  background: #f2f3f4;
  padding: 70px 0;
}
body .sec-praticas__titulo {
  margin: 0 0 40px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-praticas .pratica-card {
  height: 100%;
  padding: 28px 26px;
  background: #f7f8f9;
  border: 1px solid #e2e5e8;
  border-radius: 14px;
}
body .sec-praticas .pratica-card__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  font-size: 20px;
}
body .sec-praticas .pratica-card__texto h1 {
  margin: 0 0 10px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
body .sec-praticas .pratica-card__texto p {
  margin: 0;
  color: #7b8590;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991px) {
  body .sec-praticas {
    padding: 56px 0;
  }
  body .sec-praticas__titulo {
    font-size: 26px;
  }
}
body .sec-compliance-form {
  padding: 70px 0;
  background: #f7f8f9 url("../../uploads/fundo-formulario.png") center/cover no-repeat;
}
body .sec-compliance-form__titulo {
  max-width: 640px;
  margin: 0 auto 34px;
  text-align: center;
}
body .sec-compliance-form__titulo h1 {
  margin: 0;
  color: #0A352D;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
body .sec-compliance-form .compliance-form-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  background: #0A352D;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
body .sec-compliance-form .sep-form .form-solicitar__label {
  display: block;
  margin-bottom: 8px;
  color: #eff7f5;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .sec-compliance-form .sep-form .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
body .sec-compliance-form .sep-form .form-control::-moz-placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-compliance-form .sep-form .form-control::placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-compliance-form .sep-form .form-control:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: none;
}
body .sec-compliance-form .sep-form__enviar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body .sec-compliance-form .sep-form__enviar .btn-qward {
  min-width: 150px;
}
@media (max-width: 991px) {
  body .sec-compliance-form {
    padding: 56px 0;
  }
  body .sec-compliance-form__titulo h1 {
    font-size: 25px;
  }
  body .sec-compliance-form .compliance-form-card {
    padding: 28px;
  }
}
body .sec-contato {
  background: #f2f3f4;
  padding: 70px 0;
}
body .sec-contato .video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/11;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
body .sec-contato .video-box__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
body .sec-contato .video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 16, 0.15);
  transition: background 0.2s ease;
}
body .sec-contato .video-box__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding-left: 5px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0a3620;
  font-size: 20px;
  box-shadow: 0 12px 40px -8px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}
body .sec-contato .video-box:hover::after {
  background: rgba(4, 24, 16, 0.28);
}
body .sec-contato .video-box:hover .video-box__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #ffffff;
}
body .sec-contato .video-box.is-playing {
  aspect-ratio: 16/9;
  cursor: default;
}
body .sec-contato .video-box.is-playing::after {
  display: none;
}
body .sec-contato .video-box__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .sec-contato__texto {
  margin-top: 28px;
}
body .sec-contato__texto h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-contato__texto h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-contato__texto p {
  margin: 14px 0 0;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
body .sec-contato__redes {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
}
body .sec-contato .contato-rede {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
body .sec-contato .contato-rede__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0a3620;
  color: #ffffff;
  font-size: 20px;
  transition: background 0.2s ease, transform 0.2s ease;
}
body .sec-contato .contato-rede small {
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
}
body .sec-contato .contato-rede:hover .contato-rede__ico {
  background: #22c55e;
  transform: translateY(-2px);
}
body .sec-contato__titulo {
  margin: 0 0 26px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-contato .contato-form .form-solicitar__label {
  display: block;
  margin-bottom: 8px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .sec-contato .contato-form .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7dbde;
  border-radius: 10px;
  background: #ffffff;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
body .sec-contato .contato-form .form-control::-moz-placeholder {
  color: #9aa4ac;
}
body .sec-contato .contato-form .form-control::placeholder {
  color: #9aa4ac;
}
body .sec-contato .contato-form .form-control:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: none;
}
body .sec-contato .contato-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
body .sec-contato .contato-form__enviar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body .sec-contato {
    padding: 56px 0;
  }
  body .sec-contato__titulo {
    font-size: 26px;
  }
}
body .sec-contato__img {
  border-radius: 16px;
  overflow: hidden;
}
body .sec-contato__img picture,
body .sec-contato__img img {
  display: block;
  width: 100%;
  height: auto;
}
body .sec-diferenciais {
  padding: 80px 0;
  background: #06180f url("../../uploads/fundo-contato.png") center/cover no-repeat;
}
body .sec-diferenciais__titulo {
  max-width: 640px;
  margin: 0 auto 46px;
  text-align: center;
}
body .sec-diferenciais__titulo h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-diferenciais__titulo h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-diferenciais__titulo p {
  margin: 14px 0 0;
  color: rgba(233, 245, 240, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-diferenciais__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body .sec-diferenciais .diferencial {
  flex: 1 1 0;
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
}
body .sec-diferenciais .diferencial__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}
body .sec-diferenciais .diferencial__ico picture,
body .sec-diferenciais .diferencial__ico img,
body .sec-diferenciais .diferencial__ico svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-diferenciais .diferencial__texto {
  color: #eff7f5;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
body .sec-diferenciais__acoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 44px;
}
body .sec-diferenciais .btn-outline-claro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body .sec-diferenciais .btn-outline-claro:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}
@media (max-width: 991px) {
  body .sec-diferenciais {
    padding: 56px 0;
  }
  body .sec-diferenciais__titulo h1 {
    font-size: 26px;
  }
  body .sec-diferenciais .diferencial {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 575px) {
  body .sec-diferenciais .diferencial {
    flex: 1 1 100%;
  }
}
body {
  /* ============ Sobre Nós / História (empresa) ============ */
}
body .sec-historia {
  position: relative;
  width: 100%;
  background: #FFFFFF url(../../uploads/bg-video.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
body .sec-historia__sep {
  margin-bottom: 18px;
}
body .sec-historia__sep picture,
body .sec-historia__sep img {
  width: auto;
  max-width: 110px;
  height: auto;
}
body .sec-historia__texto h1 {
  color: #1F1F1F;
  font-family: "Manrope", sans-serif;
  font-stretch: 75%;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}
body .sec-historia__texto p {
  color: #1F1F1F;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 16px;
}
body .sec-historia__texto p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-historia {
    padding: 50px 0;
  }
  body .sec-historia__col-video {
    margin-top: 10px;
  }
}
body .historia-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
body .historia-video__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .historia-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  padding-left: 4px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
body .historia-video:hover body .historia-video__play {
  background: #F5B300;
  border-color: #F5B300;
  color: #1F1F1F;
  transform: translate(-50%, -50%) scale(1.05);
}
body .historia-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
body .sec-missao {
  background: #f2f3f4;
  padding: 70px 0;
}
body .sec-missao .missao-box {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -34px rgba(11, 31, 42, 0.25);
}
body .sec-missao .missao-tabs {
  flex: 0 0 34%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  background: #f7f8f9;
  border-right: 1px solid #ececee;
}
body .sec-missao .missao-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
body .sec-missao .missao-tab__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 199, 105, 0.12);
}
body .sec-missao .missao-tab__ico picture,
body .sec-missao .missao-tab__ico img,
body .sec-missao .missao-tab__ico svg {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-missao .missao-tab.active {
  background: #ffffff;
  box-shadow: 0 10px 26px -18px rgba(11, 31, 42, 0.35);
}
body .sec-missao .missao-tab.active::after {
  content: "";
  position: absolute;
  right: -23px;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 4px;
  background: #00c769;
}
body .sec-missao .missao-paineis {
  position: relative;
  flex: 1;
  padding: 44px 46px;
}
body .sec-missao .missao-painel {
  display: none;
}
body .sec-missao .missao-painel.active {
  display: block;
}
body .sec-missao .missao-painel__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(0, 199, 105, 0.12);
}
body .sec-missao .missao-painel__ico picture,
body .sec-missao .missao-painel__ico img,
body .sec-missao .missao-painel__ico svg {
  display: block;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-missao .missao-painel__titulo {
  margin: 0 0 14px;
  color: #00c769;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}
body .sec-missao .missao-painel__texto p {
  margin: 0;
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
body .sec-missao .missao-dots {
  display: flex;
  gap: 6px;
  margin-top: 28px;
}
body .sec-missao .missao-dot {
  width: 24px;
  height: 6px;
  border-radius: 99px;
  background: #dcdfe2;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
}
body .sec-missao .missao-dot.active {
  width: 34px;
  background: #0b1f2a;
}
@media (max-width: 767px) {
  body .sec-missao {
    padding: 56px 0;
  }
  body .sec-missao .missao-box {
    flex-direction: column;
  }
  body .sec-missao .missao-tabs {
    flex: none;
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid #ececee;
  }
  body .sec-missao .missao-tab {
    flex: 0 0 auto;
    font-size: 15px;
  }
  body .sec-missao .missao-tab.active::after {
    display: none;
  }
  body .sec-missao .missao-paineis {
    padding: 30px 26px;
  }
}
body .sec-equipe {
  background: #f2f3f4;
  padding: 70px 0;
}
body .sec-equipe__titulo {
  margin-bottom: 44px;
  text-align: center;
}
body .sec-equipe__titulo h1 {
  margin: 0;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-equipe__titulo h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-equipe .equipe-card__img {
  position: relative;
  aspect-ratio: 300/315;
  border-radius: 16px;
  overflow: hidden;
}
body .sec-equipe .equipe-card__img picture,
body .sec-equipe .equipe-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-equipe .equipe-card__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 90, 50, 0) 30%, rgba(8, 74, 42, 0.55) 70%, rgba(6, 59, 34, 0.9) 100%), rgba(16, 94, 55, 0.18);
  pointer-events: none;
}
body .sec-equipe .equipe-card__texto {
  padding: 20px 4px 0;
}
body .sec-equipe .equipe-card__texto p {
  margin: 0;
  color: #2B2B2B;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
body .sec-equipe .equipe-card__texto p:first-child {
  margin-bottom: 8px;
  color: #0b1f2a;
  font-size: 15px;
}
body .sec-equipe .equipe-card__texto p:first-child strong {
  color: #0b1f2a;
  font-weight: 700;
}
body .sec-equipe .owl-dots button.active {
  background: #22c55e;
  border-color: #22c55e;
}
@media (max-width: 991px) {
  body .sec-equipe {
    padding: 56px 0;
  }
  body .sec-equipe__titulo h1 {
    font-size: 26px;
  }
}
body .sec-sobre-form {
  padding: 70px 0;
  background: #f2f3f4 url("../../uploads/fundo-formulario.png") center/cover no-repeat;
}
body .sec-sobre-form__texto h1 {
  margin: 0;
  color: #092B26;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.5px;
}
body .sec-sobre-form__texto h1 strong {
  color: #22c55e;
  font-weight: 800;
}
body .sec-sobre-form__texto p {
  margin: 16px 0 0;
  color: #092B26;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
body .sec-sobre-form__cta {
  margin-top: 30px;
}
body .sec-sobre-form .formulario-card {
  padding: 40px;
  background: #0A352D;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}
body .sec-sobre-form .sep-form .form-solicitar__label {
  display: block;
  margin-bottom: 8px;
  color: #eff7f5;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body .sec-sobre-form .sep-form .form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
body .sec-sobre-form .sep-form .form-control::-moz-placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-sobre-form .sep-form .form-control::placeholder {
  color: rgba(233, 245, 240, 0.35);
}
body .sec-sobre-form .sep-form .form-control:focus {
  outline: none;
  border-color: rgba(34, 197, 94, 0.6);
  box-shadow: none;
}
body .sec-sobre-form .sep-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
body .sec-sobre-form .sep-form__enviar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body .sec-sobre-form .sep-form__enviar .btn-qward {
  min-width: 150px;
}
@media (max-width: 991px) {
  body .sec-sobre-form {
    padding: 56px 0;
  }
  body .sec-sobre-form__texto h1 {
    font-size: 28px;
  }
  body .sec-sobre-form .formulario-card {
    padding: 28px;
  }
}
body .sec-historia__col-galeria {
  position: relative;
}
body .historia-galeria {
  position: relative;
}
body .historia-galeria .historia-slide picture,
body .historia-galeria .historia-slide img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
body .historia-galeria .owl-item {
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: scale(0.8);
  opacity: 0.5;
}
body .historia-galeria .owl-item.center {
  position: relative;
  z-index: 2;
  transform: scale(1);
  opacity: 1;
}
body .historia-galeria .owl-nav button.owl-prev,
body .historia-galeria .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #0b1f2a;
  font-size: 18px;
  transition: color 0.2s ease;
}
body .historia-galeria .owl-nav button.owl-prev {
  left: -12px;
}
body .historia-galeria .owl-nav button.owl-next {
  right: -12px;
}
body .historia-galeria .owl-nav button.owl-prev:hover,
body .historia-galeria .owl-nav button.owl-next:hover {
  color: #00c769;
}
body .historia-galeria .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
body .historia-galeria .owl-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: #cfd8d4;
}
body .historia-galeria .owl-dots button.active {
  background: #00c769;
}
body .sec-blog-page {
  background: #FFF;
  padding: 70px 0;
}
body .sec-blog-page .blog-page-side {
  padding-left: 10px;
}
body .sec-blog-page .blog-busca {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #dfe3e6;
  border-radius: 8px;
}
body .sec-blog-page .blog-busca input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
body .sec-blog-page .blog-busca input::-moz-placeholder {
  color: #9aa4ac;
}
body .sec-blog-page .blog-busca input::placeholder {
  color: #9aa4ac;
}
body .sec-blog-page .blog-busca input:focus {
  outline: none;
}
body .sec-blog-page .blog-busca button {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b7580;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.2s ease;
}
body .sec-blog-page .blog-busca button:hover {
  color: #00c769;
}
body .sec-blog-page .blog-cats__titulo {
  margin: 0 0 20px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.4px;
}
body .sec-blog-page .blog-cats__lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .sec-blog-page .blog-cats__lista li {
  margin-bottom: 14px;
}
body .sec-blog-page .blog-cats__lista li:last-child {
  margin-bottom: 0;
}
body .sec-blog-page .blog-cats__lista a {
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-blog-page .blog-cats__lista a:hover, body .sec-blog-page .blog-cats__lista a.active {
  color: #00c769;
  font-weight: 600;
}
body .sec-blog-page .blog-leia {
  margin-top: 40px;
}
body .sec-blog-page .blog-leia__titulo {
  margin: 0 0 20px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
body .sec-blog-page .blog-leia__card {
  margin-bottom: 26px;
  text-align: center;
}
body .sec-blog-page .blog-leia__card:last-child {
  margin-bottom: 0;
}
body .sec-blog-page .blog-leia__img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
body .sec-blog-page .blog-leia__img picture,
body .sec-blog-page .blog-leia__img img {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-blog-page .blog-leia__card-titulo {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
body .sec-blog-page .blog-leia__card-titulo a {
  color: #0b1f2a;
  text-decoration: none;
  transition: color 0.2s ease;
}
body .sec-blog-page .blog-leia__card-titulo a:hover {
  color: #00c769;
}
body .sec-blog-page .blog-leia__leia {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00c769;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
body .sec-blog-page .blog-leia__leia i {
  font-size: 12px;
  transition: transform 0.2s ease;
}
body .sec-blog-page .blog-leia__leia:hover i {
  transform: translateX(4px);
}
body .sec-blog-page .blog-paginacao {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 45px;
}
body .sec-blog-page .blog-paginacao .pag-link {
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dbde;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body .sec-blog-page .blog-paginacao .pag-link:hover {
  border-color: #00c769;
  color: #00c769;
}
body .sec-blog-page .blog-paginacao .pag-link.active {
  background: #00c769;
  border-color: #00c769;
  color: #ffffff;
}
body .sec-blog-page .blog-paginacao .pag-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
body .sec-blog-page .blog-vazio {
  color: #6b7580;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  body .sec-blog-page {
    padding: 56px 0;
  }
  body .sec-blog-page .blog-page-side {
    padding-left: 0;
  }
  body .sec-blog-page .blog-cats__titulo {
    font-size: 20px;
    margin-bottom: 14px;
  }
  body .sec-blog-page .blog-cats__lista {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body .sec-blog-page .blog-cats__lista li {
    margin-bottom: 0;
  }
  body .sec-blog-page .blog-cats__lista a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #dfe3e6;
    border-radius: 30px;
    font-size: 14px;
  }
  body .sec-blog-page .blog-cats__lista a.active {
    background: #00c769;
    border-color: #00c769;
    color: #ffffff;
  }
}
body .blog-interna__titulo {
  margin: 0 0 26px;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
body .blog-interna__img {
  margin-bottom: 30px;
  border-radius: 14px;
  overflow: hidden;
}
body .blog-interna__img picture,
body .blog-interna__img img {
  display: block;
  width: 100%;
  height: auto;
}
body .blog-interna__texto {
  color: #1a1a1a;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
body .blog-interna__texto h1, body .blog-interna__texto h2, body .blog-interna__texto h3 {
  margin: 30px 0 12px;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
body .blog-interna__texto h1 {
  font-size: 23px;
}
body .blog-interna__texto h2 {
  font-size: 20px;
}
body .blog-interna__texto h3 {
  font-size: 18px;
}
body .blog-interna__texto p {
  margin: 0 0 16px;
  color: #1a1a1a;
}
body .blog-interna__texto ul, body .blog-interna__texto ol {
  margin: 0 0 16px;
  padding-left: 20px;
}
body .blog-interna__texto li {
  margin-bottom: 6px;
}
body .blog-interna__texto a {
  color: #00c769;
  text-decoration: underline;
}
body .blog-interna__texto strong {
  font-weight: 700;
}
body .blog-interna__texto img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 991px) {
  body .blog-interna__titulo {
    font-size: 25px;
  }
}
body .sec-blog-outros {
  padding: 70px 0;
  background: #f2f3f4 url("../../uploads/fundo-blog.png") center/cover no-repeat;
}
body .sec-blog-outros__titulo {
  margin: 0 0 40px;
  text-align: center;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
body .sec-blog-outros__rodape {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
@media (max-width: 991px) {
  body .sec-blog-outros {
    padding: 56px 0;
  }
  body .sec-blog-outros__titulo {
    font-size: 26px;
  }
}
body .sec-politica-termos {
  padding: 70px 0;
  background: #ffffff;
}
body .sec-politica-termos__conteudo {
  color: #33424c;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
body .sec-politica-termos__conteudo h1, body .sec-politica-termos__conteudo h2, body .sec-politica-termos__conteudo h3, body .sec-politica-termos__conteudo h4, body .sec-politica-termos__conteudo h5, body .sec-politica-termos__conteudo h6 {
  margin: 32px 0 16px;
  color: #0b1f2a;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
body .sec-politica-termos__conteudo h1:first-child, body .sec-politica-termos__conteudo h2:first-child, body .sec-politica-termos__conteudo h3:first-child, body .sec-politica-termos__conteudo h4:first-child, body .sec-politica-termos__conteudo h5:first-child, body .sec-politica-termos__conteudo h6:first-child {
  margin-top: 0;
}
body .sec-politica-termos__conteudo h1 {
  font-size: 30px;
}
body .sec-politica-termos__conteudo h2 {
  font-size: 24px;
}
body .sec-politica-termos__conteudo h3 {
  font-size: 20px;
}
body .sec-politica-termos__conteudo p {
  margin: 0 0 18px;
}
body .sec-politica-termos__conteudo ul, body .sec-politica-termos__conteudo ol {
  margin: 0 0 18px;
  padding-left: 22px;
}
body .sec-politica-termos__conteudo li {
  margin-bottom: 8px;
}
body .sec-politica-termos__conteudo a {
  color: #00c769;
  text-decoration: underline;
}
body .sec-politica-termos__conteudo strong, body .sec-politica-termos__conteudo b {
  color: #0b1f2a;
  font-weight: 700;
}
@media (max-width: 991px) {
  body .sec-politica-termos {
    padding: 48px 0;
  }
  body .sec-politica-termos__conteudo {
    font-size: 15px;
  }
  body .sec-politica-termos__conteudo h1 {
    font-size: 24px;
  }
}
body .sec-mapa-footer {
  width: 100%;
}
body .sec-mapa-footer .map-container {
  width: 100%;
  height: 350px;
  line-height: 0;
}
body .sec-mapa-footer .map-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  display: block;
}
body .site-footer {
  position: relative;
  width: 100%;
  color: #eff7f5;
  font-family: "Manrope", sans-serif;
  background: radial-gradient(60% 55% at 20% 20%, rgba(111, 199, 77, 0.1) 0%, rgba(111, 199, 77, 0) 55%), radial-gradient(60% 55% at 80% 90%, rgba(0, 113, 127, 0.12) 0%, rgba(0, 113, 127, 0) 55%), linear-gradient(128.85deg, #0a251e 5%, #072d28 88%);
}
body .site-footer a {
  text-decoration: none;
  color: inherit;
}
body .site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 1.05fr 1.15fr;
  gap: 40px;
  padding: 70px 0 0;
}
body .site-footer .footer-brand {
  max-width: 380px;
}
body .site-footer .footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}
body .site-footer .footer-brand .footer-logo img {
  width: auto;
  max-height: 66px;
}
body .site-footer .footer-brand__texto {
  margin: 0;
  color: rgba(239, 247, 245, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}
body .site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}
body .site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(239, 247, 245, 0.7);
  font-size: 16px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
body .site-footer .footer-social a:hover {
  border-color: #6fc74d;
  color: #6fc74d;
  background: rgba(111, 199, 77, 0.08);
}
body .site-footer .footer-col__titulo {
  margin: 0 0 18px;
  color: #eff7f5;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
body .site-footer .footer-nav,
body .site-footer .footer-contato {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .site-footer .footer-nav li,
body .site-footer .footer-contato li {
  margin-bottom: 11px;
}
body .site-footer .footer-nav li:last-child,
body .site-footer .footer-contato li:last-child {
  margin-bottom: 0;
}
body .site-footer .footer-nav a,
body .site-footer .footer-contato a {
  color: rgba(239, 247, 245, 0.6);
  font-size: 15px;
  font-weight: 400;
  transition: color 0.2s ease;
}
body .site-footer .footer-nav a:hover,
body .site-footer .footer-contato a:hover {
  color: #6fc74d;
}
body .site-footer .footer-local p {
  margin: 0 0 16px;
  color: rgba(239, 247, 245, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
body .site-footer .footer-local p:last-child {
  margin-bottom: 0;
}
body .site-footer .footer-local p strong {
  color: #eff7f5;
  font-weight: 600;
}
body .site-footer .footer-divisor {
  height: 1px;
  margin: 44px 0 22px;
  background: rgba(255, 255, 255, 0.1);
}
body .site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
}
body .site-footer .footer-bottom__copy, body .site-footer .footer-bottom__politica {
  color: rgba(239, 247, 245, 0.4);
  font-size: 13px;
  font-weight: 400;
}
body .site-footer .footer-bottom__raddar {
  flex-shrink: 0;
}
body .site-footer .footer-bottom__raddar picture,
body .site-footer .footer-bottom__raddar img {
  display: block;
  width: auto;
  max-height: 30px;
}
@media (max-width: 991px) {
  body .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 50px 0 0;
  }
  body .site-footer .footer-brand {
    grid-column: 1/-1;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  body .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  body .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #073B22;
  width: 100%;
  padding: 10px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa .contact {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
body section.barra-fixa .contact a {
  display: flex;
  align-items: center;
  float: left;
}
body section.barra-fixa .contact a img {
  position: relative;
  bottom: -3px;
}
body section.barra-fixa .contact a .text {
  padding-left: 15px;
}
body section.barra-fixa .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
body section.barra-fixa .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body section.barra-fixa .contact a.whatsapp {
  margin-right: 40px;
}
body section.barra-fixa .contact a.whatsapp .text .info {
  color: #077b44;
}
body section.barra-fixa .contact a.phone .text .info {
  color: #ff002e;
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body section.barra-fixa-mobile {
  background-color: #073B22;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #0F5C37;
  transition: 0.3s all;
}
body section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #073B22 !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body .wpp-fab {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 26px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #25D366;
  color: #FFFFFF;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  cursor: pointer;
  transition: transform 0.3s ease;
}
body .wpp-fab:hover {
  transform: scale(1.06);
}
body .modal-whatsapp .modal-dialog {
  max-width: 460px;
}
body .modal-whatsapp .modal-content {
  position: relative;
  border: none;
  border-radius: 16px;
  padding: 32px 32px 34px;
}
body .modal-whatsapp .wpp-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #1F1F1F;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: filter 0.3s ease;
}
body .modal-whatsapp .wpp-modal__close:hover {
  filter: brightness(1.3);
}
body .modal-whatsapp .wpp-modal__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  padding-right: 34px;
}
body .modal-whatsapp .wpp-modal__head .wpp-modal__ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #25D366;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
body .modal-whatsapp .wpp-modal__head .wpp-modal__titulo {
  color: #1F1F1F;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
body .modal-whatsapp .wpp-modal__sub {
  color: #555555;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
body .modal-whatsapp .wpp-modal__label {
  display: block;
  color: #1F1F1F;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
body .modal-whatsapp .wpp-modal__opcoes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
body .modal-whatsapp .wpp-modal__opcao {
  cursor: pointer;
  margin: 0;
}
body .modal-whatsapp .wpp-modal__opcao input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body .modal-whatsapp .wpp-modal__opcao-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(31, 31, 31, 0.18);
  border-radius: 8px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
body .modal-whatsapp .wpp-modal__opcao-box i {
  color: #25D366;
  font-size: 20px;
}
body .modal-whatsapp .wpp-modal__opcao-txt {
  display: flex;
  flex-direction: column;
}
body .modal-whatsapp .wpp-modal__opcao-txt small {
  color: #888888;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
}
body .modal-whatsapp .wpp-modal__opcao-txt strong {
  color: #1F1F1F;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
input:checked + body .modal-whatsapp .wpp-modal__opcao-box {
  border-color: #F5B300;
  background-color: rgba(245, 179, 0, 0.08);
}
body .modal-whatsapp .wpp-modal__campos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
body .modal-whatsapp .wpp-modal__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  cursor: pointer;
  padding: 15px 24px;
  border-radius: 8px;
  background-color: #25D366;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  transition: filter 0.3s ease;
}
body .modal-whatsapp .wpp-modal__btn i {
  font-size: 1.15em;
}
body .modal-whatsapp .wpp-modal__btn:hover {
  filter: brightness(1.05);
}
@media (max-width: 767px) {
  body .wpp-fab {
    right: 16px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    font-size: 26px;
  }
}
body .btn-custom-outline {
  display: inline-flex;
  align-items: stretch;
  border: 2px solid #94125A;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  background-color: transparent;
  transition: all 0.3s ease;
}
body .btn-custom-outline .icon {
  background-color: #94125A;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  transition: all 0.3s ease;
}
body .btn-custom-outline .text {
  padding: 10px 24px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
body .btn-custom-outline:hover {
  background-color: #94125A;
  color: #ffffff;
}
body .btn-custom-outline:hover .icon {
  background-color: rgb(102.5301204819, 12.4698795181, 62.3493975904);
}
body .btn-dark-custom {
  background-color: #3C3C3C;
  color: #F8D89D;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 25px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 1px solid #433336;
}
body .btn-dark-custom i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
body .btn-dark-custom:hover {
  background-color: #8E0661;
  border-color: #8E0661;
  color: #FFF;
}
body .btn-dark-custom:hover i {
  transform: translateX(3px);
}
body .wrap-ticker {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  background: transparent;
}
body .wrap-ticker .ticker-content {
  display: flex;
  white-space: nowrap;
}
body .wrap-ticker .ticker-content:hover .ticker-item {
  animation-play-state: paused;
}
body .wrap-ticker .ticker-item {
  flex-shrink: 0;
  padding-right: 20px;
  color: #8c6356;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  animation: tickerLoop 25s linear infinite;
}
@keyframes tickerLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

main {
  padding-top: 143px;
}

@media (max-width: 991px) {
  main {
    padding-top: 84px;
  }
}/*# sourceMappingURL=custom.css.map */