@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");

/* Seu CSS abaixo */

body {
    font-family: Arial, sans-serif;
}

body {
  line-height: 1;
  font-family: Arial, sans-serif;
  word-wrap: break-word;
}

* {
  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: #0019ad;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    border-radius: 30px 0 0px 0px;
}

.barra-lateral h5 a:hover {
  color: #27e199;
  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: 14px;
    color: #3c5a98;
    padding: 8px 10px;
    text-align: center;
    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-weight: 600;
    padding: 8px 10px;
    margin: 0 0 20px 0;
    font-family: "", sans-serif;
    color: #0019ad;
    font-size: 3rem;
}

.mais-visitados a {
    color: #ffffff;
    margin: 4px 9px;
    padding: 8px 8px;
    background-color: #27e199;
    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: ",";
}

/*--------------------------------------------------------------
- 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: #fff;
    padding: 50px 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;
  }
}


:root {
  --primary: #0019ad;
  --secondary: #27e199;
  --surface: #f8faf8;
  --text-muted: #454654;
  --white: #ffffff;
  --whatsapp: #25d366;
  --on-secondary: #241a00;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--primary);
  background: var(--surface);
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.small-container {
  width: min(100% - 48px, 896px);
  margin: 0 auto;
}

.center {
  text-align: center;
}

.glass {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(18, 63, 58, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero {
  position: relative;
  padding: 12rem 0 6rem;
  overflow: hidden;
}

.hero-grid {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.hero-content,
.hero-image-wrap {
  flex: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-dot {
  position: relative;
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
}

.status-ping,
.status-core {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--primary);
}

.status-ping {
  animation: ping 1.3s infinite;
  opacity: 0.75;
}

.hero h1 {
  margin: 2.5rem 0 1.5rem;
  color: var(--primary);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.hero h1 span,
.final-cta h2 span {
  color: var(--secondary);
  font-style: italic;
}

.hero-text {
  max-width: 36rem;
  color: var(--text-muted);
  font-size: 1.25rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  margin-top: 2.4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0;
  cursor: pointer;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.btn:hover {
  transform: scale(1.02);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-whatsapp {
  width: fit-content;
  padding: 1.25rem 2.5rem;
  color: var(--white);
  background: var(--whatsapp);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.22);
}

.btn-primary {
  padding: 1.25rem 2rem;
  color: var(--white);
  background: var(--primary);
  box-shadow: 0 16px 35px rgba(18, 63, 58, 0.18);
}

.btn-secondary {
  width: 100%;
  padding: 1.5rem 2rem;
  color: var(--on-secondary);
  background: var(--secondary);
}

.btn-whatsapp-light {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  color: var(--whatsapp);
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.2);
}

.btn-whatsapp-light:hover {
  background: rgba(37, 211, 102, 0.18);
}

.full {
  width: 100%;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
}

.metric-number {
  margin: 0;
  color: var(--primary);
  font-size: 2.5rem;
  font-weight: 900;
}

.metric-label {
  margin: 0.25rem 0 0;
  color: rgba(18, 63, 58, 0.7);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-divider {
  width: 1px;
  height: 3rem;
  margin-top: 0.5rem;
  background: rgba(18, 63, 58, 0.1);
}

.hero-image-wrap {
  position: relative;
  width: 100%;
}

.hero-image-card {
  position: relative;
  z-index: 2;
  padding: 0.5rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(18, 63, 58, 0.18);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

.image-overlay {
  position: absolute;
  inset: 0.5rem;
  border-radius: 1.5rem;
  pointer-events: none;
  background: linear-gradient(to top, rgba(18, 63, 58, 0.1), transparent);
}

.premium-box {
  position: absolute;
  left: -1.5rem;
  bottom: -1.5rem;
  z-index: 3;
  padding: 1.25rem;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  box-shadow: 0 20px 45px rgba(18, 63, 58, 0.18);
}

.premium-box-inner,
.service-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.premium-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(18, 63, 58, 0.1);
}

.premium-icon span,
.service-title span {
  color: var(--primary);
  font-weight: 800;
}

.premium-title {
  margin: 0;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.premium-subtitle {
  margin: 0.2rem 0 0;
  color: rgba(18, 63, 58, 0.6);
  font-size: 0.65rem;
  font-weight: 700;
}

.hero-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 120%;
  height: 120%;
  border-radius: 999px;
  background: rgba(18, 63, 58, 0.1);
  filter: blur(120px);
  transform: translate(-50%, -50%);
}

.logos-section {
  padding: 3rem 0;
  border-top: 1px solid rgba(18, 63, 58, 0.05);
  border-bottom: 1px solid rgba(18, 63, 58, 0.05);
}

.section-eyebrow,
.section-heading h2,
.services-header h2 {
  margin: 0;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.muted {
  margin-bottom: 2rem;
  color: rgba(18, 63, 58, 0.5);
}

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  opacity: 0.6;
  filter: grayscale(1);
  transition: 0.7s ease;
}

.logos:hover {
  opacity: 1;
  filter: grayscale(0);
}

.logos img {
  width: auto;
  max-height: 48px;
  opacity: 0.7;
  transition: transform 0.25s ease;
}

.logos img:hover {
  transform: scale(1.1);
}

.performance-section,
.services-section,
.contact-section,
.final-cta {
  padding: 8rem 0;
}

.section-heading {
  margin-bottom: 6rem;
}

.section-heading p,
.services-header > div > p {
  margin: 1rem 0 0;
  color: var(--primary);
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.premium-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem;
  border-radius: 2rem;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(18, 63, 58, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 65px rgba(18, 63, 58, 0.12);
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: var(--white);
  background: var(--primary);
  border-radius: 1rem;
  box-shadow: 0 18px 35px rgba(18, 63, 58, 0.18);
  transition: transform 0.5s ease;
}

.premium-card:hover .card-icon {
  transform: scale(1.1);
}

.card-icon span {
  font-size: 2rem;
}

.premium-card h3 {
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 1.5rem;
}

.premium-card p,
.services-description,
.service-item li,
.contact-heading p,
.final-cta p {
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 600;
}

.premium-card p {
  margin: 0;
}

.services-section {
  border-top: 1px solid rgba(18, 63, 58, 0.05);
  border-bottom: 1px solid rgba(18, 63, 58, 0.05);
}

.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
}

.services-header > div {
  max-width: 42rem;
}

.services-description {
  max-width: 24rem;
  margin: 0 0 0.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3rem;
  row-gap: 4rem;
}

.service-title span {
  font-size: 2rem;
}

.service-title h4 {
  margin: 0;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.service-item ul {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-card {
  position: relative;
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: 3rem;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 30px 70px rgba(18, 63, 58, 0.14);
}

.contact-heading {
  margin-bottom: 4rem;
}

.contact-heading h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.25rem, 5vw, 3.2rem);
  letter-spacing: -0.05em;
  font-weight: 900;
}

.contact-heading p {
  margin-top: 1rem;
  font-size: 1.125rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--primary);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-group input {
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(18, 63, 58, 0.1);
  border-radius: 1rem;
  color: var(--primary);
  font-size: 1rem;
  outline: none;
}

.form-group input:focus {
  border-color: rgba(18, 63, 58, 0.35);
  box-shadow: 0 0 0 4px rgba(18, 63, 58, 0.08);
}

.form-submit {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.success-card {
  position: relative;
  width: 100%;
  max-width: 28rem;
  padding: 2.5rem;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transform: scale(0.85);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease;
}

.success-icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2rem;
}

.success-ping {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(18, 63, 58, 0.1);
  animation: ping 2s infinite;
}

.success-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 18px 40px rgba(18, 63, 58, 0.25);
}

.success-icon svg {
  width: 3rem;
  height: 3rem;
}

#checkmark-path {
  stroke-dasharray: 35;
  stroke-dashoffset: 35;
  transition: stroke-dashoffset 0.6s ease 0.35s;
}

.success-card h3 {
  margin: 0 0 0.75rem;
  color: var(--primary);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.success-card p {
  margin: 0 0 0.5rem;
  color: var(--text-muted);
  line-height: 1.6;
  font-weight: 600;
}

.success-card .success-small {
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.success-card strong {
  color: var(--primary);
}

.final-cta {
  position: relative;
  overflow: hidden;
}

.final-cta h2 {
  max-width: 64rem;
  margin: 0 auto 2rem;
  color: var(--primary);
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.final-cta p {
  max-width: 42rem;
  margin: 0 auto 3rem;
  font-size: 1.25rem;
}

.final-actions {
  display: flex;
  justify-content: center;
}

.float-anim {
  animation: float 6s ease-in-out infinite;
}

.pulse-whatsapp {
  animation: pulse-whatsapp 2.2s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.34);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .services-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    padding-top: 9rem;
  }
}

@media (max-width: 768px) {
  .container,
  .small-container {
    width: min(100% - 32px, var(--container));
  }

  .hero {
    padding: 7rem 0 4rem;
  }

  .hero-grid {
    gap: 3rem;
  }

  .hero h1,
  .final-cta h2 {
    font-size: 3rem;
  }

  .hero-text,
  .final-cta p {
    font-size: 1.05rem;
  }

  .metrics {
    gap: 1.5rem;
  }

  .metric-divider {
    display: none;
  }

  .premium-box {
    display: none;
  }

  .performance-section,
  .services-section,
  .contact-section,
  .final-cta {
    padding: 5rem 0;
  }

  .section-heading {
    margin-bottom: 3.5rem;
  }

  .services-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .logos {
    gap: 2rem;
  }

  .btn-whatsapp {
    width: 100%;
    padding-inline: 1.5rem;
  }
}
