@font-face {
  font-family: "tipografia1";
  src: url('../fonts/AktivGrotesk-Medium.ttf');
}

@font-face {
  font-family: "tipografia2";
  src: url('../fonts/Cindie2-T.ttf');
}

@font-face {
  font-family: "tipografia3";
  src: url('../fonts/Cindie2-F.ttf');
}

@font-face {
  font-family: "tipografia4";
  src: url('../fonts/Cindie2-J.ttf');
}

@font-face {
  font-family: "tipografia5";
  src: url('../fonts/AktivGrotesk-MediumItalic.ttf');
}
.gj-datepicker-md [role=right-icon]{
  top:15%!important;
}
.posicion1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
}

.posicion2 {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 95%;
}

.imagen1 {
  width: 160%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.imagen2 {
  width: 140%;
  position: absolute;
  right: 0;
  top: 5%;
}

.logoPrin {
  height: 3vmax;
}

.logoPrin2 {
  height: 2vmax;
}

.logoPrinLogin {
  height: 3vmax;
}

.botonMenu {
  background: #D7F158;
  color: black;
  border-radius: 10px;
  font-size: 1vmax;
}
#mercado-pago-tab{
  border: 1px solid #D7F158;
  height: 100%;
}
#mostrador-tab{
  border: 1px solid #D7F158;
  height: 100%;
}
.letraMenu {
  font-size: 1vmax;
}

.menuCustom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 0;
  padding-bottom: 0;
}

.menuCustom .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-left ul {
  display: flex;
  gap: 20px;
}

.logoCentro {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fondo1 {
  height: 100vh;
}

.titulo1 {
  font-size: 3vmax;
}

.titulo2 {
  font-size: 4.5vmax;
}

.titulo3 {
  font-size: 4vmax;
}

.titulo4 {
  font-size: 1.5vmax;
}

.titulo5 {
  font-size: 6vmax;
}

.titulo7 {
  font-size: 2vmax;
}

.titulo8 {
  font-size: 3.7vmax;
}

.titulo9 {
  font-size: 5vmax;
}

.titulo10 {
  font-size: 2.5vmax;
}

.titulo11 {
  font-size: 2.3vmax;
}

.letra1 {
  font-size: 1vmax;
}
.letra1Px{
  font-size: 14px;
}
.letra2 {
  font-size: 1.7vmax;
}

.letra3 {
  font-size: 0.9vmax;
}

.letra4 {
  font-size: 1.1vmax;
}

.letra5 {
  font-size: 0.7vmax;
}

.letra6 {
  font-size: 1.2vmax;
}

.titulo6 {
  display: flex;
  align-items: center;
  gap: .08em;
  font-size: 9.5vmax;
  line-height: 1;
}

/* O ALARGADA */
.oHyrox {
  width: 30vmax;
  height: 7vmax;
  border: 1.4vmax solid #D7F158;
  border-radius: 10em;
  display: inline-block;
  top: -1vmax;
  position: relative;
}

.boton2 {
  background: transparent;
  color: white;
  border: 2px solid #D7F158;
  border-radius: 2vmax;
  font-size: 1.5vmax;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
}

.boton3 {
  background: #D7F158;
  color: black;
  border-radius: 2vmax;
  font-size: 1.5vmax;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
}

.boton4 {
  background: white;
  color: black;
  border-radius: 2vmax;
  font-size: 1.5vmax;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
}

.boton5 {
  background: #D7F158;
  color: black;
  border-radius: 2vmax;
  font-size: 1.5vmax;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0.1%;
  padding-bottom: 0.1%;
}

.boton6 {
  background: #D7F158;
  color: black;
  border-radius: 2vmax;
  font-size: 2.3vmax;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
}

.boton7 {
  background: #D7F158;
  color: black;
  border-radius: 2vmax;
  font-size: 1vmax;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
}
.boton8 {
  background: #D7F158;
  color: black;
  border-radius: 5px;
  font-size: 1.2vmax;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
  width: 100%;
}
#navbar {
  transition: all .3s ease;
}

/* oculto */
.menu-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

#navbar.menu-hidden {
  background: transparent !important;
  opacity: 1;
  transform: translateY(0);
}

#navbar.menu-hidden .completo1,
#navbar.menu-hidden .logoCentro {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#navbar.menu-hidden .menu-right {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* visible */
.menu-show {
  transform: translateY(0);
  opacity: 1;
}

#navbar.menu-show {
  background: rgba(0,0,0,0.7) !important;
}

.padding1 {
  padding-left: 5%;
  padding-right: 5%;
}

.big-number {
  color: transparent;
  -webkit-text-stroke: 1px #D7F158;
}

.big-number2 {
  color: transparent;
  -webkit-text-stroke: 1px white;
}

.seccionCards {
  padding-top: 1%;
  padding-bottom: 1%;
}

.paquetesCarouselControles {
  display: none;
}
/* .seccionCards2 {
  padding-bottom: 10%;
} */

.cardCustom {
  height: 100%;
  border-radius: 30px;
  background: transparent;
  display: flex;
  transition: transform .15s linear;
  position: relative;
  border: #D7F158 2px solid;
  background: black;
}

.cardCustom2 {
  border-radius: 30px;
  background: transparent;
  display: flex;
  transition: transform .15s linear;
  position: relative;
  border: #D7F158 2px solid;
  background: black;
}

.cardCustom:hover {
  height: 100%;
  border-radius: 30px;
  background: #D7F158;
  display: flex;
  transition: transform .15s linear;
  position: relative;
  border: #D7F158 2px solid;
}

.cardCustom:hover .titulo4 {
  color: black !important;
}

.cardCustom:hover .font1 {
  color: black !important;
}

.cardCustom:hover .letra1 {
  color: black !important;
}

.cardCustom:hover .card-body {
  border-top: black solid 1px !important;
}

.cardCustom:hover .paloma {
  filter: brightness(0);
}

.cardCustom:hover .boton3 {
  background: black;
  color: #D7F158;
}

/* ESCALON INICIAL */
.card1 {
  transform: translateY(0px);
}

.card2 {
  transform: translateY(15vmax);
}

.card3 {
  transform: translateY(30vmax);
}

.card4 {
  transform: translateY(45vmax);
}

.card5 {
  transform: translateY(60vmax);
}
.card6 {
  transform: translateY(75vmax);
}
.card7 {
  transform: translateY(90vmax);
}
.card8 {
  transform: translateY(105vmax);
}
.card9 {
  transform: translateY(120vmax);
}

.padding1 {
  padding-left: 5%;
  padding-right: 5%;
}

.marqueeWrapper {
  overflow: hidden;
  width: 100%;
}
.inputbusqueda{
  margin-top: 10px;
}
.marqueeTrack {
  display: flex;
  width: max-content;
  animation: scrollInfinito 20s linear infinite;
}

.marqueeContenido {
  display: flex;
  align-items: center;
  gap: 3vmax;
  white-space: nowrap;
  color: white;
  font-family: 'tipografia2';
  font-size: 2.3vmax;
}

.accordion-button {
  background: #D7F158;
}

.accordion-button:not(.collapsed) {
  background: #D7F158 !important;
  color: black !important;
}

/* ANIMACION REALMENTE INFINITA */
@keyframes scrollInfinito {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* CONTENEDOR */
.contenedorSteps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* CIRCULO */
.stepCircle {
  width: 100%;
  height: 420px;
  border-radius: 200px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: .5s;
  background: #000;
}

/* IMAGEN */
.stepCircle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: .5s;
}

/* OVERLAY */
.overlayStep {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  transition: .5s;
}

/* CONTENIDO */
.contenidoStep {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  padding: 30px;
}

/* TITULO */
.stepTitulo {
  color: #d7f158;
  font-size: 2vmax;
  font-weight: 900;
  line-height: 1;
}

/* NUMERO */
.stepNumero {
  color: #d7f158;
  font-size: 7vmax;
  font-weight: 900;
  line-height: 1.2;
}

/* SUB */
.stepSubtexto {
  color: #000;
  margin-top: 10px;
  display: none;
}

/* ACTIVO */
.stepCircle.activo {
  background: #d7f158;
}

.stepCircle.activo img {
  opacity: 0;
}

.stepCircle.activo .overlayStep {
  opacity: 0;
}

/* HOVER */
.stepCircle:hover {
  background: #d7f158;
}

.stepCircle:hover img {
  opacity: 0;
}

.stepCircle:hover .overlayStep {
  opacity: 0;
}

.stepCircle:hover .stepTitulo,
.stepCircle:hover .stepNumero {
  display: none;
}

.stepCircle:hover .stepSubtexto {
  display: block;
}

/* CONTENEDOR */
.stepsHover {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

/* COLUMNAS */
.stepsHover .col-md-4 {
  flex: 1;
  transition: .5s ease;
}

/* CIRCULO */
.stepCircle {
  width: 100%;
  height: 420px;
  border-radius: 200px;
  overflow: hidden;
  position: relative;
}

/* HOVER GENERAL */
.stepsHover:hover .col-md-4 {
  flex: .8;
}

/* EL ACTIVO CRECE */
.stepsHover .col-md-4:hover {
  flex: 2.5;
}

/* GALERIA */
.galeriaScroll {
  position: relative;
  min-height: 120vh;
}

/* ITEMS */
.itemGaleria {
  transition: 1s cubic-bezier(.22, 1, .36, 1);
}

/* IMAGENES */
.itemGaleria img {
  width: 100%;
  border-radius: 30px;
  display: block;
}

/* HERO */
.hero {
  position: relative;
  z-index: 10;
}

/* IMAGEN GRANDE */
.hero img {
  width: 50vw;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* .iframe {
  filter:
    grayscale(1) invert(95%) contrast(120%) brightness(.9);
} */
.iframe {
  filter: invert(1);
}

.imagenCorrer {
  width: 3vmax;
}

.login-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #d7f158 !important;
  background-image: url('../img/fondo_admin.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.login-container {
  width: 100%;
  max-width: 420px;
  padding: 2.2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  position: relative;
}

.login-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.login-container .form-label {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.login-container .form-control {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #f7f9ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.login-container .form-control::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.login-container .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
  color: #ffffff;
}

.logo-container {
  text-align: center;
  margin-bottom: 2rem;
  color: white;
}

.logo-container img {
  width: 15vmax;
  margin-bottom: 1rem;
}

/* Animación para el logo */
#logo {
  z-index: 2;
  /* transform: scale(2) rotate(0deg);
  animation: logoAnimation 3s ease-out forwards; */
}

@keyframes logoAnimation {
  0% {
    transform: scale(3) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(360deg);
    bottom: 80px;
    right: 30px;
    opacity: 1;
  }
}

.botonDerecho {
  right: 40px
}

.navbar-light .navbar-nav .nav-link {
  color: black !important;
}

.navbar-light .navbar-nav .nav-link.textoMenu:hover,
.navbar-light .navbar-nav .nav-link.textoMenu:focus {
  color: black !important;
  opacity: 0.9;
  /* Opcional: efecto de transparencia al hacer hover */
}

.paddingTopPrincipal {
  padding-top: 5%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #D7F158;
  color: black;
}

.bodyDia {
  height: 27vmax;
  overflow: auto;
}

/* FONDO */
.fondoLogin {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.linea {
  position: absolute;
  width: 160%;
  height: 120px;
  left: -20%;
  transform: rotate(-8deg);
  display: flex;
  align-items: center;
  font-size: 70px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
}

.linea1 {
  top: 120px;
  background: #d8f14a;
  color: #000;
}

.linea2 {
  top: 240px;
  background: #c9ced8;
  color: #000;
  z-index: 2;
}

.textoLoop {
  animation: mover 20s linear infinite;
}

@keyframes mover {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* CONTENIDO */
.contenedorLogin {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cardLogin {
  width: 100%;
  max-width: 500px;
  background: #111;
  border: 2px solid #d8f14a;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0px 0px 40px rgba(216, 241, 74, .15);
}

/* 
.subtitulo{
    color:white;
    text-align:center;
    margin-bottom:40px;
    font-size:18px;
} */

.form-login {
  height: 60px;
  background: #1c1c1c;
  border: 1px solid #333;
  color: white;
  border-radius: 16px;
  margin-bottom: 20px;
}

.form-login::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-login[type="date"] {
  color: #6c757d;
  color-scheme: dark;
}

.form-login[type="date"].has-value {
  color: white;
}

.form-login:focus {
  background: #1c1c1c;
  color: white;
  border-color: #d8f14a;
  box-shadow: none;
}

.form-login[type="date"]:focus {
  color: #6c757d;
}

.form-login[type="date"].has-value:focus {
  color: white;
}

.separadorLogin {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.lineaSeparador {
  flex: 1;
  height: 1px;
  background: #d8f14a;
}

.separadorLogin span {
  white-space: nowrap;
}

/* Sidebar base */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 220px;
  transition: width 0.3s;
  overflow: hidden;
  background: black;
  padding-top: 1%;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
}

/* Cuando está colapsado */
.sidebar.collapsed {
  width: 50px;

}

.sidebar .bottomPunto {
  padding-top: 10%;

}

.sidebar.collapsed .bottomPunto {
  padding-top: 80%;

}

/* Logo o encabezado */
.sidebar .logoPrin3 {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.sidebar.collapsed #btnToggle {
  top: 6%;

}

/* Enlaces del menú */
.sidebar a {
  display: flex;
  align-items: center;
  color: white;
  padding: 12px 15px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 1.5vmin;
}

.sidebar a:hover {
  background-color: #f2f2f2;
}

.sidebar .bi {
  font-size: 1vmax;
  margin-right: 12px;
  min-width: 25px;
  text-align: center;
}

/* Ocultar el texto cuando esté colapsado */
.sidebar.collapsed a span {
  display: none;
}

.content {
  margin-left: 210px;
  padding: 20px;
  transition: margin-left 0.3s;
}

.collapsed~.content {
  margin-left: 35px;
}

/* Botón toggle */
#btnToggle {
  position: absolute;
  top: 10%;
  right: 0;
  border: none;
  color: black;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  background: #d8f14a;
}

.btnLogin {
  width: 100%;
  height: 60px;
  background: #d8f14a;
  border: none;
  border-radius: 16px;
  font-weight: 900;
  font-size: 18px;
  color: #000;
  transition: .3s;
}

.btnLogin:hover {
  background: #c5de3f;
}

.linkCambio {
  color: #d8f14a;
  cursor: pointer;
  font-weight: bold;
}

.textoInferior {
  text-align: center;
  color: white;
  margin-top: 25px;
}

.btnVolver {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  border: 2px solid #d8f14a;
  color: #d8f14a;
  background: transparent;
  padding: 12px 25px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
}

.btnVolver:hover {
  background: #d8f14a;
  color: #000;
}

.logoPrin3_1 {
  display: block;
}

.logoPrin3_2 {
  display: none;
}

.sidebar.collapsed .logoPrin3_1 {
  display: none;
}

.sidebar.collapsed .logoPrin3_2 {
  display: block;
}

.texto1 {
  font-size: 1vmax;
}

.topbar {
  margin-bottom: 40px;
}

.margen_izqui {
  border-left: #D7F158 solid 1px;
}

.gridLugares {
  display: grid;
  grid-template-rows: repeat(2, auto);
  /* fuerza 2 filas */
  gap: 14px 0;
  /* solo separación vertical fija */
  width: 100%;
  justify-items: center;
}

.lugar {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5%
}

.cardDash {
  background: var(--gris);
  border: 1px solid #222;
  border-radius: 30px;
  padding: 30px;
  height: 100%;
  transition: .3s;
}

.tablaClases {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.tablaClases tr {
  border-bottom: 1px solid #e5e5e5;
}

.tablaClases td {
  padding: 15px;
  font-size: 15px;
}

.merg-t1 {
  margin-top: 2%;
}

.nombreDia {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}

.contenedorCalendario {
  padding: 40px 20px;
}

.gridDias {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}

.sinClases {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-size: 28px;
}

.coachItem img {
  width: 200px;
  height: 230px;
  object-fit: cover;
  filter: grayscale(100%);
}

.form-check-input:checked {
  background-color: #c5de3f;
  border-color: #c5de3f;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .paquetesCarousel {
    overflow: hidden;
    width: 100%;
  }

  .seccionCards {
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start !important;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 3% 7% 5%;
    scroll-behavior: smooth;
    scroll-padding-inline: 7%;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .seccionCards::-webkit-scrollbar {
    display: none;
  }

  .seccionCards .cardMobile {
    flex: 0 0 86%;
    max-width: 86%;
    margin-bottom: 0 !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transform: none !important;
  }

  .paquetesCarouselControles {
    align-items: center;
    color: white;
    display: flex;
    font-family: 'tipografia1';
    font-size: 12px;
    gap: 12px;
    justify-content: center;
    padding: 8px 5% 24px;
    text-align: center;
  }

  .paquetesCarouselBoton {
    align-items: center;
    background: #D7F158;
    border: 0;
    border-radius: 50%;
    color: black;
    display: flex;
    flex: 0 0 38px;
    font-size: 28px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 4px;
    width: 38px;
  }

  .galeriaScroll {
    position: relative;
    min-height: auto;
  }
  .codigoAccesoss{
    display: none;
  }
  .letra4 {
    font-size: 1.4vmax;
  }
  .paddingTopPrincipal{
    padding-top: 20%;
  }

  .tablaClases,
  .tablaClases tbody,
  .tablaClases tr,
  .tablaClases td {
    display: block;
    width: 100%;
  }

  .tablaClases tr {
    background: transparent;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.08);
    border: none;
  }

  .tablaClases td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
    gap: 10px;
  }

  .tablaClases td:last-child {
    border-bottom: none;
  }

  .tablaClases td::before {
    content: attr(data-label);
    font-weight: bold;
    color: white;
    text-align: left;
  }

  .cardDash {
    padding: 10px;
  }

  .lugar {
    width: 40px;
    height: 40px;
  }

  .gridLugares {
    gap: 20px 0;
    /* solo separación vertical fija */
  }

  .letra6 {
    font-size: 2vmax;
  }

  .margen_izqui {
    border-top: #D7F158 solid 1px;
    border-left: none;
  }

  .fw-bold {
    font-size: 2.5vmax;
  }

  .topbar {
    margin-bottom: 10px;
  }

  .letra2 {
    font-size: 2.2vmax;
  }

  .texto1 {
    font-size: 1.7vmax;
  }

  .sidebar.collapsed #btnToggle {
    top: 8%;
  }

  .content {
    margin-left: 50px;
  }

  .sidebar {
    width: 180px;
    z-index: 9;
  }

  .cardLogin {
    padding: 20px;
  }

  .logoPrinLogin {
    height: 6vmax;
  }

  .btnVolver {
    font-size: 1.4vmax;
  }

  .botonMenu {
    font-size: 1.7vmax;
  }

  .sinClases {
    font-size: 18px !important;
  }

  .sinClases2 {
    font-size: 18px !important;
  }

  .certificaciones {
    border-radius: 3px;
  }

  .alineacionCenter {
    text-align: center;
  }

  .botonDerecho {
    right: 20px
  }

  .imagenCorrer {
    width: 2vmax;
  }

  .oculto {
    display: flex !important;
  }

  .completo1 {
    position: fixed;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999;
    background: black;
    padding: 1rem;
    height: 100vh;
  }

  .logoCentro {
    left: 20px;
    transform: none;
    position: relative;
  }

  .titulo1 {
    font-size: 2.7vmax;
  }

  .titulo2 {
    font-size: 3.2vmax;
  }

  .titulo3 {
    font-size: 2.5vmax;
  }

  .titulo4 {
    font-size: 2vmax;
  }

  .titulo5 {
    font-size: 4vmax;
  }

  .titulo6 {
    display: flex;
    align-items: center;
    gap: .08em;
    font-size: 4.5vmax;
    line-height: 1;
  }

  .titulo7 {
    font-size: 2.8vmax;
  }

  .titulo8 {
    font-size: 2.7vmax;
  }

  .titulo9 {
    font-size: 5vmax;
  }

  .titulo10 {
    font-size: 2.5vmax;
  }

  .titulo11 {
    font-size: 2.3vmax;
  }

  .menuCustom {
    margin: 0;
  }

  .stepCircle {
    width: 260px;
    height: 340px;
  }

  .stepNumero {
    font-size: 90px;
  }

  .stepTexto {
    font-size: 32px;
  }

  .stepsHover {
    flex-wrap: wrap;
    /* 👈 permite que bajen */
    gap: 15px;
  }

  .stepsHover .col-md-4 {
    flex: 0 0 100%;
    /* 👈 cada uno ocupa toda la fila */
    transition: .4s ease;
  }

  .stepsHover:hover .col-md-4 {
    flex: 0 0 100%;
    /* 👈 desactiva hover expand */
  }

  .stepsHover .col-md-4:hover {
    transform: scale(1);
  }

  .stepCircle:hover {
    width: 90%;
    height: 250px;
    /* o el alto que quieras */
    border-radius: 50%;
    transition: .4s ease;
  }

  .posicion1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
  }

  .posicion2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54%;
  }

  .tamanio1 {
    height: 38vmax;
  }

  .oHyrox {
    width: 20vmax;
    height: 4vmax;
    border: 1vmax solid #D7F158;
    border-radius: 10em;
    display: inline-block;
    top: -1vmax;
    position: relative;
  }

  .margen1 {
    margin-bottom: 13px;
  }

  .letra1 {
    font-size: 2vmax;
  }
  .letra1Px{
    font-size: 2vmax;
  }
  .cardMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
    top: auto;
  }

  .scrollDown .cardMobile {
    top: auto;
  }

  .scrollUp .cardMobile {
    top: auto;
  }

  .imagen1 {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .imagen2 {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }

  .hero img {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .login-body {
    background-attachment: scroll;
  }

  .login-container {
    margin: 1.5rem;
    padding: 1.5rem;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .bodyDia {
    height: 45vmax;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .boton2 {
    font-size: 2vmax;
  }

  .boton3 {
    font-size: 1.6vmax;
  }

  .boton4 {
    font-size: 1.6vmax;
  }

  .boton5 {
    font-size: 2.3vmax;
  }

  .boton6 {
    font-size: 2.3vmax;
  }

  .boton7 {
    font-size: 2vmax;
  }

  .letraMenu {
    font-size: 1.5vmax;
  }
  .margen2{
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .bodyDia {
    height: 38vmax;
  }
   .galeriaScroll {
    position: relative;
    min-height: auto;
  }
  .tablaClases td {
    padding: 10px;
    font-size: 12px;
  }
  .paddingTopPrincipal{
    padding-top: 10%;
  }
  .nombreDia {
    font-size: 12px;
  }

  .contenedorCalendario {
    padding: 40px 4px;
  }

  .gridDias {
    gap: 10px;
  }

  .sinClases {
    font-size: 18px;
  }

  .coachItem img {
    width: 100px;
    height: 130px;
    object-fit: cover;
    filter: grayscale(100%);
  }

  #btnToggle {
    top: 7%;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1025px) {
  .bodyDia {
    height: 38vmax;
  }
   .galeriaScroll {
    position: relative;
    min-height: auto;
  }
   .paddingTopPrincipal{
    padding-top: 10%;
  }
  #btnToggle {
    top: 5.8%;
  }

  .sidebar.collapsed #btnToggle {
    top: 5.8%;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 0.8vmax !important;
  }
}
