.elementor-51 .elementor-element.elementor-element-d52ff86{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;}.elementor-51 .elementor-element.elementor-element-d52ff86::before, .elementor-51 .elementor-element.elementor-element-d52ff86 > .elementor-background-video-container::before, .elementor-51 .elementor-element.elementor-element-d52ff86 > .e-con-inner > .elementor-background-video-container::before, .elementor-51 .elementor-element.elementor-element-d52ff86 > .elementor-background-slideshow::before, .elementor-51 .elementor-element.elementor-element-d52ff86 > .e-con-inner > .elementor-background-slideshow::before, .elementor-51 .elementor-element.elementor-element-d52ff86 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-51 .elementor-element.elementor-element-7d0299a{width:100%;max-width:100%;}@media(min-width:768px){.elementor-51 .elementor-element.elementor-element-d52ff86{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7d0299a *//* =========================================================
   VR - CSS - FOOTER GLOBAL
   Objetivo: Rodapé institucional premium em largura total
   Dependência: Widget HTML no Elementor
   Versão: 2.1.0
========================================================= */

/* =========================================================
   1. RESET DO TEMPLATE DO ELEMENTOR
========================================================= */

.elementor-location-footer,
.elementor-location-footer > .elementor-element,
.elementor-location-footer .vr-footer-wrapper,
.elementor-location-footer .elementor-widget-html,
.elementor-location-footer .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.elementor-location-footer,
.elementor-location-footer .vr-footer-wrapper {
  background-color: #061a2f;
}

/* =========================================================
   2. ESTRUTURA EXTERNA
========================================================= */

.vr-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;

  overflow: hidden;

  background-color: #061a2f;
  color: #d6dee7;

  font-family:
    var(--valore-font-body, "Inter", Arial, sans-serif);

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vr-footer *,
.vr-footer *::before,
.vr-footer *::after {
  box-sizing: border-box;
}

.vr-footer__container {
  width: min(
    calc(100% - 48px),
    var(--valore-container, 1280px)
  );

  margin-inline: auto;
  padding: 72px 0 28px;
}

/* =========================================================
   3. GRADE PRINCIPAL
========================================================= */

.vr-footer__grid {
  display: grid;

  grid-template-columns:
    minmax(280px, 1.5fr)
    minmax(150px, 0.75fr)
    minmax(190px, 1fr)
    minmax(230px, 1.1fr);

  gap: 56px;
  align-items: start;
}

.vr-footer__column,
.vr-footer__brand {
  min-width: 0;
}

/* =========================================================
   4. MARCA
========================================================= */

.vr-footer__brand {
  max-width: 390px;
}

.vr-footer__logo {
  display: inline-flex;
  align-items: center;

  margin: 0 0 22px;
  padding: 0;

  border-radius: 8px;
}

.vr-footer__logo img {
  display: block;

  width: 240px;
  max-width: 100%;
  height: auto;

  margin: 0;
  padding: 0;

  object-fit: contain;

  /*
   * Ajuste provisório para a versão escura da logo.
   * O ideal futuramente é utilizar uma versão clara em SVG
   * ou PNG transparente preparada para fundos escuros.
   */
  filter: brightness(1.35) contrast(1.15);

  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.vr-footer__logo:hover img {
  transform: scale(1.025);
}

/* =========================================================
   5. TEXTO INSTITUCIONAL
========================================================= */

.vr-footer__description {
  max-width: 370px;

  margin: 0 0 26px;

  color: #c7d1dc;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

/* =========================================================
   6. REDES SOCIAIS
========================================================= */

.vr-footer__social-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 12px;
}

.vr-footer__social-label {
  margin: 0;

  color: #ffffff;

  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.vr-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 12px;
}

.vr-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  flex: 0 0 44px;

  color: #ffffff;

  background-color: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(217, 164, 65, 0.48);
  border-radius: 50%;

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.vr-footer__social-link svg {
  display: block;

  width: 21px;
  height: 22px;

  pointer-events: none;
}

.vr-footer__social-link:hover,
.vr-footer__social-link:focus-visible {
  color: #d9a441;

  background: rgba(255,255,255,.04);

  border-color: #d9a441;

  box-shadow:
    0 0 0 3px rgba(217,164,65,.12),
    0 10px 24px rgba(0,0,0,.25);

  transform: translateY(-3px) scale(1.04);
}

/* =========================================================
   7. TÍTULOS DAS COLUNAS
========================================================= */

.vr-footer__title {
  position: relative;

  margin: 0 0 24px;
  padding: 0 0 12px;

  color: #ffffff;

  font-family:
    var(--valore-font-display, "Montserrat", Arial, sans-serif);

  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.vr-footer__title::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 36px;
  height: 2px;

  border-radius: 999px;

  background-color: #d9a441;
}

/* =========================================================
   8. NAVEGAÇÃO
========================================================= */

.vr-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 13px;
}

.vr-footer a {
  color: #d6dee7;

  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.vr-footer a:hover {
  color: #d9a441;
}

.vr-footer__nav a {
  position: relative;

  display: inline-flex;
  align-items: center;
}

.vr-footer__nav a::before {
  content: "";

  width: 0;
  height: 1px;

  margin-right: 0;

  background-color: #d9a441;

  opacity: 0;

  transition:
    width 180ms ease,
    margin-right 180ms ease,
    opacity 180ms ease;
}

.vr-footer__nav a:hover {
  transform: translateX(2px);
}

.vr-footer__nav a:hover::before {
  width: 10px;
  margin-right: 7px;

  opacity: 1;
}

/* =========================================================
   9. CONTATO
========================================================= */

.vr-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 15px;

  margin: 0;

  font-style: normal;
}

.vr-footer__contact-item {
  display: flex;
  align-items: flex-start;

  gap: 10px;

  width: 100%;

  color: #d6dee7;

  font-size: 14px;
  line-height: 1.58;
}

.vr-footer__contact-item > span:last-child {
  min-width: 0;

  overflow-wrap: anywhere;
}

.vr-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  flex: 0 0 28px;

  margin-top: 1px;

  color: #d9a441;

  background-color: rgba(217, 164, 65, 0.08);

  border: 1px solid rgba(217, 164, 65, 0.18);
  border-radius: 8px;

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.vr-footer__contact-icon svg {
  display: block;

  width: 16px;
  height: 16px;

  pointer-events: none;
}

.vr-footer a.vr-footer__contact-item:hover {
  color: #ffffff;

  transform: translateX(3px);
}

.vr-footer a.vr-footer__contact-item:hover .vr-footer__contact-icon {
  color: #061a2f;

  background-color: #d9a441;
  border-color: #d9a441;
}

.vr-footer__contact-item--address {
  line-height: 1.65;
}

.vr-footer__contact-item--document {
  color: #aebdcb;
}

.vr-footer__contact-item--document strong {
  color: #ffffff;
  font-weight: 600;
}

/* WhatsApp temporariamente desativado */

.vr-footer__contact-item.is-disabled {
  cursor: not-allowed;

  color: #8295a8;

  opacity: 0.76;
  pointer-events: none;
}

.vr-footer__contact-item.is-disabled .vr-footer__contact-icon {
  color: #8295a8;

  background-color: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
}

/* Horário de atendimento */

.vr-footer__service-hours {
  width: 100%;

  margin: 4px 0 0;
  padding-top: 15px;

  color: #8ca0b4;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  font-size: 13px;
  line-height: 1.65;
}

/* =========================================================
   10. ACESSIBILIDADE
========================================================= */

.vr-footer a:focus-visible {
  color: #ffffff;

  outline: 2px solid #d9a441;
  outline-offset: 4px;

  border-radius: 5px;
}

.vr-footer__social-link:focus-visible {
  color: #061a2f;

  background-color: #d9a441;
  border-color: #d9a441;

  border-radius: 50%;
}

/* =========================================================
   11. FAIXA INFERIOR
========================================================= */

.vr-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 58px;
  padding-top: 24px;

  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vr-footer__bottom p {
  margin: 0;

  color: #8ca0b4;

  font-size: 14px;
  line-height: 1.5;
}

.vr-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 24px;
}

.vr-footer__legal a {
  position: relative;

  font-size: 14px;
}

.vr-footer__legal a:hover {
  color: #ffffff;
}

/* =========================================================
   12. TABLET
========================================================= */

@media (max-width: 1024px) {
  .vr-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 48px 40px;
  }

  .vr-footer__brand {
    max-width: none;
  }

  .vr-footer__description {
    max-width: 520px;
  }
}

/* =========================================================
   13. MOBILE
========================================================= */

@media (max-width: 767px) {
  .vr-footer__container {
    width: min(
      calc(100% - 40px),
      var(--valore-container, 1280px)
    );

    padding: 52px 0 24px;
  }

  .vr-footer__grid {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .vr-footer__brand {
    max-width: 100%;
  }

  .vr-footer__logo {
    margin-bottom: 20px;
  }

  .vr-footer__logo img {
    width: 210px;
  }

  .vr-footer__description {
    max-width: 100%;

    font-size: 14px;
    line-height: 1.72;
  }

  .vr-footer__title {
    margin-bottom: 21px;
  }

  .vr-footer__social-link {
    width: 46px;
    height: 46px;

    flex-basis: 46px;
  }

  .vr-footer__contact {
    gap: 16px;
  }

  .vr-footer__contact-item {
    font-size: 14px;
  }

  .vr-footer__bottom {
    flex-direction: column;
    align-items: flex-start;

    gap: 18px;

    margin-top: 44px;
  }

  .vr-footer__legal {
    flex-direction: column;
    align-items: flex-start;

    gap: 10px;
  }
}

/* =========================================================
   14. TELAS MUITO PEQUENAS
========================================================= */

@media (max-width: 420px) {
  .vr-footer__container {
    width: calc(100% - 32px);
  }

  .vr-footer__logo img {
    width: 195px;
  }

  .vr-footer__contact-item {
    gap: 9px;
  }

  .vr-footer__bottom p,
  .vr-footer__legal a {
    font-size: 13px;
  }
}

/* =========================================================
   15. REDUÇÃO DE MOVIMENTO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .vr-footer *,
  .vr-footer *::before,
  .vr-footer *::after {
    scroll-behavior: auto !important;

    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */