@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&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;
  --Vermelho: #FF1300;
  --Azul-Marinho: #00051B;
  --Typography-Font-Family-Montserrat: 'Montserrat', sans-serif;
  --Typography-Font-Family-Epilogue: var(--Typography-Font-Family-Montserrat);
  --Typography-Font-Family-Baskervville: 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, "Montserrat", sans-serif);
  color: #00051B;
}

.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: "Public Sans", 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: "Cormorant", serif;
  color: #000;
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: -20px;
}

h1 strong,
h2 strong {
  font-family: "Cormorant", 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: "Cormorant", 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: "Public Sans", 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: "Public Sans", 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: "Cormorant", 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: "Public Sans", 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: "Public Sans", 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: "Public Sans", 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, "Montserrat", 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: 12px;
  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;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@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 button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: dimgray;
  border: 1px solid dimgray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@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: #00051B;
  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;
  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: #0B485C;
  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: #0B485C;
  color: #FFFFFF;
}
body .modal-especialista .modal-selo {
  position: relative;
  display: inline-block;
  color: #00AA40;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 40px;
  margin-bottom: 12px;
}
body .modal-especialista .modal-selo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  background-color: #00AA40;
}
body .modal-especialista .modal-titulo {
  color: #0B485C;
  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: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}
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: #FFFFFF;
  border: 1px solid #B8D4DC;
  border-radius: 6px;
  padding: 12px 14px;
  color: #0B485C;
  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: rgba(11, 72, 92, 0.45);
}
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: rgba(11, 72, 92, 0.45);
}
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: #00AA40;
  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: #CF5B3C !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' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230B485C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
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: 10px;
  margin-top: 6px;
  background-color: #CF5B3C;
  border: none;
  border-radius: 6px;
  padding: 15px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .modal-especialista .modal-btn:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
}
@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: #00051B;
  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: #00051B;
  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 section.formulario-enviado {
  padding: 200px 0;
  color: #00051B;
  border-bottom: 5px solid #00051B;
  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: #00051B;
  font-weight: 500;
  border-bottom: 1px dotted #00051B;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #00051B;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #00051B;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #00051B;
  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: #00051B;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #00051B;
  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: relative;
  width: 100%;
  z-index: 999;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
}
body .site-header a {
  text-decoration: none;
  color: inherit;
}
body .site-header .top-bar {
  background-color: #0B485C;
  padding: 22px 0;
}
body .site-header .top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
body .site-header .top-bar__contatos {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
body .site-header .top-bar__acoes {
  display: flex;
  align-items: center;
  gap: 13px;
}
body .site-header .top-contato {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .site-header .top-contato__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #FFFFFF;
}
body .site-header .top-contato__text small {
  font-size: 1rem;
  font-weight: 400;
}
body .site-header .top-contato__text a {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
}
body .site-header .top-contato__text a:hover {
  color: #1F8C84;
}
body .site-header .top-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1F8C84;
  border-radius: 4px;
  transform: rotate(45deg);
}
body .site-header .top-ico i {
  transform: rotate(-45deg);
  color: #FFFFFF;
  font-size: 1.15rem;
}
body .site-header .btn-proposta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #CF5B3C;
  color: #FFFFFF;
  padding: 16px 22px;
  border-radius: 99px;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(207, 91, 60, 0.5);
  transition: background-color 0.3s ease;
}
body .site-header .btn-proposta i {
  font-size: 1.1rem;
}
body .site-header .btn-proposta:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
  color: #FFFFFF;
}
body .site-header .header-redes {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .site-header .header-redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}
body .site-header .header-redes a:hover {
  opacity: 0.85;
}
body .site-header .header-redes a svg,
body .site-header .header-redes a picture,
body .site-header .header-redes a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
body .site-header .nav-wrapper {
  position: relative;
  z-index: 20;
  background-color: #F6F6F6;
  padding: 30px 0;
}
body .site-header .nav-wrapper .nav-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
body .site-header .nav-wrapper .nav-bg picture,
body .site-header .nav-wrapper .nav-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .site-header .nav-wrapper .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
body .site-header .nav-proposta {
  display: none;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #CF5B3C;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 99px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(207, 91, 60, 0.5);
  transition: background-color 0.3s ease;
}
body .site-header .nav-proposta i {
  font-size: 1rem;
}
body .site-header .nav-proposta:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
  color: #FFFFFF;
}
body .site-header .header-logo {
  display: inline-block;
}
body .site-header .header-logo img {
  max-height: 89px;
  width: auto;
}
body .site-header .btn-acessar-menu {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #0B485C;
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}
body .site-header .nav-collapse {
  width: 100%;
}
body .site-header .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1480px;
}
body .site-header .main-menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0B485C;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.3s ease;
}
body .site-header .main-menu li a i {
  font-size: 0.95em;
}
body .site-header .main-menu li a:hover, body .site-header .main-menu li a.active {
  color: #CF5B3C;
}
body .site-header .main-menu li.has-dropdown {
  position: relative;
}
body .site-header .main-menu li.has-dropdown .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
body .site-header .main-menu li.has-dropdown .submenu li a {
  display: block;
  padding: 9px 20px;
  color: #0B485C;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
}
body .site-header .main-menu li.has-dropdown .submenu li a:hover {
  color: #00AA40;
}
body .site-header .main-menu li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 992px) {
  body {
    /* Navbar fixa no topo (sem o CTA) */
  }
  body .site-header .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 14px 0;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  body .site-header .nav-wrapper .nav-bg {
    display: none;
  }
  body .site-header .nav-wrapper .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  body .site-header .header-logo img {
    max-height: 54px;
  }
  body .site-header .nav-collapse {
    width: auto;
    flex: 1;
  }
  body .site-header .main-menu {
    justify-content: center;
    max-width: none;
    gap: 22px;
  }
  body .site-header .main-menu li a {
    font-size: 1.05rem;
  }
  body {
    /* Top-bar (telefones, e-mails, CTA e redes) fixa no rodapé */
  }
  body .site-header .top-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    padding: 12px 0;
  }
  body {
    /* Espaço pro conteúdo não ficar atrás das barras fixas */
  }
  body body {
    padding-top: 84px;
    padding-bottom: 94px;
  }
}
@keyframes headerDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  body .site-header .top-bar {
    padding: 16px 0;
  }
  body .site-header .top-bar__inner {
    justify-content: center;
    text-align: center;
  }
  body .site-header .top-bar__contatos {
    justify-content: center;
    gap: 20px;
  }
  body .site-header .nav-wrapper .container {
    gap: 18px;
  }
  body .site-header .header-logo img {
    max-height: 60px;
  }
  body .site-header .btn-acessar-menu {
    display: flex;
    width: 100%;
  }
  body .site-header .nav-collapse {
    margin-top: 6px;
  }
  body .site-header .main-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  body .site-header .main-menu li {
    border-bottom: 1px solid rgba(11, 72, 92, 0.12);
  }
  body .site-header .main-menu li a {
    justify-content: center;
    padding: 12px 4px;
  }
  body .site-header .main-menu li.has-dropdown .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 0 8px;
  }
  body .site-header .main-menu li.has-dropdown .submenu li {
    border-bottom: none;
  }
  body .site-header .main-menu li.has-dropdown .submenu li a {
    padding: 8px 4px;
    font-size: 0.9rem;
    color: rgba(11, 72, 92, 0.75);
  }
}
@media (max-width: 575px) {
  body .site-header .btn-proposta {
    font-size: 0.9rem;
    padding: 13px 18px;
  }
  body .site-header .top-contato__text small {
    font-size: 0.85rem;
  }
  body .site-header .top-contato__text a {
    font-size: 1rem;
  }
}
body .btn-especialista {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #CF5B3C;
  color: #FFFFFF;
  padding: 16px 22px;
  border-radius: 99px;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  box-shadow: 0 0 5px rgba(207, 91, 60, 0.5);
  transition: background-color 0.3s ease;
}
body .btn-especialista .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
body .btn-especialista .text {
  display: inline-flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body .btn-especialista:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
  color: #FFFFFF;
}
body {
  /* ============ BANNER (index + páginas internas) ============ */
}
body .banner-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  padding: 240px 0 90px;
  overflow: hidden;
  background-color: #111111;
}
body .banner-video .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .banner-video .bg-video video,
body .banner-video .bg-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .banner-video .bg-video .overlay-banner {
  position: absolute;
  inset: 0;
}
body .banner-video .banner-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
body .banner-video .banner-content h1 {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body .banner-video .banner-content p {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body .banner-video .banner-content .banner-cta {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}
body .banner-video .banner-content .titulo-interna {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body .banner-video {
    min-height: auto;
    padding: 60px 0;
  }
  body .banner-video .banner-content h1 {
    font-size: 30px;
  }
  body .banner-video .banner-content p {
    font-size: 16px;
  }
}
body {
  /* Máscara escura SÓ no banner da home (index-banner); nas internas não tem */
}
body .banner-video:not(.banner-interna) .overlay-banner {
  background: rgba(0, 0, 0, 0.8);
}
body {
  /* ============ BANNER DAS PÁGINAS INTERNAS ============ */
}
body .banner-interna {
  min-height: 520px;
  padding: 90px 0;
  background-color: #FFFFFF;
}
body .banner-interna .bg-video img,
body .banner-interna .bg-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}
body .banner-interna .container {
  width: 100%;
}
body .banner-interna .banner-content {
  width: 100%;
  max-width: 640px;
  text-align: left;
  overflow-wrap: break-word;
}
body .banner-interna .banner-content .banner-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
}
body .banner-interna .banner-content .banner-breadcrumb a,
body .banner-interna .banner-content .banner-breadcrumb span {
  color: rgba(11, 72, 92, 0.7);
}
body .banner-interna .banner-content .banner-breadcrumb a:hover {
  color: #0B485C;
}
body .banner-interna .banner-content .banner-breadcrumb .sep {
  color: rgba(11, 72, 92, 0.45);
}
body .banner-interna .banner-content .banner-breadcrumb .current {
  color: #0B485C;
  font-weight: 700;
}
body .banner-interna .banner-content h1 {
  color: #0B485C;
  text-align: left;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  overflow-wrap: break-word;
}
body .banner-interna .banner-content p {
  color: #0B485C;
  text-align: left;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .banner-interna {
    min-height: auto;
    padding: 45px 0;
  }
  body .banner-interna .overlay-banner {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.4) 100%);
  }
  body .banner-interna .banner-content {
    max-width: 100%;
  }
  body .banner-interna .banner-content h1 {
    font-size: 26px;
  }
  body .banner-interna .banner-content p {
    font-size: 16px;
  }
}
body .sec-experiencias {
  background-color: #0B485C;
  padding: 40px 0;
  overflow: hidden;
}
body .sec-experiencias .experiencias-inner {
  position: relative;
  z-index: 1;
}
body .sec-experiencias .experiencia-item {
  position: relative;
  padding: 14px 26px;
}
body .sec-experiencias .experiencia-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 84px;
  background-color: rgba(255, 255, 255, 0.25);
}
body .sec-experiencias .experiencia-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
body .sec-experiencias .experiencia-ico {
  flex-shrink: 0;
  display: inline-flex;
}
body .sec-experiencias .experiencia-ico picture,
body .sec-experiencias .experiencia-ico img,
body .sec-experiencias .experiencia-ico svg {
  width: 90px;
  height: auto;
}
body .sec-experiencias .experiencia-conteudo h1 {
  color: var(--Branco, #FFF);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}
body .sec-experiencias .experiencia-conteudo p {
  color: var(--Branco, #FFF);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-experiencias {
    padding: 30px 0;
  }
  body .sec-experiencias .experiencia-item {
    padding: 16px 12px;
  }
  body .sec-experiencias .experiencia-item:not(:first-child)::before {
    display: none;
  }
  body .sec-experiencias .experiencia-box {
    justify-content: center;
  }
}
body {
  /* ---- Galeria / Áreas de atuação ---- */
}
body .sec-galeria {
  position: relative;
  background-color: #0B485C;
  padding: 80px 0;
  overflow: hidden;
}
body .sec-galeria .galeria-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-galeria .galeria-bg picture,
body .sec-galeria .galeria-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .sec-galeria .galeria-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}
body .sec-galeria .galeria-steps {
  position: relative;
}
body .sec-galeria .galeria-steps::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background-color: #00AA40;
  box-shadow: 0 0 8px rgba(0, 170, 64, 0.6);
}
body .sec-galeria .galeria-step {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 70px;
  cursor: pointer;
}
body .sec-galeria .galeria-step:last-child {
  padding-bottom: 0;
}
body .sec-galeria .galeria-step p {
  display: none;
}
body .sec-galeria .galeria-step:hover:not(.active) .galeria-num {
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 170, 64, 0.5);
}
body .sec-galeria .galeria-step:hover:not(.active) h3 {
  color: rgba(255, 255, 255, 0.9);
}
body .sec-galeria .galeria-step.active .galeria-num {
  border-color: #00AA40;
  color: #FFFFFF;
  box-shadow: 0 0 16px rgba(0, 170, 64, 0.9), inset 0 0 8px rgba(0, 170, 64, 0.35);
}
body .sec-galeria .galeria-step.active h3 {
  color: var(--Neutral-White, #FFF);
  font-family: Montserrat;
  font-size: var(--Typography-Font-Size-28, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .sec-galeria .galeria-step.active h3::before {
  background-color: #00AA40;
}
body .sec-galeria .galeria-step.active p {
  display: block;
  color: var(--Neutral-White, #FFF);
  font-family: Montserrat;
  font-size: var(--Typography-Font-Size-18, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .sec-galeria .galeria-num {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #00AA40;
  background-color: rgba(11, 72, 92, 0.65);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s ease, border-color 0.3s ease;
}
body .sec-galeria .galeria-step-texto {
  padding-top: 2px;
}
body .sec-galeria .galeria-step-texto h3 {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  padding-top: 26px;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}
body .sec-galeria .galeria-step-texto h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-galeria .galeria-step-texto p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 380px;
}
body .sec-galeria .galeria-header {
  margin-bottom: 35px;
}
body .sec-galeria .galeria-header h1 {
  position: relative;
  display: inline-block;
  color: var(--Neutral-White, #FFF);
  font-family: Montserrat;
  font-size: var(--Typography-Font-Size-40, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 62px;
  margin-bottom: 18px;
}
body .sec-galeria .galeria-header h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-galeria .galeria-header p {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
body .sec-galeria .galeria-fotos {
  position: relative;
  width: 100%;
  aspect-ratio: 605/390;
}
body .sec-galeria .galeria-foto {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body .sec-galeria .galeria-foto.active {
  opacity: 1;
}
body .sec-galeria .galeria-foto picture,
body .sec-galeria .galeria-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 991px) {
  body .sec-galeria {
    padding: 50px 0;
  }
  body .sec-galeria .galeria-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body .sec-galeria .galeria-media {
    order: -1;
  }
  body .sec-galeria .galeria-step {
    padding-bottom: 40px;
  }
  body .sec-galeria .galeria-step p {
    display: block;
  }
}
body {
  /* ---- Resultados / Portfólio (home) ---- */
}
body .sec-resultados {
  padding: 40px 0;
}
body .sec-resultados .resultados-box {
  position: relative;
  border-radius: 16px;
  padding: 30px 30px 60px;
}
body .sec-resultados .resultados-titulo {
  position: relative;
  z-index: 2;
  text-align: center;
}
body .sec-resultados .resultados-titulo h1 {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-left: 44px;
  margin: 0;
}
body .sec-resultados .resultados-titulo h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-resultados .resultados-titulo h1 strong {
  color: var(--00-aa-40, #00AA40);
  font-family: Montserrat;
  font-size: var(--Typography-Font-Size-28, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .sec-resultados .resultados-imagem {
  position: relative;
  margin-top: -90px;
}
body .sec-resultados .resultados-imagem picture,
body .sec-resultados .resultados-imagem img {
  width: 100%;
  height: auto;
  display: block;
}
body .sec-resultados .resultados-imagem .resultados-cta {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
@media (max-width: 991px) {
  body .sec-resultados {
    padding: 40px 0;
  }
  body .sec-resultados .resultados-box {
    padding: 20px 8px 30px;
  }
  body .sec-resultados .resultados-titulo {
    margin-bottom: 14px;
  }
  body .sec-resultados .resultados-titulo h1 {
    font-size: 20px;
    padding-left: 30px;
  }
  body .sec-resultados .resultados-titulo h1::before {
    width: 20px;
  }
  body .sec-resultados .resultados-imagem {
    margin-top: 0;
  }
  body .sec-resultados .resultados-imagem .resultados-cta {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}
body {
  /* ---- Soluções Ambientais (home) ---- */
}
body .sec-servicos {
  position: relative;
  background-color: #FFFFFF;
  padding: 70px 0;
  overflow: hidden;
}
body .sec-servicos .servicos-folha {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-servicos .servicos-folha picture,
body .sec-servicos .servicos-folha img {
  width: 250px;
  height: auto;
  display: block;
}
body .sec-servicos .servicos-inner {
  position: relative;
  z-index: 1;
}
body .sec-servicos .servicos-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
body .sec-servicos .servicos-texto h1 {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 44px;
  margin-bottom: 14px;
}
body .sec-servicos .servicos-texto h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background-color: #0B485C;
}
body .sec-servicos .servicos-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  max-width: 560px;
  margin-bottom: 0;
}
body .sec-servicos .nav-servicos-custom {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
body .sec-servicos .nav-servicos-custom .linha {
  width: 40px;
  height: 1px;
  background-color: #1F8C84;
}
body .sec-servicos .nav-servicos-custom .seta {
  border: none;
  background-color: transparent;
  color: #1F8C84;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0;
  transition: color 0.3s ease;
}
body .sec-servicos .nav-servicos-custom .seta:hover {
  color: #0B485C;
}
body .sec-servicos .servicos-rodape {
  margin-top: 45px;
}
body .card-servicos {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
body .card-servicos .card-servicos-img {
  position: relative;
  line-height: 0;
}
body .card-servicos .card-servicos-img picture,
body .card-servicos .card-servicos-img img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .card-servicos .card-servicos-img .card-servicos-selo {
  position: absolute;
  top: 12px;
  left: 12px;
}
body .card-servicos .card-servicos-img .card-servicos-selo picture,
body .card-servicos .card-servicos-img .card-servicos-selo img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .card-servicos .card-servicos-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 0 auto;
  padding: 26px;
}
body .card-servicos .card-servicos-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
body .card-servicos .card-servicos-texto {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
}
body .card-servicos .card-servicos-texto p {
  margin-bottom: 0;
}
body .card-servicos .card-servicos-acoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 6px;
}
body .card-servicos .card-servicos-saiba {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00AA40;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
body .card-servicos .card-servicos-saiba:hover {
  color: #0B485C;
}
body .card-servicos .card-servicos-zap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #CF5B3C;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 99px;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
body .card-servicos .card-servicos-zap:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
  color: #FFFFFF;
}
body .carousel-servicos {
  margin-left: -20px;
  margin-right: -20px;
}
body .carousel-servicos.owl-carousel .owl-stage {
  display: flex;
}
body .carousel-servicos.owl-carousel .owl-item {
  display: flex;
}
body .carousel-servicos .item {
  display: flex;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body .sec-servicos {
    padding: 45px 0;
  }
  body .sec-servicos .servicos-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  body .sec-servicos .servicos-folha picture,
  body .sec-servicos .servicos-folha img {
    width: 110px;
  }
}
body {
  /* ---- Atuação / Serviços (cards) ---- */
}
body .sec-atuacao {
  background-color: #fff;
  padding: 70px 0;
}
body .sec-atuacao .atuacao-header {
  max-width: 620px;
  margin-bottom: 45px;
}
body .sec-atuacao .atuacao-header .atuacao-separador {
  margin-bottom: 10px;
}
body .sec-atuacao .atuacao-header .atuacao-separador img {
  display: inline-block;
  width: auto;
  max-width: 280px;
}
body .sec-atuacao .atuacao-header .atuacao-texto h1 {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 24px;
}
body .sec-atuacao .atuacao-header .atuacao-texto p {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
body {
  /* Card de atuação (componente reutilizável) */
}
body .card-atuacao {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  height: 100%;
  background-color: #f9f9f9;
  border-bottom: 2px solid #FF1300;
  border-radius: 8px;
  padding: 40px 45px;
}
body .card-atuacao .card-atuacao-icone {
  margin-bottom: 19px;
}
body .card-atuacao .card-atuacao-icone img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .card-atuacao .card-atuacao-titulo {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}
body .card-atuacao .card-atuacao-texto {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .card-atuacao .card-atuacao-texto p {
  margin-bottom: 0;
}
body .card-atuacao .card-atuacao-acoes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}
body .card-atuacao .card-atuacao-acoes a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
  transition: 0.3s ease;
}
body .card-atuacao .card-atuacao-acoes .btn-saiba-mais {
  border: 1px solid #00051B;
  color: #00051B;
  padding: 8px;
  font-weight: 400;
}
body .card-atuacao .card-atuacao-acoes .btn-saiba-mais:hover {
  background-color: #00051B;
  color: #fff;
}
body .card-atuacao .card-atuacao-acoes .btn-atendimento {
  background-color: #00051B;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
}
body .card-atuacao .card-atuacao-acoes .btn-atendimento:hover {
  background-color: #FF1300;
}
@media (max-width: 991px) {
  body .sec-atuacao {
    padding: 45px 0;
  }
  body .sec-atuacao .atuacao-header .atuacao-texto h1 {
    font-size: 24px;
  }
  body .sec-atuacao .atuacao-header .atuacao-texto p {
    font-size: 17px;
  }
  body .card-atuacao {
    padding: 30px 25px;
  }
  body .card-atuacao .card-atuacao-titulo {
    font-size: 22px;
  }
  body .card-atuacao .card-atuacao-texto {
    font-size: 16px;
  }
}
body .carousel-atuacao.owl-carousel .owl-stage {
  display: flex;
}
body .carousel-atuacao.owl-carousel .owl-item {
  display: flex;
}
body .carousel-atuacao .item {
  display: flex;
  width: 100%;
}
body .nav-atuacao-custom .seta {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #00051B;
  background-color: transparent;
  color: #00051B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s ease;
}
body .nav-atuacao-custom .seta:hover {
  background-color: #00051B;
  color: #fff;
}
body .btn-solucoes {
  display: inline-flex;
  align-items: stretch;
}
body .btn-solucoes .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  background-color: #00051B;
  color: #fff;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
body .btn-solucoes .text {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #00051B;
  color: #00051B;
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body .btn-solucoes:hover .icon-box {
  background-color: #FF1300;
}
body .btn-solucoes:hover .text {
  background-color: #00051B;
  color: #fff;
}
body .sec-negocios {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/651;
  background: var(--bg-negocios) center center/100% 100% no-repeat;
  background-color: #00051B;
}
body .sec-negocios .negocios-titulo {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  text-align: center;
}
body .sec-negocios .negocios-titulo .negocios-separador {
  margin-bottom: 10px;
}
body .sec-negocios .negocios-titulo .negocios-separador img {
  display: inline-block;
  width: auto;
  max-width: 280px;
}
body .sec-negocios .negocios-titulo .negocios-titulo-texto h1 {
  color: var(--Branco, #FFF);
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
body .sec-negocios .negocios-cta {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
body .sec-negocios .negocios-pinos {
  position: absolute;
  top: 51.5%;
  left: 11.46%; /* 220 / 1920 */
  width: 77.08%; /* 1480 / 1920 */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body .sec-negocios .negocios-item {
  width: 21.55%; /* 319 / 1480 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
body .sec-negocios .negocios-item .negocios-icone img {
  width: 78px;
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-negocios .negocios-item .negocios-texto {
  color: var(--Branco, #FFF);
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1200px) {
  body .sec-negocios .negocios-item {
    gap: 16px;
  }
  body .sec-negocios .negocios-item .negocios-icone img {
    width: 62px;
    height: 62px;
  }
  body .sec-negocios .negocios-item .negocios-texto {
    font-size: 16px;
  }
  body .sec-negocios .negocios-titulo .negocios-titulo-texto h1 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body .sec-negocios {
    aspect-ratio: auto;
    background: #00051B;
    padding: 45px 15px;
  }
  body .sec-negocios .negocios-titulo {
    position: static;
    transform: none;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  body .sec-negocios .negocios-titulo .negocios-titulo-texto h1 {
    font-size: 22px;
  }
  body .sec-negocios .negocios-pinos {
    position: static;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .sec-negocios .negocios-cta {
    position: static;
    transform: none;
    margin-top: 30px;
  }
  body .sec-negocios .negocios-item {
    width: 50%;
    gap: 14px;
    padding: 22px 10px;
    position: relative;
  }
  body .sec-negocios .negocios-item::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FF1300;
    box-shadow: 0 0 10px 2px rgba(255, 19, 0, 0.55);
    margin-bottom: 4px;
  }
  body .sec-negocios .negocios-item .negocios-icone img {
    width: 60px;
    height: 60px;
  }
  body .sec-negocios .negocios-item .negocios-texto {
    font-size: 15px;
  }
}
body {
  /* ---- Separador de vídeo ---- */
}
body .sec-video {
  background: var(--bg-video) left center/cover no-repeat;
  background-color: #F6F6F6;
  padding: 80px 0;
}
body .sec-video .video-col-media {
  display: flex;
  justify-content: center;
}
body .sec-video .video-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  aspect-ratio: 16/10;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
body .sec-video .video-card .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  color: #0B485C;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-video .video-card .video-play:hover {
  background-color: #FFFFFF;
}
body .sec-video .video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .sec-video .video-conteudo .video-logo {
  margin-bottom: 22px;
}
body .sec-video .video-conteudo .video-logo img {
  display: inline-block;
  width: auto;
  max-width: 210px;
}
body .sec-video .video-conteudo .video-texto h1 {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body .sec-video .video-conteudo .video-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 16px;
}
body .sec-video .video-conteudo .btn-verde {
  margin-top: 18px;
}
@media (max-width: 991px) {
  body .sec-video {
    padding: 45px 0;
    background-position: center top;
  }
  body .sec-video .video-card {
    max-width: 420px;
  }
  body .sec-video .video-conteudo {
    text-align: center;
  }
  body .sec-video .video-conteudo .video-texto h1 {
    font-size: 20px;
  }
  body .sec-video .video-conteudo .video-texto p {
    font-size: 16px;
    text-align: left;
  }
}
body {
  /* ---- Avaliações (carrossel) ---- */
}
body .sec-avaliacoes {
  position: relative;
  background-color: #FFFFFF;
  padding: 70px 0;
  overflow: hidden;
}
body .sec-avaliacoes .avaliacoes-arvore {
  position: absolute;
  top: -40px;
  right: -30px;
  z-index: 0;
  pointer-events: none;
}
body .sec-avaliacoes .avaliacoes-arvore picture,
body .sec-avaliacoes .avaliacoes-arvore img {
  width: 320px;
  height: auto;
  display: block;
}
body .sec-avaliacoes .container {
  position: relative;
  z-index: 1;
}
body .sec-avaliacoes .avaliacoes-header {
  max-width: 620px;
  margin-bottom: 45px;
}
body .sec-avaliacoes .avaliacoes-header h1 {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 62px;
  margin-bottom: 0;
}
body .sec-avaliacoes .avaliacoes-header h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-avaliacoes .carousel-avaliacoes.owl-carousel .owl-stage {
  display: flex;
}
body .sec-avaliacoes .carousel-avaliacoes.owl-carousel .owl-item {
  display: flex;
}
body .sec-avaliacoes .carousel-avaliacoes .item {
  display: flex;
  width: 100%;
  padding: 0 12px;
}
body .sec-avaliacoes .card-avaliacao {
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 20px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body .sec-avaliacoes .card-avaliacao .card-aspas {
  color: #1F8C84;
  font-size: 68px;
  line-height: 0.5;
  margin-top: -8px;
  margin-bottom: -4px;
}
body .sec-avaliacoes .card-avaliacao .card-estrelas {
  text-align: center;
}
body .sec-avaliacoes .card-avaliacao .card-estrelas img {
  height: 38px;
  width: auto;
}
body .sec-avaliacoes .card-avaliacao .card-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
body .sec-avaliacoes .card-avaliacao .card-texto p + p {
  margin-top: 18px;
}
body .sec-avaliacoes .card-avaliacao .card-texto strong {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
}
body .sec-avaliacoes .avaliacoes-rodape {
  margin-top: 45px;
}
@media (max-width: 991px) {
  body .sec-avaliacoes {
    padding: 45px 0;
  }
  body .sec-avaliacoes .avaliacoes-arvore picture,
  body .sec-avaliacoes .avaliacoes-arvore img {
    width: 110px;
  }
  body .sec-avaliacoes .avaliacoes-header h1 {
    font-size: 20px;
  }
  body .sec-avaliacoes .card-avaliacao .card-texto p {
    font-size: 17px;
  }
  body .sec-avaliacoes .card-avaliacao .card-texto strong {
    font-size: 20px;
  }
}
body .btn-google {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #0B485C;
  color: #FFFFFF;
  padding: 14px 26px;
  border-radius: 99px;
  transition: background-color 0.3s ease;
}
body .btn-google .text {
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
body .btn-google .icon-box {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
body .btn-google:hover {
  background-color: #1F8C84;
  color: #FFFFFF;
}
body {
  /* ---- Instagram ---- */
}
body .sec-redes {
  position: relative;
  background: var(--bg-redes) center center/cover no-repeat;
  background-color: #FFF;
  padding: 70px 0;
  overflow: hidden;
}
body .sec-redes .redes-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}
body .sec-redes .redes-col {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
body .sec-redes .redes-col--insta {
  min-width: 0;
  overflow: hidden;
}
body .sec-redes .redes-col--linkedin {
  z-index: 2;
}
body .sec-redes .redes-header {
  margin-bottom: 26px;
}
body .sec-redes .redes-titulo {
  position: relative;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 62px;
  margin-bottom: 14px;
}
body .sec-redes .redes-titulo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-redes .redes-titulo--dark {
  color: #0B485C;
}
body .sec-redes .redes-desc {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 460px;
}
body .sec-redes .redes-desc--dark {
  color: #0B485C;
}
body .sec-redes .redes-carrossel {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
body .sec-redes .redes-carrossel .redes-story {
  display: block;
  aspect-ratio: 9/16;
  border-radius: 10px;
  overflow: hidden;
}
body .sec-redes .redes-carrossel .redes-story picture,
body .sec-redes .redes-carrossel .redes-story img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-redes .redes-celular {
  text-align: center;
}
body .sec-redes .redes-celular picture,
body .sec-redes .redes-celular img {
  width: auto;
  max-width: 600px;
  height: auto;
  display: inline-block;
}
body .sec-redes .redes-btn-wrap {
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
}
body .sec-redes .btn-rede {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 99px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
body .sec-redes .btn-rede i {
  font-size: 1.1rem;
}
body .sec-redes .btn-rede:hover {
  opacity: 0.9;
  color: #FFFFFF;
}
body .sec-redes .btn-rede--instagram {
  background: var(--cf-5-b-3-c, #CF5B3C);
}
body .sec-redes .btn-rede--linkedin {
  background-color: #0B485C;
}
@media (max-width: 991px) {
  body .sec-redes {
    padding: 50px 0;
    background-image: none;
  }
  body .sec-redes .redes-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  body .sec-redes .redes-col {
    align-items: center;
    text-align: center;
  }
  body .sec-redes .redes-header {
    text-align: center;
  }
  body .sec-redes .redes-titulo {
    font-size: 20px;
    padding-left: 0;
  }
  body .sec-redes .redes-titulo::before {
    display: none;
  }
  body .sec-redes .redes-desc {
    margin-left: auto;
    margin-right: auto;
  }
  body .sec-redes .redes-carrossel {
    width: 100%;
    margin-left: 0;
  }
}
body {
  /* ---- Dúvidas (FAQ + formulário) ---- */
}
body .sec-duvidas {
  position: relative;
  background-color: #0B485C;
  padding: 80px 0;
  overflow: hidden;
}
body .sec-duvidas .container {
  position: relative;
  z-index: 1;
}
body .sec-duvidas .duvidas-texto {
  margin-bottom: 35px;
}
body .sec-duvidas .duvidas-texto h1 {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 62px;
  margin-bottom: 0;
}
body .sec-duvidas .duvidas-texto h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-duvidas .faq-lista {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
body .sec-duvidas .faq-lista .faq-pergunta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
body .sec-duvidas .faq-lista .faq-pergunta i {
  flex-shrink: 0;
  font-size: 14px;
  color: #0B485C;
  transition: transform 0.3s ease;
}
body .sec-duvidas .faq-lista .faq-pergunta[aria-expanded=true] i {
  transform: rotate(180deg);
}
body .sec-duvidas .faq-lista .faq-resposta {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 22px 0;
  margin-bottom: 0;
}
body .sec-duvidas .duvidas-form-card {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  padding: 40px;
}
body .sec-duvidas .duvidas-form-card .duvidas-form-titulo {
  text-align: center;
  margin-bottom: 28px;
}
body .sec-duvidas .duvidas-form-card .duvidas-form-titulo h1 {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
}
body .sec-duvidas .duvidas-form-card .duvidas-form-titulo p {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
body .sec-duvidas .duvidas-form-label {
  display: block;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
body .sec-duvidas .form-control {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  padding: 12px 14px;
  box-shadow: none;
}
body .sec-duvidas .form-control::-moz-placeholder {
  color: rgba(11, 72, 92, 0.5);
}
body .sec-duvidas .form-control::placeholder {
  color: rgba(11, 72, 92, 0.5);
}
body .sec-duvidas .form-control:focus {
  background-color: #FFFFFF;
  border-color: #00AA40;
  color: #0B485C;
  box-shadow: none;
}
body .sec-duvidas .form-control.campo-invalido {
  border-color: #CF5B3C !important;
}
body .sec-duvidas textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
body .sec-duvidas .duvidas-form-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  border-radius: 10px;
  background: var(--cf-5-b-3-c, #CF5B3C);
  box-shadow: 0 0 13.4px 0 #F44336;
  padding: 15px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
body .sec-duvidas .duvidas-form-btn:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
}
@media (max-width: 991px) {
  body .sec-duvidas {
    padding: 50px 0;
  }
  body .sec-duvidas .duvidas-texto h1 {
    font-size: 22px;
  }
  body .sec-duvidas .duvidas-form-card {
    padding: 30px 22px;
  }
}
body {
  /* SEÇÃO BLOG */
}
body .sec-blog {
  background-color: transparent;
  padding: 80px 0;
}
body .sec-blog .cabecalho-blog {
  margin-bottom: 45px;
}
body .sec-blog .cabecalho-blog .texto-blog h1, body .sec-blog .cabecalho-blog .texto-blog h2, body .sec-blog .cabecalho-blog .texto-blog h3 {
  position: relative;
  display: inline-block;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  color: #0B485C;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 62px;
  margin: 0;
}
body .sec-blog .cabecalho-blog .texto-blog h1::before, body .sec-blog .cabecalho-blog .texto-blog h2::before, body .sec-blog .cabecalho-blog .texto-blog h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-blog .cabecalho-blog .texto-blog h1 *, body .sec-blog .cabecalho-blog .texto-blog h2 *, body .sec-blog .cabecalho-blog .texto-blog h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .sec-blog .cabecalho-blog .texto-blog h1 br, body .sec-blog .cabecalho-blog .texto-blog h2 br, body .sec-blog .cabecalho-blog .texto-blog h3 br {
  display: none !important;
}
body .sec-blog .card-blog {
  border-radius: 12px;
  overflow: hidden;
}
body .sec-blog .card-blog .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 400/260;
  border-radius: 10px;
  overflow: hidden;
}
body .sec-blog .card-blog .img-wrapper .img-post {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
body .sec-blog .card-blog .img-wrapper:hover .img-post {
  transform: scale(1.05);
}
body .sec-blog .card-blog .content-blog {
  padding: 0 4px 10px;
}
body .sec-blog .card-blog .content-blog .blog-categoria {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: 12px;
}
body .sec-blog .card-blog .content-blog .blog-categoria::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-blog .card-blog .content-blog .titulo-post {
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  color: #0B485C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}
body .sec-blog .card-blog .content-blog .titulo-post:hover {
  color: #00AA40;
}
body .sec-blog .card-blog .content-blog .resumo-post * {
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif) !important;
  color: #0B485C !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
body .sec-blog .card-blog .content-blog .ler-materia {
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  color: #00AA40;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #00AA40;
  padding-bottom: 6px;
  transition: color 0.3s ease;
}
body .sec-blog .card-blog .content-blog .ler-materia i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
body .sec-blog .card-blog .content-blog .ler-materia:hover {
  color: #0B485C;
}
body .sec-blog .card-blog .content-blog .ler-materia:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  body .sec-blog {
    padding: 50px 0;
  }
  body .sec-blog .cabecalho-blog .texto-blog h1,
  body .sec-blog .cabecalho-blog .texto-blog h2,
  body .sec-blog .cabecalho-blog .texto-blog h3 {
    font-size: 22px;
  }
  body .sec-blog .card-blog {
    margin-bottom: 40px !important;
  }
}
body {
  /* ============ SEÇÃO VÍDEO (Sobre) ============ */
}
body .sec-video-sobre {
  position: relative;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #111111;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sec-video-sobre .video-sobre-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
body .sec-video-sobre .video-sobre-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
  padding: 40px 20px;
}
body .sec-video-sobre .video-sobre-play {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-video-sobre .video-sobre-play:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
body .sec-video-sobre .video-sobre-texto {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 700px;
  margin: 0;
}
body .sec-video-sobre.is-playing {
  background: #000000;
}
body .sec-video-sobre.is-playing iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  body .sec-video-sobre {
    min-height: 320px;
  }
  body .sec-video-sobre .video-sobre-texto {
    font-size: 16px;
  }
  body .sec-video-sobre.is-playing iframe {
    min-height: 320px;
  }
}
body {
  /* ============ SEÇÃO HISTÓRIA (Sobre) ============ */
}
body .sec-historia {
  background-color: #FFFFFF;
  padding: 80px 0;
}
body .sec-historia .historia-media {
  text-align: center;
}
body .sec-historia .historia-media .historia-foto picture,
body .sec-historia .historia-media .historia-foto img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: inline-block;
}
body .sec-historia .historia-media .historia-nome {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 6px;
}
body .sec-historia .historia-media .historia-cargo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
body .sec-historia .historia-conteudo .historia-logo {
  margin-bottom: 24px;
}
body .sec-historia .historia-conteudo .historia-logo picture,
body .sec-historia .historia-conteudo .historia-logo img {
  width: auto;
  max-width: 210px;
  height: auto;
}
body .sec-historia .historia-conteudo .historia-texto h1 {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body .sec-historia .historia-conteudo .historia-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}
body .sec-historia .historia-conteudo .historia-texto p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-historia {
    padding: 50px 0;
  }
  body .sec-historia .historia-conteudo .historia-texto h1 {
    font-size: 24px;
  }
}
body {
  /* ============ SEÇÃO MISSÃO / VISÃO / VALORES (Sobre) ============ */
}
body .sec-missao {
  position: relative;
  background: var(--bg-missao) center center/cover no-repeat;
  background-color: #0B485C;
  padding: 80px 0;
  overflow: hidden;
}
body .sec-missao .missao-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: center;
}
body .sec-missao .missao-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .sec-missao .missao-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}
body .sec-missao .missao-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(11, 72, 92, 0.22);
  transition: opacity 0.3s ease;
}
body .sec-missao .missao-card .missao-ico {
  flex-shrink: 0;
  display: inline-flex;
}
body .sec-missao .missao-card .missao-ico picture,
body .sec-missao .missao-card .missao-ico img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-missao .missao-card .missao-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
}
body .sec-missao .missao-card:hover::after, body .sec-missao .missao-card.active::after {
  opacity: 0;
}
body .sec-missao .missao-textos {
  position: relative;
}
body .sec-missao .missao-texto {
  display: none;
}
body .sec-missao .missao-texto.active {
  display: block;
}
body .sec-missao .missao-texto p {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}
body .sec-missao .missao-texto p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-missao {
    padding: 50px 0;
  }
  body .sec-missao .missao-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body {
  /* ============ SEPARADOR CTA (Sobre) ============ */
}
body .sec-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 400px;
}
body .sec-cta .cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-cta .cta-bg picture,
body .sec-cta .cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .sec-cta .container {
  position: relative;
  z-index: 1;
}
body .sec-cta .cta-content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
body .sec-cta .cta-texto {
  color: var(--0-b-485-c, #0B485C);
  font-family: Montserrat;
  font-size: var(--Typography-Font-Size-28, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 991px) {
  body .sec-cta {
    min-height: 0;
    padding: 45px 0;
    background-color: #F6F6F6;
  }
  body .sec-cta .cta-bg {
    display: none;
  }
  body .sec-cta .cta-texto h1,
  body .sec-cta .cta-texto h2,
  body .sec-cta .cta-texto h3 {
    font-size: 22px;
  }
}
body {
  /* ============ BREADCRUMB (barra fina) ============ */
}
body .breadcrumb-barra {
  background: var(--bg-form-solucoes) center center/cover no-repeat;
  background-color: #0B485C;
  padding: 60px 0;
}
body .breadcrumb-barra .breadcrumb-lista {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
}
body .breadcrumb-barra .breadcrumb-lista a,
body .breadcrumb-barra .breadcrumb-lista span {
  color: rgba(255, 255, 255, 0.75);
}
body .breadcrumb-barra .breadcrumb-lista a:hover {
  color: #FFFFFF;
}
body .breadcrumb-barra .breadcrumb-lista .sep {
  color: rgba(255, 255, 255, 0.4);
}
body .breadcrumb-barra .breadcrumb-lista .current {
  color: #FFFFFF;
  font-weight: 600;
}
body {
  /* ============ SOLUÇÃO INTERNA (texto + galeria) ============ */
}
body .sec-interna {
  background: var(--bg-interna) center center/cover no-repeat;
  background-color: #EDEDED;
  padding: 70px 0;
}
body .sec-interna .interna-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 40px;
}
body .sec-interna .interna-card .interna-logo {
  margin-bottom: 22px;
}
body .sec-interna .interna-card .interna-logo picture,
body .sec-interna .interna-card .interna-logo img {
  width: auto;
  max-width: 200px;
  height: auto;
}
body .sec-interna .interna-card .interna-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 14px;
}
body .sec-interna .interna-card .interna-texto p:last-child {
  margin-bottom: 0;
}
body .sec-interna .interna-card .btn-especialista {
  margin-top: 24px;
}
body .sec-interna .interna-media .carousel-interna-galeria .interna-media-foto {
  border-radius: 8px;
  overflow: hidden;
}
body .sec-interna .interna-media .carousel-interna-galeria .interna-media-foto picture,
body .sec-interna .interna-media .carousel-interna-galeria .interna-media-foto img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .sec-interna .interna-media .carousel-interna-galeria .owl-item {
  display: flex;
}
body .sec-interna .interna-media .carousel-interna-galeria .item {
  width: 100%;
}
body .sec-interna .interna-media > picture,
body .sec-interna .interna-media > img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  body .sec-interna .interna-media .carousel-interna-galeria .interna-media-foto picture,
  body .sec-interna .interna-media .carousel-interna-galeria .interna-media-foto img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  body .sec-interna {
    padding: 45px 0;
  }
  body .sec-interna .interna-card {
    padding: 28px 22px;
  }
}
body {
  /* ============ INTERNA - OPERAÇÕES (comum a todas as internas) ============ */
}
body .sec-interna-operacoes {
  position: relative;
  background-color: #FFFFFF;
  padding: 70px 0;
  overflow: hidden;
}
body .sec-interna-operacoes .interna-op-folha {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-interna-operacoes .interna-op-folha picture,
body .sec-interna-operacoes .interna-op-folha img {
  width: 220px;
  height: auto;
  display: block;
}
body .sec-interna-operacoes .container {
  position: relative;
  z-index: 1;
}
body .sec-interna-operacoes .interna-op-header {
  max-width: 720px;
  margin: 0 auto 50px;
}
body .sec-interna-operacoes .interna-op-header h1 {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 62px;
  margin-bottom: 12px;
}
body .sec-interna-operacoes .interna-op-header h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-interna-operacoes .interna-op-header p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0;
}
body .sec-interna-operacoes .interna-op-item .interna-op-ico {
  margin-bottom: 20px;
}
body .sec-interna-operacoes .interna-op-item .interna-op-ico picture,
body .sec-interna-operacoes .interna-op-item .interna-op-ico img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-interna-operacoes .interna-op-item .interna-op-titulo {
  position: relative;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding-top: 22px;
  margin-bottom: 14px;
}
body .sec-interna-operacoes .interna-op-item .interna-op-titulo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-interna-operacoes .interna-op-item .interna-op-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-interna-operacoes {
    padding: 45px 0;
  }
  body .sec-interna-operacoes .interna-op-folha picture,
  body .sec-interna-operacoes .interna-op-folha img {
    width: 100px;
  }
  body .sec-interna-operacoes .interna-op-header h1 {
    font-size: 22px;
  }
}
body {
  /* ============ ÁREAS DE ATUAÇÃO (carrossel + balão) ============ */
}
body .sec-atuacao-sol {
  background-color: #F6F6F6;
  padding: 180px 0;
}
body .sec-atuacao-sol .atuacao-sol-top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
body .sec-atuacao-sol .atuacao-sol-header {
  flex-shrink: 0;
  width: 250px;
}
body .sec-atuacao-sol .atuacao-sol-header .atuacao-sol-selo {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 44px;
  margin-bottom: 16px;
}
body .sec-atuacao-sol .atuacao-sol-header .atuacao-sol-selo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-atuacao-sol .atuacao-sol-header .atuacao-sol-texto p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
body .sec-atuacao-sol .atuacao-sol-header .nav-atuacao-sol {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .sec-atuacao-sol .atuacao-sol-header .nav-atuacao-sol .linha {
  width: 40px;
  height: 1px;
  background-color: #1F8C84;
}
body .sec-atuacao-sol .atuacao-sol-header .nav-atuacao-sol .seta {
  border: none;
  background-color: transparent;
  color: #1F8C84;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
body .sec-atuacao-sol .atuacao-sol-header .nav-atuacao-sol .seta:hover {
  color: #0B485C;
}
body .sec-atuacao-sol .atuacao-sol-carrossel-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
body .sec-atuacao-sol .atuacao-sol-carrossel {
  width: 100%;
}
body .sec-atuacao-sol .atuacao-sol-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid rgba(11, 72, 92, 0.12);
}
body .sec-atuacao-sol .atuacao-sol-item .atuacao-sol-ico picture,
body .sec-atuacao-sol .atuacao-sol-item .atuacao-sol-ico img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-atuacao-sol .atuacao-sol-item .atuacao-sol-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}
body .sec-atuacao-sol .atuacao-sol-item:hover .atuacao-sol-titulo, body .sec-atuacao-sol .atuacao-sol-item.active .atuacao-sol-titulo {
  color: #00AA40;
}
body .sec-atuacao-sol .atuacao-sol-balao {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  transform: translateX(-50%);
  width: 340px;
  max-width: 90vw;
  background-color: #0B485C;
  border-radius: 12px;
  padding: 22px 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 5;
}
body .sec-atuacao-sol .atuacao-sol-balao::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #0B485C;
}
body .sec-atuacao-sol .atuacao-sol-balao.visible {
  opacity: 1;
  visibility: visible;
}
body .sec-atuacao-sol .atuacao-sol-balao .balao-texto {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
body .sec-atuacao-sol .atuacao-sol-balao .balao-texto strong {
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 991px) {
  body .sec-atuacao-sol {
    padding: 45px 0;
  }
  body .sec-atuacao-sol .atuacao-sol-top {
    flex-direction: column;
    gap: 26px;
  }
  body .sec-atuacao-sol .atuacao-sol-header {
    width: 100%;
  }
  body .sec-atuacao-sol .atuacao-sol-balao {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 24px;
    opacity: 1;
    visibility: visible;
  }
  body .sec-atuacao-sol .atuacao-sol-balao::before {
    display: none;
  }
}
body {
  /* ============ LISTAGEM DE SOLUÇÕES (categorias + cards) ============ */
}
body .sec-solucoes-lista {
  background-color: #FFFFFF;
  padding-bottom: 70px;
}
body .sec-solucoes-lista .solucoes-cat-bar {
  background-color: #0B485C;
  padding: 12px 0;
  margin-bottom: 50px;
}
body .sec-solucoes-lista .solucoes-cat-bar .solucoes-cat-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .sec-solucoes-lista .solucoes-cat-bar .cat-nav {
  flex-shrink: 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
}
body .sec-solucoes-lista .solucoes-cat-bar .cat-nav:hover {
  color: #FFFFFF;
}
body .sec-solucoes-lista .solucoes-cat-bar .solucoes-cat-scroll {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body .sec-solucoes-lista .solucoes-cat-bar .solucoes-cat-scroll::-webkit-scrollbar {
  display: none;
}
body .sec-solucoes-lista .solucoes-cat-bar .cat-chip {
  flex-shrink: 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  padding: 10px 22px;
  border-radius: 8px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
body .sec-solucoes-lista .solucoes-cat-bar .cat-chip:hover {
  color: #FFFFFF;
}
body .sec-solucoes-lista .solucoes-cat-bar .cat-chip.active {
  background-color: #FFFFFF;
  color: #0B485C;
  font-weight: 700;
}
body .sec-solucoes-lista .servicos-rodape {
  margin-top: 45px;
}
body .sec-solucoes-lista .nav-servicos-custom {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
body .sec-solucoes-lista .nav-servicos-custom .linha {
  width: 40px;
  height: 1px;
  background-color: #1F8C84;
}
body .sec-solucoes-lista .nav-servicos-custom .seta {
  border: none;
  background-color: transparent;
  color: #1F8C84;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
body .sec-solucoes-lista .nav-servicos-custom .seta:hover {
  color: #0B485C;
}
body {
  /* ============ FORMULÁRIO (soluções) ============ */
}
body .sec-form-solucoes {
  position: relative;
  background: var(--bg-form-solucoes) center center/cover no-repeat;
  background-color: #0B485C;
  padding: 70px 0;
  padding-top: 100px;
}
body .sec-form-solucoes .form-sol-logo {
  margin-bottom: 24px;
}
body .sec-form-solucoes .form-sol-logo picture,
body .sec-form-solucoes .form-sol-logo img {
  width: auto;
  max-width: 320px;
  height: auto;
}
body .sec-form-solucoes .form-sol-texto h1, body .sec-form-solucoes .form-sol-texto h2, body .sec-form-solucoes .form-sol-texto h3 {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
body .sec-form-solucoes .form-sol-texto p {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
body .sec-form-solucoes .form-sol-label {
  display: block;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
body .sec-form-solucoes .form-control {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  padding: 12px 14px;
  box-shadow: none;
}
body .sec-form-solucoes .form-control::-moz-placeholder {
  color: rgba(11, 72, 92, 0.5);
}
body .sec-form-solucoes .form-control::placeholder {
  color: rgba(11, 72, 92, 0.5);
}
body .sec-form-solucoes .form-control:focus {
  background-color: #FFFFFF;
  border-color: #00AA40;
  color: #0B485C;
  box-shadow: none;
}
body .sec-form-solucoes .form-control.campo-invalido {
  border-color: #CF5B3C !important;
}
body .sec-form-solucoes textarea.form-control {
  resize: vertical;
  min-height: 90px;
}
body .sec-form-solucoes .form-sol-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  background-color: #CF5B3C;
  border: none;
  border-radius: 6px;
  padding: 15px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
body .sec-form-solucoes .form-sol-btn:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
}
@media (max-width: 991px) {
  body .sec-form-solucoes {
    padding: 50px 0;
  }
  body .sec-form-solucoes .form-sol-texto h1,
  body .sec-form-solucoes .form-sol-texto h2,
  body .sec-form-solucoes .form-sol-texto h3 {
    font-size: 22px;
  }
}
body {
  /* ============ ÓRGÃOS COMPETENTES (abas + accordion) ============ */
}
body .sec-orgaos {
  background-color: #F6F6F6;
  padding: 70px 0;
}
body .sec-orgaos .orgaos-header {
  max-width: 640px;
  margin: 0 auto 45px;
}
body .sec-orgaos .orgaos-header .orgaos-traco {
  display: inline-block;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background-color: #00AA40;
  margin-bottom: 16px;
}
body .sec-orgaos .orgaos-header h1 {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
body .sec-orgaos .orgaos-header p {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0;
}
body .sec-orgaos .orgaos-grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
body .sec-orgaos .orgaos-abas {
  flex-shrink: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body .sec-orgaos .orgaos-abas .orgao-aba {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border: none;
  border-radius: 10px;
  background-color: #A9BCC0;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-orgaos .orgaos-abas .orgao-aba .orgao-aba-ico {
  flex-shrink: 0;
  display: inline-flex;
}
body .sec-orgaos .orgaos-abas .orgao-aba .orgao-aba-ico picture,
body .sec-orgaos .orgaos-abas .orgao-aba .orgao-aba-ico img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-orgaos .orgaos-abas .orgao-aba.active {
  background-color: #0B485C;
}
body .sec-orgaos .orgaos-paineis {
  flex: 1 1 auto;
  min-width: 0;
}
body .sec-orgaos .orgao-painel {
  display: none;
}
body .sec-orgaos .orgao-painel.active {
  display: block;
}
body .sec-orgaos .orgaos-unidades {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
body .sec-orgaos .unidade-item {
  border: 1px solid #CDD7DA;
  border-radius: 8px;
  background-color: #FFFFFF;
  align-self: start;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
body .sec-orgaos .unidade-item .unidade-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: transparent;
  border: none;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
body .sec-orgaos .unidade-item .unidade-toggle i {
  flex-shrink: 0;
  color: #0B485C;
  transition: transform 0.3s ease;
}
body .sec-orgaos .unidade-item .unidade-valor {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
body .sec-orgaos .unidade-item .unidade-valor p {
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
body .sec-orgaos .unidade-item.aberto {
  border-color: #0B485C;
}
body .sec-orgaos .unidade-item.aberto .unidade-toggle i {
  transform: rotate(45deg);
}
body .sec-orgaos .unidade-item.aberto .unidade-valor {
  grid-template-rows: 1fr;
}
body .sec-orgaos .unidade-item.aberto .unidade-valor p {
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  body .sec-orgaos {
    padding: 45px 0;
  }
  body .sec-orgaos .orgaos-grid {
    flex-direction: column;
    gap: 26px;
  }
  body .sec-orgaos .orgaos-abas {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  body .sec-orgaos .orgaos-abas .orgao-aba {
    flex: 1 1 auto;
    justify-content: center;
  }
  body .sec-orgaos .orgaos-unidades {
    grid-template-columns: 1fr;
  }
}
body {
  /* ============ VER TODOS -> grid 3x3 com paginação ============ */
}
body .sec-solucoes-lista .ver-todos-wrap {
  margin-top: 24px;
}
body .sec-solucoes-lista .btn-ver-todos {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1F8C84;
  color: #FFFFFF;
  border: none;
  border-radius: 99px;
  padding: 13px 34px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-solucoes-lista .btn-ver-todos:hover {
  background-color: #0B485C;
}
body .sec-solucoes-lista .solucoes-grid {
  display: none;
  margin-top: 24px;
}
body .sec-solucoes-lista .solucoes-grid.aberto {
  display: block;
}
body .sec-solucoes-lista .solucoes-grid-paginacao {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
body .sec-solucoes-lista .solucoes-grid-paginacao button {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(11, 72, 92, 0.25);
  background-color: #FFFFFF;
  color: #0B485C;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
body .sec-solucoes-lista .solucoes-grid-paginacao button:hover:not(:disabled) {
  border-color: #1F8C84;
  color: #1F8C84;
}
body .sec-solucoes-lista .solucoes-grid-paginacao button.ativo {
  background-color: #1F8C84;
  border-color: #1F8C84;
  color: #FFFFFF;
}
body .sec-solucoes-lista .solucoes-grid-paginacao button:disabled {
  opacity: 0.4;
  cursor: default;
}
body .sec-solucoes-lista .grid-paginas {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
body .sec-solucoes-lista .grid-contador {
  text-align: center;
  margin-top: 14px;
  color: #0B485C;
  font-weight: 600;
}
body {
  /* ============ PROJETO INTERNA - CTA FINAL ============ */
}
body .sec-interna-cta-final {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 355px;
}
body .sec-interna-cta-final .cta-final-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-interna-cta-final .cta-final-bg picture,
body .sec-interna-cta-final .cta-final-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .sec-interna-cta-final .container {
  position: relative;
  z-index: 1;
}
body .sec-interna-cta-final .cta-final-content {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
body .sec-interna-cta-final .cta-final-texto h1, body .sec-interna-cta-final .cta-final-texto h2, body .sec-interna-cta-final .cta-final-texto h3 {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 14px;
}
body .sec-interna-cta-final .cta-final-texto p {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-interna-cta-final {
    min-height: 0;
    padding: 45px 0;
  }
  body .sec-interna-cta-final .cta-final-texto h1,
  body .sec-interna-cta-final .cta-final-texto h2,
  body .sec-interna-cta-final .cta-final-texto h3 {
    font-size: 20px;
  }
}
body {
  /* ============ PROJETO INTERNA - GALERIA (carrossel central) ============ */
}
body .sec-interna-galeria {
  background: var(--bg-interna-projetos) center center/cover no-repeat;
  background-color: #F6F6F6;
  padding: 70px 0;
}
body .sec-interna-galeria .interna-gal-logo {
  margin-bottom: 22px;
}
body .sec-interna-galeria .interna-gal-logo picture,
body .sec-interna-galeria .interna-gal-logo img {
  width: auto;
  max-width: 200px;
  height: auto;
}
body .sec-interna-galeria .interna-gal-texto p {
  color: var(--0-b-485-c, #0B485C);
  font-family: Montserrat;
  font-size: var(--Typography-Font-Size-24, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .sec-interna-galeria .interna-gal-texto p:last-child {
  margin-bottom: 0;
}
body .sec-interna-galeria .carousel-interna-galeria .owl-item {
  opacity: 0.55;
  transform: scale(0.82);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
body .sec-interna-galeria .carousel-interna-galeria .owl-item.center {
  opacity: 1;
  transform: scale(1);
  position: relative;
  z-index: 2;
}
body .sec-interna-galeria .carousel-interna-galeria .owl-item:not(.center) .interna-gal-foto picture, body .sec-interna-galeria .carousel-interna-galeria .owl-item:not(.center) .interna-gal-foto img {
  filter: grayscale(1);
}
body .sec-interna-galeria .carousel-interna-galeria .interna-gal-foto picture,
body .sec-interna-galeria .carousel-interna-galeria .interna-gal-foto img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
body .sec-interna-galeria .nav-interna-gal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
body .sec-interna-galeria .nav-interna-gal .linha {
  width: 40px;
  height: 1px;
  background-color: #1F8C84;
}
body .sec-interna-galeria .nav-interna-gal .seta {
  border: none;
  background-color: transparent;
  color: #1F8C84;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
body .sec-interna-galeria .nav-interna-gal .seta:hover {
  color: #0B485C;
}
@media (max-width: 991px) {
  body .sec-interna-galeria {
    padding: 45px 0;
  }
  body .sec-interna-galeria .carousel-interna-galeria .owl-item {
    opacity: 1;
    transform: none;
  }
  body .sec-interna-galeria .carousel-interna-galeria .owl-item:not(.center) .interna-gal-foto picture, body .sec-interna-galeria .carousel-interna-galeria .owl-item:not(.center) .interna-gal-foto img {
    filter: none;
  }
}
body {
  /* ============ LISTAGEM DE PROJETOS (sidebar + grid + paginação) ============ */
}
body .sec-projetos-lista {
  position: relative;
  background-color: #FFFFFF;
  padding: 70px 0;
  overflow: hidden;
}
body .sec-projetos-lista .projetos-folha {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-projetos-lista .projetos-folha picture,
body .sec-projetos-lista .projetos-folha img {
  width: 180px;
  height: auto;
  display: block;
}
body .sec-projetos-lista .projetos-lista-inner {
  position: relative;
  z-index: 1;
}
body .sec-projetos-lista .projetos-cat-box {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 28px 24px;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-titulo {
  position: relative;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  padding-left: 44px;
  margin-bottom: 22px;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-titulo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista li {
  margin-bottom: 16px;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista li:last-child {
  margin-bottom: 0;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista a {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  transition: color 0.3s ease;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0B485C;
  transition: background-color 0.3s ease;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista a:hover, body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista a.active {
  color: #00AA40;
  font-weight: 700;
}
body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista a:hover::before, body .sec-projetos-lista .projetos-cat-box .projetos-cat-lista a.active::before {
  background-color: #00AA40;
}
body .sec-projetos-lista .card-projeto {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
body .sec-projetos-lista .card-projeto .card-projeto-img {
  display: block;
}
body .sec-projetos-lista .card-projeto .card-projeto-img picture,
body .sec-projetos-lista .card-projeto .card-projeto-img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .sec-projetos-lista .card-projeto .card-projeto-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 0 auto;
  padding: 24px;
}
body .sec-projetos-lista .card-projeto .card-projeto-titulo {
  position: relative;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  padding-bottom: 14px;
  margin: 0;
}
body .sec-projetos-lista .card-projeto .card-projeto-titulo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-projetos-lista .card-projeto .card-projeto-texto p {
  color: #5B6B72;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
body .sec-projetos-lista .card-projeto .card-projeto-texto p strong {
  color: #0B485C;
  font-weight: 700;
}
body .sec-projetos-lista .card-projeto .card-projeto-local {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 700;
}
body .sec-projetos-lista .card-projeto .card-projeto-local i {
  color: #1F8C84;
}
body .sec-projetos-lista .card-projeto .card-projeto-detalhes {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00AA40;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s ease;
}
body .sec-projetos-lista .card-projeto .card-projeto-detalhes:hover {
  color: #0B485C;
}
body .sec-projetos-lista .projetos-vazio {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
}
body .sec-projetos-lista .projetos-paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 45px;
}
body .sec-projetos-lista .projetos-paginacao .pag-link {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F6F6F6;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body .sec-projetos-lista .projetos-paginacao .pag-link:hover {
  background-color: #1F8C84;
  color: #FFFFFF;
}
body .sec-projetos-lista .projetos-paginacao .pag-link.active {
  background-color: #0B485C;
  color: #FFFFFF;
}
body .sec-projetos-lista .projetos-paginacao .pag-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 991px) {
  body .sec-projetos-lista {
    padding: 45px 0;
  }
  body .sec-projetos-lista .projetos-folha picture,
  body .sec-projetos-lista .projetos-folha img {
    width: 100px;
  }
}
body {
  /* ============ COMPLIANCE (accordions em 2 colunas) ============ */
}
body .sec-compliance {
  background-color: #FFFFFF;
  padding: 70px 0;
}
body .sec-compliance .compliance-selo {
  position: relative;
  display: inline-block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 44px;
  margin-bottom: 12px;
}
body .sec-compliance .compliance-selo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-compliance .compliance-sub {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 26px;
}
body .sec-compliance .compliance-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body .sec-compliance .acc-item {
  border: 1px solid #CDD7DA;
  border-radius: 8px;
  overflow: hidden;
}
body .sec-compliance .acc-item .acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
body .sec-compliance .acc-item .acc-head .acc-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
body .sec-compliance .acc-item .acc-head .acc-sinal {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  color: #0B485C;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
body .sec-compliance .acc-item .acc-head .acc-sinal::before {
  content: "−";
}
body .sec-compliance .acc-item .acc-head.collapsed .acc-sinal::before {
  content: "+";
}
body .sec-compliance .acc-item .acc-body {
  padding: 0 18px 16px;
  color: #5B6B72;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
body .sec-compliance .acc-item .acc-body p {
  margin: 0;
}
@media (max-width: 991px) {
  body .sec-compliance {
    padding: 45px 0;
  }
}
body {
  /* ============ COMPLIANCE - CENTRAL DE DOWNLOADS ============ */
}
body .sec-compliance-download {
  background-color: #FFFFFF;
  padding: 0 0 70px;
}
body .sec-compliance-download .download-card {
  background-color: #0B485C;
  border-radius: 16px;
  padding: 40px 45px;
}
body .sec-compliance-download .download-titulo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 28px;
}
body .sec-compliance-download .download-titulo i {
  font-size: 2rem;
}
body .sec-compliance-download .download-acoes {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
body .sec-compliance-download .download-btn {
  flex: 1 1 0;
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
body .sec-compliance-download .download-btn i {
  flex-shrink: 0;
  font-size: 1.3rem;
}
body .sec-compliance-download .download-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
body .sec-compliance-download .btn-especialista {
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 991px) {
  body .sec-compliance-download {
    padding: 0 0 45px;
  }
  body .sec-compliance-download .download-card {
    padding: 30px 24px;
  }
  body .sec-compliance-download .download-acoes {
    flex-direction: column;
  }
  body .sec-compliance-download .btn-especialista {
    align-self: flex-start;
  }
}
body {
  /* ============ NEWSLETTER ============ */
}
body .sec-newsletter {
  padding: 40px 0;
}
body .sec-newsletter .newsletter-card {
  max-width: 1150px;
  margin: 0 auto;
  background-color: #0B485C;
  border-radius: 16px;
  padding: 24px 36px;
}
body .sec-newsletter .newsletter-inner {
  display: flex;
  align-items: center;
  gap: 26px;
}
body .sec-newsletter .newsletter-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
body .sec-newsletter .newsletter-brand .newsletter-icone {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1F8C84;
  border-radius: 6px;
  transform: rotate(45deg);
}
body .sec-newsletter .newsletter-brand .newsletter-icone i {
  transform: rotate(-45deg);
  color: #FFFFFF;
  font-size: 1.1rem;
}
body .sec-newsletter .newsletter-brand .newsletter-titulo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
}
body .sec-newsletter .newsletter-brand .newsletter-titulo small {
  font-size: 0.8rem;
  font-weight: 400;
}
body .sec-newsletter .newsletter-brand .newsletter-titulo strong {
  font-size: 1.35rem;
  font-weight: 700;
}
body .sec-newsletter .newsletter-desc {
  flex: 0 1 auto;
  min-width: 0;
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
body .sec-newsletter .newsletter-form {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
body .sec-newsletter .form-control {
  width: 300px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 13px 16px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
}
body .sec-newsletter .form-control::-moz-placeholder {
  color: rgba(11, 72, 92, 0.5);
}
body .sec-newsletter .form-control::placeholder {
  color: rgba(11, 72, 92, 0.5);
}
body .sec-newsletter .form-control:focus {
  outline: none;
  border-color: #00AA40;
  box-shadow: none;
  background-color: #FFFFFF;
  color: #0B485C;
}
body .sec-newsletter .newsletter-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #CF5B3C;
  border: none;
  border-radius: 6px;
  padding: 13px 26px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-newsletter .newsletter-btn:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
}
@media (max-width: 991px) {
  body .sec-newsletter {
    padding: 30px 0;
  }
  body .sec-newsletter .newsletter-card {
    padding: 26px;
  }
  body .sec-newsletter .newsletter-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  body .sec-newsletter .newsletter-desc {
    padding-left: 0;
    border-left: none;
  }
  body .sec-newsletter .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }
  body .sec-newsletter .form-control {
    width: 100%;
  }
  body .sec-newsletter .newsletter-btn {
    justify-content: center;
  }
}
body {
  /* ============ LISTAGEM DO BLOG (categorias + paginação) ============ */
}
body .blog-lista .blog-categorias {
  margin-bottom: 45px;
}
body .blog-lista .blog-categorias .blog-cat-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 940px;
  margin: 0 auto;
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 6px;
}
body .blog-lista .blog-categorias .blog-cat-nav .cat-nav {
  flex-shrink: 0;
  width: 34px;
  height: 44px;
  background: transparent;
  border: none;
  color: #0B485C;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
body .blog-lista .blog-categorias .blog-cat-nav .cat-nav:hover {
  opacity: 1;
}
body .blog-lista .blog-categorias .blog-cat-nav .blog-cat-scroll {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}
body .blog-lista .blog-categorias .blog-cat-nav .blog-cat-scroll::-webkit-scrollbar {
  display: none;
}
body .blog-lista .blog-categorias .cat-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 12px 24px;
  border-radius: 8px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.3s ease, background-color 0.3s ease;
}
body .blog-lista .blog-categorias .cat-chip:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: rgba(11, 72, 92, 0.15);
}
body .blog-lista .blog-categorias .cat-chip:hover {
  color: #00AA40;
}
body .blog-lista .blog-categorias .cat-chip.active {
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
body .blog-lista .blog-categorias .cat-chip.active::before {
  display: none;
}
body .blog-lista .blog-paginacao {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 45px;
}
body .blog-lista .blog-paginacao .pag-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
body .blog-lista .blog-paginacao .pag-link:hover, body .blog-lista .blog-paginacao .pag-link.active {
  background: var(--Azul-Marinho, #00051B);
  border-color: var(--Azul-Marinho, #00051B);
  color: #FFF;
}
body .blog-lista .blog-paginacao .pag-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
body {
  /* ============ BLOG INTERNA (post) ============ */
}
body .sec-blog-interna {
  background-color: #FFFFFF;
  padding: 60px 0 70px;
}
body .sec-blog-interna .bi-imagem {
  margin-bottom: 30px;
}
body .sec-blog-interna .bi-imagem picture,
body .sec-blog-interna .bi-imagem img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
body .sec-blog-interna .bi-texto p, body .sec-blog-interna .bi-texto li {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 18px;
}
body .sec-blog-interna .bi-texto h1, body .sec-blog-interna .bi-texto h2, body .sec-blog-interna .bi-texto h3, body .sec-blog-interna .bi-texto h4 {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 30px 0 14px;
}
body .sec-blog-interna .bi-texto strong {
  color: #0B485C;
  font-weight: 700;
}
body .sec-blog-interna .bi-texto ul, body .sec-blog-interna .bi-texto ol {
  padding-left: 20px;
  margin-bottom: 18px;
}
body .sec-blog-interna .bi-texto ul li, body .sec-blog-interna .bi-texto ol li {
  margin-bottom: 8px;
}
body .sec-blog-interna .bi-texto a {
  color: #00AA40;
}
body .sec-blog-interna {
  /* Categoria (verde com tracinho) — reutilizada nos cards laterais */
}
body .sec-blog-interna .bi-categoria,
body .sec-blog-interna .bi-card-cat {
  position: relative;
  display: inline-block;
  color: #00AA40;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 12px;
}
body .sec-blog-interna .bi-categoria::before,
body .sec-blog-interna .bi-card-cat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 2px;
  background-color: #00AA40;
}
body .sec-blog-interna .bi-info {
  padding-bottom: 26px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E4E4E4;
}
body .sec-blog-interna .bi-info .bi-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
body .sec-blog-interna .bi-info .bi-resumo {
  color: #5B6B72;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
}
body .sec-blog-interna .bi-info .bi-resumo p {
  margin: 0;
}
body .sec-blog-interna .bi-info .bi-share {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 0;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}
body .sec-blog-interna .bi-info .bi-share i {
  font-size: 1.05rem;
  color: #00AA40;
}
body .sec-blog-interna .bi-info .bi-share:hover {
  color: #00AA40;
}
body .sec-blog-interna .bi-leia-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}
body .sec-blog-interna .bi-card {
  margin-bottom: 30px;
}
body .sec-blog-interna .bi-card:last-child {
  margin-bottom: 0;
}
body .sec-blog-interna .bi-card .bi-card-img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
body .sec-blog-interna .bi-card .bi-card-img picture,
body .sec-blog-interna .bi-card .bi-card-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
body .sec-blog-interna .bi-card .bi-card-img:hover img {
  transform: scale(1.04);
}
body .sec-blog-interna .bi-card .bi-card-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
body .sec-blog-interna .bi-card .bi-card-titulo:hover {
  color: #00AA40;
}
body .sec-blog-interna .bi-card .bi-card-resumo {
  color: #5B6B72;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 14px;
}
body .sec-blog-interna .bi-card .bi-card-resumo p {
  margin: 0;
}
body .sec-blog-interna .bi-card .bi-card-ler {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00AA40;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #00AA40;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
body .sec-blog-interna .bi-card .bi-card-ler:hover {
  color: #0B485C;
}
@media (max-width: 991px) {
  body .sec-blog-interna {
    padding: 45px 0;
  }
  body .sec-blog-interna .bi-info .bi-titulo {
    font-size: 22px;
  }
}
body {
  /* BANNER */
}
body .banner-apresentacao-section {
  height: 450px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
body .banner-apresentacao-section .overlay-branco-banner {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0) 80%);
  z-index: 0;
}
body .banner-apresentacao-section .conteudo-banner {
  padding: 40px 0;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 1px;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .banner-apresentacao-section .conteudo-banner .breadcrumb-banner a:hover {
  color: #94125A;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 {
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive) !important;
  color: #94125A !important;
  font-size: 4.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin-bottom: 10px !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1 *, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2 *, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1 br, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2 br, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 br {
  display: none !important;
}
body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper p {
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  color: #555 !important;
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  body .banner-apresentacao-section {
    height: auto;
    min-height: 350px;
    background-position: center;
  }
  body .banner-apresentacao-section .overlay-branco-banner {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0) 100%);
  }
  body .banner-apresentacao-section .conteudo-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h1, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h2, body .banner-apresentacao-section .conteudo-banner .texto-banner-wrapper h3 {
    font-size: 3.5rem !important;
  }
}
body {
  /* === SEÇÃO DE ATENDIMENTO / CONTATO === */
}
body .sec-atendimento .video-container {
  border-radius: 4px;
  overflow: hidden;
  background-color: #000;
}
body .sec-atendimento .texto-video * {
  color: #3C3C3C !important;
  font-family: var(--Typography-Font-Family-Noto-Serif, "Noto Serif", serif) !important;
  font-size: 18px !important;
  line-height: normal !important;
  margin: 0 !important;
  text-align: justify;
}
body .sec-atendimento .texto-formulario * {
  color: #94125A !important;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
body .sec-atendimento .form-contato .form-label-custom {
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
body .sec-atendimento .form-contato .form-control-custom {
  background-color: transparent;
  border: 1px solid rgba(148, 18, 90, 0.3);
  border-radius: 0px;
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 14px;
  padding: 12px 15px;
  width: 100%;
}
body .sec-atendimento .form-contato .form-control-custom::-moz-placeholder {
  color: #888;
  font-size: 13px;
}
body .sec-atendimento .form-contato .form-control-custom::placeholder {
  color: #888;
  font-size: 13px;
}
body .sec-atendimento .form-contato .form-control-custom:focus {
  box-shadow: none;
  border-color: #94125A;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
body .sec-atendimento .form-contato .textarea-custom {
  resize: vertical;
  min-height: 100px;
}
body .sec-atendimento .form-contato select.form-control-custom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394125A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body {
  /* SEÇÃO DE UNIDADES */
}
body .sec-nossas-unidades {
  background: #F5F1E8;
}
body .sec-nossas-unidades .divisor-top img {
  max-width: 700px;
  height: auto;
}
body .sec-nossas-unidades .titulo-script {
  color: #94125A;
  font-family: var(--Typography-Font-Family-MonteCarlo, "MonteCarlo", cursive);
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}
body .sec-nossas-unidades .card-unidade {
  text-align: left;
  padding: 10px 15px;
}
body .sec-nossas-unidades .card-unidade .img-wrapper {
  height: 220px;
  overflow: hidden;
}
body .sec-nossas-unidades .card-unidade .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-nossas-unidades .card-unidade .nome-unidade {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}
body .sec-nossas-unidades .card-unidade .info-unidade li {
  align-items: flex-start;
}
body .sec-nossas-unidades .card-unidade .info-unidade li .icone-circulo {
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-color: #94125A;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 2px;
}
body .sec-nossas-unidades .card-unidade .info-unidade li strong {
  color: #94125A;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 14px;
  font-weight: 700;
}
body .sec-nossas-unidades .card-unidade .info-unidade li .texto-dado {
  color: #555;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 13px;
  line-height: 1.4;
  display: block;
  margin-top: 2px;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #3B031E;
  padding: 0;
  transition: all 0.3s ease;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom .icon-wrap {
  background-color: #3C3C3C;
  color: #FFF;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom .text-wrap {
  background-color: #F5F1E8;
  color: #3C3C3C;
  font-family: var(--Typography-Font-Family-Epilogue, "Epilogue", sans-serif);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  transition: all 0.3s ease;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom:hover {
  border-color: #94125A;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom:hover .icon-wrap {
  background-color: #94125A;
}
body .sec-nossas-unidades .card-unidade .btn-submit-custom:hover .text-wrap {
  background-color: #F1D4DF;
  color: #94125A;
}
body .sec-nossas-unidades .btn-nav-custom {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  background: transparent;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  cursor: pointer;
}
body .sec-nossas-unidades .btn-nav-custom:hover {
  border-color: #94125A;
  color: #94125A;
}
body .sec-nossas-unidades .btn-nav-custom:focus {
  outline: none;
}
body {
  /* ============ CONTATO — FORMULÁRIO + CANAIS OFICIAIS ============ */
  /* ============ CONTATO - CANAIS OFICIAIS ============ */
}
body .sec-contato-canais {
  background-color: #FFFFFF;
  padding: 0 0 70px;
}
body .sec-contato-canais .canais-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #0B485C;
}
body .sec-contato-canais .canais-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body .sec-contato-canais .canais-bg picture,
body .sec-contato-canais .canais-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .sec-contato-canais .canais-inner {
  position: relative;
  z-index: 1;
  padding: 42px 48px;
}
body .sec-contato-canais .canais-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 36px;
}
body .sec-contato-canais .canais-header .canais-arroba {
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: 2.6rem;
  line-height: 1;
}
body .sec-contato-canais .canais-header .canais-header-texto h2 {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
body .sec-contato-canais .canais-header .canais-header-texto p {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 620px;
}
body .sec-contato-canais .canais-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 30px;
}
body .sec-contato-canais .canal-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
body .sec-contato-canais .canal-item .canal-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1F8C84;
  border-radius: 4px;
  transform: rotate(45deg);
}
body .sec-contato-canais .canal-item .canal-ico i {
  transform: rotate(-45deg);
  color: #FFFFFF;
  font-size: 1rem;
}
body .sec-contato-canais .canal-item .canal-texto {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body .sec-contato-canais .canal-item .canal-texto small {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.8rem;
  font-weight: 400;
}
body .sec-contato-canais .canal-item .canal-texto a,
body .sec-contato-canais .canal-item .canal-texto strong {
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}
body .sec-contato-canais .canal-item .canal-texto a:hover {
  color: #1F8C84;
}
body .sec-contato-canais .canal-item--redes {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
body .sec-contato-canais .canais-redes {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .sec-contato-canais .canais-redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
body .sec-contato-canais .canais-redes a svg,
body .sec-contato-canais .canais-redes a picture,
body .sec-contato-canais .canais-redes a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body .sec-contato-canais {
    padding: 0 0 45px;
  }
  body .sec-contato-canais .canais-inner {
    padding: 30px 24px;
  }
  body .sec-contato-canais .canais-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body .sec-contato-form {
  padding: 70px 0;
}
@media (max-width: 991px) {
  body .sec-contato-form {
    padding: 45px 0;
  }
}
body .sec-contato-form .contato-media picture,
body .sec-contato-form .contato-media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
body .sec-contato-form .contato-form-titulo {
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 26px;
}
body .sec-contato-form .contato-label {
  display: block;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}
body .sec-contato-form .form-control {
  width: 100%;
  background: #FFF;
  border: 1px solid #B8D4DC;
  border-radius: 6px;
  padding: 12px 14px;
  color: #0B485C;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 14px;
  box-shadow: none;
}
body .sec-contato-form .form-control::-moz-placeholder {
  color: rgba(11, 72, 92, 0.45);
}
body .sec-contato-form .form-control::placeholder {
  color: rgba(11, 72, 92, 0.45);
}
body .sec-contato-form .form-control:focus {
  outline: none;
  border-color: #00AA40;
  box-shadow: none;
  background: #FFF;
  color: #0B485C;
}
body .sec-contato-form 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' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230B485C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
body .sec-contato-form textarea.form-control {
  resize: vertical;
  min-height: 110px;
}
body .sec-contato-form .contato-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  background-color: #CF5B3C;
  border: none;
  border-radius: 6px;
  padding: 14px 30px;
  color: #FFFFFF;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-contato-form .contato-btn:hover {
  background-color: rgb(181.5185185185, 73.5382716049, 44.6814814815);
}
body .sec-contato-form {
  /* Card azul dos canais oficiais */
}
body .sec-contato-form .contato-canais {
  height: 100%;
  background: var(--Azul-Marinho, #00051B);
  border-radius: 12px;
  padding: 34px 30px;
}
body .sec-contato-form .contato-canais__titulo {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Baskervville, "Baskervville", serif);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
}
body .sec-contato-form .contato-canais__sub {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 26px;
}
body .sec-contato-form .contato-canais__lista {
  margin: 0;
}
body .sec-contato-form .contato-canais__lista li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
body .sec-contato-form .contato-canais__lista li:last-child {
  margin-bottom: 0;
}
body .sec-contato-form .contato-canais__lista li .icone {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #FFF;
  font-size: 0.8rem;
}
body .sec-contato-form .contato-canais__lista li .info {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
}
body .sec-contato-form .contato-canais__lista li .info small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  margin-bottom: 2px;
}
body .sec-contato-form .contato-canais__lista li .info strong {
  color: #FFF;
  font-size: 0.85rem;
  font-weight: 700;
}
body .sec-contato-form .contato-canais__lista li .info .obs {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  margin-top: 3px;
}
body .site-footer {
  position: relative;
  background-color: #0B485C;
  padding: 60px 0 0;
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  overflow: hidden;
}
body .site-footer .footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
body .site-footer .footer-bg picture,
body .site-footer .footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .site-footer .container {
  position: relative;
  z-index: 1;
}
body .site-footer a {
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
body .site-footer .footer-top {
  padding-bottom: 50px;
}
body .site-footer .footer-col {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  body .site-footer .footer-col--divider {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 40px;
  }
}
body .site-footer .footer-col--brand .footer-logo {
  display: inline-block;
  max-width: 355px;
  margin-bottom: 30px;
}
body .site-footer .footer-col--brand .footer-logo img {
  width: 100%;
  height: auto;
}
body .site-footer .footer-col--brand .footer-about {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
body .site-footer .footer-title {
  font-family: var(--Typography-Font-Family-Montserrat, "Montserrat", sans-serif);
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
body .site-footer .footer-title--loc {
  margin-top: 40px;
}
body .site-footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .site-footer .footer-menu li {
  margin-bottom: 30px;
}
body .site-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
body .site-footer .footer-menu li a {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  display: inline-block;
}
body .site-footer .footer-menu li a:hover {
  color: #1F8C84;
}
body .site-footer .footer-contato {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
body .site-footer .footer-contato:last-child {
  margin-bottom: 0;
}
body .site-footer .footer-contato__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .site-footer .footer-contato__text small {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
}
body .site-footer .footer-contato__text a,
body .site-footer .footer-contato__text strong {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
body .site-footer .footer-contato__text a:hover {
  color: #1F8C84;
}
body .site-footer .footer-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1F8C84;
  border-radius: 4px;
  transform: rotate(45deg);
}
body .site-footer .footer-ico i {
  transform: rotate(-45deg);
  color: #FFFFFF;
  font-size: 1.15rem;
}
body .site-footer .footer-redes {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .site-footer .footer-redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
body .site-footer .footer-redes a:hover {
  opacity: 0.85;
}
body .site-footer .footer-redes a svg,
body .site-footer .footer-redes a picture,
body .site-footer .footer-redes a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
body .site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
body .site-footer .footer-bottom .footer-copy {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
body .site-footer .footer-raddar {
  display: inline-flex;
  align-items: center;
}
body .site-footer .footer-raddar img {
  max-height: 44px;
  width: auto;
}
body .sec-mapa-footer {
  width: 100%;
}
body .sec-mapa-footer .map-container {
  width: 100%;
  line-height: 0;
}
body .sec-mapa-footer .map-container iframe {
  width: 100% !important;
  height: 420px !important;
  border: 0 !important;
  display: block;
}
@media (max-width: 991px) {
  body .site-footer {
    padding-top: 45px;
  }
  body .site-footer .footer-title {
    margin-bottom: 20px;
  }
  body .site-footer .footer-menu li {
    margin-bottom: 16px;
  }
  body .site-footer .footer-bottom {
    justify-content: center;
    text-align: center;
  }
  body .site-footer .footer-bottom .footer-copy {
    width: 100%;
  }
  body .site-footer .footer-bottom .footer-raddar {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  body .site-footer .footer-col--brand .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  body .site-footer .footer-redes {
    justify-content: flex-start;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #00051B;
  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: #00051B;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #764334;
  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: #00051B !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 section.botao_whatsapp,
body div.botao_whatsapp {
  cursor: pointer;
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body section.botao_whatsapp i.fab.fa-whatsapp,
body div.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll,
  body div.botao_whatsapp.scroll {
    bottom: 120px;
  }
}
body section.botao_whatsapp:hover,
body div.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp,
  body div.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
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: 0;
}/*# sourceMappingURL=custom.css.map */