/* ============================
   Ruta Teatro 2026 - Landing
   Estructura por secciones
   ============================ */

:root{
  --purple:#58519d;
  --purpleText:#59529d;
  --magenta:#e30759;
  --teal:#00aa9f;
  --ink:#111111;
  --muted:#3b3b3b;
  --bg:#ffffff;
  --radius:18px;
  --container:1180px;

  --bodyFont: "AvenirNextCondensed", "Avenir Next Condensed",
              system-ui, -apple-system, "Segoe UI",
              Roboto, Arial, sans-serif;

  --displayFont: "BebasNeue", system-ui, sans-serif;
}


/* Fonts (nota: .ttc puede no cargar en todos los navegadores;
   dejamos fallbacks para que no se rompa el layout) */
@font-face{
  font-family:"BebasNeue";
  src:url("../fonts/BebasNeue-Bold.otf") format("opentype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Antarctica";
  src:url("../fonts/antarctica-vf.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
/* Intento de cargar Avenir Next Condensed desde TTC (puede fallar).
   Si falla, el navegador usa el fallback definido en --bodyFont. */
@font-face{
  font-family:"AvenirNextCondensed";
  src:url("../fonts/AvenirNextCondensed.ttc") format("truetype");
  font-weight:300 900;
  font-style:normal;
  font-display:swap;
}


*{box-sizing:border-box}
html,body{height:100%}
body{
 font-family: "Antarctica", system-ui, sans-serif;
  font-weight: 400; /* Regular */
}
img{max-width:100%; display:block}
a{color:inherit}

.container{
  width:min(var(--container), calc(100% - 32px));
  margin-inline:auto;
}

/* ----------------------------
   HERO SLIDER
----------------------------- */
.hero{
  position:relative;
  width:100%;
  background:#000;
}
.hero-static{
  width:100%;
  height:auto;
  object-fit:contain;
}

/* Desktop: banner */
@media (min-width: 900px){
  .hero-static{
    height: min(560px, 72vh);
    object-fit: cover;
  }
}

.hero-2 .hero-static{
  height:auto;
}
.hero .swiper{
  width:100%;
  height:min(560px, 72vh);
}
.hero .swiper-slide{
  position:relative;
}
.hero .hero-img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.15) 55%, rgba(0,0,0,.45));
}
.hero .hero-content{
  position:absolute;
  inset:0;
  display:grid;
  align-items:end;
  padding: clamp(16px, 4vw, 48px);
}
.hero .hero-box{
  max-width:820px;
  color:#fff;
}
.hero .kicker{
  font-family:"Antarctica", var(--bodyFont, sans-serif);
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size: clamp(14px, 1.3vw, 16px);
  opacity:.95;
}
.hero .title{
  font-family:"BebasNeue", Impact, sans-serif;
  text-transform:uppercase;
  font-size: clamp(42px, 7vw, 96px);
  line-height:.9;
  margin:10px 0 14px;
}
.hero .meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  font-size: clamp(14px, 1.6vw, 22px);
  opacity:.95;
}
.hero .swiper-button-prev,
.hero .swiper-button-next{
  color:#fff;
}
.hero .swiper-pagination-bullet{
  background:#fff;
  opacity:.5;
}
.hero .swiper-pagination-bullet-active{
  opacity:1;
}

/* ----------------------------
   SECTION 3: CTA + TEXT + VIDEO
----------------------------- */
.section{
  padding: clamp(28px, 4vw, 56px) 0;
}

.cta-bar{
  background:var(--purple);
  color:#fff;
  padding: 22px 0;
}
.cta-bar .cta-text{
  text-align:center;
  font-size: clamp(18px, 2.6vw, 34px);
  font-weight:700;
}

.ticket-text{
  text-align:center;
  color:var(--purpleText);
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight:700;
  margin: 18px 0 10px;
}
.ticket-text .small{
  display:block;
  font-weight:600;
  margin-top:6px;
  font-size: clamp(14px, 1.8vw, 22px);
}

.video-wrap{
  position:relative;
  margin: 18px auto 18px;
  width:min(980px, 100%);
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}
.video-wrap .ratio{
  position:relative;
  padding-top:56.25%;
}
.video-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.red-paragraph{
  width:min(980px, 100%);
  margin: 0 auto;
  color:var(--magenta);
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight:700;
  line-height:1.35;
  text-align:center;
}

/* ----------------------------
   MAP + FRANJA
----------------------------- */
.full-img{
  width:100%;
  height:auto;
}

/* ----------------------------
   SECTION 6: TEAL + SLIDER
----------------------------- */
.section-teal,
.teal{
  background:var(--teal);
  color:#fff;
}
.section-teal .head,
.teal .teal-head{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:end;
  gap:12px;
  margin-bottom: 16px;
}
.section-teal .head .title,
.teal .teal-title{
  font-family:"BebasNeue", Impact, sans-serif;
  text-transform:uppercase;
  font-size: clamp(22px, 3.6vw, 44px);
  margin:0;
}
.section-teal .head .subtitle,
.teal .teal-sub{
  font-family:"Antarctica", var(--bodyFont, sans-serif);
  font-weight:700;
  opacity:.95;
  text-align:right;
  font-size: clamp(14px, 2vw, 22px);
}

.card-slider{
  background:rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 14px;
}
.card-slider .swiper{
  padding-bottom: 30px;
}
.card-slider .swiper-slide{
  border-radius: 16px;
  overflow:hidden;
  background:rgba(255,255,255,.1);
}
.card-slider img{
  width:100%;
  height: 260px;
  object-fit:cover;
}
.card-slider .cap{
  padding:12px 12px 14px;
  font-weight:700;
}

/* Carrusel "¡UNA PROGRAMACIÓN PARA TODOS LOS GUSTOS!" (peek prev/next + bullets) */
.gustosSwiper{
  overflow: visible; /* permite ver parte de la slide anterior/siguiente */
  padding: 6px 0 34px;
}
.gustosSwiper .swiper-wrapper{align-items:stretch;}
.gustosSwiper .swiper-slide{
  width: min(380px, 86vw);   /* ancho base */
  aspect-ratio: 380 / 460;  /* PROPORCIÓN CLAVE */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.gustosSwiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* no se deforma */
  display: block;
}

.gustosSwiper .swiper-pagination{
  bottom: 0 !important;
}
.gustosSwiper .swiper-pagination-bullet{
  background:#fff;
  opacity:.55;
}
.gustosSwiper .swiper-pagination-bullet-active{
  opacity:1;
}
@media (min-width: 900px){
  .gustosSwiper .swiper-slide{
    width: 380px; /* mantiene el diseño consistente */
  }
}

/* ----------------------------
   SECTION 7: TITLES
----------------------------- */
.section-white h2{
  font-family:"BebasNeue", Impact, sans-serif;
  text-transform:uppercase;
  color:var(--magenta);
  font-size: clamp(28px, 4.6vw, 58px);
  margin:0 0 10px;
  text-align:center;
}
.section-white p{
  text-align:center;
  margin:0;
  color:var(--ink);
  font-weight:700;
  font-size: clamp(14px, 2.2vw, 22px);
}

.btn{
  appearance:none;
  border:0;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition: transform .12s ease, filter .12s ease;
}
.btn:hover{transform: translateY(-1px); filter:brightness(1.03)}
.btn:active{transform: translateY(0)}
.btn-primary{background:var(--magenta); color:#fff}
.btn-secondary{background:var(--purple); color:#fff}

/* ----------------------------
   SECTION 9: ALIADOS
----------------------------- */
.allies h3{
  font-family:"BebasNeue", Impact, sans-serif;
  text-transform:uppercase;
  color:var(--magenta);
  font-size: clamp(22px, 3.6vw, 46px);
  text-align:center;
  margin:0 0 18px;
}

.allies .logo-slider{
  border-radius: var(--radius);
  background: #f7f7f7;
  padding: 14px;
}
.allies .logo{
  height: 70px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(10%);
}

/* ----------------------------
   FOOTER
----------------------------- */
.footer{
  background:var(--teal);
  color:#fff;
  padding: 30px 0;
}
.footer .grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
  text-align:center;
}
.footer small{opacity:.95}

/* ----------------------------
   Responsive
----------------------------- */
@media (max-width: 900px){
  .section-teal .head{grid-template-columns: 1fr;}
  .section-teal .head .subtitle{text-align:left}
  .teal .teal-head{grid-template-columns: 1fr;}
  .teal .teal-sub{text-align:left}
  .circuit-grid{grid-template-columns: 1fr;}
  .hero .swiper{height:min(520px, 72vh)}
}

@media (max-width: 520px){
  .hero .meta{flex-direction:column; gap:6px}
  .card-slider img{height:220px}
}


/* -----------------------------
   Cuatro circuitos (mock 1:1)
------------------------------ */

.circuits{
  background-size: cover;
  background-position: center;
  padding: 56px 0;
}

/* Grid 2x2 */
.circuits-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 900px){
  .circuits-grid{ grid-template-columns: 1fr; }
}

/* Card base */
.circuit-card{
  --circuit-color:#111;
  background:#fff;
  border: 2px solid var(--circuit-color);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  min-height: 340px;
}

/* Colores exactos del mock */
.circuit-1{ --circuit-color:#f0587f; }
.circuit-2{ --circuit-color:#ec5c5e; }
.circuit-3{ --circuit-color:#15aa9f; }
.circuit-4{ --circuit-color:#e3155a; }

/* Header (franja) */
.circuit-head{
  background: var(--circuit-color);
  color:#fff;
  padding: 16px 18px 14px;
}

.circuit-kicker{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 8px;
}

.circuit-name{
  margin:0;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: .5px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'BebasNeue';
}

.circuit-subtitle{
  margin:0;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: 20px;
  opacity: .95;
  font-family: 'BebasNeue';
}

/* Iconos (círculo/estrella/cuadrado/triángulo) */
.circuit-icon{
  width: 16px;
  height: 16px;
  display:inline-block;
  background:#fff;
  flex: 0 0 auto;
}

/* Circuito 1: círculo */
.circuit-1 .circuit-icon{ border-radius: 999px; }

/* Circuito 2: estrella */
.circuit-2 .circuit-icon{
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%, 68% 57%,
    79% 91%, 50% 70%, 21% 91%, 32% 57%,
    2% 35%, 39% 35%
  );
}

/* Circuito 3: cuadrado */
.circuit-3 .circuit-icon{ border-radius: 3px; }

/* Circuito 4: triángulo */
.circuit-4 .circuit-icon{
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* Body */
.circuit-body{
  padding: 16px 18px 10px;
}

/* Lista numerada */
.circuit-list{
  margin:0;
  padding-left: 1.15rem;
  display:grid;
  gap: 8px;
}

.circuit-list li{
  color:#111;
  line-height: 1.22;
  font-size: 18px;
}

/* Acciones al fondo */
.circuit-actions{
  margin-top: 5%;
  padding: 0 18px 18px;
  display:grid;
  gap: 10px;
}

/* Botón del circuito con mismo color */
.circuit-actions .btn-circuit{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  width: 65%;
  margin: 0 auto;
  border-radius: 999px;
  padding: 12px 14px;
  font-size: 20px;
  font-weight: 900;
  color:#fff;
  text-decoration:none;
  background: var(--circuit-color);
  transition: transform .15s ease, filter .15s ease;
  font-family: 'AvenirNextCondensed';
}

.circuit-actions .btn-circuit:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* -----------------------------
   Título sección circuitos
------------------------------ */
.circuits-header{
  text-align: center;
  margin-bottom: 36px;
}

.circuits-title{
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  color: #e30758; /* rojo institucional */
  letter-spacing: .5px;
  text-transform: uppercase;
}

.circuits-subtitle{
  margin: 0;
  font-size: 2em;
  font-weight: 600;
  color: #333;
  font-family: 'AvenirNextCondensed';
}


/* Ajustes mobile */
@media (max-width: 600px){
  .circuit-body{ padding: 14px 16px 8px; }
  .circuit-actions{ padding: 0 16px 16px; }
  .circuit-list li{ font-size: 14px; }
}




.band, .circuits-title {
  position: relative;
  width: 100%;
}

.band img {
  width: 100%;
  height: auto;
  display: block;
}
.circuits-title {
  position: relative;
  font-size: 3em;
  font-family: 'BebasNeue';
}

.circuits-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.circuits-title .h-red {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
  pointer-events: none;
}

.circuits-title .subtitle {
  text-align: center;
  font-size: 2em;
  margin-top: 1rem;
}

.band .teal-title {
  position: absolute;
  inset: 0;               /* ocupa toda la imagen */
  display: flex;
  align-items: center;    /* centra vertical */
  justify-content: center;/* centra horizontal */
  text-align: center;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0;
  padding: 1rem;

  /* opcional: mejor contraste */
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  pointer-events: none;
}



/**  Footer*/
.footer {
  background-color: transparent;
  padding: 2.5rem 1rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Título */
.footer h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #633982;
  text-align: center;
}

/* Contenedor redes */
.footer .redes-sociales {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

/* Filas de redes */
.footer .redes-sociales .pb-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

/* Íconos */
.footer .icono-redes {
  width: 28px;
  height: auto;
  vertical-align: middle;
}

/* Links texto */
.footer .btn-low {
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.footer .btn-low:hover {
  text-decoration: underline;
}

.footer-img {
  width: 100%;
  text-align: center;
}

.footer-img img {
  width: 100%;
  height: auto;
  display: block;
}


/* Ajustes mobile */
@media (max-width: 768px) {
  .footer .redes-sociales .pb-3 {
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer h2 {
    font-size: 1.5rem;
  }
}

.teal {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .teal {
    overflow-x: hidden;
  }
}


/* -----------------------------
   Sección: Apuesta artes escénicas
------------------------------ */
.section-apuesta{
  padding: 56px 0;
  background: #fff;
}

.apuesta-title{
  margin: 0 0 18px;
  text-align: center;
  color: #58519d; /* morado del arte */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
  line-height: 1.05;
  font-size: clamp(26px, 3.2vw, 44px);
  font-family: 'BebasNeue';
}

.apuesta-text{
  margin: 0 auto 28px;
  max-width: 980px;
  text-align: center;
  color: #58519d;
  line-height: 1.35;
  font-size: 24px;
  
}

.apuesta-label{
  display: inline-block;
  margin: 0 0 10px;
  font-weight: 900;
  color: #f6a623; /* naranja del rótulo */
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 18px;
}

/* Grid ya lo tienes correcto */
.apuesta-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

/* Contenedor del afiche */
.apuesta-poster{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

/* === Apuesta: posters consistentes + sin recorte === */
.apuesta-poster{
  margin: 0;                 /* importante para figuras */
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

/* La imagen controla su propia caja con proporción fija */
.apuesta-poster img{
  width: 100%;
  aspect-ratio: 380 / 460;   /* equivalente a tu “afiche” */
  height: auto;              /* clave: no forzar alturas */
  object-fit: inherit;       /* NO recorta */
  display: block;
  padding: 8px;              /* opcional: aire para que no pegue */
}

.apuesta-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

@media (max-width: 1024px){
  .apuesta-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .apuesta-grid{
    grid-template-columns: 1fr; /* una debajo de otra */
  }
}



/* -----------------------------
   Franja texto – Distritos Creativos
------------------------------ */
.strip-text{
  width: 100%;
  background: #e30758; /* fucsia principal */
  position: relative;
  overflow: hidden;
}

/* Triángulos decorativos (simulan la gráfica del arte) */
.strip-text::before,
.strip-text::after{
  content:"";
  position:absolute;
  top:0;
  width: 220px;
  height: 100%;
}

.strip-text::before{
  left:0;
  background:
    linear-gradient(135deg, #00aa9f 50%, transparent 50%),
    linear-gradient(45deg, #f6a623 50%, transparent 50%);
  background-size: 100% 100%;
}

.strip-text::after{
  right:0;
  background:
    linear-gradient(-135deg, #58519d 50%, transparent 50%),
    linear-gradient(-45deg, #f0587f 50%, transparent 50%);
  background-size: 100% 100%;
}

.strip-text-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.strip-title{
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.15;
  font-size: clamp(22px, 2.6vw, 36px);
  font-family: 'BebasNeue';
}

.strip-title span{
  display: block;
  margin-top: 6px;
  color: #f6c446; /* amarillo del arte */
  font-size: 55px;
}

/* Mobile */
@media (max-width: 600px){
  .strip-text::before,
  .strip-text::after{
    width: 120px;
  }
}

h2.cta-title {
    color: #59529d;
    font-size: 3em;
    text-align: center;
}

.cta-title{
  display: inline-block;
  background-color: #58519d;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 14px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.cta-title:hover{
  background-color: #4b4586; /* un poco más oscuro */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.ruta-video{
  padding: 32px 16px;
  text-align: center;
}

/* TÍTULO */
.ruta-video__title{
  color: #58519d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: clamp(28px, 4vw, 56px);
  font-family: 'BebasNeue';
}

/* Wrapper para posicionar el botón */
.ruta-video__wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px; /* respiración lateral en móvil */
  text-align: center;
}

/* Video */
.ruta-video__frame{
  width: 100%;
  aspect-ratio: 16 / 9;   /* clave responsive */
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #ededed;
  box-shadow: 0 8px 28px rgba(0,0,0,.15);
}

.ruta-video__frame iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}



/* BOTÓN PEGADO */
.ruta-video__cta{
  display: inline-block;
  margin-top: -2px;              /* “pegado” sin montarse */
  background: #58519d;
  color: #fff;
  padding: 14px 34px;
  border-radius: 0 0 14px 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  font-size: 2em;
  font-family: 'AvenirNextCondensed';
}

.ruta-video__cta:hover{
  background: #4b4586;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  font-family: 'BebasNeue';
}


.ruta-copy{
  padding: clamp(24px, 4vw, 56px) 16px;
  text-align: center;
}

/* Línea principal */
.ruta-copy__title{
  margin: 0 0 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ef6b63; /* coral de la imagen */
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.05;
  font-family: 'BebasNeue';
}

/* Línea secundaria */
.ruta-copy__subtitle{
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ef6b63;
  font-size: clamp(22px, 3.2vw, 40px);
  line-height: 1.1;
  font-family: 'BebasNeue'
}


.mapa-circuitos{
    padding: 24px 0 40px;
  }

  .mapa-circuitos__controls{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    margin: 0 auto 16px;
  }

  .cbtn{
    border:0;
    background: transparent;
    display:flex;
    align-items:center;
    gap:10px;
    padding: 10px 14px;
    border-radius: 999px;
    cursor:pointer;
    font-weight:900;
    text-transform: uppercase;
    letter-spacing: .4px;
    transition: transform .15s ease, filter .15s ease, background-color .15s ease;
  }

  .cbtn:hover{ transform: translateY(-1px); }
  .cbtn:active{ transform: translateY(0); }

  /* estados */
  .cbtn.is-active{
    background: rgba(0,0,0,.08);
  }

  /* shapes base */
  .shape{
    width: 16px;
    height: 16px;
    display:inline-block;
    flex: 0 0 auto;
    background:#fff;
  }

  /* Circuito 1: círculo (#d85c7c) */
  .cbtn:nth-child(1) .shape{ background:#d85c7c; border-radius:999px; }
  /* Circuito 2: estrella (#d45f5c) */
  .cbtn:nth-child(2) .shape{ background:#d45f5c;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%,
      79% 91%, 50% 70%, 21% 91%, 32% 57%,
      2% 35%, 39% 35%);
  }
  /* Circuito 3: cuadrado (#48a19a) */
  .cbtn:nth-child(3) .shape{ background:#48a19a; border-radius:3px; }
  /* Circuito 4: triángulo (#ca2c53) */
  .cbtn:nth-child(4) .shape{ background:#ca2c53;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  .mapa-circuitos__viewer{
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }

  .mapa-circuitos__viewer img{
    width:100%;
    height:auto;
    display:block;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,.10);
  }

  .redes-sociales .btn-low{
    font-size: 2em; 
    font-family: 'AvenirNextCondensed';
  }

  @media (max-width: 600px){
  .redes-sociales .btn-low{
    font-size: 1.4em;
  }
}


p.circuit-date {
    font-size: 1.5em;
    font-family: 'BebasNeue';
}

.circuit-list li {
  font-weight: 700;
}

.circuit-list li span.cursiva {
  font-weight: 400;
  font-style: italic;
}

#gustos{
  text-align: center;
}

#gustos .ruta-video__cta{
  display: inline-block;
  margin: 3rem auto 10px;

  font-family: var(--displayFont);
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;

  padding: 1rem 2.5rem;
  background: var(--magenta);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-family: 'BebasNeue';
}

.circuit-list li:empty {
  list-style-type: none;   /* quita el número */
  min-height: 1.4em;       /* mantiene el espacio */
}
