@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");

body {
  line-height: 1;
  font-family: Arial, sans-serif;
  word-wrap: break-word;
  margin: 0 !important;
}

* {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src:
    url("fonts/Lato-Regular.woff2") format("woff2"),
    url("fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
- Tags Gerais
--------------------------------------------------------------*/

.barra-lateral {
  width: 250px;
}

.conteudo-box {
  padding: 10px;
}

/*--------------------------------------------------------------
- Tags Padrão
--------------------------------------------------------------*/

p + p {
  margin-top: 0.5em;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  padding: 12px 0px;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0px;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
  padding: 8px 0px;
}

h4 {
  font-size: 1.12em;
  font-weight: bold;
  padding: 6px 0px;
}

h5 {
  font-size: 0.83em;
  font-weight: 700;
  padding: 5px 0px;
}

h6 {
  font-size: 0.75em;
  font-weight: 600;
  padding: 4px 0px;
}

/*--------------------------------------------------------------
- Topo
--------------------------------------------------------------*/

.topo {
  margin-top: 10px;
}

.logo {
  float: left;
  padding: 10px 0 0 0;
}

.contato-topo {
  float: right;
  margin: 25px 25px 0 0;
}

.contato-topo .telefone-topo {
  color: #555;
  font-size: 18px;
}

.contato-topo .telefone-topo a {
  /* Link Aparece apenas no mobile */
  color: #666666;
  text-decoration: none;
}

.contato-topo .telefone-topo a:hover {
  color: #999;
}

/*--------------------------------------------------------------
- Menu Principal
--------------------------------------------------------------*/

.site-navbar-wrap ul.site-menu.main-menu .submenu {
  display: none !important;
}
/*--------------------------------------------------------------
- Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
  background: transparent !important;
  margin: 0px !important;
  padding: 15px 0px !important;
}

.breadcrumb a {
  color: #a9d31a;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a:hover {
  color: #a9d31a;
  text-decoration: none;
}

.breadcrumb strong {
  color: #330f60;
  /*margin: 0px 5px;*/
  font-size: 14px;
}

.breadcrumb i {
  color: #330f60;
  margin: 0px 5px;
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

.breadcrumb i::before {
  vertical-align: -webkit-baseline-middle;
}

/*--------------------------------------------------------------

- Barra Lateral

--------------------------------------------------------------*/

.barra-lateral {
  text-align: center;
  width: 100%;
  /*margin-top: -10px;*/
}

.btn-menu-lateral {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-family: "";
  /*background-color: #003660;*/
  color: #fff;
  border: 1px solid #e76e1b;
  /*border-radius: 4px;*/
  font-size: 18px;
}

.barra-lateral-box {
  margin-top: 25px;
  /*background: #1990ce66;*/
  /*border: 1px solid #ccc;*/
  max-height: 280px;
  overflow-y: scroll;
  margin-bottom: 30px;
  text-align: left;
  border-radius: 25px;
}

.barra-lateral-box::-webkit-scrollbar {
  background: #fff;
  width: 0px;
}

.barra-lateral-box::-webkit-scrollbar-track {
  background: #003660;
}

.barra-lateral-box::-webkit-scrollbar-thumb {
  background-color: #d90e02;
}

.barra-lateral h5 {
  margin: 0;
  padding-top: 0;
}

.barra-lateral h5 a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 10px;
  margin: 0 0 5px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #7300b4;
  border-radius: 30px 0 0px 0px;
}

.barra-lateral h5 a:hover {
  color: #fff;
  text-decoration: none;
  /*background-color: #FFF;*/
}

.barra-lateral ul li a.barra-lateral-segmento {
  display: block;
  background-color: #fff;
  margin-top: 5px;
  padding: 7px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
}

.barra-lateral ul li a {
  font-size: 13px;
  color: #3c5a98;
  padding: 8px 10px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #fff;
}

.barra-lateral ul li a::before {
  content: "\f054";
  font-size: 15px;
  color: #fff;
  font-family: "";
  font-weight: 900;
  margin-right: 5px;
}

.barra-lateral ul li a:hover {
  /*border: 1px solid #fff;*/
  opacity: 0.8;
  text-decoration: none;
}

.barra-lateral-conteudo {
  height: 580px;
  overflow-y: scroll;
  width: 300px;
}

#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #69539c;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

/*--------------------------------------------------------------

- Botão de Redes Sociais Conteudo

--------------------------------------------------------------*/

.redes-sociais-conteudo {
  position: relative;
  text-align: right;
  font-family: "blank";
}

.popup-redes-sociais {
  display: none;
  position: absolute;
  right: 0;
  height: auto;
  text-align: left;
  font-size: 12px;
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.popup-redes-sociais:before {
  content: "";
  width: 100%;
  height: 3px;
  background: transparent;
  top: -3px;
  right: 0px;
  position: absolute;
  z-index: 2;
}

.fundo-popup-redes-sociais {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: none;
}

.facebook,
.twitter,
.googleplus,
.pinterest,
.mais {
  color: #fff;
  font: 14px Arial;
  padding: 9px 2px;
  font-weight: bold;
  width: 50px;
  display: inline-block;
  margin: 3px;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  z-index: 2;
  cursor: pointer;
  line-height: 1.5em;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  vertical-align: middle;
}

.fa-facebook,
.fa-twitter,
.fa-google-plus {
  font-size: 1em;
}

.fa-google-plus:before {
  content: "\f0d5";
  color: #fff;
}

.fa-twitter:before {
  content: "\f099";
  color: #fff;
}

.fa-facebook:before {
  content: "\f09a";
  color: #fff;
}

.redes-sociais-conteudo i.fab.fa-facebook-f,
.redes-sociais-conteudo i.fab.fa-google-plus-g {
  color: white;
}

a.facebook:hover i.fab.fa-facebook-f {
  color: #3b5998;
}

a.googleplus:hover i.fab.fa-google-plus-g {
  color: #dd4b39;
}

a.facebook {
  color: #fff;
  background-color: #3b5998;
}

a.facebook:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}

a.facebook:hover .fa-facebook:before {
  color: #3b5998;
}

a.twitter {
  color: #fff;
  background-color: #00aced;
}

a.twitter:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}

a.twitter:hover .fa-twitter:before {
  color: #00aced;
}

a.googleplus {
  color: #fff;
  background-color: #dd4b39;
}

a.googleplus:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}

a.googleplus:hover .fa-google-plus:before {
  color: #dd4b39;
}

.footer-icons a i.fab.fa-facebook-f {
  color: #5f288c;
}

.mais {
  position: relative;
  display: none;
  cursor: pointer;
  width: 20px;
  color: #fff;
  background-color: #856fb8;
}

.mais:hover {
  color: #856fb8;
  background-color: #fff;
  border: 1px solid #856fb8;
}

/*Redes Sociais Oficial*/

.titulo-redes-sociais {
  text-align: center;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #0077b5;
  padding: 10px 15px;
}

.botao-oficial-redes-sociais {
  text-align: center;
  margin: 10px 15px;
}

/*--------------------------------------------------------------

- Imagens das Palavras Chave

--------------------------------------------------------------*/

.imagens-palavras-chave {
  text-align: left;
  margin-bottom: 10px;
}

.imagem img {
  max-width: 100%;
}

/*apenas uma imagem*/

.imagem-box {
  display: inline-block;
  max-width: 50%;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.imagem-box .imagem {
  margin: 5px;
  overflow: hidden;
  border-radius: 3px;
}

.descricao-imagem {
  text-align: right;
  color: #999;
  margin: 0 5px 5px 5px;
  font-size: 14px;
}

/*varias imagens*/

.imagens-box {
  display: inline-block;
  width: 33.33333333333333%;
}

.imagens-box .imagem {
  margin: 5px;
  border: 1px solid #ccc;
}

.video-design {
  position: absolute;
  z-index: 999;
  top: 23%;
  left: 68%;
  width: 500px;
  height: 500px;
  display: inline-block;
}

.video-design iframe {
  width: 580px;
  height: 400px;
}

/*--------------------------------------------------------------

- Regiões

--------------------------------------------------------------*/

h4.titulo-regioes-atendimento {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  background-color: #d4d1d1;
  padding: 20px;
}

.regioes-conteudo {
  color: #666666;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}

h4.titulo-regioes-atendimento strong,
h4.titulo-regioes-atendimento a {
  font-size: 18px;
  color: #5f288c;
}

h4.titulo-regioes-atendimento i {
  margin-right: 10px;
}

h4.titulo-regioes-atendimento strong img {
  padding-left: 5px;
}

.regioes-aba-titulo span {
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  color: #fff;
  background-color: #ace004;
  font-size: 12px;
  padding: 15px 18px;
  margin: 0 1px 1px 0;
  font-weight: 700;
  border-radius: 5px 0 8px 0;
}

.regioes-atendimento {
  padding-bottom: 24px;
}

.regioes-aba-titulo span:hover,
.regioes-aba-titulo span.regioes-aba-titulo-selecionada {
  color: #ffffff;
  background-color: #5f288c;
  font-weight: 700;
}

.regioes-conteudo ul {
  padding: 5px 8px 10px 8px;
}

.regioes-conteudo ul li {
  display: inline-block;
  padding: 2px 0 0 2px;
  width: 31%;
  font-size: 12px;
  font-weight: bold;
}

.regioes-conteudo ul:nth-child(n + 2) {
  display: none;
}

.titulo-regioes {
  color: #330f60;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.bloco-regioes {
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.tamanho-modal {
  min-width: 80% !important;
}

.corpo-modal {
  border-radius: 35px !important;
  padding: 20px;
}

.fora-modal {
  background-color: #a21cb555;
}

.lista-bairros {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #330f60;
}

.corpo-modal button {
  color: #330f60 !important;
  opacity: 1 !important;
}

.btn-regioes {
  border: none;
  width: 100%;
  height: 75%;
  display: block;
  background-color: #a21cb5;
  padding: 10px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0px;
}

.triangulo-regioes {
  max-width: 45px;
}

.verm-regioes {
  max-width: 34px;
  margin-top: 20px;
}

.zera-padding {
  padding: 0px !important;
}

.curva-regioes {
  max-width: 160px;
}

/*--------------------------------------------------------------

- Produtos Relacionados

--------------------------------------------------------------*/

.produtos-relacionados img {
  transition: all 0.2s ease 0s;
  border: 1px solid #ccc;
}

.produtos-relacionados img:hover {
  border: 1px solid #666666;
}

.produtos-relacionados p {
  margin: 5px 0 0 0;
  text-align: center;
}

.produtos-relacionados p a {
  color: #69539c;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.produtos-relacionados p a:hover {
  color: #a00;
}

.produtos-relacionados .slick-prev:before,
.produtos-relacionados .slick-next:before {
  color: #666666;
  /* cor da seta */
}

h5.titulo-produtos-relacionados {
  margin: 15px 0 5px;
  font-size: 16px;
}

.produtos-relacionados button.slick-prev,
.produtos-relacionados button.slick-next {
  margin-top: -20px;
}

.produtos-relacionados.slick-slider {
  margin-bottom: 0;
}

/*--------------------------------------------------------------

- Mais Visitados

--------------------------------------------------------------*/

.mais-visitados {
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 0 0 7px 0;
  font-size: 15px;
  text-align: justify;
  font-family: "", sans-serif;
  /*background-color: #1990ce66;*/
  border-radius: 25px;
  /*background-color: #fff;*/
}

.mais-visitados h5 {
  font-size: 30px;
  font-weight: 600;
  padding: 8px 10px;
  margin: 0 0 20px 0;
  font-family: "", sans-serif;
  color: #ffffff;
}

.mais-visitados a {
  color: #ffffff;
  margin: 4px 9px;
  padding: 8px 8px;
  background-color: #fa1840;
  border-radius: 25px;
  display: inline-block;
  border-radius: 25px;
}

.mais-visitados a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.barra-lateral h5 {
  margin: 0;
  margin-bottom: -11px;
}

/*--------------------------------------------------------------
- Contato Página
--------------------------------------------------------------*/

.saiba-mais-sobre {
  margin: 15px 0;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
}

.saiba-mais-sobre p {
  margin: 5px 0;
  padding: 0;
  font-size: 16px;
}

/*--------------------------------------------------------------
- Tags
--------------------------------------------------------------*/

.tags {
  font-size: 11px;
  padding: 5px;
  color: #666666;
  background-color: #f8f8f8;
  margin: 10px 0 0 0;
}

/*--------------------------------------------------------------
- Direitos Autorais
--------------------------------------------------------------*/

.direitos-autorais-conteudo {
  font-size: 10px;
  color: #999;
  margin-top: 10px;
}

/*--------------------------------------------------------------
- Galeria (Informações)
--------------------------------------------------------------*/

.galeria-imagens {
  text-align: center;
  font-size: 14px;
}

.galeria-imagens h4 a {
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}

.galeria-imagens h4 a:hover {
  color: #000;
}

.galeria-imagens img {
  max-width: 100%;
  transition: all 0.2s ease 0s;
  border: 1px solid #ccc;
}

.galeria-imagens img:hover {
  border: 1px solid #666666;
}

.galeria-imagens-box {
  display: inline-block;
  width: 25%;
  margin-bottom: 20px;
  vertical-align: top;
}

.galeria-imagens-box-responsivo {
  margin: 0 10px;
}

.galeria-imagens-box-responsivo h5 {
  font-size: 12px;
}

.informacoes-titulo-segmento {
  margin: 15px 0 20px;
}

/*--------------------------------------------------------------
- Contato Telefone Email
--------------------------------------------------------------*/

.mapa-do-google {
  width: 100%;
  height: 300px;
  display: block;
  clear: both;
}

.formulario,
.mapa-contato {
  width: 100%;
}

.formulario {
  float: left;
}

.mapa-contato {
  float: right;
}

.box-campos-formulario {
  display: block;
  clear: both;
}

.box-campos-formulario + .box-campos-formulario {
  margin-top: 10px;
}

.captcha-numero input[type="text"] {
  clear: left;
  float: none;
  margin: 0 auto;
  width: 30px;
  text-align: center;
}

.captcha-numero .box-captcha {
  text-align: right;
}

.box-captcha {
  text-align: center;
  margin: 5px 0;
}

.formulario label {
  float: left;
}

.formulario input,
.formulario select,
.formulario textarea {
  float: right;
  width: 70%;
}

.formulario textarea {
  resize: vertical;
}

.formulario-campo-obrigatorio {
  color: #ff0000;
  margin: 0 2px;
}

.mapa-contato h3 {
  margin: 20px 0 15px;
}

/*----- Popup Enviando -----*/

.formulario-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.formulario-popup-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.formulario-popup-conteudo {
  background: #fff url("imagens/icones/loading.gif") no-repeat center 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 250px;
  max-height: 150px;
  margin-left: -125px;
  margin-top: -75px;
  padding: 70px 25px 15px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #606060;
  font:
    14px Arial,
    sans-serif;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

/*----- Formulario -----*/

.formulario-sucesso-envio {
  font:
    bold 14px Arial,
    sans-serif;
  color: #05ad00;
  background: #e2f9dd url("imagens/icones/ok.png") no-repeat 15px center;
  border: 1px solid #62bd53;
  padding: 20px 20px 20px 55px;
  border-radius: 5px;
  margin: 5px 0 15px;
}

.formulario-erro-envio {
  font:
    bold 14px Arial,
    sans-serif;
  color: #b40000;
  background: #ffe6dc url("imagens/icones/erro.png") no-repeat 15px center;
  border: 1px solid #bd5353;
  padding: 20px 20px 20px 55px;
  border-radius: 5px;
  margin: 5px 0 15px;
}

.formulario-titulo-erro {
  color: #f70000;
  font:
    bold 18px Arial,
    sans-serif;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #6f0000;
}

/*--------------------------------------------------------------
- Mapa do Site
--------------------------------------------------------------*/

.lista-mapa-site a {
  color: #4b4b4b;
  text-decoration: underline;
}

.lista-mapa-site a:hover {
  color: #848484;
}

.lista-mapa-site li {
  /*titulos*/
  font-size: 18px;
  margin: 10px 0;
}

.lista-mapa-site li li a {
  text-decoration: none;
}

.lista-mapa-site li ul li {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  line-height: 20px;
  padding-left: 20px;
  margin-left: 20px;
}

.lista-mapa-site li ul li ul li {
  font-size: 12px;
}

.lista-mapa-site ul {
  counter-reset: numeros;
}

.lista-mapa-site ul li:before {
  left: -15px;
  position: absolute;
  font-size: 10px;
  counter-increment: numeros;
  content: counter(numeros);
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #666;
  text-shadow: 1px 1px #fff;
  background: linear-gradient(#fff, #dedede);
  box-shadow:
    0 0 0 1px #ccc,
    0 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}

/*--------------------------------------------------------------
- Rodapé
--------------------------------------------------------------*/

.rodape {
  color: #666666;
  font-size: 12px;
  padding: 10px;
}

.menu-rodape {
  font-family: "blank";
  float: right;
  clear: right;
}

.menu-rodape li {
  font-family: "Arial", sans-serif;
  display: inline-block;
  padding: 0px 10px 0 5px;
  margin: 8px 3px;
  border-right: 1px solid #999;
}

.menu-rodape li a {
  color: #333;
}

.menu-rodape li a:hover {
  color: #666666;
  text-decoration: underline;
}

.menu-rodape li:last-child {
  border-right: none;
  padding-right: 0;
}

.telefone-rodape {
  float: left;
  font-size: 18px;
  padding: 10px 0;
}

.telefone-rodape a {
  /*Link aparece apenas no mobile*/
  color: #333;
  text-decoration: none;
}

.telefone-rodape a:hover {
  color: #666;
}

.endereco-rodape {
  font-size: 12px;
  float: right;
  clear: right;
  margin: 10px 0 0 0;
}

.direitos-autorais-rodape {
  color: #666666;
  font-size: 10px;
  text-align: center;
  padding: 7px 0;
}

.icones-validacao {
  padding-top: 10px;
  float: right;
  clear: right;
}

.icones-validacao img {
  background: #6b539f;
  /*Cor dos ícones de validação*/
}

.icones-validacao img.digitall {
  background: none;
}

.menu-rodape ul li ul {
  display: none;
}

/*--------------------------------------------------------------
- Botão de Redes Sociais Rodapé
--------------------------------------------------------------*/

@font-face {
  font-family: "si";
  src: url("fonts/socicon.eot");
  src:
    url("fonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("fonts/socicon.woff") format("woff"),
    url("fonts/socicon.ttf") format("truetype"),
    url("fonts/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.redes-sociais-rodape {
  float: left;
  clear: left;
  padding: 10px 0 0 0;
  list-style: none;
  font-family: "blank";
}

.redes-sociais-rodape li {
  margin: 3px;
  font-family: "Arial", sans-serif;
  display: inline-block;
}

.redes-sociais-rodape li a {
  font-family: si;
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 50%;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /* cor dos ícones */
  transition: all 0.2s ease 0s;
}

/* ----- Facebook ----- */

.redes-sociais-rodape .icone-facebook {
  background-color: #3e5b98;
}

.redes-sociais-rodape .icone-facebook:hover {
  background-color: #526fac;
}

.redes-sociais-rodape .icone-facebook:before {
  content: "b";
}

/* ----- Twitter ----- */

.redes-sociais-rodape .icone-twitter {
  background-color: #4da7de;
}

.redes-sociais-rodape .icone-twitter:hover {
  background-color: #61bbf2;
}

.redes-sociais-rodape .icone-twitter:before {
  content: "a";
}

/* ----- Google Plus ----- */

.redes-sociais-rodape .icone-google {
  background-color: #d93e2d;
}

.redes-sociais-rodape .icone-google:hover {
  background-color: #ed5241;
}

.redes-sociais-rodape .icone-google:before {
  content: "c";
}

/* ----- Linkedin ----- */

.redes-sociais-rodape .icone-linkedin {
  background-color: #3371b7;
}

.redes-sociais-rodape .icone-linkedin:hover {
  background-color: #4785cb;
}

.redes-sociais-rodape .icone-linkedin:before {
  content: "j";
}

/* ----- Youtube ----- */

.redes-sociais-rodape .icone-youtube {
  background-color: #e02a20;
}

.redes-sociais-rodape .icone-youtube:hover {
  background-color: #f43e34;
}

.redes-sociais-rodape .icone-youtube:before {
  content: "r";
}

/* ----- Pinterest ----- */

.redes-sociais-rodape .icone-pinterest {
  background-color: #c92619;
}

.redes-sociais-rodape .icone-pinterest:hover {
  background-color: #dd3a2d;
}

.redes-sociais-rodape .icone-pinterest:before {
  content: "d";
}

/* ----- RSS ----- */

.redes-sociais-rodape .icone-rss {
  background-color: #f26109;
}

.redes-sociais-rodape .icone-rss:hover {
  background-color: #ff751d;
}

.redes-sociais-rodape .icone-rss:before {
  content: ",";
}

/*--------------------------------------------------------------
- Inputs
--------------------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 4px 6px;
  background-color: #fbfbfb;
  transition:
    border,
    box-shadow 0.5s ease 0s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #aaa;
  background-color: #f3f3f3;
  box-shadow:
    0px 0px 5px rgba(255, 255, 255, 0.2),
    0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}

input[type="button"],
input[type="submit"] {
  width: auto;
  cursor: pointer;
  text-decoration: none;
  padding: 6px 20px;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 3px;
  font:
    bold 13px Arial,
    sans-serif;
  color: #737373;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f0f0f0;
  /* para IE < 10 */
  background: linear-gradient(#ffffff, #e5e5e5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

input[type="button"]:hover,
input[type="submit"]:hover {
  color: #7d7d7d;
  border: 1px solid #919191;
  box-shadow: 0 2px 3px #afafaf;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  padding: 7px 20px 5px;
  border: 1px solid #999;
  background: #e5e5e5;
  box-shadow:
    inset 0 2px 5px rgba(0, 0, 0, 0.2),
    inset 0 -1px 2px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
- Voltar para o Topo
--------------------------------------------------------------*/

.voltar-para-o-topo {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.05) url("imagens/icones/top.png") no-repeat center
    center;
}

/*--------------------------------------------------------------
- Popup
--------------------------------------------------------------*/

.popup-aviso {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  max-width: 500px;
  height: 250px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
- Layout Responsivo
--------------------------------------------------------------*/

@media (max-width: 640px) {
  /*--------------------------------------------------------------
	- Menu Responsivo
	--------------------------------------------------------------*/
  .menu-principal {
    display: none;
  }
  .barra-lateral {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  /*--------------------------------------------------------------
	- Formulário Responsivo
	--------------------------------------------------------------*/
  .formulario,
  .mapa-contato {
    width: 100%;
  }
  .formulario,
  .mapa-contato {
    float: none;
    margin: 0 auto;
  }
  .mapa-contato {
    margin-top: 40px;
  }
  .mapa-contato p {
    margin: 15px 0;
  }
  /*--------------------------------------------------------------
	- Topo
	--------------------------------------------------------------*/
  .logo {
    float: none;
    text-align: center;
    padding: 0;
  }
  .logo img {
    max-width: 50%;
  }
  .contato-topo {
    float: none;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .telefone-topo {
    margin: 10px 0;
  }
  .breadcrumb {
    font-size: 15px;
    line-height: 20px;
  }
  .breadcrumb a {
    margin: 0 3px;
  }
  /*--------------------------------------------------------------
	- Conteudo
	--------------------------------------------------------------*/
  .conteudo {
    width: auto;
    float: none;
    padding: 0;
  }
  .banner {
    display: none !important;
    /*otimizar page speed mobile*/
  }
  .linkagem-interna {
    font-family: "blank";
  }
  .linkagem-interna span {
    display: block;
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
    font-size: 17px;
    font-weight: bold;
  }
  .linkagem-interna a {
    font-size: 12px;
    font-family: "Arial", sans-serif;
    display: inline-block;
    margin: 6px 6px;
    border-bottom: 1px dotted #ccc;
  }
  /*--------------------------------------------------------------
	- Galeria
	--------------------------------------------------------------*/
  .galeria-imagens-box {
    width: 33.33333333333333%;
  }
  .galeria-imagens-box-responsivo {
    margin: 0 15px;
  }
  .imagens-palavras-chave {
    text-align: center;
  }
  /*--------------------------------------------------------------
	- Abas Regiões
	--------------------------------------------------------------*/
  .regioes-aba-conteudo li {
    width: 31%;
  }
  .regioes-conteudo ul li {
    width: 48%;
  }
  .regioes-aba-titulo span {
    margin: 5px;
    border-radius: 3px;
  }
  /*--------------------------------------------------------------
	- Rodapé
	--------------------------------------------------------------*/
  .menu-rodape,
  .telefone-rodape,
  .redes-sociais-rodape,
  .icones-validacao,
  .endereco-rodape {
    float: none;
    text-align: center;
  }
  .icones-validacao img {
    margin: 0 7px;
  }
  .telefone-rodape div {
    margin: 15px 0 0;
  }
}

@media (max-width: 480px) {
  /*--------------------------------------------------------------
	- Galeria
	--------------------------------------------------------------*/
  .galeria-imagens-box {
    width: 50%;
  }
  .galeria-imagens-box-responsivo {
    margin: 0 10px;
  }
  .imagens-box {
    width: 50%;
  }
  /*--------------------------------------------------------------
	- Abas Regiões
	--------------------------------------------------------------*/
  .regioes-aba-conteudo li {
    display: inline-block;
    border: 1px solid #c43;
    width: 47%;
  }
}

/*------------------------------
    Pagina de conversão
-------------------------------- */

section#banner-conversao {
  position: relative;
}

.banner-conversao {
  position: absolute;
  width: 100%;
  top: 42%;
  text-align: center;
}

.col-md-12.banner-conversao-card h1 a {
  color: #ffff;
}

.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: #1c3f64;
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li > a.nav-link:hover:before {
  content: "\f077";
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\f078";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:first-child
  > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:last-child
  > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
  text-decoration: none;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
  text-decoration: none;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: inherit;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}

span.icon-menu.h3 {
  color: #003057;
}

h1.my-0.site-logo img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.sticky-header h1.my-0.site-logo img {
  width: 52%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #76128e !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child
  > a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.has-children
  > a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  font-size: 15px;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #76128e !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a:hover {
  color: #76128e !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a.active {
  color: #76128e !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.active
  a {
  color: #76128e;
}

.site-mobile-menu .site-nav-wrap > li.submenu {
  display: none !important;
}

.top-superior {
  background-color: #4293c6;
  text-align: right;
  box-shadow: 0px 3px 6px #00000029;
  padding: 5px 0;
}

.top-superior .col-md-12 a {
  margin-right: 28px;
}

.top-superior .col-md-12 span i {
  color: #1c3f64;
}

.top-superior .col-md-12 span {
  color: #f2f2f2;
  font-weight: 600;
}

.slick-slide img {
  width: 100%;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.75rem 1.25rem;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.social-lateral {
  position: fixed;
  right: auto;
  left: 0%;
  bottom: 0%;
  z-index: 9999;
  top: 38%;
  height: 63px;
  z-index: 10;
}

.social-fixo {
  position: relative;
  z-index: 9999;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 10px;
  float: left;
  clear: left;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.31);
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.social-fixo:hover {
  width: 80px;
  text-decoration: none;
}

.social-fixo.whatss {
  background-color: #fff;
}

.social-fixo.login {
  background-color: #801500;
}

a.social-fixo {
  color: white;
}

a.social-fixo.w-inline-block .fab {
  font-size: 30px;
}

a.social-fixo.w-inline-block i.fab.fa-instagram {
  color: #fb3958;
}

.social-lateral .fa-facebook-square {
  color: #3c5a99;
}

.social-lateral .fa-whatsapp {
  color: #39d52e;
}

.social-lateral .fab.fa-youtube {
  color: #ff0000;
}

.whats-btn a:hover {
  color: #fff;
  background-color: #391c3d;
  text-decoration: none;
}

.button-whats {
  position: fixed;
  width: 4%;
  left: auto;
  right: 1%;
  margin-bottom: 12px;
  z-index: 999999999;
  text-align: center;
  bottom: 7%;
}

.button-whats a img {
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgb(0 168 34 / 37%);
  animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

section#banner-service {
  text-align: center;
  padding: 100px;
  background: #4293c6;
}

section#banner-service h2 {
  font-size: 58px;
  letter-spacing: 0px;
  color: #ffffff;
}

.col-md-6.agradecimento-car h3 {
  font-size: 37px;
  letter-spacing: 0px;
  color: #3f3d40;
}

.col-md-6.agradecimento-car h2 {
  font-size: 35px;
  letter-spacing: 0px;
  color: #4293c6;
}

.col-md-6.agradecimento-car {
  align-self: center;
}

section#agradecimento {
  padding: 110px 0;
  position: relative;
}

section#insta h2.servicos {
  color: #a9d31a;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}

section#insta {
  padding: 50px 0;
}

.demo-3 .imageinsta {
  opacity: 1;
  display: block;
  width: 100%;
  max-height: 450px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.insta-container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.demo-4:hover .imageinsta {
  opacity: 0.3;
}

.demo-4:hover .insta-container {
  opacity: 1;
}

.insta-icon {
  font-size: 75px;
}

.insta-icon .fab {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}

section#contato {
  background-color: #efefef;
  padding-top: 52px;
}

#post-noticia .info .banner-galeria .item {
  border: none;
  margin-bottom: 6px;
}

#post-noticia .info .banner-galeria .item a {
  display: block;
  position: relative;
}

#post-noticia .info .banner-galeria .item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

#post-noticia .info .banner-galeria .item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

#post-noticia .info .banner-galeria .item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#post-noticia .info .banner-galeria .item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#post-noticia .info .banner-galeria .item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

#post-noticia .info .banner-galeria .item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

#post-noticia .info .banner-galeria .item:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#post-noticia .info .banner-galeria figcaption {
  display: none;
}

#post-noticia .info .banner-galeria .item.brand.galeria-card {
  margin-bottom: 30px;
}

#error-404 .container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  position: relative;
  left: 6vmin;
  text-align: center;
}

.cog-wheel1,
.cog-wheel2 {
  transform: scale(0.7);
}

.cog1,
.cog2 {
  width: 40vmin;
  height: 40vmin;
  border-radius: 50%;
  border: 6vmin solid #f3c623;
  position: relative;
}

.cog2 {
  border: 6vmin solid #4f8a8b;
}

.top,
.down,
.left,
.right,
.left-top,
.left-down,
.right-top,
.right-down {
  width: 10vmin;
  height: 10vmin;
  background-color: #f3c623;
  position: absolute;
}

.cog2 .top,
.cog2 .down,
.cog2 .left,
.cog2 .right,
.cog2 .left-top,
.cog2 .left-down,
.cog2 .right-top,
.cog2 .right-down {
  background-color: #4f8a8b;
}

.top-404 {
  top: -14vmin;
  left: 9vmin;
}

.down-404 {
  bottom: -14vmin;
  left: 9vmin;
}

.left-404 {
  left: -14vmin;
  top: 9vmin;
}

.right-404 {
  right: -14vmin;
  top: 9vmin;
}

.left-top {
  transform: rotateZ(-45deg);
  left: -8vmin;
  top: -8vmin;
}

.left-down {
  transform: rotateZ(45deg);
  left: -8vmin;
  top: 25vmin;
}

.right-top {
  transform: rotateZ(45deg);
  right: -8vmin;
  top: -8vmin;
}

.right-down {
  transform: rotateZ(-45deg);
  right: -8vmin;
  top: 25vmin;
}

.cog2 {
  position: relative;
  left: -10.2vmin;
  bottom: 10vmin;
}

.first-four {
  position: relative;
  left: 6vmin;
  font-size: 40vmin;
}

.second-four {
  position: relative;
  right: 18vmin;
  z-index: -1;
  font-size: 40vmin;
}

.wrong-para {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 15vmin;
  padding: 3vmin 12vmin 3vmin 3vmin;
  font-weight: 600;
  color: #092532;
  font-size: 53px;
}

.col-md-8.contato-card {
  margin: 0 auto;
}

#banner-conversao {
  background: linear-gradient(190deg, #9802f9 0%, #18faea 100%);
  padding: 50px 0;
}

.banner-card h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.672359vh;
  text-transform: uppercase;
  padding: 0;
}

.banner-card p {
  color: #fff;
}

.card-banner i {
  font-size: 15px;
}

.card-banner a {
  color: #fff;
  background-color: #00bd5d;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.card-banner a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00a350;
  transition: 0.5s all;
}

.ajuste-conteudo-conversao {
  padding: 40px;
}

.ajuste-conteudo-conversao p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.ajuste-conteudo-conversao strong {
  color: #76128e;
}

.linkagem-interna a {
  color: #76128e;
}

.ajuste-conteudo-conversao h2 {
  color: #76128e;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.672359vh;
  text-transform: uppercase;
  padding: 0;
}

section#destaque {
  background: linear-gradient(190deg, #9802f9 0%, #18faea 100%);
  padding: 150px 0;
}

section#espaco2 {
  background: linear-gradient(190deg, #9802f9 0%, #18faea 100%);
  padding: 100px 0;
}

.ajust-row {
  width: 100%;
  margin-left: 0 !important;
}
.whatsapp-bubble {
  position: fixed;
  bottom: 20px;
  right: 95px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #333;
  z-index: 1000;
  max-width: 250px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

.whatsapp-button,
.whatsapp-modal {
  right: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-bubble.show {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.whatsapp-bubble:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.whatsapp-bubble .close-bubble {
  position: absolute;
  top: 5px;
  right: 10px;
  background: 0 0;
  border: none;
  font-size: 14px;
  cursor: pointer;
  color: #999;
}

.whatsapp-button {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  background-color: #25d366;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 15px;
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader,
.whatsapp-modal {
  position: fixed;
  background-color: #fff;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 30px;
  height: 30px;
}

.whatsapp-modal {
  display: none;
  bottom: 100px;
  width: 350px;
  max-width: 100%;
  border-radius: 20px;
  z-index: 1000;
  opacity: 0;
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transform: translateY(20px);
}

.whatsapp-modal.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-modal-header {
  background-color: #00a884;
  color: #fff;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whatsapp-modal-header h3 {
  margin: 0;
  font-size: 18px;
}

.whatsapp-modal-header button {
  background: 0 0;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.whatsapp-modal-content {
  padding: 20px;
  background-color: #f9f9f9;
}

.whatsapp-modal-content button,
.whatsapp-modal-content input {
  width: calc(100% - 0px);
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.whatsapp-modal-content button {
  background-color: #00a884;
  color: #fff;
  border: none;
  cursor: pointer;
}

.whatsapp-modal-content button:hover {
  background-color: #007a65;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  #error-404 {
    overflow: hidden;
  }
  #error-404 .container {
    width: 100%;
    height: 40vh;
    left: 6vmin;
  }
  .wrong-para {
    bottom: -5vmin;
    font-size: 6vmin;
  }
  .button-whats {
    width: 11%;
  }
  .first-four {
    font-size: 36vmin;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #error-404 {
    overflow: hidden;
  }
  #error-404 .container {
    width: 100%;
    height: 61vh;
    left: 6vmin;
  }
  .wrong-para {
    bottom: -5vmin;
    font-size: 6vmin;
  }
  .button-whats {
    width: 11%;
  }
  .first-four {
    font-size: 36vmin;
  }
}
/* ==========================================================================
   Ianello Imóveis — Home institucional (substitui o protótipo em Tailwind)
   Todas as regras abaixo são escopadas em .ia-page para não afetar
   o restante do site, que usa as regras acima.
   ========================================================================== */

.ia-page {
  --ia-deep-navy: #081b33;
  --ia-champagne-gold: #c9a76a;
  --ia-paper-white: #f8f7f5;
  --ia-graphite: #2b2b2b;
  --ia-background: #faf9f7;
  --ia-surface: #faf9f7;
  --ia-surface-container: #efeeec;
  --ia-surface-container-high: #e9e8e6;
  --ia-surface-container-low: #f4f3f1;
  --ia-container-max: 1280px;
  --ia-margin-mobile: 20px;
  --ia-margin-desktop: 64px;
  --ia-gutter: 32px;

  font-family: "Rubik", Arial, sans-serif;
  line-height: 1.5;
  background-color: var(--ia-background);
  color: var(--ia-graphite);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.ia-page * {
  box-sizing: border-box;
}

.ia-page h1,
.ia-page h2,
.ia-page h3,
.ia-page h4,
.ia-page h5 {
  font-family: "Rubik", Arial, sans-serif;
  /* O Tailwind Preflight zera heading para font-weight:inherit — como nenhum
       heading do design original tem font-bold, o peso real renderizado é 400 */
  font-weight: 400;
  margin: 0;
}

.ia-page p {
  margin: 0;
}

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

.ia-page a {
  text-decoration: none;
  color: inherit;
}

.ia-page img {
  max-width: 100%;
  display: block;
}

.ia-page button {
  font-family: "Rubik", Arial, sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
}

/* Ícones Material Symbols — necessário para o font de ligaduras renderizar */
.ia-page .material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Helpers gerais ---------------------------------------------------------- */

.ia-page .ia-container {
  max-width: var(--ia-container-max);
  margin: 0 auto;
  padding: 0 var(--ia-margin-mobile);
}

@media (min-width: 768px) {
  .ia-page .ia-container {
    padding: 0 var(--ia-margin-desktop);
  }
}

.ia-page .ia-section {
  padding: 80px 0;
  position: relative;
}

@media (min-width: 768px) {
  .ia-page .ia-section {
    padding: 128px 0;
  }
}

.ia-page .ia-section--paper {
  background: var(--ia-paper-white);
  overflow: hidden;
}
.ia-page .ia-section--surface {
  background: var(--ia-surface);
}
.ia-page .ia-section--navy {
  background: var(--ia-deep-navy);
  overflow: hidden;
}

.ia-page .ia-eyebrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ia-champagne-gold);
  margin-bottom: 16px;
}

.ia-page .ia-testimonials .ia-eyebrow {
  letter-spacing: 0.1em;
}

/* animate-pulse do Tailwind: opacidade alternando entre 1 e 0.5 */
@keyframes ia-pulse {
  50% {
    opacity: 0.5;
  }
}
.ia-page .ia-eyebrow--pulse {
  animation: ia-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.ia-page .ia-title {
  /* text-4xl (36px/40px = 1.111) no mobile, text-5xl (48px/linha única = 1) no desktop */
  font-size: 36px;
  line-height: 1.111;
  font-weight: 400;
  color: var(--ia-deep-navy);
  margin-bottom: 24px;
}

.ia-page .ia-title--light {
  color: var(--ia-paper-white);
}

@media (min-width: 768px) {
  .ia-page .ia-title {
    font-size: 48px;
    line-height: 1;
  }
}

.ia-page .ia-divider {
  width: 80px;
  height: 4px;
  background: var(--ia-champagne-gold);
}

.ia-page .ia-divider--center {
  margin-left: auto;
  margin-right: auto;
}

.ia-page .ia-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    var(--ia-champagne-gold) 0.5px,
    transparent 0.5px
  );
  background-size: 24px 24px;
  opacity: 0.05;
  pointer-events: none;
}

.ia-page .ia-glow {
  position: absolute;
  width: 384px;
  height: 384px;
  background: var(--ia-champagne-gold);
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.2;
  pointer-events: none;
}

/* Botões ------------------------------------------------------------------ */

.ia-page .ia-btn {
  display: inline-block;
  /* Caso majoritário no original: text-xs + tracking-widest + uppercase, sem font-bold */
  font-size: 12px;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.25rem 3rem;
  transition: all 0.3s ease;
}

.ia-page #heroForm .ia-btn {
  padding: 1rem 2rem;
}

.ia-page .ia-hero__content .ia-btn {
  padding: 1.1rem 2.5rem;
}

.ia-page .ia-btn--outline-light {
  /* "CONSULTORIA PRIVADA": só font-button (família), sem text-size/tracking/uppercase */
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(4px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.ia-page .ia-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ia-page .ia-btn--gold {
  background: var(--ia-champagne-gold);
  color: var(--ia-deep-navy);
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.ia-page .ia-btn--gold:hover {
  background: #fff;
}
/* "Quero Oportunidades": text-sm + font-bold */
.ia-page .ia-hero__panel .ia-btn--gold {
  font-size: 14px;
  line-height: 1.428;
}
/* "REFINAR BUSCA": text-[11px] (tamanho arbitrário, sem line-height vinculado — herda o padrão de 1.5) */
.ia-page .ia-filter-form .ia-btn--gold {
  font-size: 11px;
  line-height: 1.5;
  padding: 1rem 1.5rem;
}

.ia-page .ia-btn--navy {
  background: var(--ia-deep-navy);
  color: #fff;
}
.ia-page .ia-btn--navy:hover {
  background: var(--ia-champagne-gold);
  color: var(--ia-deep-navy);
}

.ia-page .ia-btn--block {
  display: block;
  width: 100%;
}

/* Campos de formulário ------------------------------------------------------ */

.ia-page .ia-field-ghost {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(201, 167, 106, 0.3);
  color: #fff;
  padding: 12px 0;
  border-radius: 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
/* Placeholder: o Tailwind Forms plugin define placeholder cinza (gray-400) por
   padrão em todos os inputs, independente do fundo — o design original não
   sobrescreve essa cor para os campos "ghost" */
.ia-page .ia-field-ghost::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.ia-page .ia-field-ghost:focus {
  outline: none;
  border-bottom-color: var(--ia-champagne-gold);
  box-shadow: none;
}
.ia-page select.ia-field-ghost {
  appearance: none;
}
.ia-page select.ia-field-ghost option {
  color: var(--ia-deep-navy);
}
.ia-page input.ia-field-ghost {
  background-color: #fff;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  color: #6b7280;
}
.ia-page input.ia-field-ghost::placeholder {
  color: #6b7280;
}

.ia-page .ia-field-line {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;

  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;

  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;

  color: #fff;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;

  appearance: none;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.ia-page .ia-field-line:focus {
  outline: none;
  box-shadow: none;
}
.ia-page .ia-field-line option {
  color: var(--ia-deep-navy);
}

.ia-page .ia-field-dark {
  width: 100%;
  background: #f8f7f5;
  border: 1px solid rgba(8, 27, 51, 0.1);
  border-radius: 0;
  padding: 12px 16px;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  appearance: none;
}
.ia-page .ia-field-dark::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.ia-page .ia-field-dark:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--ia-champagne-gold);
}

.ia-page .ia-select-wrap {
  position: relative;
}
.ia-page .ia-select-wrap .material-symbols-outlined {
  position: absolute;
  right: 0;
  top: 12px;
  color: var(--ia-champagne-gold);
  pointer-events: none;
}
.ia-page .ia-select-wrap--dark .material-symbols-outlined {
  right: 16px;
  top: 14px;
  color: rgba(43, 43, 43, 0.4);
  font-size: 14px;
}

.ia-page .ia-form-feedback {
  font-size: 14px;
  color: var(--ia-champagne-gold);
  margin-top: 8px;
}
.ia-page .ia-form-feedback.is-hidden {
  display: none;
}

/* Navegação ----------------------------------------------------------------- */

.ia-page .ia-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(8, 27, 51, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 167, 106, 0.1);
  transition: all 0.4s ease;
}

.ia-page .ia-nav__row {
  max-width: var(--ia-container-max);
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.3s ease;
}

@media (min-width: 768px) {
  .ia-page .ia-nav__row {
    padding: 0 64px;
  }
}

.ia-page .ia-nav__logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.ia-page .ia-nav__links {
  display: none;
  gap: 40px;
  align-items: center;
  font-size: 12px;
  line-height: 1.333;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ia-page .ia-nav__links {
    display: flex;
  }
}
.ia-page .ia-nav__links a {
  color: rgba(248, 247, 245, 0.8);
  transition: color 0.3s ease;
}
.ia-page .ia-nav__links a:hover {
  color: var(--ia-champagne-gold);
}
.ia-page .ia-nav__links a.is-active {
  color: var(--ia-champagne-gold);
  border-bottom: 1px solid var(--ia-champagne-gold);
  padding-bottom: 4px;
}

.ia-page .ia-nav__cta {
  display: none;
  padding: 10px 24px;
  border: 1px solid var(--ia-champagne-gold);
  color: var(--ia-champagne-gold);
  font-size: 12px;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .ia-page .ia-nav__cta {
    display: inline-block;
  }
}
.ia-page .ia-nav__cta:hover {
  background: var(--ia-champagne-gold);
  color: var(--ia-deep-navy);
}

.ia-page .ia-nav__toggle {
  position: relative;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--ia-paper-white);
  font-size: 28px;
  border-radius: 50%;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.ia-page .ia-nav__toggle:hover {
  color: var(--ia-champagne-gold);
  background: rgba(255, 255, 255, 0.06);
}
@media (min-width: 768px) {
  .ia-page .ia-nav__toggle {
    display: none;
  }
}

html.ia-no-scroll {
  overflow: hidden;
}

.ia-page .ia-nav__mobile {
  position: fixed;
  inset: 0;
  z-index: 49;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 100px 32px 48px;
  background: var(--ia-deep-navy);
  background-image: radial-gradient(
    circle at 50% 0%,
    rgba(201, 167, 106, 0.12),
    transparent 60%
  );
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s;
}
.ia-page .ia-nav__mobile.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ia-page .ia-nav__mobile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.ia-page .ia-nav__mobile-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--ia-paper-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  max-width: 280px;
  justify-content: center;
  transition:
    color 0.3s ease,
    letter-spacing 0.3s ease;
}
.ia-page .ia-nav__mobile-links a:hover,
.ia-page .ia-nav__mobile-links a:focus-visible,
.ia-page .ia-nav__mobile-links a.is-active {
  color: var(--ia-champagne-gold);
  letter-spacing: 0.02em;
}
.ia-page .ia-nav__mobile-links a span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--ia-champagne-gold);
  opacity: 0.8;
}
.ia-page .ia-nav__mobile-links a.is-active span {
  opacity: 1;
}

.ia-page .ia-nav__mobile-cta {
  text-align: center;
  padding: 14px 40px;
  border: 1px solid var(--ia-champagne-gold);
  color: var(--ia-champagne-gold);
  font-size: 12px;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.ia-page .ia-nav__mobile-cta:hover {
  background: var(--ia-champagne-gold);
  color: var(--ia-deep-navy);
}

.ia-page .ia-nav__mobile-footer {
  position: absolute;
  bottom: 32px;
}
.ia-page .ia-nav__mobile-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(248, 247, 245, 0.5);
}
.ia-page .ia-nav__mobile-footer svg {
  flex-shrink: 0;
}
.ia-page .ia-nav__mobile-footer a:hover {
  color: var(--ia-champagne-gold);
}

@media (min-width: 768px) {
  .ia-page .ia-nav__mobile {
    display: none !important;
  }
}

/* Hero ----------------------------------------------------------------------- */

.ia-page .ia-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.ia-page .ia-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ia-page .ia-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ia-page .ia-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8, 27, 51, 0.8),
    rgba(8, 27, 51, 0.4) 55%,
    transparent
  );
}

.ia-page .ia-hero__grid {
  position: relative;
  z-index: 10;
  max-width: var(--ia-container-max);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .ia-page .ia-hero__grid {
    padding: 0 64px;
    grid-template-columns: repeat(12, 1fr);
  }
}

.ia-page .ia-hero__content {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .ia-page .ia-hero__content {
    grid-column: span 7;
  }
}

.ia-page .ia-hero__title {
  /* text-4xl (36px), sem font-bold — Preflight zera o peso do h1 para inherit (400) */
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: var(--ia-paper-white);
  margin-bottom: 32px;
  padding: 0;
}
@media (min-width: 768px) {
  .ia-page .ia-hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .ia-page .ia-hero__title {
    font-size: 72px;
  }
}

.ia-page .ia-hero__text {
  font-size: 18px;
  line-height: 1.625;
  color: rgba(248, 247, 245, 0.9);
  max-width: 640px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .ia-page .ia-hero__text {
    font-size: 20px;
  }
}

.ia-page .ia-hero__panel-wrap {
  display: none;
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .ia-page .ia-hero__panel-wrap {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
  }
}
@media (min-width: 1024px) {
  .ia-page .ia-hero__panel-wrap {
    display: block;
  }
}

.ia-page .ia-hero__panel {
  background: rgba(8, 27, 51, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 167, 106, 0.3);
  padding: 40px;
}
.ia-page .ia-hero__panel-title {
  font-size: 24px;
  line-height: 1.333;
  color: var(--ia-champagne-gold);
  text-align: center;
  margin-bottom: 32px;
}
.ia-page .ia-hero__panel form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ia-page .ia-hero__panel .ia-btn {
  margin-top: 24px;
}

/* Serviços / autoridade ------------------------------------------------------ */

.ia-page .ia-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}

.ia-page .ia-testimonials .ia-section-head {
  max-width: 100%;
}

.ia-page .ia-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ia-page .ia-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ia-page .ia-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ia-page .ia-service-card {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--ia-surface-container-high);
  transition: all 0.5s ease;
}
.ia-page .ia-service-card:hover {
  border-color: var(--ia-champagne-gold);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.ia-page .ia-service-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ia-surface-container-low);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  transition: background-color 0.5s ease;
}
.ia-page .ia-service-card__icon .material-symbols-outlined {
  font-size: 30px;
  color: var(--ia-champagne-gold);
  transition: color 0.5s ease;
}
.ia-page .ia-service-card:hover .ia-service-card__icon {
  background: var(--ia-champagne-gold);
}
.ia-page
  .ia-service-card:hover
  .ia-service-card__icon
  .material-symbols-outlined {
  color: #fff;
}

.ia-page .ia-service-card__title {
  font-size: 24px;
  line-height: 1.333;
  color: var(--ia-deep-navy);
  margin-bottom: 16px;
}
.ia-page .ia-service-card__text {
  font-size: 16px;
  line-height: 1.625;
  color: rgba(43, 43, 43, 0.7);
}

/* Imóveis --------------------------------------------------------------------- */

.ia-page .ia-properties-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 24px;
}
@media (min-width: 768px) {
  .ia-page .ia-properties-head {
    flex-direction: row;
    align-items: flex-end;
  }
}
.ia-page .ia-properties-head__text {
  max-width: 640px;
}

.ia-page .ia-link-underline {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ia-deep-navy);
  border-bottom: 2px solid var(--ia-champagne-gold);
  padding-bottom: 8px;
  transition: color 0.3s ease;
}
.ia-page .ia-link-underline:hover {
  color: var(--ia-champagne-gold);
}

.ia-page .ia-properties-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .ia-page .ia-properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ia-page .ia-properties-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ia-page .ia-property-card {
  background: #fff;
  border: 1px solid rgba(201, 167, 106, 0.1);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.5s ease;
}
.ia-page .ia-property-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.ia-page .ia-property-card__media {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.ia-page .ia-property-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.ia-page .ia-property-card:hover .ia-property-card__media img {
  transform: scale(1.05);
}

.ia-page .ia-property-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 27, 51, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ia-page .ia-property-card:hover .ia-property-card__overlay {
  opacity: 1;
}

.ia-page .ia-property-card__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--ia-deep-navy);
  color: var(--ia-champagne-gold);
  padding: 6px 16px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ia-page .ia-property-card__badge--gold {
  background: var(--ia-champagne-gold);
  color: var(--ia-deep-navy);
}

.ia-page .ia-property-card__body {
  padding: 32px;
}
.ia-page .ia-property-card__title {
  font-size: 24px;
  line-height: 1.333;
  color: var(--ia-deep-navy);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.ia-page .ia-property-card:hover .ia-property-card__title {
  color: var(--ia-champagne-gold);
}

.ia-page .ia-property-card__price {
  /* font-label-caps text-lg (só família + tamanho, sem tracking/peso extra) */
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--ia-champagne-gold);
  margin-bottom: 24px;
}

.ia-page .ia-property-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
  color: rgba(43, 43, 43, 0.7);
  border-top: 1px solid var(--ia-surface-container);
  border-bottom: 1px solid var(--ia-surface-container);
  padding: 16px 0;
  margin-bottom: 32px;
}
.ia-page .ia-property-card__stats .material-symbols-outlined {
  color: var(--ia-champagne-gold);
  display: block;
  margin-bottom: 4px;
}
.ia-page .ia-property-card__stats span.ia-stat-value {
  font-size: 12px;
  line-height: 1.333;
  font-weight: 500;
}

/* Filtro ------------------------------------------------------------------------ */

.ia-page .ia-filter-head {
  text-align: center;
  margin-bottom: 64px;
}
.ia-page .ia-filter-head h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  color: var(--ia-paper-white);
  margin-bottom: 16px;
  padding: 0;
}
.ia-page .ia-filter-head p {
  color: rgba(248, 247, 245, 0.6);
}

.ia-page .ia-filter-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 32px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ia-page .ia-filter-panel {
    padding: 48px;
  }
}

.ia-page .ia-filter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
}
@media (min-width: 768px) {
  .ia-page .ia-filter-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ia-page .ia-filter-form {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ia-page .ia-filter-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ia-page .ia-filter-field label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ia-champagne-gold);
}

.ia-page .ia-filter-form .ia-btn {
  height: 56px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Diferenciais / sobre ------------------------------------------------------------ */

.ia-page .ia-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ia-page .ia-about-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
}

.ia-page .ia-about-media {
  position: relative;
}
.ia-page .ia-about-media__frame-tl,
.ia-page .ia-about-media__frame-br {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: 0;
}
.ia-page .ia-about-media__frame-tl {
  top: -24px;
  left: -24px;
  border-top: 2px solid var(--ia-champagne-gold);
  border-left: 2px solid var(--ia-champagne-gold);
}
.ia-page .ia-about-media__frame-br {
  bottom: -24px;
  right: -24px;
  border-bottom: 2px solid var(--ia-champagne-gold);
  border-right: 2px solid var(--ia-champagne-gold);
}
.ia-page .ia-about-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  object-fit: cover;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: filter 0.7s ease;
}
@media (min-width: 768px) {
  .ia-page .ia-about-media img {
    height: 650px;
  }
}
@media (max-width: 768px) {
  .ia-page .ia-about-media {
    max-width: 90%;
    margin: 0 auto;
  }
}
.ia-page .ia-about-media:hover img {
  filter: grayscale(1);
}

.ia-page .ia-about-content > * + * {
  margin-top: 40px;
}
/* Este h2 usa leading-tight (1.25) no original, diferente dos outros títulos de seção */
.ia-page .ia-about-content .ia-title {
  line-height: 1;
  padding: 0;
}
.ia-page .ia-about-lead {
  font-size: 18px;
  line-height: 1.625;
  color: rgba(43, 43, 43, 0.8);
}

.ia-page .ia-feature-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ia-page .ia-feature {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5);
  border-left: 4px solid var(--ia-champagne-gold);
  transition: background-color 0.3s ease;
}
.ia-page .ia-feature:hover {
  background: #fff;
}
.ia-page .ia-feature .material-symbols-outlined {
  font-size: 30px;
  color: var(--ia-champagne-gold);
}
.ia-page .ia-feature__title {
  font-size: 20px;
  line-height: 1.4;
  color: var(--ia-deep-navy);
  margin-bottom: 8px;
  padding: 0;
}
.ia-page .ia-feature__text {
  font-size: 16px;
  color: rgba(43, 43, 43, 0.7);
}

/* Depoimentos ------------------------------------------------------------------------ */

.ia-page .ia-testimonials {
  position: relative;
  color: var(--ia-paper-white);
}
.ia-page .ia-testimonials__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.1;
}

.ia-page .ia-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ia-page .ia-testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ia-page .ia-testimonial {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  position: relative;
  transition: background-color 0.5s ease;
  min-height: 408px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ia-page .ia-testimonial:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ia-page .ia-testimonial__quote {
  font-size: 48px;
  color: var(--ia-champagne-gold);
  position: absolute;
  top: -24px;
  left: 40px;
}
.ia-page .ia-testimonial__text {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgba(248, 247, 245, 0.8);
  padding-top: 16px;
  margin-bottom: 32px;
  line-height: 1.625;
}
.ia-page .ia-testimonial__author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}
.ia-page .ia-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(201, 167, 106, 0.2);
  color: var(--ia-champagne-gold);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ia-page .ia-testimonial__name {
  font-size: 12px;
  line-height: 1.333;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ia-champagne-gold);
}

/* Contato final ------------------------------------------------------------------------ */

.ia-page .ia-contact-box {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(201, 167, 106, 0.2);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ia-page .ia-contact-box {
    padding: 80px;
  }
}

.ia-page .ia-contact-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 256px;
  background: rgba(201, 167, 106, 0.05);
  border-radius: 50%;
  margin-right: -128px;
  margin-top: -128px;
}

.ia-page .ia-contact-head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 64px;
}
.ia-page .ia-contact-head p {
  font-size: 18px;
  line-height: 1.555;
  color: rgba(43, 43, 43, 0.7);
  max-width: 640px;
  margin: 0 auto;
}

.ia-page .ia-contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .ia-page .ia-contact-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ia-page .ia-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ia-page .ia-field label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.5);
  margin-left: 4px;
}
.ia-page .ia-field--full {
  grid-column: 1 / -1;
  padding-top: 16px;
}

.ia-page .ia-divider-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ia-page .ia-divider-row .ia-divider-line {
  flex: 1;
  height: 1px;
  background: var(--ia-surface-container);
}
.ia-page .ia-divider-row span {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(43, 43, 43, 0.4);
  white-space: nowrap;
}

.ia-page .ia-whatsapp-cta {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  text-align: center;
}
.ia-page .ia-whatsapp-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ia-deep-navy);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.ia-page .ia-whatsapp-cta a:hover {
  color: var(--ia-champagne-gold);
}
.ia-page .ia-whatsapp-cta .material-symbols-outlined {
  transition: transform 0.3s ease;
}
.ia-page .ia-whatsapp-cta a:hover .material-symbols-outlined {
  transform: scale(1.1);
}

/* Rodapé ------------------------------------------------------------------------------- */

.ia-page .ia-footer {
  background: var(--ia-deep-navy);
  border-top: 1px solid rgba(201, 167, 106, 0.2);
  padding: 64px 0;
  color: var(--ia-paper-white);
  overflow: hidden;
}
@media (min-width: 768px) {
  .ia-page .ia-footer {
    padding: 96px 0;
  }
}

.ia-page .ia-footer__top {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .ia-page .ia-footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}

.ia-page .ia-footer__brand {
  max-width: 420px;
}
.ia-page .ia-footer__brand-name {
  font-size: 30px;
  line-height: 1.2;
  display: block;
  margin-bottom: 24px;
}
.ia-page .ia-footer__tagline {
  color: rgba(248, 247, 245, 0.5);
  line-height: 1.625;
  margin-bottom: 40px;
}

.ia-page .ia-footer__social {
  display: flex;
  gap: 18px;
}
.ia-page .ia-footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.ia-page .ia-footer__social a:hover {
  border-color: var(--ia-champagne-gold);
  color: var(--ia-champagne-gold);
}
.ia-page .ia-footer__social svg {
  display: block;
}

.ia-page .ia-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (min-width: 768px) {
  .ia-page .ia-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 96px;
  }
}

.ia-page .ia-footer__col-title {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ia-champagne-gold);
  margin-bottom: 24px;
}
.ia-page .ia-footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 1.428;
  color: rgba(248, 247, 245, 0.7);
}
.ia-page .ia-footer__list a:hover {
  color: var(--ia-champagne-gold);
}

.ia-page .ia-footer__office {
  display: none;
}
@media (min-width: 768px) {
  .ia-page .ia-footer__office {
    display: block;
    font-size: 14px;
    color: rgba(248, 247, 245, 0.7);
    line-height: 1.625;
  }
}

.ia-page .ia-footer__bottom {
  margin-top: 96px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .ia-page .ia-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.ia-page .ia-footer__bottom p {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(248, 247, 245, 0.3);
}
.ia-page .ia-footer__creci {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ia-page .ia-footer__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

/* Barra de cookies ------------------------------------------------------------- */

.ia-page .ia-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px var(--ia-margin-mobile);
  background: var(--ia-deep-navy);
  border-top: 1px solid rgba(201, 167, 106, 0.3);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease,
    visibility 0.5s;
}
.ia-page .ia-cookie-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .ia-page .ia-cookie-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px var(--ia-margin-desktop);
  }
}
.ia-page .ia-cookie-bar__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(248, 247, 245, 0.8);
  max-width: 760px;
}
.ia-page .ia-cookie-bar__text a {
  color: var(--ia-champagne-gold);
  text-decoration: underline;
}
.ia-page .ia-cookie-bar__actions {
  flex-shrink: 0;
}
.ia-page .ia-cookie-bar .ia-btn {
  padding: 12px 32px;
}

/* Cabeçalho de páginas internas (política / termos) ----------------------------- */

.ia-page .ia-page-header {
  background: var(--ia-deep-navy);
  padding: 160px 0 80px;
  text-align: center;
}
.ia-page .ia-page-header h1 {
  font-size: 36px;
  color: var(--ia-paper-white);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ia-page .ia-page-header h1 {
    font-size: 48px;
  }
}
.ia-page .ia-page-header p {
  color: rgba(248, 247, 245, 0.6);
  font-size: 14px;
}

/* Conteúdo textual (política / termos) ------------------------------------------ */

.ia-page .ia-prose {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
.ia-page .ia-prose h2 {
  font-size: 24px;
  color: var(--ia-deep-navy);
  margin-top: 48px;
  margin-bottom: 16px;
}
.ia-page .ia-prose h2:first-child {
  margin-top: 0;
}
.ia-page .ia-prose p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.8);
  margin-bottom: 16px;
}
.ia-page .ia-prose ul {
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: disc;
}
.ia-page .ia-prose li {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.8);
  margin-bottom: 8px;
}
.ia-page .ia-prose a {
  color: var(--ia-champagne-gold);
  text-decoration: underline;
}
.ia-page .ia-prose strong {
  font-weight: 500;
  color: var(--ia-deep-navy);
}
.ia-page .ia-prose .ia-prose-updated {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(43, 43, 43, 0.5);
  margin-bottom: 40px;
}
