.elementor-kit-11{--e-global-color-primary:#385C8D;--e-global-color-secondary:#DDE1E5;--e-global-color-text:#12161D;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   FRØST · FOOTER GLOBAL
   Pegar este CSS en:
   Elementor → hamburguesa (arriba izquierda) → Site Settings
   → Custom CSS
   ============================================================ */

:root {
  --ff-navy-900: #0F2640;
  --ff-navy-700: #1B3A5C;
  --ff-navy-800: #142E4D;
  --ff-ice-50:   #F4F7FA;
  --ff-ice-100:  #E5EBF0;
  --ff-ice-200:  #D5DEE7;
  --ff-slate-400:#8E97A4;
  --ff-slate-500:#6B7785;
  --ff-bone:     #FAFAF7;
  --ff-accent:   #7FA3C4;
  --ff-ease:     cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   FOOTER · scoped a .frost-footer
   ============================================================ */
.frost-footer {
  background: var(--ff-navy-900);
  color: var(--ff-bone);
  position: relative;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}

.frost-footer * {
  box-sizing: border-box;
}

/* Radial accents decorativos */
.frost-footer::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(127, 163, 196, 0.10), transparent 60%);
  pointer-events: none;
}

.frost-footer::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 50%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(127, 163, 196, 0.06), transparent 60%);
  pointer-events: none;
}

/* Container interno */
.frost-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 56px 36px;
  position: relative;
  z-index: 1;
}

/* ============================================================
   ZONA TOP · BRAND + 4 COLUMNAS NAV
   ============================================================ */
.frost-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
}

/* Columna del brand */
.frost-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 280px;
}

.frost-footer-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.frost-footer-tagline {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ff-ice-200);
  margin: 0;
}

.frost-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.frost-footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(213, 222, 231, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ff-bone);
  transition: all 0.3s var(--ff-ease);
  text-decoration: none;
}

.frost-footer-social a:hover {
  background: var(--ff-accent);
  border-color: var(--ff-accent);
  transform: translateY(-2px);
}

.frost-footer-social svg {
  width: 16px;
  height: 16px;
}

/* Columnas de navegación */
.frost-footer-col-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ff-accent);
  margin-bottom: 20px;
}

.frost-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.frost-footer-nav li {
  margin: 0;
  padding: 0;
}

.frost-footer-nav a {
  font-size: 13px;
  font-weight: 300;
  color: var(--ff-ice-200);
  text-decoration: none;
  transition: color 0.2s var(--ff-ease);
  display: inline-block;
}

.frost-footer-nav a:hover {
  color: var(--ff-bone);
}

/* ============================================================
   DIVIDER
   ============================================================ */
.frost-footer-divider {
  height: 1px;
  background: rgba(213, 222, 231, 0.12);
  margin: 0;
  border: none;
}

/* ============================================================
   ZONA MIDDLE · CONTACTO + PAGOS
   ============================================================ */
.frost-footer-middle {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  padding: 48px 0;
  align-items: center;
}

.frost-footer-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.frost-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 300;
  color: var(--ff-ice-200);
  text-decoration: none;
  transition: color 0.2s var(--ff-ease);
}

.frost-footer-contact-item:hover {
  color: var(--ff-bone);
}

.frost-footer-contact-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(213, 222, 231, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ff-accent);
  flex-shrink: 0;
  transition: all 0.3s var(--ff-ease);
}

.frost-footer-contact-item:hover .frost-footer-contact-icon {
  background: var(--ff-accent);
  color: var(--ff-navy-900);
  border-color: var(--ff-accent);
}

.frost-footer-contact-icon svg {
  width: 14px;
  height: 14px;
}

/* Métodos de pago */
.frost-footer-payments {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.frost-footer-payments-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ff-accent);
}

.frost-footer-payments-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.frost-payment-card {
  width: 48px;
  height: 32px;
  border: 1px solid rgba(213, 222, 231, 0.25);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 250, 247, 0.03);
  transition: all 0.3s var(--ff-ease);
}

.frost-payment-card:hover {
  background: rgba(250, 250, 247, 0.08);
  border-color: rgba(213, 222, 231, 0.4);
}

.frost-payment-card svg {
  height: 14px;
  width: auto;
  color: var(--ff-bone);
}

/* ============================================================
   ZONA BOTTOM · COPYRIGHT + LINKS LEGALES
   ============================================================ */
.frost-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.frost-footer-copy {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--ff-slate-400);
  margin: 0;
}

.frost-footer-copy strong {
  font-weight: 500;
  color: var(--ff-ice-200);
}

.frost-footer-legal-links {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.frost-footer-legal-links li {
  margin: 0;
  padding: 0;
}

.frost-footer-legal-links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ff-slate-400);
  text-decoration: none;
  transition: color 0.2s var(--ff-ease);
}

.frost-footer-legal-links a:hover {
  color: var(--ff-bone);
}

/* ============================================================
   AJUSTES CONTRA HELLO ELEMENTOR
   El padre puede inyectar margins/paddings al footer.
   Forzamos que el footer custom mande.
   ============================================================ */
.elementor-location-footer .frost-footer,
.elementor-location-footer .frost-footer * {
  box-sizing: border-box;
}

.elementor-location-footer {
  padding: 0 !important;
  margin: 0 !important;
}

/* Si Hello Elementor todavía deja su footer visible, lo ocultamos */
body .site-footer:not(.frost-footer):not(.elementor-location-footer) {
  display: none !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .frost-footer-top {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    row-gap: 56px;
  }
  .frost-footer-brand {
    grid-column: 1 / -1;
    max-width: 420px;
    margin-bottom: 8px;
  }
  .frost-footer-middle {
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: flex-start;
  }
  .frost-footer-payments {
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .frost-footer-inner {
    padding: 70px 24px 32px;
  }
  .frost-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    row-gap: 48px;
    padding-bottom: 48px;
  }
  .frost-footer-brand {
    grid-column: 1 / -1;
  }
  .frost-footer-middle {
    padding: 36px 0;
  }
  .frost-footer-contact-list {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .frost-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .frost-footer-copy {
    font-size: 10px;
  }
  .frost-footer-legal-links {
    gap: 18px;
  }
  .frost-footer-legal-links a {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .frost-footer-top {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
  .frost-footer-brand {
    grid-column: auto;
  }
  .frost-footer-payments-row {
    flex-wrap: wrap;
  }
}/* End custom CSS */