/** Shopify CDN: Minification failed

Line 249:0 Unexpected "}"

**/
/* FALPE DIGITAL — Brand CSS */


/* ---- DESKTOP/MOBILE IMAGE TOGGLE ---- */
.falpe-mobile-only { display: none !important; }
.falpe-desktop-only { display: block !important; }

@media (max-width: 768px) {
  .falpe-mobile-only { display: block !important; }
  .falpe-desktop-only { display: none !important; }
}

:root {
  --falpe-yellow: #F0FFA0;
  --falpe-deep: #08211E;
  --falpe-sky: #B9CFFE;
  --falpe-grey: #E0D9D1;
  --falpe-shell: #F9F9F9;
}

/* ---- GLOBAL FIX: no horizontal scroll ---- */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

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

section, div, form, header, footer, nav {
  max-width: 100vw;
}


/* ---- HEADER STICKY ---- */
#header-group,
.shopify-section-group-header-group {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ---- HEADER ---- */
@media screen and (min-width: 750px) {
  #header-group,
  .shopify-section-group-header-group,
  .shopify-section-group-header-group > *,
  #shopify-section-header_section,
  #shopify-section-header_section > *,
  .shopify-section-group-header-group section,
  .shopify-section-group-header-group [class*="color-"],
  #shopify-section-header_section [class*="color-"] {
    background: transparent !important;
  }
  header-component,
  header-component.header,
  #header-component {
    background: transparent !important;
  }
}

/* Mobile header: solid dark background */
@media screen and (max-width: 749px) {
  .shopify-section-group-header-group,
  #shopify-section-header_section,
  header-component,
  .header__row--mobile {
    background-color: #08211E !important;
  }
  .header__row--mobile a,
  .header__row--mobile button {
    color: #ffffff !important;
  }
  .header .logo img,
  header-component .logo img {
    height: 20px !important;
  }
}

.header__row.header__row--top {
  background-color: var(--falpe-deep) !important;
  border-radius: 100px !important;
  margin: 12px 16px 0 !important;
  padding: 6px 8px !important;
  overflow: hidden;
  max-width: calc(100% - 32px) !important;
}

.header__row.header__row--top.section {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.header .logo a,
header-component .logo a {
  background-color: var(--falpe-yellow) !important;
  border-radius: 100px !important;
  padding: 10px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.header .logo img,
header-component .logo img {
  height: 24px !important;
  width: auto !important;
}

header-component a[class*="primary-link"],
header-component [class*="menu"] a,
.header__columns a:not(.logo a) {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  padding: 8px 16px !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}

header-component a[class*="primary-link"]:hover,
header-component [class*="menu"] a:hover {
  color: var(--falpe-yellow) !important;
  background: transparent !important;
}

header-component [class*="menu"] li:last-child a,
header-component nav > ul > li:last-child > a {
  background-color: var(--falpe-yellow) !important;
  color: var(--falpe-deep) !important;
  border-radius: 100px !important;
  padding: 12px 24px !important;
  font-weight: 700 !important;
}

header-component cart-icon,
header-component search-icon,
header-component [class*="search"],
header-component [class*="cart"],
header-component [class*="account"],
.header__actions {
  display: none !important;
}

/* ---- FOOTER ---- */
.footer,
.shopify-section-group-footer-group section {
  background-color: var(--falpe-deep) !important;
  color: #fff !important;
}
.footer a { color: #fff !important; }
.footer a:hover { color: var(--falpe-yellow) !important; }

/* ---- MOBILE: todo responsive ---- */
@media (max-width: 768px) {

    grid-template-columns: 1fr !important;
  }



  /* Header mobile */
  .header__row.header__row--top {
    margin: 8px 8px 0 !important;
    border-radius: 20px !important;
    max-width: calc(100vw - 16px) !important;
  }



  /* Padding lateral reducido */
  section > div[style*="padding: 0 24px"],
  section > div[style*="padding:0 24px"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Contenedores con max-width: no excedan viewport */
  section > div[style*="max-width"] {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Cards: padding reducido */
  section div[style*="padding: 48px"],
  section div[style*="padding:48px"],
  section div[style*="padding: 56px"],
  section div[style*="padding:56px"] {
    padding: 24px !important;
  }

  /* Flexbox wrapping */
  section div[style*="display: flex"][style*="gap"] {
    flex-wrap: wrap !important;
  }

  section div[style*="display:flex"][style*="gap"] {
    flex-wrap: wrap !important;
  }

  /* Aspect ratios en mobile */
  section div[style*="aspect-ratio: 16/7"],
  section div[style*="aspect-ratio:16/7"],
  section div[style*="aspect-ratio: 16/9"],
  section div[style*="aspect-ratio:16/9"] {
    aspect-ratio: 4/3 !important;
  }

  /* Font sizes clamped */
  h1 { font-size: clamp(1.75rem, 7vw, 3rem) !important; }
  h2 { font-size: clamp(1.5rem, 6vw, 2.5rem) !important; }

  /* Border radius reducido en mobile */
  section div[style*="border-radius: 40px"],
  section div[style*="border-radius:40px"] {
    border-radius: 24px !important;
  }

  section div[style*="border-radius: 24px"],
  section div[style*="border-radius:24px"] {
    border-radius: 16px !important;
  }

  /* Logos bar: scroll horizontal controlado */
  section div[style*="justify-content: space-between"][style*="flex-wrap"] {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    gap: 24px !important;
    padding: 0 16px !important;
  }

  /* Formularios: 2 columnas a 1 */
  form [style*="grid-template-columns: 1fr 1fr"],
  form [style*="grid-template-columns:1fr 1fr"],
  form div[style*="grid-template-columns: 1fr 1fr"],
  form div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}


/* ---- MOBILE MENU DRAWER ---- */
.header__drawer,
.drawer,
[class*="drawer"],
[class*="mobile-menu"],
header-component [class*="drawer"],
.header__row--mobile {
  background-color: var(--falpe-deep) !important;
  color: #ffffff !important;
}

.header__drawer a,
.drawer a,
[class*="drawer"] a,
[class*="mobile-menu"] a,
.header__row--mobile a {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
}

.header__drawer a:hover,
.drawer a:hover,
[class*="drawer"] a:hover {
  color: var(--falpe-yellow) !important;
}

/* CTA en mobile menu */
.header__drawer li:last-child a,
.drawer li:last-child a,
[class*="drawer"] li:last-child a,
[class*="drawer"] nav > ul > li:last-child > a,
[class*="mobile"] li:last-child a,
.header__row--mobile li:last-child a {
  background-color: var(--falpe-yellow) !important;
  color: var(--falpe-deep) !important;
  border-radius: 100px !important;
  padding: 16px 32px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  display: inline-block !important;
  width: auto !important;
  text-align: center !important;
  margin-top: 24px !important;
  text-decoration: none !important;
}

.header__drawer li:last-child a *,
.drawer li:last-child a *,
[class*="drawer"] li:last-child a *,
[class*="drawer"] nav > ul > li:last-child > a *,
[class*="mobile"] li:last-child a *,
.header__row--mobile li:last-child a *,
.header__drawer li:last-child a span,
.drawer li:last-child a span,
[class*="drawer"] li:last-child a span {
  background: none !important;
  background-color: transparent !important;
  color: var(--falpe-deep) !important;
}

.header__drawer li:last-child,
.drawer li:last-child,
[class*="drawer"] li:last-child,
[class*="drawer"] nav > ul > li:last-child,
[class*="mobile"] li:last-child {
  text-align: center !important;
}

/* Botón cerrar drawer */
.header__drawer button,
.drawer button[class*="close"],
[class*="drawer"] button {
  color: #ffffff !important;
}


/* Footer links - todos iguales, sin botón */
.shopify-section-group-footer-group a,
.shopify-section-group-footer-group li a,
.shopify-section-group-footer-group li:last-child a,
footer a,
footer li a,
footer li:last-child a {
  background: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 6px 0 !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
  display: block !important;
  width: auto !important;
  margin-top: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
}

footer a:hover,
.shopify-section-group-footer-group a:hover {
  color: var(--falpe-yellow) !important;
}

/* Footer spacing */
.shopify-section-group-footer-group section,
.shopify-section-group-footer-group > section {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

/* Footer logo - imagotipo */
.shopify-section-group-footer-group .logo,
footer .logo {
  margin-top: 24px !important;
}

.shopify-section-group-footer-group .logo img,
footer .logo img {
  max-height: 80px !important;
  width: auto !important;
}

@media (max-width: 768px) {

  .shopify-section-group-footer-group .logo img,
  footer .logo img {
    max-height: 60px !important;
  }
}

/* ---- PASSWORD PAGE ---- */
.shopify-challenge__container {
  font-family: 'Manrope', sans-serif !important;
}


/* Override Horizon's full-page offset on mobile */
@media screen and (max-width: 749px) {
  :root {
    --full-page-margin-inline-offset: 0px !important;
  }
  .force-full-width {
    margin-inline: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
