@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800&family=MonteCarlo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Nunito:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;700&family=Public+Sans:wght@400;500;700&display=swap");
:root {
  --Branco: #FFFFFF;
  --Vermelho: #FF1300;
  --Azul-Marinho: #00051B;
  --Typography-Font-Family-Epilogue: 'Epilogue', sans-serif;
  --Typography-Font-Family-Baskervville: 'Baskervville', serif;
  --Typography-Font-Family-Nunito: 'Nunito', sans-serif;
}

h1, h2, h3, h4 {
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", 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: var(--Typography-Font-Family-Nunito, "Nunito", 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: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  color: #000;
  font-size: 43px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: -20px;
}

h1 strong,
h2 strong {
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-weight: 700;
}

strong {
  font-weight: 700;
}

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

.container {
  max-width: 1330px;
}

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

div.disabled {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1300px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: -10px;
  }
  .subtitle {
    font-size: 20px;
  }
  .card-service {
    padding: 0 25px 35px;
  }
  .box-form {
    padding: 30px;
  }
  .list-duvidas .box-form {
    padding: 30px;
  }
  .card-blog .box-text .title {
    font-size: 20px;
  }
  .box-categories {
    margin-top: 50px;
  }
  .banner-pages {
    height: auto;
    padding: 60px 0;
  }
}
.wrap-footer {
  width: 100%;
  float: left;
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.wrap-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.wrap-footer .text-col {
  text-align: center;
}
.wrap-footer .text-col .titulo-rodape, .wrap-footer .text-col .titulo-rodape * {
  color: #FFF !important;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif) !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin-bottom: 25px !important;
}
.wrap-footer .text-col .descricao-rodape {
  margin-bottom: 30px;
}
.wrap-footer .text-col .descricao-rodape h2 {
  color: #DAD2C2 !important;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", 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: var(--Typography-Font-Family-Nunito, "Nunito", 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: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif) !important;
  font-size: 34px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.wrap-footer .text-col .frase-rodape p {
  margin: 0 !important;
}
.wrap-footer .text-col .frase-rodape span, .wrap-footer .text-col .frase-rodape small {
  display: block;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", 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: var(--Typography-Font-Family-Nunito, "Nunito", 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: var(--Typography-Font-Family-Nunito, "Nunito", 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;
  }
}
.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", 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 */
}
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 {
  /* ================= HEADER ================= */
}
body .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
}
body .site-header a {
  text-decoration: none;
  color: inherit;
}
body .site-header {
  /* ---- Barra de contatos ---- */
}
body .site-header .top-bar {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
}
body .site-header .top-bar .contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
body .site-header .top-bar .contact-item .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 0.7rem;
  flex-shrink: 0;
}
body .site-header .top-bar .contact-item .info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
body .site-header .top-bar .contact-item .info small {
  font-size: 0.62rem;
  font-weight: 400;
  opacity: 0.85;
}
body .site-header .top-bar .contact-item .info strong {
  font-size: 0.78rem;
  font-weight: 700;
}
body .site-header .top-bar .contact-item:hover {
  opacity: 0.85;
}
body .site-header .top-bar .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-size: 1.05rem;
  transition: color 0.3s ease;
}
body .site-header .top-bar .social-icons a:hover {
  color: #FF1300;
}
@media (min-width: 992px) {
  body .site-header .top-bar .social-icons {
    margin-left: auto;
  }
}
body .site-header .nav-wrapper {
  padding: 18px 0;
}
body .site-header .nav-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #00051B;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 22px 40px;
}
body .site-header .nav-card .logo {
  flex-shrink: 0;
}
body .site-header .nav-card .logo img {
  max-height: 70px;
  width: auto;
}
body .site-header .nav-card .nav-collapse {
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
body .site-header .nav-card .main-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
}
body .site-header .nav-card .main-menu li a {
  position: relative;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.3s ease;
}
body .site-header .nav-card .main-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #FF1300;
  transition: width 0.3s ease;
}
body .site-header .nav-card .main-menu li a:hover, body .site-header .nav-card .main-menu li a.active {
  color: #FF1300;
}
body .site-header .nav-card .main-menu li a:hover::after, body .site-header .nav-card .main-menu li a.active::after {
  width: 100%;
}
body .btn-especialista {
  display: inline-flex;
  align-items: stretch;
  flex-shrink: 0;
}
body .btn-especialista .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  background-color: #FF1300;
  color: #ffffff;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
body .btn-especialista .text {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid #FF1300;
  color: #ffffff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body .btn-especialista:hover .icon-box {
  background-color: rgb(214.2, 15.96, 0);
}
body .btn-especialista:hover .text {
  background-color: #FF1300;
  color: #ffffff;
}
body .btn-especialista--dark .text {
  color: #00051B !important;
}
body .btn-especialista--dark:hover .text {
  color: #ffffff !important;
}
body .btn-acessar-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #FF1300;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 13px;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body .site-header.scrolled {
    position: fixed;
    background-color: #00051B;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    animation: headerSlideDown 0.35s ease;
  }
  body .site-header.scrolled .top-bar {
    display: none;
  }
  body .site-header.scrolled .nav-wrapper {
    padding: 10px 0;
  }
  body .site-header.scrolled .nav-card {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    padding: 6px 20px;
  }
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  body .site-header {
    position: relative;
    background-color: #00051B;
  }
  body .site-header .top-bar {
    padding: 12px 0;
  }
  body .site-header .top-bar .contact-list {
    justify-content: center;
    gap: 18px !important;
  }
  body .site-header .top-bar .contact-item .info small {
    font-size: 0.56rem;
  }
  body .site-header .top-bar .contact-item .info strong {
    font-size: 0.72rem;
  }
  body .site-header .nav-wrapper {
    padding: 16px 0;
  }
  body .site-header {
    /* Linha 2 (logo) + Linha 3 (botão) empilhadas e centralizadas */
  }
  body .site-header .nav-card {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  body .site-header .nav-card .logo img {
    max-height: 55px;
  }
  body .site-header .nav-card .nav-collapse {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 4px;
  }
  body .site-header .nav-card .main-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  body .site-header .nav-card .main-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  body .site-header .nav-card .main-menu li a {
    display: block;
    padding: 12px 4px;
    text-align: center;
  }
  body .site-header .nav-card .main-menu li a::after {
    display: none;
  }
  body .site-header .nav-card .btn-especialista {
    margin-top: 16px;
    align-self: stretch;
  }
  body .site-header .nav-card .btn-especialista .text {
    flex: 1;
    justify-content: center;
  }
  body .btn-especialista .text {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
  body .btn-especialista .icon-box {
    width: 40px;
  }
}
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-Nunito, "Nunito", sans-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-Nunito, "Nunito", sans-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: 600px;
  padding: 180px 0 80px;
}
body .banner-interna .banner-content {
  max-width: 620px;
  /* Breadcrumb */
}
body .banner-interna .banner-content .banner-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 13px;
  font-weight: 400;
}
body .banner-interna .banner-content .banner-breadcrumb a,
body .banner-interna .banner-content .banner-breadcrumb span {
  color: rgba(255, 255, 255, 0.7);
}
body .banner-interna .banner-content .banner-breadcrumb a:hover {
  color: var(--Branco, #FFF);
}
body .banner-interna .banner-content .banner-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.45);
}
body .banner-interna .banner-content .banner-breadcrumb .current {
  color: var(--Branco, #FFF);
}
body .banner-interna .banner-content {
  /* Título e subtítulo conforme layout (Figma 56-1771) */
}
body .banner-interna .banner-content h1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 18px;
}
body .banner-interna .banner-content p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body .banner-interna {
    min-height: auto;
    padding: 130px 0 60px;
  }
  body .banner-interna .banner-content h1 {
    font-size: 28px;
  }
  body .banner-interna .banner-content p {
    font-size: 14px;
  }
}
body .sec-experiencias {
  background-color: #00051B;
  padding: 45px 0;
  overflow: hidden;
}
body .sec-experiencias::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(35%, -50%);
  width: 372px;
  height: 372px;
  background: radial-gradient(circle, rgba(44, 78, 168, 0.4) 0%, rgba(0, 5, 27, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
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-item h1 {
  color: var(--Branco, #FFF);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
body .sec-experiencias .experiencia-item h1 .exp-num {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}
body .sec-experiencias .experiencia-item h1 .exp-rotulo {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
body .sec-experiencias .experiencia-item p {
  color: var(--Branco, #FFF);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-experiencias {
    padding: 30px 0;
  }
  body .sec-experiencias .experiencia-item {
    padding: 18px 12px;
  }
  body .sec-experiencias .experiencia-item h1 .exp-num {
    font-size: 28px;
  }
  body .sec-experiencias .experiencia-item:not(:first-child)::before {
    display: none;
  }
  body .sec-experiencias .experiencia-item:nth-child(even)::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
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-Nunito, "Nunito", sans-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-Nunito, "Nunito", sans-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-Nunito, "Nunito", sans-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-Nunito, "Nunito", sans-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-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
body .sec-negocios {
  /* Ajuste para desktops menores (992 - 1200) */
}
@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) center center/cover no-repeat;
  background-color: #f3ede6;
  padding: 70px 0;
}
body .sec-video .video-card {
  position: relative;
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
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(0, 0, 0, 0.5);
  color: #fff;
  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: rgba(0, 0, 0, 0.75);
}
body .sec-video .video-card .video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  background-color: #000;
}
body .sec-video .video-card.is-playing .video-play {
  display: none;
}
body .sec-video .video-conteudo .video-separador {
  margin-bottom: 14px;
}
body .sec-video .video-conteudo .video-separador img {
  display: inline-block;
  width: auto;
  max-width: 280px;
}
body .sec-video .video-conteudo .video-texto h1 {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
}
body .sec-video .video-conteudo .video-texto p {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 16px;
}
body .sec-video .video-conteudo .btn-solucoes {
  margin-top: 18px;
}
@media (max-width: 991px) {
  body .sec-video {
    padding: 45px 0;
  }
  body .sec-video .video-card {
    max-width: 300px;
  }
  body .sec-video .video-conteudo .video-texto h1 {
    font-size: 22px;
  }
  body .sec-video .video-conteudo .video-texto p {
    font-size: 16px;
    text-align: left;
  }
}
body .sec-avaliacoes {
  background-color: #fff;
  padding: 70px 0;
}
body .sec-avaliacoes .avaliacoes-header {
  max-width: 460px;
  margin-bottom: 40px;
}
body .sec-avaliacoes .avaliacoes-header .avaliacoes-separador {
  margin-bottom: 10px;
}
body .sec-avaliacoes .avaliacoes-header .avaliacoes-separador img {
  display: inline-block;
  width: auto;
  max-width: 280px;
}
body .sec-avaliacoes .avaliacoes-header .avaliacoes-titulo h1 {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
body .sec-avaliacoes .avaliacoes-carrossel {
  gap: 24px;
}
body .sec-avaliacoes .avaliacoes-carrossel .carousel-avaliacoes {
  flex: 1 1 auto;
  min-width: 0;
}
body .sec-avaliacoes .avaliacoes-carrossel .carousel-avaliacoes.owl-carousel .owl-stage {
  display: flex;
}
body .sec-avaliacoes .avaliacoes-carrossel .carousel-avaliacoes.owl-carousel .owl-item {
  display: flex;
}
body .sec-avaliacoes .avaliacoes-carrossel .carousel-avaliacoes .item {
  display: flex;
  width: 100%;
}
body .sec-avaliacoes .avaliacoes-carrossel .carousel-avaliacoes .card-avaliacao {
  width: 100%;
}
body .sec-avaliacoes .seta-aval {
  flex-shrink: 0;
  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 .sec-avaliacoes .seta-aval:hover {
  background-color: #00051B;
  color: #fff;
}
body .sec-avaliacoes .card-avaliacao {
  background-color: #f9f9f9;
  box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.09);
  min-height: 250px;
  padding: 45px 21px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .sec-avaliacoes .card-avaliacao .avaliacao-estrelas img {
  height: 22px;
  width: auto;
}
body .sec-avaliacoes .card-avaliacao .avaliacao-texto p {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
body .sec-avaliacoes .card-avaliacao .avaliacao-texto p + p {
  margin-top: 22px;
}
body .sec-avaliacoes .card-avaliacao .avaliacao-texto p:last-child {
  font-size: 14px;
}
body .sec-avaliacoes .card-avaliacao .avaliacao-texto strong {
  color: #FF1300;
  font-weight: 700;
}
@media (max-width: 991px) {
  body .sec-avaliacoes {
    padding: 45px 0;
  }
  body .sec-avaliacoes .avaliacoes-carrossel {
    gap: 10px;
  }
  body .sec-avaliacoes .avaliacoes-header .avaliacoes-titulo h1 {
    font-size: 24px;
  }
}
body .btn-google {
  display: inline-flex;
  align-items: stretch;
}
body .btn-google .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  background-color: #00051B;
  color: #fff;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
body .btn-google .text {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  background-color: #00051B;
  border: 1px solid #00051B;
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
body .btn-google:hover .icon-box,
body .btn-google:hover .text {
  background-color: #FF1300;
  border-color: #FF1300;
}
body {
  /* ---- Instagram ---- */
}
body .sec-instagram {
  position: relative;
  background-color: #f9f9f9;
  padding: 75px 0 65px;
}
body .sec-instagram .instagram-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(18, 18, 18, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .sec-instagram .instagram-badge i {
  font-size: 36px;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .sec-instagram .instagram-titulo {
  max-width: 680px;
  margin-bottom: 40px;
}
body .sec-instagram .instagram-titulo h1 {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
body .sec-instagram .instagram-foto {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
body .sec-instagram .instagram-foto picture {
  display: block;
  width: 100%;
}
body .sec-instagram .instagram-foto img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
body .sec-instagram .instagram-foto:hover img {
  transform: scale(1.05);
}
body .sec-instagram .instagram-seguir {
  margin-top: 40px;
}
body .sec-instagram .instagram-seguir .btn-seguir-instagram {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 2px;
  border-bottom: 1px solid #00051B;
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s ease, border-color 0.3s ease;
}
body .sec-instagram .instagram-seguir .btn-seguir-instagram i {
  font-size: 20px;
}
body .sec-instagram .instagram-seguir .btn-seguir-instagram:hover {
  color: #FF1300;
  border-color: #FF1300;
}
@media (max-width: 991px) {
  body .sec-instagram {
    padding: 60px 0 50px;
  }
  body .sec-instagram .instagram-titulo {
    margin-bottom: 30px;
  }
  body .sec-instagram .instagram-titulo h1 {
    font-size: 22px;
  }
}
body {
  /* ---- Dúvidas (FAQ + formulário) ---- */
}
body .sec-duvidas {
  position: relative;
  background-color: #00051B;
  padding: 80px 0;
  overflow: hidden;
  /* brilhos decorativos */
}
body .sec-duvidas::before, body .sec-duvidas::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 19, 0, 0.14) 0%, rgba(0, 5, 27, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
body .sec-duvidas::before {
  top: -180px;
  left: -180px;
}
body .sec-duvidas::after {
  bottom: -180px;
  right: -180px;
}
body .sec-duvidas .container {
  z-index: 1;
}
body .sec-duvidas {
  /* Título do bloco FAQ */
}
body .sec-duvidas .duvidas-texto {
  margin-bottom: 35px;
}
body .sec-duvidas .duvidas-texto h1 {
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}
body .sec-duvidas .duvidas-texto p {
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
body .sec-duvidas {
  /* Lista FAQ (acordeão) */
}
body .sec-duvidas .faq-lista {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body .sec-duvidas .faq-lista .faq-pergunta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 10px 14px;
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
body .sec-duvidas .faq-lista .faq-pergunta i {
  flex-shrink: 0;
  font-size: 13px;
  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: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px 10px 0;
  margin-bottom: 0;
}
body .sec-duvidas {
  /* Card do formulário */
}
body .sec-duvidas .duvidas-form-card {
  height: 100%;
  background-color: #000413;
  border-bottom: 3px solid #FF1300;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  padding: 40px 55px;
}
body .sec-duvidas .duvidas-form-card .duvidas-form-titulo {
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}
body .sec-duvidas {
  /* Formulário (modelo padrão da empresa, tema escuro) */
}
body .sec-duvidas .sec-contato__label {
  display: block;
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
body .sec-duvidas .form-control {
  background-color: transparent;
  border: 0.5px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  padding: 12px 10px;
  box-shadow: none;
}
body .sec-duvidas .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .sec-duvidas .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body .sec-duvidas .form-control:focus {
  background-color: transparent;
  border-color: #FF1300;
  color: #fff;
  box-shadow: none;
}
body .sec-duvidas .form-control.campo-invalido {
  border-color: #FF1300 !important;
}
body .sec-duvidas 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='%23ffffff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
body .sec-duvidas select.form-control option {
  color: #00051B;
}
body .sec-duvidas textarea.form-control {
  resize: vertical;
  min-height: 110px;
}
body .sec-duvidas {
  /* Botão ENVIAR */
}
body .sec-duvidas .sec-contato__btn {
  display: inline-flex;
  align-items: stretch;
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 8px;
}
body .sec-duvidas .sec-contato__btn .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background-color: #fff;
  color: #00051B;
  font-size: 1rem;
}
body .sec-duvidas .sec-contato__btn .text {
  display: inline-flex;
  align-items: center;
  padding: 10px 34px;
  border: 1px solid #fff;
  color: #fff;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body .sec-duvidas .sec-contato__btn:hover .text {
  background-color: #FF1300;
  border-color: #FF1300;
}
@media (max-width: 991px) {
  body .sec-duvidas {
    padding: 50px 0;
  }
  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 .divisor-branco img {
  width: 300px;
  height: auto;
}
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-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  color: #00051B;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
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 .cabecalho-blog .texto-blog p {
  font-family: Nunito;
  color: #00051B;
  font-size: 1rem;
  margin: 0;
}
body .sec-blog .card-blog {
  border-radius: 20px;
  overflow: hidden;
}
body .sec-blog .card-blog .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .sec-blog .card-blog .img-wrapper .img-post {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  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 10px 10px 10px;
}
body .sec-blog .card-blog .content-blog .titulo-post {
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  color: #00051B;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
}
body .sec-blog .card-blog .content-blog .titulo-post:hover {
  color: #FF1300;
}
body .sec-blog .card-blog .content-blog .resumo-post * {
  font-family: Nunito;
  color: #00051B !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
body .sec-blog .card-blog .content-blog .ler-materia {
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  color: #FF1300;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 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: #5A0835;
}
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 {
    font-size: 2.8rem;
  }
  body .sec-blog .card-blog {
    margin-bottom: 40px !important;
  }
}
body {
  /* ============ SEÇÃO TRADIÇÃO (Sobre / node 56-1856) ============ */
}
body .sec-tradicao {
  position: relative;
  overflow: hidden;
}
body .sec-tradicao .bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
body .sec-tradicao .bg-video picture {
  display: block;
  width: 100%;
  height: 100%;
}
body .sec-tradicao .bg-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .sec-tradicao .container {
  position: relative;
  z-index: 1;
}
body .sec-tradicao .video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 730/418;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
body .sec-tradicao .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(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .sec-tradicao .video-card .video-play:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
body .sec-tradicao .video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .sec-tradicao .tradicao-texto h1, body .sec-tradicao .tradicao-texto h2, body .sec-tradicao .tradicao-texto h3 {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
body .sec-tradicao .tradicao-texto p {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 14px;
}
body .sec-tradicao .tradicao-texto p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .sec-tradicao .tradicao-texto {
    margin-top: 30px;
  }
  body .sec-tradicao .tradicao-texto h1, body .sec-tradicao .tradicao-texto h2, body .sec-tradicao .tradicao-texto h3 {
    font-size: 24px;
  }
}
body {
  /* ============ SEÇÃO MISSÃO / VISÃO / VALORES (Sobre) ============ */
}
body .sec-missao .card-missao {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 45px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .sec-missao .card-missao__icone {
  margin-bottom: 22px;
}
body .sec-missao .card-missao__icone img {
  width: auto;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .sec-missao .card-missao__texto h1, body .sec-missao .card-missao__texto h2, body .sec-missao .card-missao__texto h3 {
  color: var(--Azul-Marinho, #00051B);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}
body .sec-missao .card-missao__texto p {
  color: var(--Azul-Marinho, #00051B);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body {
  /* ============ SEPARADOR CTA (Sobre) ============ */
}
body .sec-cta-separador {
  background: #FFF url("../../uploads/fundo-cta.png") center/cover no-repeat;
}
body .sec-cta-separador .cta-titulo {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
body .sec-cta-separador .cta-texto {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991px) {
  body .sec-cta-separador .cta-titulo {
    font-size: 22px;
  }
}
body {
  /* ============ SEÇÃO EQUIPE (Sobre) ============ */
}
body .sec-equipe {
  background-color: var(--Azul-Marinho, #00051B);
  color: #FFF;
}
body .sec-equipe .equipe-titulo {
  max-width: 720px;
  margin-bottom: 55px;
}
body .sec-equipe .equipe-titulo .equipe-separador {
  margin-bottom: 18px;
}
body .sec-equipe .equipe-titulo .equipe-separador img {
  display: inline-block;
  width: auto;
  max-width: 240px;
  height: auto;
}
body .sec-equipe .equipe-titulo h1, body .sec-equipe .equipe-titulo h2, body .sec-equipe .equipe-titulo h3 {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
body .sec-equipe .equipe-titulo p {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body .sec-equipe {
  /* Card de membro */
}
body .sec-equipe .membro {
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
}
body .sec-equipe .membro__foto {
  width: 180px;
  height: 180px;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 19, 0, 0.55);
}
body .sec-equipe .membro__foto picture {
  display: block;
  width: 100%;
  height: 100%;
}
body .sec-equipe .membro__foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-equipe .membro__nome h1, body .sec-equipe .membro__nome h2, body .sec-equipe .membro__nome h3 {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
body .sec-equipe .membro__nome p {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
}
body .sec-equipe .membro__experiencia p {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
}
body .sec-equipe .membro__experiencia p strong {
  font-weight: 700;
}
body .sec-equipe .membro__experiencia p:last-child {
  margin-top: 16px;
  margin-bottom: 0;
}
body .sec-equipe .membro {
  /* Membros fixos do topo (maiores, conforme estilos do layout) */
}
body .sec-equipe .membro--destaque {
  padding-left: 64px;
  padding-right: 64px;
}
body .sec-equipe .membro--destaque .membro__foto {
  width: 230px;
  height: 230px;
}
body .sec-equipe .membro--destaque .membro__nome h1,
body .sec-equipe .membro--destaque .membro__nome h2,
body .sec-equipe .membro--destaque .membro__nome h3 {
  font-size: 28px;
}
body .sec-equipe .membro--destaque .membro__nome p {
  font-size: 16px;
}
body .sec-equipe .membro--destaque .membro__experiencia p {
  font-size: 20px;
  line-height: 1.5;
}
body .sec-equipe {
  /* Carrossel (resto da equipe) */
}
body .sec-equipe .equipe-carrossel {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 19, 0, 0.25);
}
body .sec-equipe .equipe-carrossel .owl-stage {
  margin: 0 auto;
}
body .sec-equipe .equipe-carrossel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
body .sec-equipe .equipe-carrossel .owl-dots button {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
}
body .sec-equipe .equipe-carrossel .owl-dots button.active {
  background: #FFF;
  transform: scale(1.3);
}
@media (max-width: 991px) {
  body .sec-equipe .membro--destaque {
    padding-left: 22px;
    padding-right: 22px;
  }
  body .sec-equipe .membro--destaque .membro__foto {
    width: 180px;
    height: 180px;
  }
  body .sec-equipe .membro--destaque .membro__nome h1,
  body .sec-equipe .membro--destaque .membro__nome h2,
  body .sec-equipe .membro--destaque .membro__nome h3 {
    font-size: 24px;
  }
  body .sec-equipe .membro--destaque .membro__experiencia p {
    font-size: 16px;
  }
}
body {
  /* ============ SEÇÃO ATUAÇÃO (listagem + filtro) ============ */
}
body .sec-atuacao .atuacao-filtro-bar {
  width: 100%;
  background-color: var(--Azul-Marinho, #00051B);
  padding: 4px 0;
  margin-bottom: 45px;
}
body .sec-atuacao .atuacao-filtro {
  display: flex;
  align-items: center;
}
body .sec-atuacao .atuacao-filtro .filtro-nav {
  flex-shrink: 0;
  width: 36px;
  height: 40px;
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 0.85rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
body .sec-atuacao .atuacao-filtro .filtro-nav:hover {
  opacity: 1;
}
body .sec-atuacao .atuacao-filtro .carousel-filtro-atuacao {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
body .sec-atuacao .atuacao-filtro .filtro-chip {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  line-height: 1.2;
  white-space: nowrap;
  padding: 10px 22px;
  cursor: pointer;
  transition: color 0.3s ease;
}
body .sec-atuacao .atuacao-filtro .filtro-chip:hover {
  color: #FFF;
}
body .sec-atuacao .atuacao-filtro .filtro-chip.active {
  color: #FFF;
  font-weight: 700;
}
body .sec-atuacao .atuacao-filtro {
  /* divisórias verticais entre os chips */
}
body .sec-atuacao .atuacao-filtro .owl-item .filtro-chip {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
body .sec-atuacao .atuacao-filtro .owl-item:first-child .filtro-chip {
  border-left: none;
}
body {
  /* ============ SEPARADOR CTA DA INTERNA ============ */
}
body .sec-interna-cta {
  background: var(--bg-interna) center center/cover no-repeat;
  background-color: #EDEDED;
}
body .sec-interna-cta .interna-cta-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .sec-interna-cta .interna-cta-logo {
  margin-bottom: 22px;
}
body .sec-interna-cta .interna-cta-logo img {
  width: auto;
  max-width: 220px;
  height: auto;
}
body .sec-interna-cta .interna-cta-texto h1, body .sec-interna-cta .interna-cta-texto h2, body .sec-interna-cta .interna-cta-texto h3 {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
body .sec-interna-cta .interna-cta-texto p {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
body .sec-interna-cta .interna-cta-texto p:last-child {
  margin-bottom: 0;
}
body .sec-interna-cta .interna-cta-acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: start;
  margin-top: 26px;
}
body .sec-interna-cta .interna-cta-acoes a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
body .sec-interna-cta .interna-cta-acoes .btn-ligamos {
  color: var(--Azul-Marinho, #00051B);
  background: transparent;
  border: 1px solid var(--Azul-Marinho, #00051B);
}
body .sec-interna-cta .interna-cta-acoes .btn-ligamos:hover {
  background: var(--Azul-Marinho, #00051B);
  color: #FFF;
}
body .sec-interna-cta .interna-cta-acoes .btn-iniciar {
  color: #FFF;
  background: var(--Azul-Marinho, #00051B);
  border: 1px solid var(--Azul-Marinho, #00051B);
}
body .sec-interna-cta .interna-cta-acoes .btn-iniciar i {
  color: #25D366;
}
body .sec-interna-cta .interna-cta-acoes .btn-iniciar:hover {
  background: #000;
}
@media (max-width: 991px) {
  body .sec-interna-cta .interna-cta-logo {
    margin-top: 30px;
  }
  body .sec-interna-cta .interna-cta-acoes {
    justify-content: flex-start;
  }
}
body {
  /* ============ CONFIRA OUTROS SERVIÇOS (interna) ============ */
}
body .sec-outros-servicos .outros-titulo {
  max-width: 500px;
  margin: 0 auto 40px;
}
body .sec-outros-servicos .outros-titulo .outros-separador {
  margin-bottom: 10px;
}
body .sec-outros-servicos .outros-titulo .outros-separador img {
  display: inline-block;
  width: auto;
  max-width: 200px;
}
body .sec-outros-servicos .outros-titulo h2 {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
body .sec-outros-servicos {
  /* Cards com altura igual dentro do carrossel (como no grid da página de atuação) */
}
body .sec-outros-servicos .carousel-outros .owl-stage {
  display: flex;
}
body .sec-outros-servicos .carousel-outros .owl-item {
  display: flex;
}
body .sec-outros-servicos .carousel-outros .owl-item .item {
  display: flex;
  width: 100%;
}
body .sec-outros-servicos .carousel-outros .card-atuacao {
  height: 100%;
}
body .sec-outros-servicos .outros-acao {
  margin-top: 40px;
}
body .sec-outros-servicos .btn-conferir-todos {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
}
body .sec-outros-servicos .btn-conferir-todos .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  background-color: var(--Azul-Marinho, #00051B);
  color: #FFF;
  font-size: 0.9rem;
}
body .sec-outros-servicos .btn-conferir-todos .text {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border: 1px solid var(--Azul-Marinho, #00051B);
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: all 0.3s ease;
}
body .sec-outros-servicos .btn-conferir-todos:hover .text {
  background-color: var(--Azul-Marinho, #00051B);
  color: #FFF;
}
body {
  /* ============ FORMULÁRIO (Controladoria Jurídica) ============ */
}
body .sec-formulario {
  position: relative;
  overflow: hidden;
}
body .sec-formulario .bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
body .sec-formulario .bg-video picture {
  display: block;
  width: 100%;
  height: 100%;
}
body .sec-formulario .bg-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .sec-formulario .container {
  position: relative;
  z-index: 1;
}
body .sec-formulario .formulario-card {
  max-width: 560px;
  border-radius: 12px;
  background: var(--Azul-Marinho, #00051B);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 45px 50px;
}
body .sec-formulario .formulario-titulo {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 28px;
}
body .sec-formulario .form-control {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 12px 16px;
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
}
body .sec-formulario .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .sec-formulario .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .sec-formulario .form-control:focus {
  outline: none;
  border-color: #FFF;
  box-shadow: none;
  background: transparent;
  color: #FFF;
}
body .sec-formulario textarea.form-control {
  resize: none;
}
body .sec-formulario .formulario-btn {
  display: flex;
  width: 100%;
  align-items: stretch;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 6px;
  cursor: pointer;
}
body .sec-formulario .formulario-btn .icon-box {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: #FFF;
  color: var(--Azul-Marinho, #00051B);
  font-size: 1rem;
}
body .sec-formulario .formulario-btn .text {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
body .sec-formulario .formulario-btn:hover .text {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  body .sec-formulario .formulario-card {
    padding: 35px 22px;
  }
}
body .sec-cultura .texto-descricao {
  color: #3C3C3C;
}
body .sec-integridade {
  background: #F9F9F9;
}
body .sec-integridade .integridade-titulo {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
body .sec-integridade .carousel-integridade .owl-stage {
  display: flex;
}
body .sec-integridade .carousel-integridade .owl-item {
  display: flex;
}
body .sec-integridade .carousel-integridade .owl-item .item {
  display: flex;
  width: 100%;
}
body .sec-integridade .integridade-card {
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 32px 26px;
  text-align: center;
}
body .sec-integridade .integridade-card h1, body .sec-integridade .integridade-card h2, body .sec-integridade .integridade-card h3 {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
body .sec-integridade .integridade-card p {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
body .sec-integridade .owl-dots {
  text-align: center;
  margin-top: 30px;
}
body .sec-integridade .owl-dots button {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 5, 27, 0.25);
  transition: all 0.3s ease;
}
body .sec-integridade .owl-dots button.active {
  background: var(--Azul-Marinho, #00051B);
  transform: scale(1.3);
}
body {
  /* ============ FORMULÁRIO "PRECISA DE AJUDA?" ============ */
}
body .sec-ajuda .ajuda-card {
  background: var(--Azul-Marinho, #00051B);
  border-radius: 16px;
  padding: 40px 50px;
}
body .sec-ajuda .ajuda-titulo {
  margin-bottom: 28px;
}
body .sec-ajuda .ajuda-titulo h2 {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}
body .sec-ajuda .ajuda-titulo p {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
body .sec-ajuda .form-control {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 12px 16px;
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
}
body .sec-ajuda .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .sec-ajuda .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .sec-ajuda .form-control:focus {
  outline: none;
  border-color: #FFF;
  box-shadow: none;
  background: transparent;
  color: #FFF;
}
body .sec-ajuda .ajuda-btn {
  display: inline-flex;
  align-items: stretch;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
}
body .sec-ajuda .ajuda-btn .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  background: #FFF;
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.95rem;
}
body .sec-ajuda .ajuda-btn .text {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
body .sec-ajuda .ajuda-btn:hover .text {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  body .sec-ajuda .ajuda-card {
    padding: 30px 22px;
  }
}
body {
  /* ============ CANAIS DE DENÚNCIA ============ */
}
body .sec-denuncia .denuncia-texto h1, body .sec-denuncia .denuncia-texto h2, body .sec-denuncia .denuncia-texto h3 {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
body .sec-denuncia .denuncia-texto p {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body .sec-denuncia .denuncia-canais {
  position: relative;
  background-color: var(--Azul-Marinho, #00051B);
  border-radius: 12px;
  padding: 46px 30px 30px;
}
body .sec-denuncia .denuncia-canais__titulo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1B2547;
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 6px;
  white-space: nowrap;
}
body .sec-denuncia .denuncia-canais__lista {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
body .sec-denuncia .denuncia-canais .denuncia-canal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 200px;
  color: #FFF;
  text-decoration: none;
}
body .sec-denuncia .denuncia-canais .denuncia-canal .icone {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 0.85rem;
}
body .sec-denuncia .denuncia-canais .denuncia-canal .info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
}
body .sec-denuncia .denuncia-canais .denuncia-canal .info small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.65);
}
body .sec-denuncia .denuncia-canais .denuncia-canal .info strong {
  font-size: 0.85rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}
body .sec-denuncia .denuncia-canais .denuncia-canal:hover .info strong {
  text-decoration: underline;
}
@media (max-width: 575px) {
  body .sec-denuncia .denuncia-canais__lista {
    flex-direction: column;
  }
}
body {
  /* ============ SEÇÃO DOWNLOAD (Código de Ética) ============ */
}
body .sec-download {
  background: var(--Azul-Marinho, #00051B);
  color: #FFF;
}
body .sec-download .download-conteudo {
  max-width: 820px;
}
body .sec-download .download-logo {
  margin-bottom: 26px;
}
body .sec-download .download-logo img {
  display: inline-block;
  width: auto;
  max-width: 220px;
  height: auto;
}
body .sec-download .download-texto {
  margin-bottom: 34px;
}
body .sec-download .download-texto p {
  color: var(--Branco, #FFF);
  text-align: center;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}
body .sec-download .download-texto p:last-child {
  margin-bottom: 0;
}
body .sec-download .btn-download {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
}
body .sec-download .btn-download .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  background: #FFF;
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.95rem;
}
body .sec-download .btn-download .text {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
body .sec-download .btn-download:hover .text {
  background: rgba(255, 255, 255, 0.1);
}
body {
  /* ============ NEWSLETTER ============ */
}
body .sec-newsletter .newsletter-card {
  background: var(--Azul-Marinho, #00051B);
  border-radius: 16px;
  padding: 30px 40px;
}
body .sec-newsletter .newsletter-info .newsletter-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
body .sec-newsletter .newsletter-info .newsletter-head .newsletter-icone {
  flex-shrink: 0;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
}
body .sec-newsletter .newsletter-info .newsletter-head h2 {
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
body .sec-newsletter .newsletter-info p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
body .sec-newsletter .form-control {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 13px 16px;
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
}
body .sec-newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .sec-newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body .sec-newsletter .form-control:focus {
  outline: none;
  border-color: #FFF;
  box-shadow: none;
  background: transparent;
  color: #FFF;
}
body .sec-newsletter .newsletter-btn {
  display: flex;
  width: 100%;
  align-items: stretch;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
body .sec-newsletter .newsletter-btn .icon-box {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: var(--Vermelho, #FF1300);
  color: #FFF;
  font-size: 0.95rem;
}
body .sec-newsletter .newsletter-btn .text {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--Vermelho, #FF1300);
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
body .sec-newsletter .newsletter-btn:hover .text {
  background: var(--Vermelho, #FF1300);
}
body {
  /* ============ LISTAGEM DO BLOG (categorias + paginação) ============ */
}
body .blog-lista .blog-categorias {
  margin-bottom: 45px;
}
body .blog-lista .blog-categorias__label {
  display: inline-block;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  padding: 5px 20px;
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 18px;
}
body .blog-lista .blog-categorias .blog-cat-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
body .blog-lista .blog-categorias .blog-cat-nav .cat-nav {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: transparent;
  border: none;
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0.7;
  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 {
  display: flex;
  align-items: 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 {
  display: inline-block;
  white-space: nowrap;
  padding: 4px 20px;
  color: var(--Azul-Marinho, #00051B);
  font-family: Nunito;
  font-size: var(--Typography-Font-Size-24, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .blog-lista .blog-categorias .cat-chip:first-child {
  border-left: none;
}
body .blog-lista .blog-categorias .cat-chip:hover {
  color: var(--Vermelho, #FF1300);
}
body .blog-lista .blog-categorias .cat-chip.active {
  color: var(--Azul-Marinho, #00051B);
  font-weight: 700;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-underline-position: from-font;
}
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 .blog-interna .post-title-main {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
body .blog-interna .post-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .blog-interna .texto-blog p, body .blog-interna .texto-blog li {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 18px;
}
body .blog-interna .texto-blog h1, body .blog-interna .texto-blog h2, body .blog-interna .texto-blog h3, body .blog-interna .texto-blog h4 {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 32px 0 14px;
}
body .blog-interna .texto-blog strong {
  color: var(--Azul-Marinho, #00051B);
  font-weight: 700;
}
body .blog-interna .texto-blog ul, body .blog-interna .texto-blog ol {
  padding-left: 20px;
  margin-bottom: 18px;
}
body .blog-interna .texto-blog ul li, body .blog-interna .texto-blog ol li {
  margin-bottom: 8px;
}
body .blog-interna .texto-blog a {
  color: var(--Vermelho, #FF1300);
}
body .blog-interna .share-section {
  border-top: 1px solid #E4E4E4;
  padding-top: 22px;
}
body .blog-interna .share-section .share-text {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 1rem;
  font-weight: 700;
}
body .blog-interna .share-section .share-icon {
  color: var(--Azul-Marinho, #00051B);
  font-size: 1.3rem;
  transition: color 0.3s ease;
}
body .blog-interna .share-section .share-icon:hover {
  color: var(--Vermelho, #FF1300);
}
body .blog-interna {
  /* --- Sidebar --- */
}
body .blog-interna .blog-sidebar .sidebar-categorias {
  margin-bottom: 35px;
}
body .blog-interna .blog-sidebar .sidebar-categorias .sidebar-cat-label {
  display: inline-block;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  padding: 5px 20px;
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 18px;
}
body .blog-interna .blog-sidebar .sidebar-categorias .sidebar-cat-lista {
  margin: 0;
}
body .blog-interna .blog-sidebar .sidebar-categorias .sidebar-cat-lista li {
  border-bottom: 1px solid #EDEDED;
}
body .blog-interna .blog-sidebar .sidebar-categorias .sidebar-cat-lista li a {
  display: block;
  padding: 12px 0;
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
body .blog-interna .blog-sidebar .sidebar-categorias .sidebar-cat-lista li a:hover, body .blog-interna .blog-sidebar .sidebar-categorias .sidebar-cat-lista li a.active {
  color: var(--Vermelho, #FF1300);
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card {
  margin-bottom: 28px;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .noticia-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .noticia-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .noticia-img:hover img {
  transform: scale(1.04);
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .noticia-titulo {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .noticia-resumo * {
  color: #00051B;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif) !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .ler-materia {
  display: inline-flex;
  align-items: center;
  color: var(--Vermelho, #FF1300);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .ler-materia i {
  transition: transform 0.3s ease;
}
body .blog-interna .blog-sidebar .sidebar-noticias .noticia-card .ler-materia:hover i {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  body .blog-interna .post-title-main {
    font-size: 26px;
  }
}
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-Nunito, "Nunito", 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-Nunito, "Nunito", sans-serif) !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-Nunito, "Nunito", 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-Nunito, "Nunito", sans-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-Nunito, "Nunito", 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-Nunito, "Nunito", 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-Nunito, "Nunito", 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-Nunito, "Nunito", sans-serif);
  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-Nunito, "Nunito", 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-Nunito, "Nunito", 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-Nunito, "Nunito", 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-Nunito, "Nunito", 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 ============ */
}
body .sec-contato-form .contato-form-titulo {
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
}
body .sec-contato-form .campo-label {
  display: block;
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
body .sec-contato-form .form-control {
  width: 100%;
  background: #FFF;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 11px 14px;
  color: var(--Azul-Marinho, #00051B);
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 14px;
  box-shadow: none;
}
body .sec-contato-form .form-control::-moz-placeholder {
  color: #9A9A9A;
}
body .sec-contato-form .form-control::placeholder {
  color: #9A9A9A;
}
body .sec-contato-form .form-control:focus {
  outline: none;
  border-color: var(--Azul-Marinho, #00051B);
  box-shadow: none;
  background: #FFF;
}
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='%2300051B' 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: 120px;
}
body .sec-contato-form .contato-btn {
  display: inline-flex;
  align-items: stretch;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 6px;
  cursor: pointer;
}
body .sec-contato-form .contato-btn .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  background: #FFF;
  color: var(--Azul-Marinho, #00051B);
  border: 1px solid var(--Azul-Marinho, #00051B);
  border-right: none;
  font-size: 0.95rem;
}
body .sec-contato-form .contato-btn .text {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  background: var(--Azul-Marinho, #00051B);
  color: #FFF;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
}
body .sec-contato-form .contato-btn:hover .text {
  background: #000;
}
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-Nunito, "Nunito", sans-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 {
  /* ================= FOOTER ================= */
}
body .site-footer {
  background-color: #FFFFFF;
  border-top: 1px solid #ECECEC;
  padding: 60px 0 0;
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
}
body .site-footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}
body .site-footer .footer-top {
  padding-bottom: 45px;
}
body .site-footer .footer-col {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  body .site-footer .footer-col--divider {
    border-left: 1px solid rgba(0, 5, 27, 0.18);
    padding-left: 30px;
  }
}
body .site-footer .footer-col--brand .footer-logo {
  display: inline-block;
  max-width: 320px;
  margin-bottom: 22px;
}
body .site-footer .footer-col--brand .footer-logo img {
  width: 100%;
  height: auto;
}
body .site-footer .footer-col--brand .footer-about {
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 18px;
}
body .site-footer .footer-col--brand .footer-registro {
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0;
}
body .site-footer .footer-title {
  font-family: var(--Typography-Font-Family-Nunito, "Nunito", sans-serif);
  color: var(--Azul-Marinho, #00051B);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 22px;
}
body .site-footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .site-footer .footer-menu li {
  margin-bottom: 12px;
}
body .site-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
body .site-footer .footer-menu li a {
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}
body .site-footer .footer-menu li a:hover {
  color: var(--Vermelho, #FF1300);
}
body .site-footer .footer-info {
  margin-bottom: 18px;
}
body .site-footer .footer-info__label {
  display: block;
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 3px;
}
body .site-footer .footer-info__value {
  display: block;
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: break-word;
}
body .site-footer .footer-info a.footer-info__value:hover {
  color: var(--Vermelho, #FF1300);
}
body .site-footer .footer-obs {
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
body .site-footer .footer-redes {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .site-footer .footer-redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.9rem;
}
body .site-footer .footer-redes a:hover {
  background-color: var(--Vermelho, #FF1300);
  border-color: var(--Vermelho, #FF1300);
  color: #FFFFFF;
}
body .site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 22px 0 26px;
  border-top: 1px solid #ECECEC;
}
body .site-footer .footer-bottom .footer-copy {
  color: var(--Azul-Marinho, #00051B);
  font-size: 0.82rem;
  font-weight: 400;
  margin: 0;
}
body .site-footer .footer-raddar {
  display: inline-flex;
  align-items: center;
}
body .site-footer .footer-raddar img {
  max-height: 34px;
  width: auto;
}
body {
  /* ================= MAPA DO FOOTER ================= */
}
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;
}
body {
  /* ================= RESPONSIVO ================= */
}
@media (max-width: 991px) {
  body .site-footer {
    padding-top: 45px;
  }
  body .site-footer .footer-col--brand .footer-logo {
    max-width: 180px;
  }
  body .site-footer .footer-title {
    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 {
    text-align: center;
  }
  body .site-footer .footer-col--brand .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  body .site-footer .footer-menu li a {
    display: inline-block;
  }
  body .site-footer .footer-info__label,
  body .site-footer .footer-info__value {
    display: block;
  }
  body .site-footer .footer-redes {
    justify-content: center;
  }
}
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: var(--Typography-Font-Family-Nunito, "Nunito", 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 */