.elementor-kit-8{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#0768A9;--e-global-color-text:#343434;--e-global-color-accent:#E91E63;--e-global-color-618f883:#FFCC00;--e-global-color-ec35f9c:#0768A9;--e-global-color-302df41:#042A45;--e-global-color-b053996:#E91E63;--e-global-color-9321645:#3EC6F0;--e-global-color-4598c54:#F8F9FA;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"More Sugar";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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);}@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 *//* FIGGC — Identidad Visual (Proyecto Gráfico)
   Azul Profundo #0A3D62 · Azul Medio #1B6CA8 · Oro Canario #F2C94C · Rosa Energía #E74C6F · estilo RFEG moderno */
:root {
  /* Paleta oficial FIGGC */
  --navy: #0A3D62;          /* Azul Profundo — primario, cabeceras, menú */
  --pink: #e91eab;
  --blue: #1B6CA8;          /* Azul Medio — secundario */
  --blue-deep: #08304E;
  --celeste: #3D8FC4;
  --celeste-soft: #E8F4FC;  /* Azul claro — secciones */
  --blue-bright: #1B6CA8;
  --gold: #F2C94C;          /* Oro Canario — acento, CTAs, logros */
  --gold-hot: #F7D76A;
  --gold-dark: #D4A017;     /* Oro oscuro — hover */
  --amarillo: #F2C94C;
  --pink: #E74C6F;          /* Rosa Energía — badges, rítmica, atención */
  --fucsia: #E91E63;
  --pink-soft: #F06B8A;
  --white: #FFFFFF;
  --off: #F8F9FA;           /* Off-white — fondos */
  --muted: #5A6A7A;         /* Gris medio */
  --text: #2C3E50;          /* Gris Oscuro — texto */
  --radius: 14px;
  --radius-sm: 10px;
  --font: 'Outfit', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(1140px, 92%);
  margin-inline: auto;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 68px;
  background: rgba(10, 61, 98, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header.scrolled { background: rgba(10, 61, 98, 0.98); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.logo-mark {
  font-family: var(--font);
  font-weight: 900;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  color: var(--gold);
}

.nav {
  display: none;
  align-items: center;
  gap: 22px;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.9rem;
}
.nav a { color: rgba(255,255,255,0.82); transition: color 0.2s; }
.nav a:hover, .nav a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--gold-hot) !important; }

.menu-toggle {
  width: 40px; height: 40px;
  border: none; background: transparent;
  cursor: pointer;
  display: flex; flex-direction: column;
  justify-content: center; gap: 6px;
}
.menu-toggle span {
  display: block; height: 2px; width: 22px;
  background: var(--white);
  border-radius: 2px;
}

@media (min-width: 960px) {
  .nav { display: flex; }
  .menu-toggle { display: none; }
}

.nav.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 68px; left: 0; right: 0;
  background: var(--navy);
  padding: 24px;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
}
.btn-gold:hover {
  background: var(--gold-hot);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(242, 201, 76, 0.35);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}
.btn-ghost-dark {
  background: transparent;
  color: var(--navy);
  border-color: rgba(6,30,46,0.25);
}
.btn-ghost-dark:hover {
  background: var(--navy);
  color: var(--white);
}
.btn-xl { padding: 15px 30px; font-size: 1.02rem; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 100px 0 56px;
  overflow: hidden;
  background: var(--navy);
}
.hero-media { position: absolute; inset: 0; }
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.5;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10,61,98,0.94) 0%, rgba(27,108,168,0.45) 48%, rgba(10,61,98,0.2) 100%),
    linear-gradient(0deg, rgba(10,61,98,0.92) 0%, transparent 48%);
}
.hero-body {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 700px;
}
.hero-badge {
  display: inline-block;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  padding: 6px 14px;
  border: 1px solid rgba(242,201,76,0.4);
  border-radius: 999px;
}
.hero h1 {
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(2.8rem, 8.5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.hero-accent { color: var(--gold); font-style: italic; }
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  max-width: 420px;
  margin-bottom: 28px;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}
.hero-stats {
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.stat-n {
  display: block;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
}
.stat-l {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: 120px 0 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  right: -10%;
  top: -20%;
  width: 50%;
  height: 140%;
  background: radial-gradient(circle, rgba(27,108,168,0.22) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .sec-label { color: var(--gold); }
.page-hero h1 {
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-top: 8px;
  max-width: 640px;
}
.page-hero p.lead {
  margin-top: 16px;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  max-width: 520px;
}

.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }

.sec-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 16px;
  flex-wrap: wrap;
}
.sec-top.center { justify-content: center; text-align: center; }

.sec-label {
  display: block;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fucsia);
  margin-bottom: 10px;
}
.sec-label.gold { color: var(--gold); }

.sec-top h2, .content-block h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.text-link {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--blue-bright);
}
.text-link:hover { color: var(--fucsia); }

.content-block { max-width: 720px; }
.content-block p {
  margin-bottom: 1.1em;
  color: var(--text);
  font-size: 1.02rem;
}
.content-block p.lead-text {
  font-size: 1.15rem;
  color: var(--blue);
  font-weight: 500;
}
.content-block h2 { margin: 2em 0 0.6em; }
.content-block h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--navy);
  margin: 1.6em 0 0.4em;
}
.signature {
  margin-top: 2em;
  padding-top: 1.2em;
  border-top: 2px solid var(--gold);
  display: inline-block;
}
.signature strong {
  font-family: var(--font);
  font-size: 1.05rem;
  color: var(--navy);
}
.signature span {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
  margin-top: 2px;
}

.quote-banner {
  background: var(--navy);
  color: var(--white);
  padding: 48px 0;
  text-align: center;
}
.quote-banner p {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.25;
}
.quote-banner .gold { color: var(--gold); }

.values-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-top: 28px;
}
@media (min-width: 560px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .values-grid { grid-template-columns: repeat(4, 1fr); }
}
.value-card {
  background: var(--off);
  border-radius: var(--radius);
  padding: 24px 20px;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.value-card:hover {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(6,30,46,0.08);
}
.value-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 8px;
}
.value-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

.mv-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 24px;
}
@media (min-width: 700px) {
  .mv-grid { grid-template-columns: 1fr 1fr; }
}
.mv-card {
  border-radius: var(--radius);
  padding: 32px 28px;
}
.mv-card.mision {
  background: var(--celeste-soft);
  border-left: 4px solid var(--blue);
}
.mv-card.vision {
  background: #FFF8E0;
  border-left: 4px solid var(--gold);
}
.mv-card h3 {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 12px;
}
.mv-card p {
  font-size: 0.98rem;
  color: var(--text);
  margin: 0 0 0.8em;
}
.mv-card p:last-child { margin-bottom: 0; }

.logros { background: var(--off); }
.logros-bento {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .logros-bento {
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: 260px 220px;
  }
  .bento-lg { grid-row: 1 / 3; }
  .bento-wide { grid-column: 2 / 4; }
}
.bento {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 200px;
}
.bento img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.45s;
}
.bento:hover img { transform: scale(1.05); }
.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,61,98,0.92) 0%, rgba(27,108,168,0.15) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: var(--white);
}
.bento-overlay h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 6px;
}
.bento-overlay p { font-size: 0.88rem; opacity: 0.8; margin-top: 2px; }
.pill {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 999px;
}
.pill-plata { background: #A8B4C4; color: var(--navy); }
.pill-bronce { background: #C47A3A; color: var(--white); }
.pill-gold { background: var(--gold); color: var(--navy); }

.comp-stack { display: flex; flex-direction: column; gap: 10px; }
.comp-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 24px;
  background: var(--off);
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: all 0.2s;
  flex-wrap: wrap;
}
.comp-row:hover {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(6,30,46,0.07);
}
.comp-date { flex-shrink: 0; width: 68px; text-align: center; }
.comp-date strong {
  display: block;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--navy);
}
.comp-date span {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--fucsia);
}
.comp-main { flex: 1; min-width: 180px; }
.tag {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fucsia);
}
.comp-main h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 3px 0 2px;
  color: var(--navy);
}
.comp-main p { font-size: 0.88rem; color: var(--muted); }
.comp-arrow {
  font-size: 1.3rem;
  color: var(--gold);
  font-weight: 700;
  opacity: 0;
  transition: 0.2s;
}
.comp-row:hover .comp-arrow { opacity: 1; transform: translateX(3px); }

.news { background: var(--navy); color: var(--white); }
.news .sec-top h2 { color: var(--white); }
.news .text-link { color: var(--gold); }
.news-layout { display: grid; gap: 14px; }
@media (min-width: 800px) {
  .news-layout { grid-template-columns: 1.45fr 1fr; }
}
.news-hero {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 340px;
}
.news-hero img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
}
.news-hero-text {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,61,98,0.92) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.news-hero-text h3 {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.35rem;
  margin: 6px 0 4px;
  line-height: 1.2;
}
.news-hero-text p { opacity: 0.8; font-size: 0.92rem; }
.news-side { display: flex; flex-direction: column; gap: 10px; }
.news-mini {
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: background 0.2s;
  flex: 1;
}
.news-mini:hover { background: rgba(255,255,255,0.1); }
.news-mini img {
  width: 100px;
  height: 100%;
  min-height: 85px;
  object-fit: cover;
  flex-shrink: 0;
}
.news-mini > div { padding: 10px 14px 10px 0; }
.news-mini h4 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  margin-top: 3px;
  line-height: 1.3;
}

.disc-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .disc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .disc-grid { grid-template-columns: repeat(4, 1fr); }
}
.disc-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 22px;
  border: 2px solid var(--off);
  transition: all 0.25s;
  display: block;
}
.disc-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(6,30,46,0.1);
}
.disc-card.accent {
  background: linear-gradient(145deg, var(--navy) 0%, #0F4A6E 55%, var(--pink) 160%);
  color: var(--white);
  border-color: var(--navy);
}
.disc-num {
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 12px;
}
.disc-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.disc-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}
.disc-card.accent p { color: rgba(255,255,255,0.65); }
.disc-card .more {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--celeste);
}
.disc-card.accent .more { color: var(--gold); }

.doc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.doc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--off);
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: all 0.2s;
}
.doc-item:hover {
  border-color: var(--celeste);
  background: var(--white);
}
.doc-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--celeste-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.doc-item h4 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
}
.doc-item p {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 2px 0 0;
}

.clubs-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .clubs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .clubs-grid { grid-template-columns: repeat(3, 1fr); }
}
.club-card {
  background: var(--off);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.club-card:hover {
  border-color: var(--gold);
  background: var(--white);
}
.club-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 6px;
}
.club-card p {
  font-size: 0.88rem;
  color: var(--muted);
}

.sponsor-block {
  background: var(--off);
  border-radius: var(--radius);
  padding: 32px 28px;
  margin-bottom: 20px;
}
.sponsor-block h3 {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.sponsor-block p {
  font-size: 0.98rem;
  color: var(--text);
  margin-bottom: 0.6em;
}
.sponsor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.sponsor-tag {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--gold);
}

.cta {
  background: var(--gold);
  padding: 72px 0;
}
.cta-box {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 800px) {
  .cta-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cta-left { max-width: 520px; }
.cta h2 {
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 12px;
}
.cta-left > p {
  color: rgba(6,30,46,0.7);
  margin-bottom: 20px;
  font-size: 1.02rem;
}
.cta-info {
  list-style: none;
  font-size: 0.9rem;
  color: var(--navy);
}
.cta-info li { margin-bottom: 6px; }
.cta-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.cta .btn-gold {
  background: var(--navy);
  color: var(--gold);
}
.cta .btn-gold:hover {
  background: var(--blue);
  box-shadow: 0 8px 24px rgba(6,30,46,0.3);
}

.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: 48px 0 32px;
}
.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}
.footer-brand .logo-mark {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 6px;
}
.footer-brand p { font-size: 0.88rem; line-height: 1.4; }
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.88rem;
}
.footer-nav a:hover { color: var(--gold); }
.footer-copy { font-size: 0.78rem; opacity: 0.5; }

@media (max-width: 699px) {
  .hero-stats { gap: 20px; }
  .comp-arrow { display: none; }
  .news-mini img { width: 85px; }
}


/* Franja identidad Canarias (opcional en footers / separadores) */
.canarias-bar {
  height: 4px;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 33%, #1B6CA8 33%, #1B6CA8 66%, #F2C94C 66%, #F2C94C 100%);
  width: 100%;
}
.header .canarias-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}


/* ========== NUEVOS MÓDULOS AZUL CANARIAS + HOME AMPLIA ========== */

/* Franja identidad bandera (header/footer) */
.canarias-bar {
  height: 3px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 33.33%,
    #1B6CA8 33.33%,
    #1B6CA8 66.66%,
    #F2C94C 66.66%,
    #F2C94C 100%
  );
}

/* BLOQUE IDENTIDAD — azul bandera a pantalla */
.canarias-band {
  background: var(--blue, #1B6CA8);
  color: #fff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.canarias-band::before {
  content: '';
  position: absolute;
  right: -8%;
  top: -40%;
  width: 45%;
  height: 180%;
  background: radial-gradient(circle, rgba(255,204,0,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.canarias-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.canarias-band-text {
  max-width: 520px;
}
.canarias-band-text h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  letter-spacing: -0.03em;
  margin: 8px 0 12px;
}
.canarias-band-text p {
  color: rgba(255,255,255,0.88);
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0;
}
.canarias-band-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pill-flag {
  min-width: 110px;
  padding: 18px 20px;
  border-radius: 14px;
  text-align: center;
  font-family: var(--font);
}
.pill-flag span {
  display: block;
  font-weight: 800;
  font-size: 1rem;
}
.pill-flag small {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  opacity: 0.85;
  font-weight: 500;
}
.pill-flag.white {
  background: #fff;
  color: #0A3D62;
}
.pill-flag.blue {
  background: #08304E;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.25);
}
.pill-flag.yellow {
  background: #F2C94C;
  color: #0A3D62;
}

/* Cita en franja azul */
.quote-blue {
  background: linear-gradient(135deg, #08304E 0%, #1B6CA8 50%, #0A3D62 100%);
  color: #fff;
  padding: 64px 0;
  text-align: center;
}
.quote-blue-text {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  line-height: 1.35;
  max-width: 780px;
  margin: 0 auto 16px;
  letter-spacing: -0.02em;
}
.quote-blue-text em {
  color: #F2C94C;
  font-style: italic;
}
.quote-blue-author {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* Módulo deporte base — fondo azul pleno */
.blue-module {
  background: #1B6CA8;
  color: #fff;
  padding: 80px 0;
  position: relative;
}
.blue-module::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fff 0%, #fff 33%, #1B6CA8 33%, #1B6CA8 66%, #F2C94C 66%, #F2C94C 100%);
  opacity: 0.9;
}
.blue-module-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 900px) {
  .blue-module-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
  }
}
.blue-module-copy h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  color: #fff;
  letter-spacing: -0.03em;
  margin: 8px 0 14px;
  line-height: 1.15;
}
.blue-module-copy > p {
  color: rgba(255,255,255,0.88);
  font-size: 1.05rem;
  margin-bottom: 20px;
  max-width: 480px;
}
.blue-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.blue-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.98rem;
  color: rgba(255,255,255,0.92);
}
.blue-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F2C94C;
}
.blue-module-cards {
  display: grid;
  gap: 12px;
}
.blue-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 22px 24px;
  backdrop-filter: blur(8px);
  transition: background 0.2s, transform 0.2s;
}
.blue-card:hover {
  background: rgba(255,255,255,0.16);
  transform: translateX(4px);
}
.blue-card-n {
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.85rem;
  color: #F2C94C;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 8px;
}
.blue-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin: 0 0 6px;
}
.blue-card p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.45;
}

/* Impacto / números */
.impact-strip {
  background: #E8F4FC;
  padding: 48px 0;
  border-top: 3px solid #1B6CA8;
  border-bottom: 3px solid #F2C94C;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: center;
}
@media (min-width: 700px) {
  .impact-grid { grid-template-columns: repeat(4, 1fr); }
}
.impact-n {
  display: block;
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: #1B6CA8;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.impact-l {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
  color: #0A3D62;
  font-weight: 500;
}

/* Accesos rápidos */
.quick { background: var(--off, #F8F9FA); }
.quick-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .quick-grid { grid-template-columns: repeat(3, 1fr); }
}
.quick-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 2px solid transparent;
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.quick-card:hover {
  border-color: #1B6CA8;
  box-shadow: 0 12px 32px rgba(27,108,168,0.12);
  transform: translateY(-3px);
}
.quick-ico {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 12px;
}
.quick-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  color: #0A3D62;
  margin: 0 0 6px;
}
.quick-card p {
  font-size: 0.88rem;
  color: #6B7C8C;
  margin: 0;
  line-height: 1.4;
}

/* Footer con franja */
.footer .canarias-bar {
  margin-bottom: 0;
}


/* ========== LOGO · MASCOTA · FOOTER INST · PÁGINAS INTERNAS ========== */

.logo-img {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}
.footer-logo {
  height: 56px;
  width: auto;
  margin-bottom: 10px;
  filter: brightness(1.15);
}
.nav a.is-active {
  color: var(--gold, #FFCC00);
}

/* Mascota */
.mascota-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.25));
}
.blue-module-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cta-mascota {
  max-width: 140px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.15));
}
.cta-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Footer instituciones */
.footer-inst {
  width: 100%;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.footer-inst-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  margin: 0 0 12px;
  font-family: var(--font);
}
.footer-inst-logos {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
  padding: 10px 14px;
}

/* Page hero */
.page-hero {
  /*background: var(--navy, #042A45);*/
  
  background: var(--fucsia, #E91E63);
  color: #fff;
  padding: 110px 0 56px;
}
.page-hero h1 {
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 8px 0 12px;
}
.page-hero-sub {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0;
}

/* Prose */
.prose {
  max-width: 720px;
}
.prose p {
  margin: 0 0 1em;
  line-height: 1.65;
  color: var(--text, #0D1B26);
}
.lead {
  font-size: 1.15rem;
  color: var(--blue, #0768A9) !important;
  font-weight: 500;
  line-height: 1.55 !important;
}
.firma {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 3px solid var(--gold, #FFCC00);
  display: inline-block;
}
.firma strong {
  display: block;
  font-family: var(--font);
  font-size: 1.1rem;
  color: var(--navy, #042A45);
}
.firma em {
  color: var(--muted, #6B7C8C);
  font-style: italic;
}

.bg-off { background: var(--off, #F5F8FB); }
.sec-title {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--navy, #042A45);
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}

.mv-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .mv-grid { grid-template-columns: 1fr 1fr; }
}
.mv-card {
  border-radius: 14px;
  padding: 28px 24px;
}
.mv-card h3 {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 0 12px;
  color: var(--navy, #042A45);
}
.mv-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 0.75em;
  color: var(--text, #0D1B26);
}
.mv-card.mision {
  background: #E5F3FB;
  border-left: 4px solid #0768A9;
}
.mv-card.vision {
  background: #FFF8E0;
  border-left: 4px solid #FFCC00;
}

.valores-intro {
  color: var(--muted, #6B7C8C);
  margin: 0 0 1.25rem;
}
.valores-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .valores-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .valores-grid { grid-template-columns: repeat(4, 1fr); }
}
.valor-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  border: 2px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.valor-card:hover {
  border-color: #0768A9;
  box-shadow: 0 8px 24px rgba(7,104,169,0.1);
}
.valor-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy, #042A45);
  margin: 0 0 8px;
}
.valor-card p {
  font-size: 0.88rem;
  color: var(--muted, #6B7C8C);
  margin: 0;
  line-height: 1.45;
}

.cierre-valores {
  margin-top: 2.5rem;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.slogan-final {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--navy, #042A45);
  margin: 1rem 0;
  line-height: 1.4;
}
.slogan-gold {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.25rem;
  color: #0768A9;
  margin: 0.5rem 0 0;
}

/* Disciplinas blocks */
.disc-blocks { display: flex; flex-direction: column; gap: 16px; }
.disc-block {
  background: var(--off, #F5F8FB);
  border-radius: 14px;
  padding: 28px 24px;
  scroll-margin-top: 90px;
}
.disc-block h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--navy, #042A45);
  margin: 0 0 10px;
}
.disc-block > p {
  margin: 0 0 16px;
  color: var(--text, #0D1B26);
  font-size: 0.98rem;
}
.disc-links { display: flex; flex-direction: column; gap: 8px; }
.disc-link-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #fff;
  padding: 14px 16px;
  border-radius: 10px;
}
.disc-link-item strong { font-family: var(--font); color: var(--navy, #042A45); font-size: 0.95rem; }
.disc-link-item span { font-size: 0.85rem; color: var(--muted, #6B7C8C); }

/* Docs transparencia */
.doc-list { display: flex; flex-direction: column; gap: 10px; margin-top: 1rem; }
.doc-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--off, #F5F8FB);
  padding: 16px 18px;
  border-radius: 10px;
}
.doc-item strong { font-family: var(--font); color: var(--navy, #042A45); }
.doc-item span { font-size: 0.88rem; color: var(--muted, #6B7C8C); }

/* Sponsors */
.sponsor-cards {
  display: grid;
  gap: 14px;
  margin: 1.5rem 0;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .sponsor-cards { grid-template-columns: 1fr 1fr; }
}
.sponsor-card {
  background: var(--off, #F5F8FB);
  border-radius: 14px;
  padding: 24px 22px;
}
.sponsor-card h3 {
  font-family: var(--font);
  font-weight: 800;
  color: var(--navy, #042A45);
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.sponsor-card p {
  font-size: 0.95rem;
  margin: 0 0 10px;
  line-height: 1.5;
}
.tag-pill {
  display: inline-block;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #FFCC00;
  color: var(--navy, #042A45);
}
.sponsor-cierre {
  text-align: center;
  margin: 2.5rem 0;
  padding: 2rem;
  background: var(--navy, #042A45);
  border-radius: 14px;
  color: #fff;
}
.sponsor-cierre .slogan-final { color: #fff; }
.sponsor-cierre .slogan-gold { color: #FFCC00; }
.sponsor-cierre p { color: rgba(255,255,255,0.8); }
.sponsor-cta {
  margin-top: 2rem;
  padding: 1.5rem 0;
}
.sponsor-cta h2 {
  font-family: var(--font);
  font-weight: 800;
  color: var(--navy, #042A45);
  margin: 0 0 10px;
}

/* Header on dark: logo is cyan - add subtle bg chip for readability on navy if needed */
.header .logo-img {
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}


/* ========== MASCOTA BANNER + LOGOS CENTRADOS ========== */

.mascota-banner {
  background: linear-gradient(180deg, #E5F3FB 0%, #F5F8FB 100%);
  padding: 48px 0 40px;
  border-bottom: 3px solid #0768A9;
}
.mascota-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 48px;
  text-align: left;
}
.mascota-hero {
  width: min(280px, 55vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(4, 42, 69, 0.2));
  flex-shrink: 0;
}
.mascota-banner-text {
  max-width: 400px;
}
.mascota-banner-text h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--navy, #042A45);
  margin: 6px 0 10px;
  letter-spacing: -0.02em;
}
.mascota-banner-text p {
  margin: 0;
  color: var(--text, #0D1B26);
  font-size: 1.02rem;
  line-height: 1.5;
}

/* Logo header: no white box */
.logo {
  display: flex;
  align-items: center;
}
.logo-img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

/* Footer: everything centered */
.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo {
  height: 52px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}
.footer-inst {
  width: 100%;
  max-width: 480px;
  margin: 8px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-inst-logos {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
}
.footer-copy {
  text-align: center;
  width: 100%;
}

/* Mascota in blue module - larger */
.mascota-img {
  max-width: 260px !important;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.3));
}
.cta-mascota {
  max-width: 180px !important;
  width: 100%;
  margin: 0 auto 12px;
  display: block;
}

@media (max-width: 600px) {
  .mascota-banner-inner {
    text-align: center;
  }
  .mascota-banner-text {
    text-align: center;
  }
}


/* ========== MASCOTA HERO + LOGOS CENTRADOS ========== */
.mascota-hero {
  background: linear-gradient(180deg, #E5F3FB 0%, #ffffff 100%);
  padding: 56px 0 48px;
  border-bottom: 3px solid #0768A9;
}
.mascota-hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .mascota-hero-inner {
    text-align: left;
    justify-content: center;
  }
}
.mascota-hero-img {
  width: min(280px, 70vw);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 16px 32px rgba(7, 104, 169, 0.25));
}
.mascota-hero-text {
  max-width: 420px;
}
.mascota-hero-text h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--navy, #042A45);
  margin: 8px 0 12px;
  letter-spacing: -0.02em;
}
.mascota-hero-text p {
  color: var(--muted, #6B7C8C);
  margin: 0 0 20px;
  line-height: 1.55;
}

/* Logo header centrado en móvil, izquierda en desktop con nav */
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

/* Footer: todo centrado */
.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo {
  height: 64px;
  width: auto;
  margin: 0 auto 10px;
  display: block;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}
.footer-inst {
  width: 100%;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-inst-logos {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
}
.footer-copy {
  text-align: center;
  width: 100%;
}

/* CTA mascota más grande */
.cta-mascota {
  max-width: 180px !important;
  width: 100%;
  height: auto;
  margin: 0 auto 12px !important;
  display: block !important;
}

/* Page hero logos if any - center */
.page-hero .container {
  text-align: left;
}


/* --- Mascota bienvenida (HOME) --- */
.mascota-welcome {
  background: #ffffff;
  padding: 48px 0 40px;
  border-bottom: none;
}
.mascota-welcome-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 48px;
  text-align: center;
}
.mascota-hero {
  width: min(280px, 70vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(7, 104, 169, 0.25));
}
.mascota-welcome-text {
  max-width: 420px;
  text-align: left;
}
@media (max-width: 700px) {
  .mascota-welcome-text { text-align: center; }
}
.mascota-welcome-text h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--navy, #042A45);
  margin: 8px 0 12px;
  letter-spacing: -0.02em;
}
.mascota-welcome-text p {
  color: var(--text, #0D1B26);
  margin: 0 0 0.75em;
  line-height: 1.55;
}
.mascota-tagline {
  font-family: var(--font) !important;
  font-weight: 800 !important;
  color: #0768A9 !important;
  font-size: 1.15rem !important;
  margin-top: 8px !important;
}

/* Ensure other mascota sizes */
.mascota-img {
  max-width: 240px !important;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.2));
}
.cta-mascota {
  max-width: 160px !important;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}

/* Footer centrado */
.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 4% 32px;
  gap: 12px;
}
.footer-logo-wrap {
  display: flex;
  justify-content: center;
}
.footer-logo {
  height: 64px !important;
  width: auto;
  margin: 0 auto 4px;
  display: block;
}
.footer-name {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin: 0 0 8px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin: 8px 0 16px;
}
.footer-inst-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  margin: 8px 0 10px;
  font-family: var(--font);
}
.footer-inst-logos {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
  padding: 12px 16px;
  margin: 0 auto 16px;
  display: block;
}
.footer-copy {
  font-size: 0.8rem;
  opacity: 0.5;
  margin: 0;
}

/* Header logo centered on mobile optional - keep left on desktop */
.logo {
  display: flex;
  align-items: center;
}
.logo-img {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}


/* ========== VITALIDAD · Ondas temporada (estilo cartel FIGGC) ========== */
.season-wave {
  position: relative;
  overflow: hidden;
  background: #0768a9;
  color: #fff;
  padding: 72px 0 100px;
  text-align: center;
}
.season-wave-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
}
.wave {
  animation: none !important;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 50% 100%;
  animation: none;
}
.wave-1 {
  bottom: 0;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C150,120 350,0 600,60 C850,120 1050,0 1200,60 L1200,120 L0,120 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  opacity: 1;
  
}
.wave-2 {
  bottom: 0;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C200,100 400,0 600,50 C800,100 1000,10 1200,50 L1200,120 L0,120 Z' fill='%23FFEB3B'/%3E%3C/svg%3E");
  
  
  opacity: 0.95;
}
.wave-3 {
  bottom: -5px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,80 C250,20 450,100 700,50 C900,10 1100,90 1200,60 L1200,120 L0,120 Z' fill='%23FFD600'/%3E%3C/svg%3E");
  
}
@keyframes waveMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.season-wave-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}
.season-kicker {
    font-family: "More Sugar", Sans-serif;
    font-weight: 900;
    font-size: clamp(1.35rem, 4vw, 4rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffcc00;
    text-shadow: 0 2px 0 rgba(4, 42, 69, 0.15);
    margin: 0 0 16px;
    line-height: 1.2;
}
.season-title {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(1.25rem, 3.2vw, 1.75rem);
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.season-stars {
  font-size: 1.4rem;
  letter-spacing: 0.35em;
  color: #fff;
  margin: 0 0 18px;
  opacity: 0.95;
  animation: none;
}
@keyframes starPulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
.season-heart {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.1rem;
  color: #042A45;
  background: #FFEB3B;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  margin: 0 0 20px;
}
.season-heart .heart {
  color: #E91E63;
  margin-right: 4px;
}
.season-heart strong {
  letter-spacing: 0.04em;
}
.btn-season {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  background: #E91E63;
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(233, 30, 99, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-season:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 28px rgba(233, 30, 99, 0.45);
}

/* Mascota sin animación */
.mascota-hero {
  animation: none;
  filter: none;
}
.mascota-img {
  filter: none !important;
}
.cta-mascota {
  filter: none !important;
}



/* Clubes grid */
.clubes-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}
@media (min-width: 560px) {
  .clubes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .clubes-grid { grid-template-columns: repeat(3, 1fr); }
}
.club-card {
  background: var(--off, #F5F8FB);
  border-radius: 12px;
  padding: 18px 20px;
  border: 2px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.club-card:hover {
  border-color: #0768A9;
  box-shadow: 0 6px 20px rgba(7,104,169,0.1);
}
.club-card h3 {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--navy, #042A45);
  margin: 0 0 4px;
}
.club-meta {
  font-size: 0.8rem;
  color: var(--muted, #6B7C8C);
  margin: 0;
}

/* Modalidad icons */
.mod-icons-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 800px) {
  .mod-icons-row { grid-template-columns: repeat(4, 1fr); }
}
.mod-icon-card {
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border-radius: 16px;
  transition: transform 0.2s, background 0.2s;
}
.mod-icon-card:hover {
  background: #E5F3FB;
  transform: translateY(-4px);
}
.mod-icon-card img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
.mod-icon-card span {
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9rem;
  color: #0768A9;
}

.disc-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.disc-block-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
.disc-block-head h2 {
  margin: 0;
}

.disc-card-icon {
  text-align: center;
}
.disc-card-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 12px;
  display: block;
}
.disc-card-icon h3 {
  font-size: 1rem;
}

.doc-item-link {
  text-decoration: none;
  color: inherit;
  border: 2px solid #0768A9;
  transition: background 0.2s;
}
.doc-item-link:hover {
  background: #E5F3FB;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'More Sugar';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://beautiful-mccarthy.82-223-71-191.plesk.page/wp-content/uploads/2026/09/MoreSugar-Regular.eot');
	src: url('https://beautiful-mccarthy.82-223-71-191.plesk.page/wp-content/uploads/2026/09/MoreSugar-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://beautiful-mccarthy.82-223-71-191.plesk.page/wp-content/uploads/2026/09/MoreSugar-Regular.woff2') format('woff2'),
		url('https://beautiful-mccarthy.82-223-71-191.plesk.page/wp-content/uploads/2026/09/MoreSugar-Regular.woff') format('woff'),
		url('https://beautiful-mccarthy.82-223-71-191.plesk.page/wp-content/uploads/2026/09/MoreSugar-Regular.ttf') format('truetype'),
		url('https://beautiful-mccarthy.82-223-71-191.plesk.page/wp-content/uploads/2026/09/MoreSugar-Regular.svg#MoreSugar') format('svg');
}
/* End Custom Fonts CSS */