html {
  scroll-behavior: smooth;
} 

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

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  background: #ffffff;
}

.hgc-hero {
  min-height: 100vh;
  padding: 60px 20px;
  background: linear-gradient(
    135deg,
    #f4d35e 0%,
    #f28c4b 1%,
    #e45757 10%,
    #8a4fb4 50%,
    #2da9e9 72%,
    #6fcd6a 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hgc-hero-contenido {
  max-width: 900px;
}

.hgc-logo {
  width: 360px;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}

.hgc-etiqueta {
  display: inline-block;
  margin: 0 auto 20px;
  padding: 8px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hgc-descripcion {
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 35px;
}

.hgc-seccion {
  max-width: 1100px;
  margin: auto;
  padding: 90px 20px;
  text-align: center;
}

.hgc-seccion h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #625983;
  margin-bottom: 20px;
}

.hgc-seccion p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.hgc-carrera-seccion {
  max-width: 1000px;
}

.hgc-etiqueta-seccion {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #e9f8ff;
  color: #22aeea;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hgc-carrera-datos {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hgc-dato {
  padding: 24px 18px;
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.hgc-dato strong {
  display: block;
  margin-bottom: 8px;
  color: #625983;
  font-size: 1.1rem;
}

.hgc-dato span {
  color: #333;
}

.hgc-dato-icono {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
  transition: transform 0.25s ease;
}

@media (max-width: 768px) {
  .hgc-carrera-datos {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  .hgc-tarjetas {
    grid-template-columns: 1fr;
  }

  .hgc-hero {
    padding: 40px 20px;
  }
}

.hgc-intro {
  max-width: 1000px;
}

.hgc-dos-datos {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, 1fr);
}

.hgc-bloque {
  padding: 90px 20px;
}

.hgc-contenedor,
.hgc-contenedor-dos-columnas {
  max-width: 1180px;
  margin: 0 auto;
}

.hgc-contenedor-dos-columnas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hgc-columna-texto h2,
.hgc-contenedor h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: #625983;
  margin-bottom: 22px;
  line-height: 1.05;
}

.hgc-columna-texto p,
.hgc-contenedor p {
  font-size: 1.08rem;
  line-height: 1.7;
}

.hgc-lista {
  margin-top: 24px;
  list-style: none;
  display: grid;
  gap: 14px;
}

.hgc-lista li {
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  line-height: 1.5;
}

.hgc-bloque-convocatoria {
  background: #f4fbff;
}

.hgc-bloque-modalidad {
  background: linear-gradient(135deg, rgba(34,174,234,0.08), rgba(137,217,0,0.10));
}

.hgc-placeholder-imagen {
  min-height: 420px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(34,174,234,0.85), rgba(137,217,0,0.75)),
    url("../img/mapa-placeholder.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.hgc-placeholder-corredores {
  background:
    linear-gradient(135deg, rgba(255,75,75,0.82), rgba(98,89,131,0.78)),
    url("../img/corredores-placeholder.jpg");
  background-size: cover;
  background-position: center;
}

.hgc-categorias {
  max-width: 1100px;
}

.hgc-grid-categorias {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.hgc-card-categoria {
  padding: 44px 30px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0,0,0,0.09);
  border-top: 8px solid #22aeea;
}

.hgc-card-categoria h3 {
  font-size: clamp(3rem, 6vw, 5rem);
  color: #ff4b4b;
  margin-bottom: 16px;
}

.hgc-requisitos {
  background: linear-gradient(
    135deg,
    rgba(34, 174, 234, 0.08),
    rgba(112, 201, 108, 0.12)
  );
  color: black;
  text-align: center;
}

.hgc-requisitos .hgc-etiqueta-seccion {
  background: rgba(255,255,255,0.18);
  color: rgb(2, 224, 28);
}

.hgc-requisitos h2 {
  color: #89d900;
}

.hgc-requisitos-lista {
  margin: 45px auto 35px;
  max-width: 1050px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hgc-requisito {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  text-align: left;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
}

.hgc-requisito span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #89d900;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.hgc-boton-final {
  margin-top: 10px;
}

@media (max-width: 850px) {
  .hgc-contenedor-dos-columnas,
  .hgc-grid-categorias,
  .hgc-dos-datos {
    grid-template-columns: 1fr;
  }

  .hgc-invertido .hgc-columna-texto {
    order: 1;
  }

  .hgc-invertido .hgc-columna-imagen {
    order: 2;
  }

  .hgc-placeholder-imagen {
    min-height: 300px;
  }

  .hgc-requisito {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hgc-requisito span {
    margin: 0 auto;
  }
}

/* =========================
   MENÚ FIJO HGC
========================= */

.hgc-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 24px;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.hgc-navbar.hgc-navbar-scroll {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 12px 24px;
}

.hgc-navbar-contenedor {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hgc-navbar-logo img {
  width: 300px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.hgc-navbar.hgc-navbar-scroll .hgc-navbar-logo img {
  width: 190px;
}

.hgc-menu-contacto {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hgc-navbar.hgc-navbar-scroll .hgc-menu-contacto {
  border-color: #625983;
  color: #625983;
  background: #ffffff;
}

.hgc-menu-contacto:hover {
  background: #ffffff;
  color: #625983;
}

.hgc-navbar.hgc-navbar-scroll .hgc-menu-contacto:hover {
  background: #625983;
  color: #ffffff;
}

/* =========================
   POPUP CONTACTO
========================= */

.hgc-popup-contacto {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.hgc-popup-icono {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px;
}

.hgc-popup-contacto.activo {
  display: flex;
}

.hgc-popup-fondo {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}

.hgc-popup-contenido {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  padding: 38px 30px;
  border-radius: 28px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  animation: hgcPopupEntrada 0.3s ease;
}

@keyframes hgcPopupEntrada {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hgc-popup-cerrar {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: transparent;
  color: #625983;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.hgc-popup-contenido h2 {
  color: #625983;
  font-size: 2rem;
  margin-bottom: 14px;
}

.hgc-popup-contenido p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 26px;
}

.hgc-whatsapp-lista {
  display: grid;
  gap: 14px;
}

.hgc-whatsapp-btn {
  display: block;
  padding: 15px 20px;
  border-radius: 999px;
  background: #2f9602;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hgc-whatsapp-btn:hover {
  transform: scale(1.06);
  background: #1ebe5d;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.38);
}

@media (max-width: 600px) {
  .hgc-navbar {
    padding: 14px 18px;
  }

  .hgc-navbar-logo img {
    width: 78px;
  }

  .hgc-navbar.hgc-navbar-scroll .hgc-navbar-logo img {
    width: 70px;
  }

  .hgc-menu-contacto {
    padding: 9px 18px;
    font-size: 0.9rem;
  }
}

/* =========================
   ANIMACIÓN GENERAL DE BOTONES
========================= */

.hgc-boton,
.hgc-menu-contacto,
.hgc-whatsapp-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hgc-boton:hover,
.hgc-menu-contacto:hover,
.hgc-whatsapp-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.hgc-boton:active,
.hgc-menu-contacto:active,
.hgc-whatsapp-btn:active {
  transform: scale(0.98);
}

/* =========================
   KIT DEL CORREDOR
========================= */

.hgc-kit {
  background: #f4fbff;
}

.hgc-subtitulo-lista {
  margin-top: 26px;
  margin-bottom: 16px;
  color: #625983;
  font-size: 1.35rem;
}

.hgc-info-extra {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.hgc-info-extra div {
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.hgc-info-extra strong {
  display: block;
  margin-bottom: 8px;
  color: #e2124d;
  font-size: 1.05rem;
}

.hgc-info-extra p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* =========================
   Imagen ilustrativa
========================= */

.hgc-contenedor-imagen-ilustrativa{
  flex-direction: column;
  margin-top: 10px;
  font-size: 0.85rem;
  color: rgba(98, 89, 131, 0.8);
  font-style: italic;
  text-align: center;
}

/* =========================
   CEREMONIA DE PREMIACIÓN
========================= */

.hgc-ceremonia {
  background: #ffffff;
}

/* =========================
   RESPONSIVE NUEVAS SECCIONES
========================= */

@media (max-width: 850px) {
  .hgc-contenedor-dos-columnas,
  .hgc-grid-categorias,
  .hgc-dos-datos {
    grid-template-columns: 1fr;
  }

  .hgc-invertido .hgc-columna-texto {
    order: 1;
  }

  .hgc-invertido .hgc-columna-imagen {
    order: 2;
  }

  .hgc-placeholder-imagen {
    min-height: 300px;
  }

  .hgc-requisitos-lista {
    grid-template-columns: 1fr;
  }

  .hgc-requisito {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hgc-requisito span {
    margin: 0 auto;
  }
}

/* =========================
   MAPA DEL RECORRIDO
========================= */

.hgc-mapa-recorrido {
  max-width: 820px;
  margin: 50px auto 0;
  text-align: center;
}

.hgc-mapa-recorrido h3 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: #625983;
  margin-bottom: 24px;
}

.hgc-mapa-recorrido img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}

/* =========================
   REGLAS DE CARRERA
========================= */

.hgc-reglas-carrera {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 18px auto 0;
  padding: 34px 30px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(34, 174, 234, 0.08),
    rgba(112, 201, 108, 0.12)
  );
  border: 1px solid rgba(98, 89, 131, 0.14);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  text-align: left;
}

.hgc-reglas-carrera h3 {
  color: #625983;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 20px;
  text-align: center;
}

.hgc-reglas-carrera ul {
  list-style: none;
  display: grid;
  gap: 14px;
}

.hgc-reglas-carrera li {
  position: relative;
  padding-left: 28px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #333333;
}

.hgc-reglas-carrera li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #07d14b;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.2;
}

.hgc-reglas-carrera strong {
  color: #625983;
}

.hgc-texto-resaltado {
  color: #9BB336;
  font-weight: 900;
}

.hgc-imagen-seccion {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.hgc-icono-intro {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .hgc-icono-intro {
    width: 150px;
    height: 150px;
  }
}

/* =========================
   LOGO FINAL ANTES DEL FOOTER
========================= */

.hgc-mascota-final {
  padding: 60px 20px 40px;
  background: #ffffff;
  text-align: center;
}

.hgc-logo-final-link {
  display: inline-block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.hgc-logo-final-link:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.16));
}

.hgc-logo-final-link:active {
  transform: scale(0.98);
}

.hgc-logo-final-img {
  width: 300px;
  max-width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


/* =========================
   FOOTER HGC - FONDO CLARO
========================= */

.hgc-footer {
  position: relative;
  background: #ffffff;
  color: #625983;
  padding: 55px 20px 24px;
}

.hgc-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #f3d25c,
    #db4b58,
    #8c56b3,
    #30a8df,
    #70c96c
  );
}

.hgc-footer-contenedor {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.hgc-footer-logo {
  text-align: center;
}

.hgc-footer-herbalito {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
  transition: none;
}

.hgc-footer-herbalito:hover {
  transform: none;
  filter: none;
}

.hgc-footer-logo p {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  color: #625983;
}

.hgc-footer h3 {
  font-size: 1.1rem;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #625983;
}


/* =========================
   REDES FOOTER
========================= */

.hgc-footer-redes {
  text-align: center;
}

.hgc-footer-redes-logos {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hgc-footer-redes-logos a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f4f4f8;
  border: 2px solid rgba(98, 89, 131, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.hgc-footer-redes-logos a:hover {
  transform: scale(1.16);
  background: #625983;
  box-shadow: 0 12px 26px rgba(0,0,0,0.16);
}

.hgc-footer-redes-logos img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

.hgc-footer-redes-logos a:hover img {
  transform: scale(1.08);
}


/* =========================
   LINKS FOOTER
========================= */

.hgc-footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hgc-footer-links a {
  color: #625983;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.hgc-footer-links a:hover {
  color: #22aeea;
  transform: translateX(4px);
}


/* =========================
   COPYRIGHT FOOTER
========================= */

.hgc-footer-copy {
  max-width: 1180px;
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(98, 89, 131, 0.22);
  text-align: center;
}

.hgc-footer-copy p {
  font-size: 0.9rem;
  color: #625983;
}


/* =========================
   RESPONSIVE FOOTER
========================= */

@media (max-width: 850px) {
  .hgc-footer-contenedor {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hgc-footer-logo,
  .hgc-footer-redes,
  .hgc-footer-links {
    text-align: center;
    align-items: center;
  }

  .hgc-footer-redes-logos {
    justify-content: center;
  }

  .hgc-logo-final-img {
    width: 200px;
  }

  .hgc-footer-herbalito {
    width: 150px;
    height: 150px;
  }
}


.hgc-imagen-card {
  width: 100%;
  min-height: 420px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
}

.hgc-imagen-ajustada {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  display: block;
}

/* =========================
   TE ESPERAMOS
========================= */

.hgc-te-esperamos {
  padding: 70px 20px 30px;
  background: #ffffff;
  text-align: center;
}

.hgc-te-esperamos h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  color: #625983;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hgc-te-esperamos p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.7;
  color: #333333;
}

/* =========================
   PÁGINAS LEGALES
========================= */

.hgc-legal {
  min-height: 100vh;
  padding: 80px 20px;
  background: linear-gradient(
    135deg,
    rgba(34, 174, 234, 0.08),
    rgba(112, 201, 108, 0.12)
  );
}

.hgc-legal-contenedor {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.10);
}

.hgc-legal-volver {
  display: inline-block;
  margin-bottom: 32px;
  color: #625983;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.hgc-legal-volver:hover {
  color: #22aeea;
  transform: translateX(-4px);
}

.hgc-legal h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  color: #625983;
  margin-bottom: 8px;
  line-height: 1.05;
}

.hgc-legal-fecha {
  color: rgba(98, 89, 131, 0.75);
  font-weight: 700;
  margin-bottom: 42px;
}

.hgc-legal section {
  margin-bottom: 34px;
}

.hgc-legal h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  color: #625983;
  margin-bottom: 14px;
}

.hgc-legal p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 14px;
}

.hgc-legal ul {
  padding-left: 24px;
  color: #333333;
}

.hgc-legal li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.hgc-legal strong {
  color: #625983;
}

@media (max-width: 768px) {
  .hgc-legal {
    padding: 50px 16px;
  }

  .hgc-legal-contenedor {
    padding: 32px 22px;
    border-radius: 24px;
  }
}

/* =========================
   BOTONES REQUISITOS EN DOS COLUMNAS
========================= */

.hgc-botones-requisitos {
  margin: 42px auto 0;
  max-width: 1050px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.hgc-bloque-descargas-requisitos,
.hgc-bloque-formulario-requisitos {
  padding: 28px 24px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.hgc-bloque-descargas-requisitos h3,
.hgc-bloque-formulario-requisitos h3 {
  color: #625983;
  font-size: 1.35rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hgc-botones-descarga-requisitos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hgc-botones-requisitos .hgc-boton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hgc-botones-requisitos .hgc-boton:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.hgc-boton-descarga {
  background: #625983;
}

.hgc-boton-descarga:hover {
  background: #51486f;
}

.hgc-boton-descarga-secundario {
  background: #66c900;
}

.hgc-boton-descarga-secundario:hover {
  background: #56aa00;
}

.hgc-boton-formulario {
  background: #22aeea;
}

.hgc-boton-formulario:hover {
  background: #168fc1;
}

.hgc-flecha-boton {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.hgc-boton-formulario:hover .hgc-flecha-boton {
  transform: translateY(4px);
}

@media (max-width: 850px) {
  .hgc-botones-requisitos {
    grid-template-columns: 1fr;
  }

  .hgc-botones-descarga-requisitos {
    flex-direction: column;
  }

  .hgc-botones-requisitos .hgc-boton {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
}

/* =========================
   INSCRIPCIONES GOOGLE FORMS
========================= */

.hgc-inscripcion-google {
  background: linear-gradient(
    135deg,
    rgba(34, 174, 234, 0.08),
    rgba(112, 201, 108, 0.12)
  );
  text-align: center;
}

.hgc-inscripcion-google .hgc-contenedor {
  max-width: 980px;
}

.hgc-inscripcion-google h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #625983;
  margin-bottom: 20px;
}

.hgc-inscripcion-google p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #333333;
}

.hgc-formulario-embed {
  margin-top: 38px;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(0,0,0,0.10);
}

.hgc-formulario-embed iframe {
  display: block;
  width: 100%;
  min-height: 950px;
  border: none;
}

@media (max-width: 768px) {
  .hgc-formulario-embed iframe {
    min-height: 1150px;
  }
}

/* =========================
   PATROCINADORES EN HERO
========================= */

.hgc-hero-patrocinadores {
  margin-top: 34px;
  text-align: center;
}

.hgc-hero-patrocinadores p {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.hgc-hero-patrocinadores-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hgc-hero-patrocinadores-logos a {
  width: 250px;
  height: 150px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  transition: none;
}

.hgc-hero-patrocinadores-logos a:hover {
  transform: none;
  box-shadow: none;
  background: #ffffff;
}

.hgc-hero-patrocinadores-logos img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .hgc-hero-patrocinadores-logos a {
    width: 78px;
    height: 56px;
  }

  .hgc-hero-patrocinadores-logos img {
    max-height: 36px;
  }
}

/* =========================
   PREMIACIÓN POR CATEGORÍAS
========================= */

.hgc-premiacion-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hgc-card-premiacion {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hgc-card-premiacion:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.13);
}

.hgc-card-premiacion h3 {
  color: #625983;
  font-size: 1.35rem;
  margin-bottom: 18px;
  text-align: center;
}

.hgc-card-premiacion ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.hgc-card-premiacion li {
  line-height: 1.5;
  color: #333333;
}

.hgc-card-premiacion strong {
  color: #66c900;
}

.hgc-premio-infantes {
  max-width: 820px;
  margin: 42px auto 0;
  padding: 30px 28px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(102, 201, 0, 0.12),
    rgba(34, 174, 234, 0.10)
  );
  border: 1px solid rgba(98, 89, 131, 0.12);
  text-align: center;
}

.hgc-premio-infantes h3 {
  color: #625983;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.hgc-premio-infantes p {
  max-width: 680px;
  margin: 0 auto;
  color: #333333;
  line-height: 1.7;
}


@media (max-width: 650px) {
  .hgc-premiacion-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   INSCRIPCIÓN POR WHATSAPP
========================= */

.hgc-boton-whatsapp-inscripcion {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #66c900;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hgc-boton-whatsapp-inscripcion:hover {
  background: #56aa00;
  transform: scale(1.06);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.hgc-inscripcion-whatsapp p {
  margin-bottom: 18px;
  color: #333333;
  line-height: 1.7;
}

.hgc-boton-whatsapp-inscripcion {
  background: #25d366;
  color: #ffffff !important;
  text-decoration: none !important;
}

.hgc-boton-whatsapp-inscripcion:hover {
  background: #1ebe5d;
}

.hgc-cupon-premio {
  display: block;
  margin-top: 4px;
  color: rgba(98, 89, 131, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
  font-style: italic;
}

.hgc-inscripcion-whatsapp {
  margin-bottom: 42px;
}

.hgc-formulario-externo {
  max-width: 760px;
  margin: 42px auto 0;
  padding: 34px 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.hgc-formulario-externo h3 {
  color: #625983;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 14px;
}

.hgc-formulario-externo p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: #333333;
  line-height: 1.7;
}

/* =========================
   BOTÓN GOOGLE FORM
========================= */

.hgc-formulario-externo {
  max-width: 760px;
  margin: 42px auto 0;
  padding: 38px 30px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.10);
  text-align: center;
}

.hgc-formulario-externo h3 {
  color: #625983;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 14px;
}

.hgc-formulario-externo p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: #333333;
  line-height: 1.7;
}

.hgc-boton-google-form {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #625983, #22aeea);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.hgc-boton-google-form:hover {
  transform: scale(1.06);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  filter: brightness(1.05);
}

.hgc-boton-google-form span {
  display: inline-block;
  font-size: 1.25rem;
  transition: transform 0.25s ease;
}

.hgc-boton-google-form:hover span {
  transform: translate(3px, -3px);
}

@media (max-width: 768px) {
  .hgc-formulario-externo {
    padding: 32px 22px;
  }

  .hgc-boton-google-form {
    width: 100%;
    max-width: 340px;
    padding: 16px 22px;
  }
}
