/* ==========================================================================
   CHILENIDAD EN FAMILIA 2026
   Hoja de estilos principal

   PALETA OFICIAL (tomada de la gráfica impresa de la campaña)
     Azul institucional  #144289
     Rojo listón         #BE1D32
     Crema               #F7F4EC
     Verde compra        #22A45D
   ========================================================================== */

:root {
  --azul: #144289;
  --azul-oscuro: #0E3269;
  --azul-profundo: #0A2350;
  --rojo: #BE1D32;
  --rojo-oscuro: #9C1528;
  --crema: #F7F4EC;
  --crema-hondo: #EFEADD;
  --verde: #22A45D;
  --verde-oscuro: #1B8B4E;
  --blanco: #FFFFFF;
  --tinta: #1A2420;
  --tinta-suave: #46564E;
  --gris-linea: #DCD8CC;
  --dorado: #C9A24E;

  --fuente: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;

  --ancho: 1180px;
  --radio: 14px;
  --sombra: 0 10px 30px rgba(10, 35, 80, 0.10);
  --sombra-alta: 0 18px 44px rgba(10, 35, 80, 0.18);
  --alto-barra: 78px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: var(--fuente);
  color: var(--tinta);
  background: var(--crema);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--alto-barra);
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.contenedor {
  width: 100%;
  max-width: var(--ancho);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contenedor.estrecho { max-width: 780px; }

/* Accesibilidad -------------------------------------------------------- */
.salto-contenido {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--azul);
  color: #fff;
  padding: .8rem 1.2rem;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.salto-contenido:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--dorado);
  outline-offset: 3px;
}

/* ==========================================================================
   BARRA SUPERIOR
   ========================================================================== */
.barra-superior {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(20, 66, 137, 0);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
  padding: .9rem 0;
}
.barra-superior.solida {
  background: var(--azul);
  box-shadow: 0 4px 18px rgba(10, 35, 80, .28);
  padding: .45rem 0;
}
.barra-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.marca { display: block; line-height: 0; }
.marca-logo {
  height: 62px;
  width: auto;
  transition: height .35s ease;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .35));
}
.barra-superior.solida .marca-logo { height: 46px; }

.menu { display: flex; gap: 1.8rem; }
.menu a {
  color: #fff;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .4rem 0;
  position: relative;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .4);
}
.menu a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--dorado);
  transition: width .3s ease;
}
.menu a:hover::after { width: 100%; }

/* ==========================================================================
   BANNER PRINCIPAL
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.hero-fondo { position: absolute; inset: 0; }
.hero-fondo img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: acercar 26s ease-in-out infinite alternate;
}
@keyframes acercar {
  from { transform: scale(1.02); }
  to   { transform: scale(1.13); }
}
.hero-velo {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,35,80,.72) 0%, rgba(10,35,80,.42) 38%, rgba(10,35,80,.86) 100%);
}
.hero-contenido {
  position: relative;
  z-index: 2;
  padding: 7rem 1.5rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
.hero-eyebrow {
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 700;
  color: #F0D9A4;
  background: rgba(10, 35, 80, .55);
  padding: .5rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 164, .35);
  backdrop-filter: blur(6px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
}
.hero-titulo {
  font-size: clamp(2.6rem, 9vw, 5.6rem);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -.02em;
  text-shadow: 0 6px 30px rgba(0, 0, 0, .45);
}
.hero-titulo span { color: var(--dorado); }

.hero-fecha {
  display: flex;
  align-items: center;
  gap: .7rem;
  background: var(--rojo);
  padding: .7rem 1.7rem;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(190, 29, 50, .45);
  margin-top: .4rem;
}
.hero-dia { font-size: clamp(1.9rem, 5vw, 2.7rem); font-weight: 800; line-height: 1; }
.hero-y { font-size: 1rem; opacity: .85; }
.hero-mes { font-size: .78rem; line-height: 1.15; text-align: left; text-transform: uppercase; letter-spacing: .08em; }
.hero-mes strong { font-size: 1.05rem; }

.hero-lugar {
  max-width: 34rem;
  color: rgba(255, 255, 255, .92);
  font-size: 1rem;
}
.hero-acciones { display: flex; gap: .9rem; flex-wrap: wrap; justify-content: center; margin-top: .5rem; }

.hero-scroll {
  position: absolute;
  left: 50%; bottom: 26px;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 2px solid rgba(255, 255, 255, .65);
  border-radius: 14px;
  z-index: 2;
}
.hero-scroll span {
  position: absolute;
  left: 50%; top: 8px;
  width: 4px; height: 8px;
  margin-left: -2px;
  background: #fff;
  border-radius: 2px;
  animation: bajar 1.8s ease-in-out infinite;
}
@keyframes bajar {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(13px); opacity: .3; }
}

/* ==========================================================================
   BOTONES
   ========================================================================== */
.boton {
  display: inline-block;
  padding: .95rem 2.1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  letter-spacing: .02em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  border: 2px solid transparent;
}
.boton:hover { transform: translateY(-3px); }
.boton-primario {
  background: var(--dorado);
  color: var(--azul-profundo);
  box-shadow: 0 10px 28px rgba(201, 162, 78, .42);
}
.boton-primario:hover { box-shadow: 0 16px 36px rgba(201, 162, 78, .55); }
.boton-fantasma {
  background: rgba(255, 255, 255, .10);
  color: #fff;
  border-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(4px);
}
.boton-fantasma:hover { background: rgba(255, 255, 255, .2); }
.boton-claro {
  background: #fff;
  color: var(--azul);
  box-shadow: var(--sombra);
}
.boton-comprar {
  background: var(--verde);
  color: #fff;
  padding: .85rem 2.6rem;
  box-shadow: 0 8px 22px rgba(34, 164, 93, .4);
  white-space: nowrap;
}
.boton-comprar:hover { background: var(--verde-oscuro); }

/* ==========================================================================
   CUENTA REGRESIVA
   ========================================================================== */
.cuenta {
  background: var(--rojo);
  color: #fff;
  padding: 1.6rem 0;
  position: relative;
}
.cuenta::before,
.cuenta::after {
  content: "";
  position: absolute; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--azul) 0 33%, #fff 33% 66%, var(--rojo-oscuro) 66% 100%);
  opacity: .5;
}
.cuenta::before { top: 0; }
.cuenta::after { bottom: 0; }

.cuenta-grilla {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 720px;
  margin: 0 auto;
}
.cuenta-bloque {
  text-align: center;
  position: relative;
  padding: .2rem .5rem;
}
.cuenta-bloque + .cuenta-bloque::before {
  content: "";
  position: absolute; left: 0; top: 18%;
  width: 1px; height: 64%;
  background: rgba(255, 255, 255, .35);
}
.cuenta-numero {
  display: block;
  font-size: clamp(1.9rem, 5.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: transform .18s ease;
}
.cuenta-numero.tic { transform: scale(1.14); }
.cuenta-etiqueta {
  display: block;
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: .45rem;
  opacity: .9;
  font-weight: 600;
}
.cuenta-vivo {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .04em;
}

/* ==========================================================================
   TÍTULOS Y SEPARADORES
   ========================================================================== */
section { padding: 5.5rem 0; }

.titulo-seccion {
  text-align: center;
  font-size: clamp(1.7rem, 4.2vw, 2.5rem);
  font-weight: 800;
  color: var(--azul);
  letter-spacing: -.01em;
  text-wrap: balance;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.titulo-seccion.claro { color: #fff; }

.estrella {
  width: 22px; height: 22px;
  background: var(--dorado);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  flex: none;
}

.separador {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin: 1rem auto 2.6rem;
  max-width: 340px;
}
.separador span { flex: 1; height: 1px; background: var(--gris-linea); }
.separador i {
  width: 10px; height: 10px;
  background: var(--rojo);
  transform: rotate(45deg);
  flex: none;
}
.separador.claro span { background: rgba(255, 255, 255, .35); }
.separador.claro i { background: var(--dorado); }

.intro-seccion {
  text-align: center;
  max-width: 42rem;
  margin: -1rem auto 2.8rem;
  color: var(--tinta-suave);
}

/* ==========================================================================
   BIENVENIDA
   ========================================================================== */
.bienvenida {
  background: var(--azul);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bienvenida::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--azul-profundo) 0 33%, #fff 33% 66%, var(--rojo) 66% 100%);
}
.bienvenida p { color: rgba(255, 255, 255, .88); margin-bottom: 1.1rem; }
.parrafo-grande { font-size: 1.12rem; color: #fff !important; }

.datos-clave {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 2.8rem;
  text-align: left;
}
.dato {
  background: rgba(255, 255, 255, .08);
  border-left: 3px solid var(--dorado);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.2rem;
}
.dato-etiqueta {
  display: block;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--dorado);
  font-weight: 700;
  margin-bottom: .4rem;
}
.dato-valor { display: block; font-size: .92rem; color: #fff; line-height: 1.45; }

/* ==========================================================================
   PRESENTACIONES ESTELARES
   ========================================================================== */
.presentaciones { background: var(--crema); }

.tarjetas-presentacion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.tarjeta-presentacion {
  background: #fff;
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: var(--sombra);
  transition: transform .32s ease, box-shadow .32s ease;
  display: flex;
  flex-direction: column;
}
.tarjeta-presentacion:hover {
  transform: translateY(-8px);
  box-shadow: var(--sombra-alta);
}
.tp-imagen { aspect-ratio: 4 / 3; overflow: hidden; background: var(--azul); }
.tp-imagen img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.tarjeta-presentacion:hover .tp-imagen img { transform: scale(1.07); }

.tp-cuerpo { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.tp-cuerpo h3 { color: var(--azul); font-size: 1.12rem; line-height: 1.25; }
.tp-bajada { font-size: .9rem; color: var(--tinta-suave); flex: 1; }
.tp-fecha {
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--tinta-suave);
  border-top: 1px solid var(--gris-linea);
  padding-top: .8rem;
  font-weight: 600;
}
.tp-fecha span {
  color: var(--rojo);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-right: .35rem;
}

/* ==========================================================================
   ACTIVIDADES
   ========================================================================== */
.actividades { background: #fff; }

.grilla-actividades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1.3rem;
}
.tarjeta-actividad {
  background: var(--crema);
  border-radius: var(--radio);
  padding: 1.6rem 1.4rem;
  border-top: 4px solid var(--rojo);
  transition: transform .3s ease, box-shadow .3s ease;
}
.tarjeta-actividad:nth-child(2n) { border-top-color: var(--azul); }
.tarjeta-actividad:nth-child(3n) { border-top-color: var(--dorado); }
.tarjeta-actividad:hover { transform: translateY(-6px); box-shadow: var(--sombra); }
.tarjeta-actividad h3 {
  color: var(--azul);
  font-size: 1.02rem;
  margin-bottom: .9rem;
  line-height: 1.3;
}
.tarjeta-actividad ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.tarjeta-actividad li {
  font-size: .88rem;
  color: var(--tinta-suave);
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.4;
}
.tarjeta-actividad li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 6px; height: 6px;
  background: var(--rojo);
  transform: rotate(45deg);
}

/* ==========================================================================
   MAPA DEL RECINTO
   ========================================================================== */
.recinto { background: var(--azul-oscuro); color: #fff; }

.recinto-grilla {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2.4rem;
  align-items: center;
}
.recinto-mapa {
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
  background: #fff;
}
.recinto-leyenda ol {
  list-style: none;
  columns: 2;
  column-gap: 1.6rem;
}
.recinto-leyenda li {
  display: flex;
  align-items: baseline;
  gap: .6rem;
  font-size: .88rem;
  padding: .32rem 0;
  color: rgba(255, 255, 255, .9);
  break-inside: avoid;
}
.recinto-leyenda span {
  flex: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--rojo);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.leyenda-nota {
  margin-top: 1.4rem;
  font-size: .76rem;
  color: rgba(255, 255, 255, .55);
  font-style: italic;
}

/* ==========================================================================
   INSTITUCIONES
   ========================================================================== */
.instituciones { background: var(--crema); }

.bloques-instituciones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: .6rem;
  align-items: start;   /* cada bloque toma solo el alto que necesita */
}
.bloque-institucion {
  background: #fff;
  border-radius: var(--radio);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--sombra);
}
.bloque-institucion.ancho-completo { margin-top: 2rem; }
.bloque-institucion h3 {
  text-align: center;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--azul);
  font-weight: 800;
  margin-bottom: 1.4rem;
  position: relative;
  padding-bottom: .8rem;
}
.bloque-institucion h3::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 42px; height: 3px;
  background: var(--rojo);
  border-radius: 2px;
}
.fila-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 2.2rem;
}
.fila-logos img {
  height: 62px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}
.fila-logos img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.06);
}

/* ==========================================================================
   CÓMO LLEGAR
   ========================================================================== */
.llegar { background: var(--azul); color: #fff; }

.mapa-enlace {
  display: block;
  position: relative;
  border-radius: var(--radio);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .32);
  text-decoration: none;
  max-height: 460px;
}
.mapa-enlace img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mapa-enlace:hover img { transform: scale(1.04); }

.mapa-pin {
  position: absolute;
  left: 50%; top: 50%;
  width: 26px; height: 26px;
  margin: -30px 0 0 -13px;
  background: var(--rojo);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
  animation: latir 2s ease-in-out infinite;
}
@keyframes latir {
  0%, 100% { transform: rotate(-45deg) scale(1); }
  50% { transform: rotate(-45deg) scale(1.16); }
}

.mapa-capa {
  position: absolute;
  inset: 0;
  background: rgba(10, 35, 80, .5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.6rem;
  opacity: 0;
  transition: opacity .3s ease;
}
.mapa-enlace:hover .mapa-capa,
.mapa-enlace:focus-visible .mapa-capa { opacity: 1; }
.mapa-capa-texto {
  background: #fff;
  color: var(--azul);
  padding: .7rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
}

.llegar-datos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}
.llegar-direccion { font-size: 1rem; color: rgba(255, 255, 255, .92); }

/* ==========================================================================
   PIE
   ========================================================================== */
.pie {
  background: var(--azul-profundo);
  color: rgba(255, 255, 255, .7);
  padding: 2.6rem 0;
  text-align: center;
}
.pie-interior { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; }
.pie-evento { font-size: .85rem; }
.powered { display: flex; flex-direction: column; align-items: center; gap: .55rem; }
.powered span {
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .45);
}
.powered img {
  height: 38px;
  width: auto;
  opacity: .85;
  filter: brightness(0) invert(1);
  transition: opacity .3s ease;
}
.powered img:hover { opacity: 1; }

/* ==========================================================================
   BARRA FIJA DE COMPRA
   ========================================================================== */
.barra-compra {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  background: #fff;
  box-shadow: 0 -4px 22px rgba(10, 35, 80, .16);
  padding: .75rem 0;
  transform: translateY(110%);
  transition: transform .4s cubic-bezier(.22, .8, .3, 1);
}
.barra-compra.visible { transform: translateY(0); }
.barra-compra-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.bc-texto { display: flex; flex-direction: column; line-height: 1.35; min-width: 0; }
.bc-texto strong { color: var(--azul); font-size: .96rem; }
.bc-texto span { font-size: .78rem; color: var(--tinta-suave); }

/* ==========================================================================
   ANIMACIONES DE APARICIÓN
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.22, .8, .3, 1), transform .7s cubic-bezier(.22, .8, .3, 1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: none; }
.reveal[data-reveal-delay="1"] { transition-delay: .10s; }
.reveal[data-reveal-delay="2"] { transition-delay: .20s; }
.reveal[data-reveal-delay="3"] { transition-delay: .30s; }
.reveal[data-reveal-delay="4"] { transition-delay: .40s; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 900px) {
  .recinto-grilla { grid-template-columns: 1fr; gap: 1.8rem; }
  .tarjetas-presentacion { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .bloques-instituciones { grid-template-columns: 1fr; }
  .datos-clave { grid-template-columns: 1fr; }
  .menu { display: none; }
}

@media (max-width: 620px) {
  :root { --alto-barra: 92px; }
  section { padding: 3.8rem 0; }
  .contenedor { padding: 0 1.1rem; }

  .hero-contenido { padding: 6rem 1.1rem 5rem; }
  .hero-fecha { padding: .6rem 1.2rem; gap: .5rem; }
  .hero-acciones { width: 100%; flex-direction: column; }
  .hero-acciones .boton { width: 100%; text-align: center; }

  .cuenta-grilla { max-width: 100%; }
  .cuenta-numero { font-size: 1.7rem; }
  .cuenta-etiqueta { font-size: .58rem; letter-spacing: .12em; }

  .recinto-leyenda ol { columns: 1; }

  .fila-logos { gap: 1.2rem 1.6rem; }
  .fila-logos img { height: 46px; max-width: 130px; }

  .llegar-datos { flex-direction: column; align-items: stretch; text-align: center; }

  .barra-compra-interior { flex-direction: column; gap: .6rem; align-items: stretch; }
  .bc-texto { text-align: center; }
  .bc-texto span { display: none; }
  .boton-comprar { width: 100%; text-align: center; padding: .8rem; }
}

/* ==========================================================================
   MOVIMIENTO REDUCIDO
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-fondo img { animation: none; }
}
