.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-dc9b6ba */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800;900&display=swap");

.ls-footer,
.ls-footer * {
  box-sizing: border-box;
}

.ls-footer {
  --ls-azul-profundo: #061426;
  --ls-azul-noturno: #0B1E36;
  --ls-preto-azulado: #020914;
  --ls-dourado: #D8B86D;
  --ls-dourado-claro: #F3D98D;
  --ls-bege: #F7EBD0;
  --ls-branco: #F5F2EA;

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(216, 184, 109, 0.13), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(243, 217, 141, 0.08), transparent 28%),
    linear-gradient(180deg, var(--ls-azul-profundo), var(--ls-preto-azulado));
  color: var(--ls-branco);
  font-family: "Manrope", "Inter", Arial, sans-serif;
}

.ls-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(247, 235, 208, 0.55) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(216, 184, 109, 0.45) 1px, transparent 1.4px);
  background-size: 140px 140px, 210px 210px;
  background-position: 20px 40px, 90px 10px;
  opacity: 0.1;
  pointer-events: none;
}

.ls-footer__container {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1520px);
  margin-inline: auto;
  padding: clamp(38px, 4.8vw, 64px) 0 24px;
}

.ls-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.7fr) minmax(220px, 0.8fr);
  gap: clamp(30px, 4.4vw, 68px);
  align-items: start;
}

.ls-footer__brand {
  max-width: 430px;
}

.ls-footer__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.ls-footer__logo img {
  width: clamp(145px, 11vw, 198px);
  height: auto;
  display: block;
}

.ls-footer__text {
  margin: 0;
  color: rgba(245, 242, 234, 0.72);
  font-size: clamp(0.96rem, 0.98vw, 1.04rem);
  line-height: 1.68;
}

.ls-footer__quote {
  margin: 22px 0 0;
  color: var(--ls-dourado-claro);
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(1.45rem, 2.1vw, 2.18rem);
  font-weight: 600;
  line-height: 1.08;
}

.ls-footer__col-title {
  margin: 0 0 16px;
  color: var(--ls-bege);
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(1.28rem, 1.45vw, 1.62rem);
  font-weight: 600;
  line-height: 1.1;
}

.ls-footer__nav,
.ls-footer__contact {
  display: grid;
  gap: 12px;
}

.ls-footer__nav a,
.ls-footer__contact a {
  width: fit-content;
  color: rgba(245, 242, 234, 0.7);
  text-decoration: none;
  font-size: 0.96rem;
  line-height: 1.42;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.ls-footer__nav a:hover,
.ls-footer__nav a:focus-visible,
.ls-footer__contact a:hover,
.ls-footer__contact a:focus-visible {
  color: var(--ls-dourado-claro);
  transform: translateX(3px);
  outline: none;
}

.ls-footer__cta {
  margin-top: 20px;
  min-height: 48px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(
      135deg,
      var(--ls-dourado-claro),
      var(--ls-dourado),
      #b9872e
    );
  color: var(--ls-preto-azulado);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ls-footer__cta:hover,
.ls-footer__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(216, 184, 109, 0.24);
  outline: none;
}

.ls-footer__divider {
  margin: clamp(34px, 4vw, 48px) 0 22px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(216, 184, 109, 0.34),
    transparent
  );
}

.ls-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.88rem;
}

.ls-footer__legal {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ls-footer__legal a,
.ls-footer__backtop {
  color: rgba(245, 242, 234, 0.62);
  text-decoration: none;
  transition: color 0.25s ease;
}

.ls-footer__legal a:hover,
.ls-footer__legal a:focus-visible,
.ls-footer__backtop:hover,
.ls-footer__backtop:focus-visible {
  color: var(--ls-dourado-claro);
  outline: none;
}

.ls-footer__backtop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ls-footer__backtop svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .ls-footer__container {
    padding-top: 44px;
  }

  .ls-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ls-footer__brand {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .ls-footer__container {
    width: min(100% - 36px, 1520px);
    padding: 40px 0 24px;
  }

  .ls-footer__top {
    gap: 30px;
  }

  .ls-footer__logo {
    margin-bottom: 18px;
  }

  .ls-footer__quote {
    margin-top: 20px;
  }

  .ls-footer__cta {
    width: 100%;
  }

  .ls-footer__divider {
    margin: 32px 0 20px;
  }

  .ls-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ls-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ls-footer *,
  .ls-footer *::before,
  .ls-footer *::after {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
  }

  .ls-footer__nav a:hover,
  .ls-footer__contact a:hover,
  .ls-footer__cta:hover {
    transform: none;
  }
}/* End custom CSS */