.text-theme-colored1 {
  color: #b81a27 !important;
}

.social-link {
  background-color: #b81a27 !important;
}

.fondo-rojo {
  background-color: #b81a27;
  border-radius: 10px;
  padding: 5px;
}

.fondo-negro {
  background-color: black;
  border-radius: 10px;
  padding: 5px;
}

.header-top {
  background-color: #111 !important;
}

.btn-outline-light {
  color: white !important;
  background-color: #b81a27 !important;
}

.containter {
  margin-bottom: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.dojo-title,
.tape-content h2,
.card-header h4,
.promo-content h3,
.menuzord-menu > li > a,
.title,
.big-price {
  font-weight: 700; /* Reemplaza el 400 */
  letter-spacing: -0.5px; /* Reemplaza el 1px */
}
body,
p,
span,
a,
li,
div,
.dojo-subtitle,
.tape-content .tape-info,
.price-list li,
.accordion-button,
.funfact-content {
  font-family: "Open Sans", sans-serif !important; /* Reemplaza "League Sparta" */
}
/* Ajuste específico para números grandes en League Sparta */
.animate-number,
.counter {
  font-family: "Anton", sans-serif !important;
  /* Los números grandes se ven mejor en Anton */
}

.flotante {
  transition: transform 0.5s;
}

.flotante:hover {
  transform: scale(1.05);
}

.flipbox-text {
  color: #b81a27;
}

.boton-primario {
  background-color: #ba1827;
  color: white;
  border: #fff 1px solid;
}

.boton-secundario {
  background-color: white;
  color: #b81a27;
  border: #b81a27 1px solid;
}

.timeline-swiper {
  width: 100%;
  height: 350px;
  /* Ajusta la altura de las fotos */
  margin-top: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.text-justify {
  text-align: justify !important;
}

.swiper-slide img:hover {
  transform: scale(1.05);
  /* Pequeño zoom al pasar el mouse */
}

/* IMPORTANTE: El modal debe estar encima de tus animaciones GSAP (que tienen 9999) */
.modal {
  z-index: 10005 !important;
}

.modal-backdrop {
  z-index: 10000 !important;
}

.timeline-swiper {
  width: 100%;
  /* height: 600px;  <--- BORRA O COMENTA ESTA LÍNEA */
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}

.seccion-con-deco {
  position: relative;
  /* Opcional: si la imagen es muy grande y no quieres que se salga del contenedor padre, usa overflow: hidden; aquí */
}

.deco-scroll-img {
  position: absolute;
  z-index: -1;
  /* Detrás del texto */
  width: 180px;
  /* Ajusta el tamaño según tus imágenes */
  height: auto;
  opacity: 0;
  /* Inicialmente invisibles, GSAP las mostrará */
  pointer-events: none;
  /* Para que no interfieran con clicks en el texto */
}

/* Posiciones iniciales (GSAP las moverá desde aquí) */
.deco-left {
  left: -100px;
  /* Comienza metida a la izquierda */
  top: 10%;
  /* Un pequeño ángulo inicial para más dinamismo */
  transform: rotate(-15deg);
}

.rio-camino {
  fill: none !important;
  /* Quitamos el relleno de color */
  stroke: #b81a27;
  /* Color de la línea (tu verde) */
  stroke-width: 5px;
  /* Grosor de la línea (ajústalo a gusto) */
  stroke-linecap: round;
  /* Bordes redondeados */

  /* Esto prepara la línea para ser animada */
  /* NO TOQUES ESTAS DOS LÍNEAS, GSAP LAS MANEJARÁ, PERO ES BUENO TENERLAS DE BASE */
  opacity: 1;
}

.deco-right {
  right: -100px;
  /* Comienza metida a la derecha */
  top: 10%;
  transform: rotate(15deg);
}

.svg-rio-flotante {
  position: absolute;
  top: 0;
  left: -20px;
  /* Ajusta esto para acercarlo o alejarlo del texto */
  width: 100%;
  /* Ocupa el ancho disponible del contenedor */
  height: 100%;
  /* SE ESTIRA PARA CUBRIR TODAS LAS ACTIVIDADES */
  z-index: -1;
  pointer-events: none;
  overflow: visible;
  /* max-width limita que no se vuelva gigante en pantallas muy anchas */
  max-width: 300px;
  opacity: 50%;
}

.rio-camino {
  fill: none;
  /* Importante: Sin relleno */
  stroke: #b81a27;
  /* Tu verde */
  stroke-width: 15;
  /* GROSOR DEL RÍO: Auméntalo si quieres más grueso */
  stroke-linecap: round;
  /* Esto hace que la animación sea fluida */
  transition: all 0.1s linear;
}

/* En pantallas grandes, lo movemos un poco para que no tape el texto */
@media (min-width: 1200px) {
  .svg-rio-flotante {
    left: -50px;
    max-width: 400px;
  }
}

/* Reutilizamos las clases de posición que creamos antes */
.deco-left {
  left: -120px;
  top: 0;
}

.deco-right {
  right: -120px;
  top: 0;
}

/* Ocultar en móviles para no saturar la pantalla pequeña */
@media (max-width: 767px) {
  .deco-scroll-img {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  #top-primary-nav.menuzord-responsive .menuzord-menu > li > a,
  #top-primary-nav-clone.menuzord-responsive .menuzord-menu > li > a {
    color: white;
    background-color: #b81a27;
    border-bottom-color: #b81a27;
  }
}

.timeline-swiper .swiper-slide {
  width: auto !important;
  /* Deja que la imagen defina el ancho o usa un px fijo */
  max-width: 400px;
  height: 100%;
}

.timeline-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Recorta la imagen para que llene el espacio sin deformarse */
  border-radius: 8px;
  cursor: pointer;
}

/* Botones del Modal de Galería */
.modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b81a27;
  /* Tu color verde con transparencia */
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10010;
  transition: all 0.3s;
}

.menuzord.theme-color2 .menuzord-menu > li.active > a,
.menuzord.theme-color2 .menuzord-menu > li:hover > a,
.menuzord.theme-color2 .menuzord-menu ul.dropdown li:hover > a {
  background-color: black;
  color: #fff;
}

.modal-nav-btn:hover {
  background-color: #b81a27;
  transform: translateY(-50%) scale(1.1);
}

.modal-prev {
  left: 10px;
}

.modal-next {
  right: 10px;
}

.combat-section {
  position: relative;
  overflow: hidden;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* IMPORTANTE: Ya no usamos background-image aquí porque usaremos el video */
}

/* Estilo del Video de Fondo */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Clave: Hace que el video llene todo sin deformarse */
  z-index: 0;
  /* Capa más baja */
}

/* Capa Oscura (Overlay) */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Negro al 50% de opacidad */
  z-index: 1;
  /* Encima del video */
}

/* Asegurar que el contenido y los puños estén encima de todo */
.content,
.fist {
  position: relative;
  /* Necesario para que el z-index funcione */
  z-index: 2;
  /* Capa superior */
}

@media (max-width: 768px) {
  .combat-section {
    height: 400px;
    /* Reducimos la altura en celular para que el GIF no se corte tanto a los lados */
  }

  /* Opcional: Si aún se corta mucho, ajusta el tamaño de los puños en móvil */
  .fist {
    width: 120px;
  }
}

.fist {
  position: absolute;
  width: 200px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Efecto elástico de rebote */
  opacity: 0;
}

/* Estado inicial (fuera de pantalla) */
.fist-left {
  left: -100px;
  transform: translateX(-100%) rotate(-10deg);
}

.fist-right {
  right: -100px;
  transform: translateX(100%) rotate(10deg);
}

/* Estado activo (El golpe) */
.active .fist {
  opacity: 1;
}

.active .fist-left {
  transform: translateX(0) rotate(0);
}

.active .fist-right {
  transform: translateX(0) rotate(0);
}

/*dojo*/
.dojo-parallax-container {
  position: relative;
  height: 600px;
  /* Altura de la sección */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
  /* Color de fallback */
}

/* Capas Generales */
.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Permite seleccionar el texto aunque haya capas encima */
  will-change: transform;
  /* Optimización para el navegador */
}

/* Capa 1: Fondo */
.layer-bg img {
  width: 100%;
  height: 120%;
  /* Un poco más alto para tener margen de movimiento */
  object-fit: cover;
  opacity: 0.4;
  /* Oscurecido para que se lea el texto */
  position: absolute;
  top: -10%;
  /* Centrado verticalmente para empezar */
}

/* Capa 2: Texto */
.parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 20px;
  max-width: 600px;
}

.dojo-title {
  color: white;
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.dojo-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  opacity: 0.9;
}

.dojo-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}

.dojo-btn:hover {
  background: #fff;
  color: #000;
}

/* Capa 3: Luchador */
.layer-fighter {
  z-index: 3;
  display: flex;
  align-items: flex-end;
  /* Alinea la imagen al fondo */
  justify-content: flex-end;
  /* Alinea a la derecha (opcional) */
}

.layer-fighter img {
  max-height: 100px;
  /* Ajusta el tamaño del luchador */
  width: auto;
  margin-right: 5%;
  /* Separación del borde derecho */
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
  /* Sombra para despegarlo del fondo */
  transform-origin: bottom center;
}

/* Responsive básico */
@media (max-width: 768px) {
  .dojo-title {
    font-size: 2.5rem;
  }

  .layer-fighter img {
    max-height: 60%;
    opacity: 0.8;
  }
}

/*anatomia*/
.anatomy-section {
  background-color: #fff;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.anatomy-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1000px;
}

.anatomy-text h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

/* Estilos del SVG */
.svg-drawing path {
  /* El trazo será animado via JS, pero definimos la transición aquí */
  transition: stroke-dashoffset 1.5s ease-out;
  /* 1.5s es la duración del dibujado */
}

/* Responsive simple */
@media (max-width: 768px) {
  .anatomy-container {
    flex-direction: column;
    text-align: center;
  }
}

/* Vendaje */
.tape-reveal-section {
  position: relative;
  height: 400px;
  /* Altura de la sección */
  background-color: black;
  /* Fondo oscuro (estilo Dojo) */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Vital para que las cintas no generen scroll lateral */
  color: white;
  font-family: sans-serif;
}

/* Estilo base de la cinta */
.tape-strip {
  position: absolute;
  height: 80px;
  /* Grosor de la cinta */
  width: 150%;
  /* Más ancho que la pantalla para cubrir la diagonal */
  background-color: #f0f0f0;

  /* TRUCO VISUAL: Textura de vendaje usando CSS */
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(0, 0, 0, 0.05) 2px,
    rgba(0, 0, 0, 0.05) 4px
  );

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  /* Sombra para dar profundidad 3D */
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  /* Efecto rápido y frenado suave */
}

/* Cinta Superior: Inclinada y desplazada */
.tape-top {
  top: 20%;
  left: -10%;
  transform: rotate(-5deg) translateX(-100%);
  /* Estado inicial: Fuera a la izquierda */
}

/* Cinta Inferior: Inclinada opuesta */
.tape-bottom {
  bottom: 20%;
  right: -10%;
  transform: rotate(-5deg) translateX(100%);
  /* Estado inicial: Fuera a la derecha */
}

/* Contenido */
.tape-content {
  z-index: 2;
  /* Por encima de las cintas */
  text-align: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  /* Retraso para que entren las cintas primero */
}

.tape-content h2 {
  font-size: 4rem;
  margin: 0;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  /* Efecto "Stencil" o pintado */
  color: #fff;
}

.tape-content .tape-info {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 300;
}

/* === ESTADOS ACTIVOS (ANIMACIÓN) === */

/* Cintas entrando a su posición */
.tape-reveal-section.active .tape-top {
  transform: rotate(-5deg) translateX(0%);
}

.tape-reveal-section.active .tape-bottom {
  transform: rotate(-5deg) translateX(0%);
}

/* Contenido apareciendo */
.tape-reveal-section.active .tape-content {
  opacity: 1;
  transform: scale(1);
}

/* === PRICING === */
.pricing-section {
  background-color: #111;
  color: #fff;
  font-family: "Roboto", sans-serif;
  /* O la fuente de tu web */
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* 1. Promo Banner */
.promo-banner {
  background: linear-gradient(90deg, #b91c1c 0%, #7f1d1d 100%);
  /* Rojo degradado */
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.promo-content h3 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.promo-content p {
  margin: 0;
  font-size: 1rem;
}

.btn-promo {
  background-color: #fff;
  color: #b91c1c;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  text-transform: uppercase;
  transition: transform 0.2s;
  margin-top: 10px;
}

.btn-promo:hover {
  transform: scale(1.05);
}

/* 2. Tabs Navigation */
.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab-btn {
  background: transparent;
  border: 2px solid #333;
  color: #888;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 4px;
}

.tab-btn:hover {
  border-color: #b91c1c;
  color: #fff;
}

.tab-btn.active {
  background-color: #b91c1c;
  border-color: #b91c1c;
  color: #fff;
}

/* 3. Tab Content & Grid */
.tab-content {
  display: none;
  animation: fadeIn 0.5s;
}

.tab-content.active-tab {
  display: block;
}

.tab-intro {
  text-align: center;
  color: #ccc;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

/* Cards Design */
.price-card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s box-shadow 0.3s;
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-color: #444;
}

.featured {
  border: 2px solid #b91c1c;
}

.popular-badge {
  background-color: #b91c1c;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.card-header {
  padding: 20px;
  background-color: #222;
  text-align: center;
  border-bottom: 1px solid #333;
}

.card-header h4 {
  margin: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}

.card-header span {
  font-size: 0.9rem;
  color: #888;
  display: block;
  margin-top: 5px;
}

.card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  font-size: 0.95rem;
}

.price-list li:last-child {
  border-bottom: none;
}

.price-list li span {
  font-weight: bold;
  color: #fff;
}

.price-list li strong {
  color: #ccc;
}

.big-deal {
  color: #b91c1c !important;
  font-size: 1.1rem;
}

.special-feature {
  background-color: #2a2a2a;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.special-feature h5 {
  margin: 0 0 5px 0;
  color: #fca5a5;
  font-size: 0.95rem;
}

.special-feature p {
  margin: 0;
  font-size: 0.85rem;
  color: #bbb;
}

.highlight-price {
  font-weight: bold;
  color: #fff;
  margin-top: 5px;
}

.big-price {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.btn-select {
  margin-top: auto;
  /* Empuja el botón al fondo */
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-select:hover {
  background-color: #fff;
  color: #000;
}

.btn-featured {
  background-color: #b91c1c;
  border-color: #b91c1c;
}

.btn-featured:hover {
  background-color: #991b1b;
  color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

@media (max-width: 768px) {
  .promo-banner {
    text-align: center;
    justify-content: center;
  }

  .btn-promo {
    width: 100%;
    margin-top: 15px;
  }

  .tabs-nav {
    flex-direction: column;
  }

  .tab-btn {
    width: 100%;
  }
}

/*divider*/
.disciplina-card {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  /* Necesario para el overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  /* Opcional: bordes redondeados */
}

/* Capa oscura para que se lea el texto */
.disciplina-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Oscuridad al 40% */
  transition: background-color 0.3s ease;
}

/* Efecto al pasar el mouse: se oscurece más */
.disciplina-card:hover .overlay {
  background-color: rgba(184, 26, 39, 0.6);
  /* Se pone rojizo (tu color de marca) */
}

.disciplina-card h4 {
  font-size: 2rem;
  font-weight: 800;
  /* Anton */
  text-transform: uppercase;
  z-index: 2;
  /* Asegura que el texto esté sobre el overlay */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/*COMO FUNCIONA*/
/* === SECCIÓN CÓMO FUNCIONA === */
.how-it-works-section {
  background-color: #0a0a0a;
  /* Negro casi puro */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

/* La línea conectora */
.progress-line {
  position: absolute;
  top: 50px;
  /* Alineado con los iconos */
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  z-index: 0;
  border-radius: 4px;
}

/* La barra roja que se llena */
.progress-fill {
  width: 0%;
  height: 100%;
  background-color: #b81a27;
  /* TU ROJO */
  box-shadow: 0 0 15px #b81a27;
  /* Efecto neón */
  transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  /* Animación suave */
}

/* Tarjetas de Pasos individual */
.step-item {
  position: relative;
  z-index: 1;
  width: 30%;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  /* Empiezan abajo */
  transition: all 0.6s ease-out;
}

/* Icono Circular */
.step-icon {
  width: 100px;
  height: 100px;
  background-color: #1a1a1a;
  border: 3px solid #b81a27;
  border-radius: 50%;
  /* Círculo perfecto */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 2.5rem;
  color: white;
  position: relative;
  transition: transform 0.3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.step-item:hover .step-icon {
  transform: scale(1.1) rotate(5deg);
  /* Efecto al pasar el mouse */
  background-color: #b81a27;
}

/* El número pequeño (01, 02...) */
.step-number {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  color: #000;
  font-family: "Anton", sans-serif;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b81a27;
}

/* Texto del paso */
.step-content {
  background: #1f1f1f;
  padding: 20px;
  border-radius: 5px;
  /* El toque deportivo: Inclinación */
  transform: skewX(-10deg);
  border-left: 4px solid #b81a27;
}

.step-content h4 {
  font-family: "Anton", sans-serif !important;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
  transform: skewX(10deg);
  /* Enderezamos el texto para que se lea bien */
}

.step-content p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
  transform: skewX(10deg);
  /* Enderezamos el texto */
}

/* Botón Final Estilo Videojuego */
.combo-btn {
  display: inline-block;
  background-color: #b81a27;
  color: white;
  font-family: "Anton", sans-serif;
  font-size: 1.5rem;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid transparent;
  clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
  /* Forma recortada futurista */
  transition: all 0.3s;
}

.combo-btn:hover {
  background-color: #fff;
  color: #b81a27;
  border-color: #b81a27;
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(184, 26, 39, 0.6);
}

/* === ESTADOS DE ANIMACIÓN (JS ACTIVARÁ ESTO) === */
.step-item.show-step {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE (Móvil: Vertical) */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .step-item {
    width: 80%;
  }

  .progress-line {
    width: 4px;
    /* Línea vertical */
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .progress-fill {
    width: 100%;
    height: 0%;
    /* Se llena hacia abajo */
    transition: height 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  }

  /* Ajuste para llenar verticalmente en JS */
  .fill-vertical {
    height: 100% !important;
  }
}

/* Estado oculto: un poco más abajo y transparente */
.reveal-hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

/* Estado visible: posición original y opaco */
.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Énfasis especial para la tarjeta de Funcional */
.disciplina-card.featured-anim {
  border: 2px solid transparent;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.reveal-visible.featured-anim {
  border-color: #b81a27;
  /* Tu rojo de marca */
  box-shadow: 0 10px 30px rgba(184, 26, 39, 0.3);
}
/* === ESTILOS FOOTER PROFESIONAL === */
.pro-footer {
  position: relative;
  background-image: url("recursos/cinturones1.JPG"); /* Imagen de fondo */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Efecto Parallax sutil */
  color: white;
  overflow: hidden;
  border-top: 5px solid #b81a27; /* Detalle en rojo de marca */
}

/* El Overlay Oscuro */
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(184, 26, 39, 0.2) 100% /* Degradado rojo suave al final */
  );
  z-index: 1;
}

.pro-footer .container {
  z-index: 2; /* Para quedar sobre el overlay */
}

.footer-title {
  font-family: "Anton", sans-serif !important; /* Fuente de títulos */
  color: #b81a27;
  letter-spacing: 2px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(184, 26, 39, 0.3);
  display: inline-block;
  padding-bottom: 5px;
}

/* Enlaces del Footer */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-family: "League Sparta", sans-serif;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.footer-links a:hover {
  color: #b81a27;
  opacity: 1;
  padding-left: 10px; /* Efecto de desplazamiento */
}

/* Botones Sociales */
.social-btn {
  width: 45px;
  height: 45px;
  background-color: #b81a27;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
}

.social-btn:hover {
  background-color: white;
  color: #b81a27;
  transform: translateY(-5px);
}

.footer-hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  font-size: 0.85rem;
  opacity: 0.6;
}

.contact-item span {
  font-family: "League Sparta", sans-serif;
  margin-left: 10px;
}

/* Ajuste móvil */
@media (max-width: 768px) {
  .footer-title {
    margin-top: 30px;
  }
}

/* ESTILOS BANNER NOVEDADES */
.news-cell {
  background-color: #1a1a1a;
  border-left: 5px solid #b81a27;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}

.news-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
}

.news-tag {
  background-color: #b81a27;
  color: white;
  font-family: "Anton", sans-serif;
  padding: 2px 10px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-radius: 2px;
}

.news-text {
  color: white;
  font-family: "League Sparta", sans-serif;
  font-size: 1.05rem;
}

.news-btn {
  background-color: white;
  color: #b81a27;
  font-family: "Anton", sans-serif;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 0.9rem;
  border-radius: 4px;
  transition: 0.3s;
  letter-spacing: 1px;
}

.news-btn:hover {
  background-color: #b81a27;
  color: white;
}

.news-close {
  background: none;
  border: none;
  color: #555;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 768px) {
  .news-cell {
    flex-direction: column;
    text-align: center;
  }
  .news-content {
    flex-direction: column;
  }
}
.benefit-box {
  background: #151515;
  padding: 20px;
  border-left: 3px solid #b81a27;
  height: 100%;
  transition: 0.3s;
}
.benefit-box:hover {
  background: #1a1a1a;
  transform: translateY(-5px);
}
.benefit-box i {
  font-size: 2rem;
}
.benefit-box h5 {
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}
/* === TIPOGRAFÍA RESPONSIVA Y CONSISTENCIA PROFESIONAL === */

/* Tablets (hasta 991px) */
@media (max-width: 991px) {
  h1 {
    font-size: 2.8rem !important;
  }
  h2,
  .dojo-title {
    font-size: 2.4rem !important;
  }
  h3 {
    font-size: 1.8rem !important;
  }
  .tape-content h2 {
    font-size: 3rem !important;
  }
  .big-price {
    font-size: 2.5rem !important;
  }
}

/* Teléfonos (hasta 768px) */
@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }
  h2,
  .dojo-title {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  h3 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  h4 {
    font-size: 1.3rem !important;
  }
  h5 {
    font-size: 1.1rem !important;
  }

  /* Textos de apoyo y subtítulos */
  .dojo-subtitle {
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  p,
  li,
  .news-text,
  .benefit-box p,
  .tape-content .tape-info {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }

  /* Componentes específicos */
  .tape-content h2 {
    font-size: 2.2rem !important;
    letter-spacing: 0 !important;
  }
  .big-price {
    font-size: 2rem !important;
  }
  .combo-btn {
    font-size: 1.2rem !important;
    padding: 12px 25px !important;
  }

  /* Márgenes para respirar */
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
}

/* Teléfonos pequeños (hasta 576px) */
@media (max-width: 576px) {
  h1 {
    font-size: 1.8rem !important;
  }
  h2,
  .dojo-title {
    font-size: 1.6rem !important;
  }
  .tape-content h2 {
    font-size: 1.8rem !important;
  }
  .combo-btn {
    font-size: 1rem !important;
    width: 100%;
    text-align: center;
  }
}
