.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-4c38e39 */#le-footer {
  background: var(--text-primary);
  color: rgba(250, 247, 242, 0.7);
  font-family: var(--font-body);
  overflow: hidden;
}
 
/* --- CTA Section (top) --- */
#le-footer .le-footer__cta-section {
  padding: 80px 80px 60px;
  text-align: center;
}
 
#le-footer .le-footer__cta-inner {
  max-width: 560px;
  margin: 0 auto;
}
 
#le-footer .le-footer__cta-eyebrow {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold) !important;
  display: block;
  margin-bottom: 20px;
}
 
#le-footer .le-footer__cta-title {
  font-family: var(--font-display) !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 400 !important;
  color: var(--cream) !important;
  line-height: 1.2;
  margin: 0 0 16px;
}
 
#le-footer .le-footer__cta-title em {
  font-style: italic;
  color: var(--gold-light) !important;
}
 
#le-footer .le-footer__cta-text {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: rgba(250, 247, 242, 0.6) !important;
  line-height: 1.7;
  margin: 0 0 32px;
}
 
#le-footer .le-footer__cta-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
  background: var(--gold-light) !important;
  color: var(--text-primary) !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  padding: 16px 36px !important;
  border-radius: 100px !important;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
 
#le-footer .le-footer__cta-button:hover {
  background: var(--gold) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(184, 149, 106, 0.3);
}
 
/* --- Divider --- */
#le-footer .le-footer__divider {
  padding: 0 80px;
}
 
#le-footer .le-footer__divider-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
  opacity: 0.3;
  max-width: 1200px;
  margin: 0 auto;
}
 
/* --- Main Grid --- */
#le-footer .le-footer__main {
  padding: 60px 80px 50px;
}
 
#le-footer .le-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
}
 
/* --- Brand Column --- */
#le-footer .le-footer__logo {
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 20px;
}
 
#le-footer .le-footer__logo-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
 
#le-footer .le-footer__brand-text {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: rgba(250, 247, 242, 0.55) !important;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 280px;
}
 
/* Social Icons */
#le-footer .le-footer__social {
  display: flex;
  gap: 12px;
}
 
#le-footer .le-footer__social-link {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(250, 247, 242, 0.06) !important;
  border: 1px solid rgba(250, 247, 242, 0.1);
  color: rgba(250, 247, 242, 0.6) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
 
#le-footer .le-footer__social-link:hover {
  background: rgba(184, 149, 106, 0.15) !important;
  border-color: var(--gold-dark);
  color: var(--gold-light) !important;
  transform: translateY(-2px);
}
 
/* --- Column Titles --- */
#le-footer .le-footer__col-title {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold) !important;
  margin: 0 0 24px;
}
 
/* --- Nav Links --- */
#le-footer .le-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
 
#le-footer .le-footer__link {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(250, 247, 242, 0.6) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-block;
}
 
#le-footer .le-footer__link:hover {
  color: var(--cream) !important;
  transform: translateX(4px);
}
 
#le-footer .le-footer__link em {
  font-style: italic;
  color: var(--gold-light) !important;
  font-family: var(--font-display) !important;
}
 
/* --- Contact List --- */
#le-footer .le-footer__contact-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
 
#le-footer .le-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(250, 247, 242, 0.4);
}
 
#le-footer .le-footer__contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
}
 
#le-footer .le-footer__contact-link {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(250, 247, 242, 0.6) !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  line-height: 1.5;
}
 
#le-footer .le-footer__contact-link:hover {
  color: var(--gold-light) !important;
}
 
/* --- Hours --- */
#le-footer .le-footer__hours {
  padding-top: 4px;
}
 
#le-footer .le-footer__hours-title {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold) !important;
  margin: 0 0 14px;
}
 
#le-footer .le-footer__hours-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
}
 
#le-footer .le-footer__hours-day {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(250, 247, 242, 0.55) !important;
}
 
#le-footer .le-footer__hours-time {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(250, 247, 242, 0.75) !important;
  text-align: right;
}
 
#le-footer .le-footer__hours-time--closed {
  color: rgba(250, 247, 242, 0.35) !important;
  font-style: italic;
}
 
/* --- Bottom Bar --- */
#le-footer .le-footer__bottom {
  border-top: 1px solid rgba(250, 247, 242, 0.08);
  padding: 24px 80px;
}
 
#le-footer .le-footer__bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
#le-footer .le-footer__copyright {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(250, 247, 242, 0.35) !important;
  margin: 0;
}
 
#le-footer .le-footer__legal {
  display: flex;
  align-items: center;
  gap: 8px;
}
 
#le-footer .le-footer__legal-link {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(250, 247, 242, 0.35) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
 
#le-footer .le-footer__legal-link:hover {
  color: rgba(250, 247, 242, 0.7) !important;
}
 
#le-footer .le-footer__legal-sep {
  color: rgba(250, 247, 242, 0.2);
  font-size: 12px;
}
 
/* --- Responsive --- */
@media (max-width: 1024px) {
  #le-footer .le-footer__cta-section {
    padding: 60px 40px 50px;
  }
 
  #le-footer .le-footer__divider {
    padding: 0 40px;
  }
 
  #le-footer .le-footer__main {
    padding: 50px 40px 40px;
  }
 
  #le-footer .le-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
 
  #le-footer .le-footer__bottom {
    padding: 20px 40px;
  }
}
 
@media (max-width: 768px) {
  #le-footer .le-footer__cta-section {
    padding: 50px 24px 40px;
  }
 
  #le-footer .le-footer__divider {
    padding: 0 24px;
  }
 
  #le-footer .le-footer__main {
    padding: 40px 24px 32px;
  }
 
  #le-footer .le-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
 
  #le-footer .le-footer__brand-text {
    max-width: 100%;
  }
 
  #le-footer .le-footer__cta-button {
    width: 100%;
    justify-content: center;
  }
 
  #le-footer .le-footer__bottom {
    padding: 20px 24px;
  }
 
  #le-footer .le-footer__bottom-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
 
/* Accesibilidad: focus visible */
#le-footer .le-footer__link:focus-visible,
#le-footer .le-footer__contact-link:focus-visible,
#le-footer .le-footer__social-link:focus-visible,
#le-footer .le-footer__cta-button:focus-visible,
#le-footer .le-footer__legal-link:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 2px;
}
 
/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  #le-footer .le-footer__cta-button,
  #le-footer .le-footer__link,
  #le-footer .le-footer__contact-link,
  #le-footer .le-footer__social-link,
  #le-footer .le-footer__legal-link {
    transition: none !important;
  }
}
```
-->
 
 
<!-- ============================================================
     PASO 4 — CSS del contenedor (Advanced > Custom CSS)
     ============================================================ -->
 
<!--
```css
.elementor-9045 .elementor-element.elementor-element-4c38e39 {
  padding: 0 !important;
  margin: 0 !important;
  background: #2C2622 !important;
}/* End custom CSS */