/* Fundacion live audit fixes v12.
   Loaded after the global portal CSS so this section keeps its own layout. */

body.fundacion-page,
body.fundacion-page h1,
body.fundacion-page h2,
body.fundacion-page h3,
body.fundacion-page p,
body.fundacion-page a,
body.fundacion-page button,
body.fundacion-page span {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

body.fundacion-page .movement-synthesis,
body.fundacion-page .purpose-only,
body.fundacion-page .method-note,
body.fundacion-page .method-note h2,
body.fundacion-page .method-note p {
  overflow: visible;
}

body.fundacion-page .purpose-only {
  width: min(100%, 1180px);
}

body.fundacion-page .method-note.section {
  padding-left: max(2rem, 8vw);
  padding-right: max(2rem, 8vw);
}

body.fundacion-page img,
body.fundacion-page video {
  max-width: 100%;
}

@media (max-width: 1179px) {
  html body.fundacion-page .site-header button.menu-toggle[data-menu-button],
  body.fundacion-page .site-header button.menu-toggle[data-menu-button] {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 15px !important;
    right: 14px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    color: #ffffff !important;
    background: #104B5B !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 30px rgba(16, 75, 91, 0.28) !important;
    cursor: pointer !important;
    z-index: 2147483647 !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  html body.fundacion-page .site-header button.menu-toggle[data-menu-button] span,
  body.fundacion-page .site-header button.menu-toggle[data-menu-button] span {
    display: none !important;
  }

  html body.fundacion-page .site-header button.menu-toggle[data-menu-button]::before,
  body.fundacion-page .site-header button.menu-toggle[data-menu-button]::before {
    content: "" !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: currentColor !important;
    border-radius: 999px !important;
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor !important;
  }

  body.fundacion-page .site-header {
    min-height: 76px !important;
    overflow: visible !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }

  body.fundacion-page .site-header .header-inner {
    width: min(100% - 24px, 1360px) !important;
    min-height: 76px !important;
    position: relative !important;
    padding-right: 64px !important;
  }

  body.fundacion-page .site-header .desktop-nav,
  body.fundacion-page .site-header .header-actions {
    display: none !important;
  }

  body.fundacion-page .site-header .menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 15px !important;
    right: clamp(12px, 4vw, 24px) !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #ffffff !important;
    background: #104B5B !important;
    border: 1px solid rgba(16, 75, 91, 0.22) !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 30px rgba(16, 75, 91, 0.24) !important;
    cursor: pointer !important;
    z-index: 1010 !important;
  }

  body.fundacion-page .site-header .menu-toggle::before {
    content: none !important;
  }

  body.fundacion-page .site-header .menu-toggle span,
  body.fundacion-page .site-header .menu-toggle span::before,
  body.fundacion-page .site-header .menu-toggle span::after {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: currentColor !important;
    border-radius: 999px !important;
  }

  body.fundacion-page .site-header .menu-toggle span {
    position: relative !important;
  }

  body.fundacion-page .site-header .menu-toggle span::before,
  body.fundacion-page .site-header .menu-toggle span::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
  }

  body.fundacion-page .site-header .menu-toggle span::before {
    top: -6px !important;
  }

  body.fundacion-page .site-header .menu-toggle span::after {
    top: 6px !important;
  }

  body.fundacion-page .site-header .mobile-nav {
    display: none !important;
    position: fixed !important;
    top: 76px !important;
    right: 12px !important;
    left: 12px !important;
    width: min(100% - 24px, 1360px) !important;
    max-height: calc(100dvh - 76px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: auto !important;
    z-index: 1009 !important;
  }

  body.fundacion-page .site-header .mobile-nav.open {
    display: block !important;
  }

  html body.fundacion-page .site-header .menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 15px !important;
    right: clamp(12px, 4vw, 24px) !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #ffffff !important;
    background: #104B5B !important;
    border: 1px solid rgba(16, 75, 91, 0.22) !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 30px rgba(16, 75, 91, 0.24) !important;
    cursor: pointer !important;
    z-index: 1010 !important;
    font-size: 0 !important;
  }

  html body.fundacion-page .site-header .menu-toggle::before {
    content: none !important;
  }

  html body.fundacion-page .site-header .menu-toggle span,
  html body.fundacion-page .site-header .menu-toggle span::before,
  html body.fundacion-page .site-header .menu-toggle span::after {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background: currentColor !important;
    border-radius: 999px !important;
  }

  html body.fundacion-page .site-header .menu-toggle span {
    position: relative !important;
  }

  html body.fundacion-page .site-header .menu-toggle span::before,
  html body.fundacion-page .site-header .menu-toggle span::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
  }

  html body.fundacion-page .site-header .menu-toggle span::before {
    top: -6px !important;
  }

  html body.fundacion-page .site-header .menu-toggle span::after {
    top: 6px !important;
  }

  html body.fundacion-page .site-header .mobile-nav {
    display: none !important;
    position: fixed !important;
    top: 76px !important;
    right: 12px !important;
    left: 12px !important;
    width: min(100% - 24px, 1360px) !important;
    max-height: calc(100dvh - 76px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: auto !important;
    z-index: 1009 !important;
  }

  html body.fundacion-page .site-header .mobile-nav.open {
    display: block !important;
  }
}

@media (max-width: 560px) {
  html body.fundacion-page .reflejarte-hero,
  body.fundacion-page .reflejarte-hero {
    min-height: calc(100svh - 88px) !important;
    background-position: 56% center !important;
  }

  html body.fundacion-page .reflejarte-hero .hero-copy,
  body.fundacion-page .reflejarte-hero .hero-copy {
    justify-content: flex-end !important;
    padding: 5.6rem 1.25rem 2.35rem !important;
  }

  html body.fundacion-page .reflejarte-hero .hero-copy h1,
  body.fundacion-page .reflejarte-hero .hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.55rem) !important;
    line-height: 0.96 !important;
    margin-bottom: 1.35rem !important;
    max-width: 100% !important;
  }

  html body.fundacion-page .reflejarte-hero .hero-lead,
  body.fundacion-page .reflejarte-hero .hero-lead {
    max-width: 100% !important;
  }

  body.fundacion-page .movement-band.section,
  body.fundacion-page .manifesto.section,
  body.fundacion-page .method-note.section,
  body.fundacion-page .impact-panel.section,
  body.fundacion-page .programs.section,
  body.fundacion-page .featured.section,
  body.fundacion-page .mecenas-banner.section {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }

  html body.fundacion-page .movement-synthesis,
  body.fundacion-page .movement-synthesis {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.1rem 1rem !important;
    font-size: clamp(1.02rem, 5vw, 1.24rem) !important;
    line-height: 1.34 !important;
    text-align: center !important;
    white-space: normal !important;
    text-wrap: balance !important;
    overflow: visible !important;
    border-radius: 24px !important;
  }

  body.fundacion-page .purpose-only {
    font-size: clamp(1rem, 4.4vw, 1.14rem) !important;
    line-height: 1.55 !important;
  }

  body.fundacion-page .method-note h2 {
    font-size: clamp(2rem, 10.2vw, 2.72rem) !important;
    line-height: 1.05 !important;
  }

  body.fundacion-page .architecture-grid,
  body.fundacion-page .program-grid,
  body.fundacion-page .footer-grid,
  body.fundacion-page .archive-list article,
  body.fundacion-page .fundable-list > div {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }

  body.fundacion-page .archive-list h2,
  body.fundacion-page .fundable-list h3,
  body.fundacion-page .program h3,
  body.fundacion-page .four-cols h3,
  body.fundacion-page .three-cols h3 {
    margin-top: 0 !important;
    font-size: clamp(1.45rem, 8vw, 2rem) !important;
    line-height: 1.08 !important;
  }

  body.fundacion-page .inner-hero {
    min-height: auto !important;
    padding-top: 7.6rem !important;
  }

  body.fundacion-page .inner-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.05rem) !important;
    line-height: 1.03 !important;
  }

  body.fundacion-page .inner-hero > p:last-child,
  body.fundacion-page .large-copy {
    font-size: clamp(1.05rem, 5vw, 1.35rem) !important;
    line-height: 1.38 !important;
  }

  body.fundacion-page .art-film-caption span,
  body.fundacion-page .hero-location {
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  body.fundacion-page .actions {
    gap: 0.9rem !important;
  }

  body.fundacion-page .actions .button {
    min-height: 44px !important;
    padding: 0.78rem 1.05rem !important;
  }
}

/* v13: recovered media assets and hardens the visible mobile navigation. */
html body.fundacion-page .reflejarte-hero,
body.fundacion-page .reflejarte-hero {
  background-image: url("/fundacion/images/hero-sala-palazzo.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

html body.fundacion-page .reflejarte-hero::before,
body.fundacion-page .reflejarte-hero::before {
  background:
    linear-gradient(90deg, rgba(12, 39, 58, 0.68) 0%, rgba(12, 39, 58, 0.42) 40%, rgba(12, 39, 58, 0.12) 76%, rgba(12, 39, 58, 0.05) 100%),
    linear-gradient(180deg, rgba(12, 39, 58, 0.08) 0%, rgba(12, 39, 58, 0.34) 100%) !important;
}

body.fundacion-page .site-header .menu-toggle {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  top: 14px !important;
  right: auto !important;
  left: min(330px, calc(100vw - 64px)) !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  color: #ffffff !important;
  background: #104B5B !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(16, 75, 91, 0.28) !important;
  z-index: 2147483647 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.fundacion-page .site-header .menu-toggle::before {
  content: "" !important;
  display: block !important;
  width: 22px !important;
  height: 2px !important;
  background: currentColor !important;
  border-radius: 999px !important;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor !important;
}

body.fundacion-page .site-header .menu-toggle span {
  display: none !important;
}

@media (min-width: 1180px) {
  body.fundacion-page .site-header .menu-toggle,
  body.fundacion-page .site-header .mobile-nav {
    display: none !important;
  }
}

@media (max-width: 1179px) {
  body.fundacion-page .site-header {
    overflow: visible !important;
  }

  body.fundacion-page .site-header .desktop-nav,
  body.fundacion-page .site-header .header-actions {
    display: none !important;
  }

  body.fundacion-page .site-header .mobile-nav {
    display: none !important;
    position: fixed !important;
    top: 78px !important;
    right: 12px !important;
    left: 12px !important;
    width: calc(100% - 24px) !important;
    max-height: calc(100dvh - 90px) !important;
    overflow: auto !important;
    z-index: 2147483600 !important;
  }

  body.fundacion-page .site-header .mobile-nav.open {
    display: block !important;
  }
}

@media (max-width: 560px) {
  html body.fundacion-page .reflejarte-hero::before,
  body.fundacion-page .reflejarte-hero::before {
    background:
      linear-gradient(180deg, rgba(12, 39, 58, 0.22) 0%, rgba(12, 39, 58, 0.52) 54%, rgba(12, 39, 58, 0.84) 100%),
      linear-gradient(90deg, rgba(12, 39, 58, 0.42) 0%, rgba(12, 39, 58, 0.12) 100%) !important;
  }
}

/* ALUNCO_REFLEJARTE_HERO_LOGO_20260801_START */
html body.fundacion-page .reflejarte-hero .hero-copy,
body.fundacion-page .reflejarte-hero .hero-copy {
  max-width: min(760px, calc(100vw - 8vw));
}

html body.fundacion-page .reflejarte-hero-logo,
body.fundacion-page .reflejarte-hero-logo {
  width: clamp(320px, 49vw, 760px);
  max-width: 100%;
  height: auto;
  margin: 0 0 clamp(1.6rem, 3vw, 2.7rem);
  filter:
    drop-shadow(0 18px 34px rgba(12, 39, 58, 0.58))
    drop-shadow(0 2px 8px rgba(255, 255, 255, 0.38));
}

html body.fundacion-page .reflejarte-hero .actions,
body.fundacion-page .reflejarte-hero .actions {
  margin-top: 0;
}

@media (max-width: 900px) {
  html body.fundacion-page .reflejarte-hero .hero-copy,
  body.fundacion-page .reflejarte-hero .hero-copy {
    max-width: calc(100vw - 3rem);
  }

  html body.fundacion-page .reflejarte-hero-logo,
  body.fundacion-page .reflejarte-hero-logo {
    width: min(88vw, 560px);
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 560px) {
  html body.fundacion-page .reflejarte-hero-logo,
  body.fundacion-page .reflejarte-hero-logo {
    width: min(92vw, 390px);
    margin-bottom: 1.35rem;
  }
}
/* ALUNCO_REFLEJARTE_HERO_LOGO_20260801_END */

/* ALUNCO_REFLEJARTE_PURPOSE_BAND_20260801_START */
html body.fundacion-page .reflejarte-purpose-band,
body.fundacion-page .reflejarte-purpose-band {
  background: #024a84 !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: clamp(2.5rem, 6vw, 5rem) max(1.5rem, 7vw) !important;
  width: 100% !important;
}

html body.fundacion-page .reflejarte-purpose-inner,
body.fundacion-page .reflejarte-purpose-inner {
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr) !important;
  gap: clamp(1.75rem, 5vw, 4.5rem) !important;
  align-items: center !important;
}

html body.fundacion-page .reflejarte-purpose-logo,
body.fundacion-page .reflejarte-purpose-logo {
  display: block !important;
  width: min(100%, 420px) !important;
  height: auto !important;
  background: #024a84 !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.fundacion-page .reflejarte-purpose-band .purpose-only,
body.fundacion-page .reflejarte-purpose-band .purpose-only {
  color: #ffffff !important;
  width: auto !important;
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(1.35rem, 2.55vw, 2.15rem) !important;
  line-height: 1.24 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body.fundacion-page .salon-wide-photo,
body.fundacion-page .salon-wide-photo {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f5f7f7 !important;
}

html body.fundacion-page .salon-wide-photo img,
body.fundacion-page .salon-wide-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
}

@media (max-width: 820px) {
  html body.fundacion-page .reflejarte-purpose-band,
  body.fundacion-page .reflejarte-purpose-band {
    padding: 2.25rem 1.25rem !important;
  }

  html body.fundacion-page .reflejarte-purpose-inner,
  body.fundacion-page .reflejarte-purpose-inner {
    grid-template-columns: 1fr !important;
    gap: 1.35rem !important;
    text-align: center !important;
  }

  html body.fundacion-page .reflejarte-purpose-logo,
  body.fundacion-page .reflejarte-purpose-logo {
    width: min(100%, 330px) !important;
    margin: 0 auto !important;
  }

  html body.fundacion-page .reflejarte-purpose-band .purpose-only,
  body.fundacion-page .reflejarte-purpose-band .purpose-only {
    max-width: 100% !important;
    font-size: clamp(1.08rem, 5vw, 1.32rem) !important;
    line-height: 1.35 !important;
  }
}
/* ALUNCO_REFLEJARTE_PURPOSE_BAND_20260801_END */

/* ALUNCO_REFLEJARTE_HERO_CLEAN_20260801_START */
html body.fundacion-page .reflejarte-hero-logo,
body.fundacion-page .reflejarte-hero-logo {
  display: block !important;
  width: min(74vw, 620px) !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .35)) !important;
}

@media (max-width: 820px) {
  html body.fundacion-page .reflejarte-hero-logo,
  body.fundacion-page .reflejarte-hero-logo {
    width: min(86vw, 340px) !important;
  }
}
/* ALUNCO_REFLEJARTE_HERO_CLEAN_20260801_END */

/* ALUNCO_IMPACT_COLLAGE_20260801_START */
html body.fundacion-page .impact-photo-collage,
body.fundacion-page .impact-photo-collage {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1.2fr 1fr !important;
  width: 100% !important;
  min-height: clamp(250px, 30vw, 470px) !important;
  margin: 0 !important;
  padding: clamp(6px, .7vw, 12px) !important;
  gap: clamp(6px, .7vw, 12px) !important;
  background: #104b5b !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body.fundacion-page .impact-photo,
body.fundacion-page .impact-photo {
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #0b3641 !important;
}

html body.fundacion-page .impact-photo:nth-child(1),
body.fundacion-page .impact-photo:nth-child(1) { border-radius: 0 42px 0 0 !important; }
html body.fundacion-page .impact-photo:nth-child(2),
body.fundacion-page .impact-photo:nth-child(2) { border-radius: 42px 0 0 0 !important; }
html body.fundacion-page .impact-photo:nth-child(3),
body.fundacion-page .impact-photo:nth-child(3) { border-radius: 0 0 42px 0 !important; }
html body.fundacion-page .impact-photo:nth-child(4),
body.fundacion-page .impact-photo:nth-child(4) { border-radius: 0 42px 0 0 !important; }

html body.fundacion-page .impact-photo img,
body.fundacion-page .impact-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .65s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.fundacion-page .impact-photo:hover img,
  body.fundacion-page .impact-photo:hover img { transform: scale(1.025) !important; }
}

@media (max-width: 760px) {
  html body.fundacion-page .impact-photo-collage,
  body.fundacion-page .impact-photo-collage {
    grid-template-columns: 1.15fr .85fr !important;
    grid-template-rows: repeat(2, minmax(155px, 44vw)) !important;
    min-height: 0 !important;
    padding: 6px !important;
    gap: 6px !important;
  }

  html body.fundacion-page .impact-photo:nth-child(1),
  body.fundacion-page .impact-photo:nth-child(1) { border-radius: 0 28px 0 0 !important; }
  html body.fundacion-page .impact-photo:nth-child(2),
  body.fundacion-page .impact-photo:nth-child(2) { border-radius: 28px 0 0 0 !important; }
  html body.fundacion-page .impact-photo:nth-child(3),
  body.fundacion-page .impact-photo:nth-child(3) { border-radius: 0 0 28px 0 !important; }
  html body.fundacion-page .impact-photo:nth-child(4),
  body.fundacion-page .impact-photo:nth-child(4) { border-radius: 0 28px 0 0 !important; }
}
/* ALUNCO_IMPACT_COLLAGE_20260801_END */

/* ALUNCO_ARTE_SYNTHESIS_BAND_20260801_START */
html body.fundacion-page .arte-synthesis-band,
body.fundacion-page .arte-synthesis-band {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(34px, 5vw, 74px) clamp(22px, 7vw, 120px) !important;
  background: #104b5b !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body.fundacion-page .arte-synthesis-band p,
body.fundacion-page .arte-synthesis-band p {
  width: min(100%, 1450px) !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: clamp(1.65rem, 3.1vw, 3.65rem) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 640px) {
  html body.fundacion-page .arte-synthesis-band,
  body.fundacion-page .arte-synthesis-band {
    padding: 32px 20px !important;
  }

  html body.fundacion-page .arte-synthesis-band p,
  body.fundacion-page .arte-synthesis-band p {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
    line-height: 1.22 !important;
  }
}
/* ALUNCO_ARTE_SYNTHESIS_BAND_20260801_END */

/* ALUNCO_FUNDACION_FACHADA_20260801_START */
html body.fundacion-page .featured-image,
body.fundacion-page .featured-image {
  background-image: url('/fundacion/images/fachada-alunco-fundacion.jpeg') !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 900px) {
  html body.fundacion-page .featured-image,
  body.fundacion-page .featured-image {
    min-height: clamp(360px, 72vw, 620px) !important;
    background-position: 56% center !important;
  }
}
/* ALUNCO_FUNDACION_FACHADA_20260801_END */

/* ALUNCO_REFLEJARTE_ARTISTS_FILM_20260802_START */
html body.fundacion-page .reflejarte-artists-film,
body.fundacion-page .reflejarte-artists-film {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  max-height: 900px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #104b5b !important;
}

html body.fundacion-page .reflejarte-artists-film video,
body.fundacion-page .reflejarte-artists-film video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #104b5b !important;
}

@media (max-width: 640px) {
  html body.fundacion-page .reflejarte-artists-film,
  body.fundacion-page .reflejarte-artists-film {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
  }
}
/* ALUNCO_REFLEJARTE_ARTISTS_FILM_20260802_END */

/* ALUNCO_REFLEJARTE_COMMUNITY_FILM_20260802_START */
html body.fundacion-page .reflejarte-community-film,
body.fundacion-page .reflejarte-community-film {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0b3641 !important;
}

html body.fundacion-page .reflejarte-community-film video,
body.fundacion-page .reflejarte-community-film video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
}
/* ALUNCO_REFLEJARTE_COMMUNITY_FILM_20260802_END */

/* ALUNCO_FUNDACION_NINOS_FOOTER_VIDEO_20260802_START */
html body.fundacion-page .fundacion-ninos-footer-video,
body.fundacion-page .fundacion-ninos-footer-video {
  position: relative !important;
  width: min(100% - 48px, 1440px) !important;
  aspect-ratio: 848 / 478 !important;
  margin: clamp(64px, 7vw, 112px) auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0b3641 !important;
  border-radius: 0 !important;
}

html body.fundacion-page .fundacion-ninos-footer-video video,
body.fundacion-page .fundacion-ninos-footer-video video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
}

@media (max-width: 760px) {
  html body.fundacion-page .fundacion-ninos-footer-video,
  body.fundacion-page .fundacion-ninos-footer-video {
    width: calc(100% - 32px) !important;
    margin: 56px auto !important;
  }
}
/* ALUNCO_FUNDACION_NINOS_FOOTER_VIDEO_20260802_END */

/* ALUNCO_FUNDACION_STABLE_VIDEO_FIT_20260802_START */
@media (min-width: 901px) {
  html body.fundacion-page .reflejarte-artists-film,
  body.fundacion-page .reflejarte-artists-film,
  html body.fundacion-page .reflejarte-community-film,
  body.fundacion-page .reflejarte-community-film {
    width: min(calc(100% - 48px), 124.45vh, 1280px) !important;
    max-width: 1280px !important;
    height: auto !important;
    max-height: 70vh !important;
    aspect-ratio: 16 / 9 !important;
    margin: 40px auto !important;
    overflow: hidden !important;
    background: #104b5b !important;
  }

  html body.fundacion-page .reflejarte-artists-film video,
  body.fundacion-page .reflejarte-artists-film video,
  html body.fundacion-page .reflejarte-community-film video,
  body.fundacion-page .reflejarte-community-film video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #104b5b !important;
  }
}

@media (max-width: 900px) {
  html body.fundacion-page .reflejarte-artists-film,
  body.fundacion-page .reflejarte-artists-film,
  html body.fundacion-page .reflejarte-community-film,
  body.fundacion-page .reflejarte-community-film {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 24px 0 !important;
  }

  html body.fundacion-page .reflejarte-artists-film video,
  body.fundacion-page .reflejarte-artists-film video,
  html body.fundacion-page .reflejarte-community-film video,
  body.fundacion-page .reflejarte-community-film video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}
/* ALUNCO_FUNDACION_STABLE_VIDEO_FIT_20260802_END */

/* ALUNCO_FUNDACION_RELATIONSHIP_CIRCLES_20260802_START */
body.fundacion-page .impact-panel.dark .architecture-grid {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1.5rem, 3vw, 3.5rem) !important;
  align-items: start !important;
  margin: clamp(2.4rem, 5vw, 4.5rem) auto 2.8rem !important;
  overflow: visible !important;
}

body.fundacion-page .impact-panel.dark .architecture-grid::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 89px !important;
  right: 9% !important;
  left: 9% !important;
  height: 2px !important;
  background: rgba(255, 255, 255, 0.42) !important;
}

body.fundacion-page .impact-panel.dark .architecture-grid article {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

body.fundacion-page .impact-panel.dark .architecture-grid h3 {
  box-sizing: border-box !important;
  display: grid !important;
  place-items: center !important;
  width: 180px !important;
  height: 180px !important;
  margin: 0 auto 1.35rem !important;
  padding: 1.25rem !important;
  border: 2px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 50% !important;
  background: #176879 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 24, 34, 0.24) !important;
  font-size: clamp(1.18rem, 1.65vw, 1.58rem) !important;
  line-height: 1.12 !important;
  text-wrap: balance !important;
}

body.fundacion-page .impact-panel.dark .architecture-grid p {
  width: 100% !important;
  max-width: 260px !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  text-wrap: pretty !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 900px) {
  body.fundacion-page .impact-panel.dark .architecture-grid {
    grid-template-columns: 1fr !important;
    gap: 2.4rem !important;
    max-width: 520px !important;
  }

  body.fundacion-page .impact-panel.dark .architecture-grid::before {
    top: 70px !important;
    right: auto !important;
    bottom: 70px !important;
    left: 50% !important;
    width: 2px !important;
    height: auto !important;
    transform: translateX(-50%) !important;
  }

  body.fundacion-page .impact-panel.dark .architecture-grid article {
    padding-bottom: 0.35rem !important;
  }

  body.fundacion-page .impact-panel.dark .architecture-grid h3 {
    width: 148px !important;
    height: 148px !important;
    margin-bottom: 1rem !important;
    font-size: clamp(1.14rem, 5vw, 1.36rem) !important;
  }

  body.fundacion-page .impact-panel.dark .architecture-grid p {
    position: relative !important;
    max-width: 420px !important;
    padding: 0.15rem 0.7rem !important;
    background: #104b5b !important;
  }
}
/* ALUNCO_FUNDACION_RELATIONSHIP_CIRCLES_20260802_END */
