@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
p strong {
  color: #003147;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: normal;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #003147;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #003147;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  font-family: "Gilda Display", serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #003147;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #1d1d1d;
}
a:hover {
  opacity: 0.7;
}

.btn {
  border-radius: 4px;
  background: #037cae;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 16px;
}

.btn:hover {
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 49, 71, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(0, 49, 71, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #003147 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #003147 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #037cae !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 8px;
  background: #037cae !important;
}

.footer {
  background: #003147;
}
.footer__top {
  padding: 60px 0 90px;
}
.footer__top * {
  color: white;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .footer__top > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logoFooter {
  max-width: 370px;
}
.footer__top .logoFooter p {
  margin-bottom: 32px;
}
.footer__top .menuFooter .primary-menu li {
  margin-bottom: 12px;
}
.footer__top .menuFooter .primary-menu li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer__top .btnsFooter .btnFooter {
  background: white;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003147;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer__top .btnsFooter .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.footer__top .btnsFooter .logoFFGas {
  margin-top: 24px;
  text-align: center;
}
.footer__top .btnsFooter .logoFFGas img {
  max-width: 150px;
}
.footer__bottom > .container {
  border-top: 4px solid white;
  padding: 29px 0;
}
@media (min-width: 1200px) {
  .footer__bottom > .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .footer__bottom > .container {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.homepage .quemSomos {
  padding: 32px 0;
  background: #fafafa;
}
@media (max-width: 1199px) {
  .homepage .quemSomos {
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
.homepage .quemSomos > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.homepage .quemSomos__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  width: 543px;
  height: 388px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .homepage .quemSomos__imagem {
    width: 100%;
  }
}
.homepage .quemSomos__conteudo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}
@media (max-width: 1199px) {
  .homepage .quemSomos__conteudo {
    max-width: 100%;
  }
}
.homepage .quemSomos__conteudo h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
}
.homepage .quemSomos__conteudo p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
}
.homepage .quemSomos__btn {
  display: flex;
  flex-direction: column;
}
.homepage .quemSomos__btn a {
  width: fit-content;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  background: #638cbe;
  padding: 16px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
}
.homepage .quemSomos__logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.homepage .servicos {
  padding: 56px 0;
}
.homepage .servicos .txt {
  text-align: center;
}
.homepage .servicos__cards {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .homepage .servicos__cards {
    flex-direction: column;
    padding: 30px 16px;
  }
}
.homepage .servicos__cards__borda {
  width: 392px;
  border: 3px solid #037cae;
}
.homepage .servicos__cards .servicos__borda {
  height: inherit;
}
.homepage .servicos__cards__linhaUm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.homepage .servicos__cards__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 250px;
}
.homepage .servicos__cards__conteudo {
  display: flex;
  justify-content: center;
}
.homepage .servicos__cards__conteudo span {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
}
.homepage .servicos__cards__linhaDois {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.homepage .servicos__cards__bordaDois {
  width: 348px;
  height: 176px;
  border: 3px solid #638cbe;
}
.homepage .servicos__cards__texto {
  display: flex;
  padding: 60px 0;
  justify-content: center;
}
.homepage .servicos__cards__texto span {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
}
.homepage .servicos__cards__linhaTres {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.homepage .servicos__cards__bordaTres {
  width: 348px;
  height: 176px;
  border: 3px solid #638cbe;
}
.homepage .destaques {
  width: 100%;
  background: #fafafa;
  padding: 40px 0;
}
.homepage .destaques__titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.homepage .destaques__titulo h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
  text-align: center;
}
.homepage .destaques__titulo a {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  background: #037cae;
  padding: 16px 24px;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
}
.homepage .destaques__flex {
  display: flex;
}
.homepage .destaques__imagens {
  background-repeat: no-repeat;
  background-size: cover;
  width: 325px;
  height: 417px;
}
.homepage .promocao__imagem {
  width: 100%;
  height: 560px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .promocao__imagem::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .homepage .promocao__imagem {
    height: 400px;
  }
}
.homepage .promocao__imagem .container {
  position: relative;
  z-index: 2;
}
.homepage .promocao__conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 0;
  gap: 40px;
}
@media (max-width: 1199px) {
  .homepage .promocao__conteudo {
    padding: 0;
  }
}
.homepage .promocao__conteudo h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .homepage .promocao__conteudo h4 {
    font-size: 32px;
    line-height: 48px;
  }
}
.homepage .promocao__conteudo a {
  width: fit-content;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  text-decoration: none;
  background: #037cae;
  padding: 16px 24px;
  border-radius: 4px;
  color: #ffffff;
}
.homepage .categorias {
  padding: 30px 0;
}
.homepage .categorias__conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.homepage .categorias__conteudo h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
  text-align: center;
}
.homepage .categorias__conteudo a {
  border-radius: 4px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  background: #037cae;
  text-decoration: none;
  padding: 16px 24px;
  width: fit-content;
}
.homepage .categoria-imagens {
  display: flex;
  gap: 20px;
}
.homepage .categoria-imagens .imagens {
  background-repeat: no-repeat;
  background-size: cover;
  width: 298px;
  height: 286px;
}
.homepage .visitar {
  background: #fafafa;
}
.homepage .visitar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .homepage .visitar .container {
    flex-direction: column-reverse;
  }
}
.homepage .visitar__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  width: 533px;
  height: 388px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .homepage .visitar__imagem {
    width: 100%;
  }
}
.homepage .visitar__conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.homepage .visitar__conteudo h5 {
  max-width: 567px;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2%;
}
.homepage .visitar__conteudo a {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 4px;
  background: #638cbe;
  width: fit-content;
}
.homepage .ctaFinal {
  background: #a6c93a;
  padding: 120px 0;
}
.homepage .ctaFinal .txt {
  text-align: center;
}
.homepage .ctaFinal .txt h2 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  .homepage .ctaFinal .txt h2 {
    font-size: 32px;
  }
}
.homepage .ctaFinal .txt * {
  color: white;
}
.homepage .ctaFinal .btn {
  margin: 24px auto;
  background: white;
  color: #a6c93a;
}

.pageSobre .historia {
  width: 100%;
  background: #fafafa;
  padding: 32px 0;
}
.pageSobre .historia__flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .pageSobre .historia__flex {
    flex-direction: column-reverse;
  }
}
.pageSobre .historia__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  width: 533px;
  height: 388px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .pageSobre .historia__imagem {
    width: 100%;
    height: 280px;
  }
}
.pageSobre .historia__conteudo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pageSobre .historia__conteudo h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
}
.pageSobre .historia__conteudo p {
  max-width: 672px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
}
.pageSobre .historia__conteudo a {
  font-weight: 700;
  font-style: Bold Italic;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  color: #000000;
  text-decoration: none;
}
.pageSobre .historia__logo {
  display: flex;
  justify-content: end;
}
.pageSobre .profissionais-titulo {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}
.pageSobre .profissionais-titulo h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
  text-align: center;
}
.pageSobre .profissao {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .pageSobre .profissao {
    flex-direction: column;
  }
}
.pageSobre .profissao__imagem {
  width: 633px;
  height: 767px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 48px 32px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .pageSobre .profissao__imagem {
    width: 100%;
    height: 560px;
  }
}
.pageSobre .profissao__bloco {
  display: flex;
  justify-content: center;
}
.pageSobre .profissao__bg {
  width: 580px;
  height: 295px;
  border-radius: 12px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .pageSobre .profissao__bg {
    width: 100%;
  }
}
.pageSobre .profissao__conteudo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 28px;
}
.pageSobre .profissao__conteudo span {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 138%;
  letter-spacing: -4%;
}
.pageSobre .profissao__conteudo p {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -4%;
}
.pageSobre .profissao__conteudo strong {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 138%;
  letter-spacing: -4%;
}
.pageSobre .profissao__horario {
  display: flex;
  flex-direction: column;
}
.pageSobre .profissao__maps {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageSobre .profissao__maps a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
  padding: 16px 16px;
}
.pageSobre .lavandarias-bg {
  width: 100%;
  background: #fafafa;
  padding: 0 0 76px;
}
.pageSobre .lavandarias-bg .lavandarias-titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.pageSobre .lavandarias-bg .lavandarias-titulo h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
  text-align: center;
}
.pageSobre .lavandarias-bg .lavandarias-titulo p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
}
.pageSobre .lavandarias-bg .lavandarias-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .pageSobre .lavandarias-bg .lavandarias-flex {
    flex-direction: column;
  }
}
.pageSobre .lavandarias-bg .lavandarias-borda {
  width: 348px;
  border: 3px solid #638cbe;
}
@media (max-width: 1199px) {
  .pageSobre .lavandarias-bg .lavandarias-borda {
    width: 100%;
  }
}
.pageSobre .lavandarias-bg .lavandarias-conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 16px;
}
.pageSobre .lavandarias-bg .lavandarias-conteudo span {
  font-size: 24px;
  font-weight: 700;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
}
.pageSobre .lavandarias-bg .lavandarias-conteudo .imgBox {
  width: 280px;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.pageSobre .eletro {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .pageSobre .eletro {
    padding: 50px 16px;
  }
}
.pageSobre .eletro__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .pageSobre .eletro__flex {
    flex-direction: column;
  }
}
.pageSobre .eletro__titulo {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.pageSobre .eletro__titulo h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
}
.pageSobre .eletro__icones {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pageSobre .eletro__icones p {
  font-weight: 700;
  font-style: bold;
  font-size: 20px;
  line-height: 108%;
  letter-spacing: -2%;
}
.pageSobre .eletro__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  width: 551px;
  height: 548px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .pageSobre .eletro__imagem {
    width: 100%;
    margin-top: 24px;
  }
}
.pageSobre .contatos__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 560px;
  position: relative;
}
@media (max-width: 1199px) {
  .pageSobre .contatos__imagem {
    background-position: 65%;
  }
}
.pageSobre .contatos__imagem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.pageSobre .contatos__imagem .container {
  position: relative;
  z-index: 2;
}
.pageSobre .contatos__conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 170px 0;
}
.pageSobre .contatos__conteudo h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 1110px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .pageSobre .contatos__conteudo h5 {
    font-size: 32px;
    line-height: 42px;
  }
}
.pageSobre .contatos__btn {
  display: flex;
  gap: 30px;
}
.pageSobre .contatos__btn a {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #037cae;
  padding: 16px 32px;
  border-radius: 4px;
}

.contacto {
  padding-top: 48px;
}

.contactSection {
  padding: 24px 0 48px;
}
.contactSection .contactWrapper {
  display: flex;
  border: 1px solid #c5d5d5;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contactSection .contactWrapper {
    flex-direction: column;
  }
}
.contactSection .contactForm {
  flex: 1;
  padding: 40px;
  border-right: 1px solid #c5d5d5;
  max-width: 630px;
}
@media (max-width: 768px) {
  .contactSection .contactForm {
    border-right: none;
    border-bottom: 1px solid #c5d5d5;
  }
}
.contactSection .contactForm form {
  max-width: 563px;
}
.contactSection .contactForm form .formRow {
  display: flex;
  gap: 15px;
}
@media (max-width: 600px) {
  .contactSection .contactForm form .formRow {
    flex-direction: column;
  }
}
.contactSection .contactForm form .formGroup {
  width: 100%;
  margin-bottom: 20px;
}
.contactSection .contactForm form .formGroup.half {
  flex: 1;
}
.contactSection .contactForm form .formGroup input,
.contactSection .contactForm form .formGroup textarea,
.contactSection .contactForm form .formGroup select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  color: #2c2c2c;
  font-family: inherit;
  transition: border-color 0.2s ease;
  background: transparent;
}
.contactSection .contactForm form .formGroup input:focus,
.contactSection .contactForm form .formGroup textarea:focus,
.contactSection .contactForm form .formGroup select:focus {
  border-color: #d00321;
  outline: none;
}
.contactSection .contactForm form .formGroup input::placeholder,
.contactSection .contactForm form .formGroup textarea::placeholder,
.contactSection .contactForm form .formGroup select::placeholder {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup label {
  color: #2c2c2c;
}
.contactSection .contactForm form .formGroup textarea {
  height: 120px;
  resize: none;
}
.contactSection .contactForm form .formSubmit {
  text-align: left;
}
.contactSection .contactForm form .formSubmit input[type=submit] {
  background: #003147;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20V4L22 12L3 20ZM5 17L16.85 12L5 7V10.5L11 12L5 13.5V17ZM5 17V12V7V10.5V13.5V17Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 50px;
}
.contactSection .contactInfo {
  flex: 0 0 40%;
  padding: 40px;
  background: #fff;
}
.contactSection .contactInfo h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.contactSection .contactInfo p strong {
  color: #1d1d1d;
}
.contactSection .contactInfo .btnWhats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  background: #00d35e;
  padding: 8px 16px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  margin: 16px 0;
}
.contactSection .contactInfo .infoItem {
  margin-bottom: 20px;
}
.contactSection .contactInfo .infoItem strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}
.contactSection .contactInfo .infoItem p {
  margin: 0;
  color: #333;
  font-size: 15px;
}
.contactSection .contactInfo .infoItem p a {
  color: #d00321;
  text-decoration: none;
}
.contactSection .contactInfo .infoItem p a:hover {
  text-decoration: underline;
}

.iframeMapa {
  padding-bottom: 48px;
}
.iframeMapa p {
  margin: 0 !important;
}
.iframeMapa > .container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1199px) {
  .iframeMapa > .container {
    flex-direction: column;
  }
  .iframeMapa > .container iframe {
    width: 100%;
  }
}

.servicos-titulo {
  padding-top: 32px;
}
.servicos-titulo h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
  text-align: center;
}

.servicos {
  padding: 30px 0;
}
.servicos__flex {
  display: flex;
  justify-content: center;
}
.servicos__borda {
  height: 500px;
  border: 3px solid #037cae;
  padding: 15px 18px;
  margin: 0 8px;
}
@media (min-width: 1200px) {
  .servicos__borda {
    width: 360px !important;
  }
}
.servicos__imagem {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 215px;
  background-position: right;
}
.servicos__conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 0;
}
.servicos__conteudo span {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.servicos__conteudo p {
  max-width: 351px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.servicos__conteudo a {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  background: #037cae;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
}

.contatos {
  width: 100%;
  background: #037cae;
  display: flex;
}
@media (max-width: 1199px) {
  .contatos {
    flex-direction: column-reverse;
  }
}
.contatos__flex {
  display: flex;
  gap: 70px;
}
@media (max-width: 1199px) {
  .contatos__flex {
    flex-direction: column;
    padding: 24px 0;
    gap: 32px;
  }
}
.contatos__imagem {
  background-size: cover;
  background-repeat: no-repeat;
  width: 432px;
  height: 288px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .contatos__imagem {
    width: 100%;
  }
}
.contatos__conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.contatos__conteudo h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -2%;
  color: #ffffff;
}
.contatos__conteudo p {
  max-width: 425px;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 113%;
  letter-spacing: -1%;
  color: #ffffff;
}
.contatos__btn {
  display: flex;
  align-items: center;
}
.contatos__btn a {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  background-color: #ffffff;
  text-decoration: none;
  padding: 16px 32px;
  color: #037cae;
  border-radius: 4px;
}

.pageBlog {
  padding: 62px 0 0;
  background: #f3f3f3;
  border-bottom: 20px solid #037cae;
}
.pageBlog__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .pageBlog__intro {
    padding-bottom: 45px;
  }
}
.pageBlog__intro .title h2 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  .pageBlog__intro .title h2 {
    font-size: 42px;
  }
}
.pageBlog__intro .title p {
  color: #252121;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 109%; /* 28.34px */
  letter-spacing: -0.52px;
}
.pageBlog__destaque .blogPost {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost {
    flex-direction: column-reverse;
  }
}
.pageBlog__destaque .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 432px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost .blogImg {
    width: 100%;
  }
}
.pageBlog__destaque .blogPost .contentBlog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.pageBlog__destaque .blogPost .contentBlog .boxBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pageBlog__destaque .blogPost .contentBlog .boxBtn .btn {
  margin: 0;
}
.pageBlog__destaque .blogPost .contentBlog .txt h2 {
  color: #252121;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 83%; /* 41.5px */
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost .contentBlog .txt h2 {
    font-size: 32px;
    line-height: 130%;
  }
}
.pageBlog__destaque .blogPost .contentBlog .txt p {
  color: #252121;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 109%; /* 28.34px */
  letter-spacing: -0.52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageBlog__destaque .blogPost .contentBlog .btn {
  border-radius: 4px;
  color: white;
  padding: 8px 24px;
}
.pageBlog__txt {
  text-align: center;
  padding: 48px 0;
}
.pageBlog__blog .titleBlog {
  text-align: center;
}
.pageBlog__blog__txt {
  text-align: center;
}
.pageBlog__blog__boxes {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px;
}
.pageBlog__blog__boxes .slick-dots {
  bottom: -50px;
}
.pageBlog__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #003147;
  font-size: 20px;
}
.pageBlog__blog__boxes .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' fill='%23a07e28'/%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-prev::before {
  content: "";
}
.pageBlog__blog__boxes .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' fill='%2312D0FF'/%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-next::before {
  content: "";
}
.pageBlog__blog__boxes .blogPost {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.pageBlog__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pageBlog__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.pageBlog__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.pageBlog__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 287px;
  border-radius: 16px;
}
.pageBlog__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  text-align: center;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
  text-align: center;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt h4 {
  color: #252121;
}
.pageBlog__blog__boxes .blogPost .contentBlog .btn {
  border-radius: 28px;
  background: #c7a14a;
  padding: 8px 24px;
}
.pageBlog__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.pageBlog__img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .pageBlog__img {
    background-position: center center;
  }
}
.pageBlog__img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pageBlog__img > .container {
  position: relative;
}
.pageBlog__img__content {
  text-align: center;
}
.pageBlog__img__content h2 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%; /* 57px */
  letter-spacing: -1.2px;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .pageBlog__img__content h2 {
    font-size: 32px;
    line-height: 130%;
  }
}

.pageBlog__destaque {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1199px) {
  .pageBlog__destaque {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogPost--principal {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pageBlog__destaque .blogPost--principal .blogImg {
  width: 780px;
  height: 452px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogPost--principal .blogImg {
    width: 100%;
    height: 190px;
  }
}
.pageBlog__destaque .blogPost--principal .contentBlog {
  margin-top: 20px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt h2 {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  margin-bottom: 10px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .txt p {
  font-size: 16px;
  line-height: 24px;
}
.pageBlog__destaque .blogPost--principal .contentBlog .btn {
  margin-top: 15px;
}
.pageBlog__destaque .blogLateral {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral {
    flex-direction: column;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
  width: 220px;
  height: 190px;
  flex-shrink: 0;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .pageBlog__destaque .blogLateral .blogPost--lateral .blogImg {
    width: 100%;
    height: 300px;
  }
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt p {
  font-size: 14px;
}
.pageBlog__destaque .blogLateral .blogPost--lateral .contentBlog .txt .blogDate {
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
}

.blocosHomeEva .bloco {
  padding: 60px 0;
  background: #e5e1d6;
  border-bottom: 15px solid #612418;
}
.blocosHomeEva .bloco__intro {
  text-align: center;
  margin-bottom: 40px;
}
.blocosHomeEva .bloco__intro h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco__intro p {
  max-width: 800px;
  margin: 0 auto;
}
.blocosHomeEva .bloco .abas {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blocosHomeEva .bloco .abas .aba {
  background: #e5e1d6;
  border: 2px solid #612418;
  color: #612418;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.blocosHomeEva .bloco .abas .aba.ativa, .blocosHomeEva .bloco .abas .aba:hover {
  background: #612418;
  color: #fff;
}
.blocosHomeEva .bloco .abaConteudo {
  display: none;
}
.blocosHomeEva .bloco .abaConteudo.ativa {
  display: block;
  animation: fadeIn 0.4s ease;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  padding-top: 24px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto {
  border: 1px solid #612418;
  border-radius: 8px;
  text-align: center;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .imgCard {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .txtCard {
  padding: 16px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto h3 {
  color: #612418;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto p {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.blocosHomeEva .bloco .abaConteudo .cardsGrid .cardProduto .btn {
  display: inline-block;
  background: #612418;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blocoDestaque {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoDestaque .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blocoDestaque .container {
    flex-direction: column;
  }
}
.blocoDestaque .left {
  max-width: 687px;
  position: relative;
}
.blocoDestaque .left .itensDestaque {
  padding-top: 24px;
}
.blocoDestaque .left .itensDestaque .itemDestaque {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.blocoDestaque .left .itensDestaque .itemDestaque .icone {
  background: #003147;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocoDestaque .left .itensDestaque .itemDestaque h4 {
  margin: 0;
}
.blocoDestaque .left .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.blocoDestaque .right .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoDestaque .right .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.blocoBolo {
  background: #e5e1d6;
  padding: 48px 0 0;
  position: relative;
}
.blocoBolo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #612418;
}
.blocoBolo .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blocoBolo .txt {
  text-align: center;
  padding-bottom: 24px;
}
.blocoBolo .btnBolo {
  color: white;
  margin-bottom: 16px;
}
.blocoBolo .logoEva {
  position: absolute;
  bottom: 48px;
  right: 25px;
}

.blocoEventos {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoEventos .container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1199px) {
  .blocoEventos .container {
    flex-direction: column-reverse;
  }
}
.blocoEventos .right {
  max-width: 687px;
  position: relative;
}
.blocoEventos .right .txt {
  margin-bottom: 24px;
}
.blocoEventos .right .txt ul {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 16px;
}
.blocoEventos .right .txt ul li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 8px;
}
.blocoEventos .right .btn {
  color: white;
}
.blocoEventos .right .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .blocoEventos .right .logoEva {
    bottom: -50px;
    right: 0px;
    max-width: 90px;
  }
}
.blocoEventos .left .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoEventos .left .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.blocoExperiencias {
  background: #faf9f8;
  padding: 48px 0;
  border-bottom: 15px solid #254538;
}
.blocoExperiencias .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1199px) {
  .blocoExperiencias .container {
    flex-direction: column;
  }
}
.blocoExperiencias .right {
  max-width: 687px;
  position: relative;
}
.blocoExperiencias .right .txt {
  margin-bottom: 24px;
}
.blocoExperiencias .right .txt ul {
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 16px;
}
.blocoExperiencias .right .txt ul li {
  list-style: disc;
  font-weight: 700;
  margin-bottom: 8px;
}
.blocoExperiencias .right .btn {
  color: white;
}
.blocoExperiencias .right .logoEva {
  position: absolute;
  bottom: 0;
  right: 25px;
}
@media (max-width: 767px) {
  .blocoExperiencias .right .logoEva {
    bottom: -60px;
    right: 0px;
    max-width: 90px;
  }
}
.blocoExperiencias .left .imgDestaque {
  width: 515px;
  height: 476px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .blocoExperiencias .left .imgDestaque {
    width: 100%;
    height: 300px;
  }
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.imgFilter {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.imgFilter:hover {
  filter: grayscale(0%);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.header {
  z-index: 9;
  padding: 24px 0;
  background: white;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header > .container {
    max-width: 1440px;
  }
}
.header__top {
  border-bottom: 1px solid #003147;
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .header__top {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__bottom {
    margin-bottom: -24px;
    transition: margin-bottom 0.3s ease;
  }
}
@media (max-width: 1199px) {
  .header__bottom > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .header__bottom .logo.desk {
    display: none;
  }
}
.header__bottom .logo.mob {
  display: none;
}
@media (max-width: 1199px) {
  .header__bottom .logo.mob {
    display: block;
  }
}
.header .headerLeft {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .headerTop {
  background: white;
  padding: 24px 0;
}
.header .headerRight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header .headerRight.desktop {
    display: none;
  }
}
.header .headerRight.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .header .headerRight.mobile {
    display: flex;
    flex-direction: column;
  }
}
.header .headerRight .redes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 190px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    display: block;
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.header .primary-menu li a {
  font-size: 20px;
  color: #037cae;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #1d1d1d;
  }
}
@media (max-width: 1199px) {
  .header .primary-menu li > .sub-menu {
    padding-top: 16px;
    padding-left: 16px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .header .primary-menu li > .sub-menu {
    position: absolute;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    padding: 16px 8px;
    z-index: 2;
    border-radius: 0 0 8px 8px;
  }
  .header .primary-menu li > .sub-menu li {
    margin-bottom: 16px;
  }
  .header .primary-menu li > .sub-menu li a {
    padding: 8px 16px;
    font-size: 16px;
  }
  .header .primary-menu li > .sub-menu li a:hover {
    background: #003147;
    color: white;
  }
  .header .primary-menu li:hover > .sub-menu {
    display: block;
  }
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner h1 {
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 18px;
  line-height: 25px;
}
.banner .boxBanner .btnsBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
}
.banner .boxBanner .btnsBanner .btnBanner:nth-child(even) {
  background: white;
  color: #037cae;
}