@font-face {
  font-family: "Akzidenz";
  src: url("../fonts/AkzidenzGroteskBE-Md.otf");
  font-style: normal;
}

@font-face {
  font-family: "ElzaTrial Bold";
  src: url("../fonts/ElzaTrial-NarrowBold.otf");
}

@font-face {
  font-family: "ElzaTrial Semibold";
  src: url("../fonts/ElzaTrial-NarrowBold.otf");
}

@font-face {
  font-family: "Ladislav";
  src: url("../fonts/fonnts.com-Ladislav_Semibold.otf");
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaNeue.ttc");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf");
}

@font-face {
  font-family: "NeuseMontreal Bold";
  src: url("../fonts/NeueMontreal-Bold.otf");
}

@font-face {
  font-family: "NeueMontreal";
  src: url("../fonts/NeueMontreal-Regular.otf");
}

@font-face {
  font-family: "Proxima";
  src: url("../fonts/Proxima\ Nova\ Medium.ttf");
}

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

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Variable.ttf");
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Bold.otf");
}

@font-face {
  font-family: "Zalando Sans";
  src: url("../fonts/ZalandoSans-VariableFont_wdth\,wght.ttf");
}

/** INICIO SESION **/

.container-login {
  min-height: 80vh;
}

.logo-login {
  margin-block: 100px 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-login img {
  width: 80%;
  max-width: 250px;
}

.formulario-contenedor {
  position: relative;
  width: 95%;
  max-width: 680px;
  /* 380px */
  margin-inline: auto;
  margin-bottom: 50px;
}

.formulario-fondo {
  width: 100%;
}

.formulario-fondo img {
  width: 100%;
}

.formulario-contenido {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.titulo-formulario h1 {
  font-family: "Urbanist";
  font-weight: 300;
  line-height: 1.2;
  font-size: 3rem;
}

.registrarse-formulario {
  font-family: "Raleway";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 0.8rem;
  gap: 2px;
}

.registrarse-formulario a {
  color: blue;
  text-decoration: underline;
}

.formulario-contenido form {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.iniciar-sesion a {
  text-align: center;
  background-color: #b9b6c3a8;
  border: 1px solid #fafafa;
  font-size: 1rem;
  width: 90px;
  padding-block: 2px;
  border-radius: 10px;
  margin-inline: auto;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.iniciar-sesion a:hover {
  background-color: #766d96ad;
}

.formulario-contenido label {
  line-height: 1;
  font-size: 1.2rem;
  margin-left: 10px;
}

.formulario-contenido input {
  background-color: #b9b6c3;
  border: 1px solid #fafafa;
  font-family: "NeueMontreal" sans-serif;
  padding-block: 5px;
}

.formulario-contenido input::placeholder {
  color: #8352c9;
  font-family: "NeueMontreal" sans-serif;
}

.olvide-mi-contra {
  margin-block: 10px;
}

.olvide-mi-contra a {
  margin-inline: auto;
  width: 150px;
  text-align: center;
  font-size: 1rem;
}

.linea-inferior-olvide {
  width: 100px;
  border-bottom: 1px solid #b9b6c3;
  margin-inline: auto;
  font-family: "NeueMontreal" sans-serif;
}

.contra_oculta {
  display: none;
}

/** INDEX **/
.hero-index {
  margin-top: 80px;
  width: 90%;
  max-width: 400px;
  position: relative;
  margin-inline: auto;
}

.fondo-index {
  width: 100%;
}

.fondo-index img {
  width: 100%;
  object-fit: cover;
}

.contenido-index {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fafafa;
  font-family: 'Ladislav';
  font-weight: 700;
  font-size: 2rem;
}

.logo-uno {
  width: 40%;
}

.logo-dos {
  margin-block: 10px 0px;
  width: 60%;
}

.contenido-index a {
  border-radius: 5px;
  width: 20%;
  max-width: 130px;
  margin: 30px;
}

.movement-comu {
  margin-top: 30px;
  width: 90%;
  margin-inline: auto;

}

.movement-comu svg {
  width: 100%;
  font-weight: 600;
}

.movement-comu .cls-3 {
  opacity: 1;
  font-size: 55px;
  stroke-width: 0px;
}

.movement-comu .cls-2 {
  fill: #251556;
}

.movement-training {
  width: 95%;
  margin-inline: auto;
  position: relative;
  margin-top: 50px;
}

.movement-training img {
  width: 100%;
}

.contenido-movement {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fafafa;
}

.contenido-movement h2 {
  font-family: 'Zalando Sans';
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

.contenido-movement p {
  line-height: 1.2;
  width: 250px;
  font-size: 1.2rem;
}

.boton-movement {
  position: absolute;
  right: 10%;
  top: 70%;
}

.boton-movement a {
  color: #fafafa;
  border: 1px solid #fafafa;
  font-family: "Zalando Sans";
  padding-inline: 10px;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 5px;
}

.clases-seccion {
  width: 95%;
  position: relative;
  margin-inline: auto;
}

.imagen-fondo-clases {
  width: 100%;
}

.imagen-fondo-clases img {
  width: 100%;
}

.contenido-index-clases {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulo-clases-index {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fafafa;
  font-family: "Zalando Sans";
  font-size: 2.2rem;
  font-weight: 600;
}

.titulo-clases-index img {
  width: 30px;
}

.contenedor-clases-index {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-block: 10px;
}

.clase-index {
  width: 100%;
  height: auto;
  position: relative;
}

.imagen-fondo-clase-index {
  width: 100%;
}

.imagen-fondo-clase-index img {
  width: 100%;
}

.contenido-clase-index {
  position: absolute;
  top: 50%;
  left: 5%;
}

.contenido-clase-index img {
  width: 150px;
}

.contenido-clase-index p {
  color: #fafafa;
  font-family: "Zalando Sans";
  font-weight: 500;
  line-height: 1.2;
  font-size: 3rem;
}

.contenido-clase-index a {
  background-color: #4e2bcc;
  color: #fafafa;
  text-align: center;
  font-size: 0.7rem;
  width: 50px;
  border-radius: 5px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

.contenido-clase-index a:hover {
  color: #4e2bcc;
  background-color: #fafafa;
}

.boton-mas-clases {
  color: #fafafa;
  border: 1px solid #fafafa;
  padding-inline: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.boton-mas-clases:hover {
  background-color: #4e2bcc;
}

.coaches-section {
  margin-inline: auto;
  width: 95%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fondo-coaches-index {
  width: 100%;
}

.fondo-coaches-index img {
  width: 100%;
}

.contenido-coaches-index {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-coach-index {
  height: auto;
  position: relative;
}

.card-coach-index img {
  height: auto;
}

.fondo-card-coach-index {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/IMAGENES/paola_2.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url("../images/IMAGENES/paola_2.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;
}

.fondo-card-coach-index img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coaches-section h2 {
  margin-top: 0px;
}

.a-link {
  margin-top: 10px;
  border: 1px solid #fafafa;
  color: #fafafa;
  width: 100px;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 5px;
}

.a-link:hover {
  color: #fafafa;
  background-color: #4e2bcc;
}

.card-coach-index {
  background-color: transparent;
}

.titulo-coaches-index {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.titulo-coaches-index img {
  width: 30px;
}

.titulo-coaches-index p {
  color: #fafafa;
  font-family: 'Zalando Sans';
  font-size: 2rem;
  font-weight: 600;
}

.coaches-slider {
  margin-top: 30px;
}

.membresias-section {
  background-color: #fafafa;
}

.membresias-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fondo-membresias-index {
  width: 98%;
}

.fondo-membresias-index img {
  width: 100%;
}

.container-membresias {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-class {
  width: 70%;
  height: auto;
  border-left: 0px;
  border-right: 0px;
  padding-inline: 0px;
  position: relative;
}

.fondo-card-class {
  width: 100%;
}

.fondo-card-class img {
  width: 100%;
}

.titulo-clases {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: #251556;
  font-family: 'Zalando Sans';
  font-size: 2.2rem;
  font-weight: 600;
}

.titulo-clases svg {
  width: 30px;
  margin-inline: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.titulo-clases .cls-1 {
  fill: #251556;
}

.boton-mas-clases-index {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #4e2bcc;
  color: #4e2bcc;
  margin-inline: auto;
  text-align: center;
  font-family: 'Zalando Sans';
  font-weight: 600;
  width: 120px;
  font-size: 1.6rem;
  border-radius: 5px;
  background-color: #8452c900;
  transition: all 0.3s ease-in-out;
}

.boton-mas-clases-index:hover {
  background-color: #4e2bcc63;
}

.contenido-card-index {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.numero-de-clases-index {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.duracion-clase-index h2 {
  color: #fafafa;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Satoshi';
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 0.8;
  margin-left: -0px;
}

.numero-de-clases-index p {
  color: #fafafa;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Satoshi';
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0rem;
  line-height: 0.8;
}




.costo-clase-index {
  border: 1px solid #fafafa;
  border-radius: 10px;
  padding-inline: 10px;
  font-size: 2.5rem;
  font-weight: 600;
  margin-block: 30px;
}


.costo-clase-index p {
  font-family: "Satoshi";
}

.costo-clase-index b {
  font-size: 1.7rem;
  font-weight: 300;
}

.comprar-clase-index a {
  background-color: #b9b6c3ab;
  font-weight: 600;
  border: 1px solid #fafafa;
  border-radius: 5px;
  padding-inline: 5px;
  transition: all 0.3s ease-in-out;
}

.comprar-clase-index a:hover {
  background-color: #9b90bd67;
}

.preguntas-section {
  background-color: #fafafa;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.fondo-preguntas-index {
  width: 95%;
}

.fondo-preguntas-index img {
  width: 100%;
}

.contenedor-preguntas {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.titulo-preguntas-index {
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  width: 70%;
  gap: 5px;
  margin-top: -20px;
}

.titulo-preguntas-index img {
  width: 50px;
}

.titulo-preguntas-index p {
  width: 200px;
  color: #fafafa;
  font-family: 'Zalando Sans';
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
}

.accordion {
  width: 90%;
  background-color: #d8c3f533;
  color: #fafafa;
  border-radius: 5px;
  border: 1px solid #fafafaa2;
  padding-block: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion p {
  font-size: 1.4rem;
}

.accordion .icon {
  font-size: 18px;
  border-radius: 5px;
  transition: transform 0.2s ease;
  border: 1px solid #fafafa;
  padding-inline: 5px;
  padding-block: 2px;
}

.preguntas-container {
  border: 0px;
  width: 80%;
}

.panel {
  width: 92%;
  border-bottom: 0px;
  margin-top: 5px;
}

.panel p {
  text-align: justify;
  font-family: 'Satoshi';
  font-weight: 400;
  color: #fafafa;
  font-size: 1rem;
  line-height: 1.2;

}

/** DISCIPLINAS **/

.titulo-disciplinas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: 'Zalando Sans';
  color: #150644;
  padding-top: 80px;
}

.titulo-disciplinas h1 {
  color: #150644;
  font-family: 'Zalando Sans';
  margin-block: 0px;
  font-size: 2.5rem;
  font-weight: 600;
}

.titulo-disciplinas svg {
  width: 30px;
}

.titulo-disciplinas .cls-1 {
  fill: #150644;
}

.contenedor-disciplinas {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contenedor-disciplina {
  width: 98%;
  position: relative;
}

.fondo-disciplina {
  width: 100%;
  position: relative;
}

.fondo-disciplina img {
  width: 100%;
}

.imagen-disciplina {
  position: absolute;
  z-index: 2;
  width: 95.3%;
  height: 47.5%;
  top: 2.5%;
  left: 50.1%;
  transform: translateX(-50%);

  background: linear-gradient(135deg, #4b3c69, #0c0225);

  -webkit-mask-image: url("../images/IMAGENES/mascara-imagen.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;

  mask-image: url("../images/IMAGENES/mascara-imagen.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.imagen-disciplina img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.logo-disciplina-flotante {
  width: 55%;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  z-index: 3;
}

.texto-disciplina {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 53%;
  width: 75%;
  color: #fafafa;
  text-align: left;
  margin-top: 0px;
}

.texto-disciplina h2 {
  font-size: 3rem;
  font-family: 'Zalando Sans';
}

.texto-disciplina p {
  font-size: 1.1rem;
  width: 80%;
  font-family: 'Satoshi';
  text-align: left;
}

.boton-disciplina {
  position: absolute;
  top: 85%;
  right: 10%;
  color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-inline: 15px;
  font-family: 'Zalando Sans';
  transition: all 0.3s ease-in-out;
}

.boton-disciplina:hover {
  background-color: #4e2bcc;
}

/** CONTACTO **/
.titulo-contacto {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulo-contacto img {
  width: 60%;
  max-width: 200px;
}

.contenedor-formulario-contacto {
  width: 95%;
  max-width: 400px;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo-formulario-contacto {
  width: 100%;
}

.fondo-formulario-contacto img {
  width: 100%;
}

.contenido-formulario-contacto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contenido-formulario-contacto form {
  width: 80%;
}

.boton-formulario-contacto {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.contenido-formulario-contacto a {
  width: 80px;
}

.contenido-formulario-contacto svg {
  width: 80px;
}

.contenido-formulario-contacto .cls-2 {
  font-weight: 400;
}

.titulo-contenido-formulario {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #fafafa;
  font-family: 'Satoshi';
  font-weight: 600;
  font-size: 3rem;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding-left: 10%;
  margin-bottom: 20px;
}

.titulo-contenido-formulario img {
  width: 30px;
}

.contenido-formulario-contacto input {
  padding-block: 4px;
  font-size: 1.4rem;
  background-color: #b9b6c379;
  border: 1px solid #b9b6c3;
  color: #fafafa;
}

.contenido-formulario-contacto input::placeholder {
  color: #fafafa;
  font-weight: 600;
}

.contenido-formulario-contacto textarea {
  height: 100px;
  background-color: #b9b6c379;
  border: 1px solid #b9b6c3;
  color: #fafafa;
  outline: none;
}

textarea:focus {
  outline: none;
}

.contenido-formulario-contacto textarea::placeholder {
  color: #fafafa;
  font-weight: 600;
}

.titulo-hub-contacto {
  width: 95%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.titulo-hub-contacto svg {
  width: 60%;
  max-width: 250px;
  margin-inline: auto;
}

.titulo-hub-contacto .cls-1 {
  fill: #281589;
}

.titulo-hub-contacto .cls-2 {
  stroke-width: 0px;
}

.titulo-hub-contacto .cls-1 {
  opacity: 1;
  font-size: 35px;
  filter: none;
}

.titulo-hub-contacto .cls-3 {
  opacity: 1;
  filter: none;
  fill: #281589;
  stroke-width: 0px;
}

.titulo-hub-contacto .cls-11 {
  letter-spacing: 0.4rem;
}

.mapa-con-forma {
  width: 95%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sombra-forma {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1075 / 1334;

  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .25)) drop-shadow(0 2px 4px rgba(0, 0, 0, .18));
}

.contenedor-mapa-forma {
  width: 100%;
  height: 100%;
  background: white;

  -webkit-mask-image: url("../images/IMAGENES/fondo_formulario.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url("../images/IMAGENES/fondo_formulario.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;
}

.direccion-texto-forma {
  position: absolute;
  left: 0%;
  top: 102%;
}

.direccion-texto-forma p {
  font-family: "Zalando Sans";
  color: #150644;
  line-height: 1.2;
  font-weight: 600;
  font-size: 1rem;
}

/** ABOUT US **/
.titulo-about {
  padding-top: 100px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: 'Zalando Sans';
  font-weight: 300;
  font-size: 2.3rem;
  color: #150644;
}

.titulo-about img {
  width: 40px;
}

.hero-about {
  width: 95%;
  margin-inline: auto;
}

.neon-studio-about {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-block: 30px;
  gap: 2%;
}

.logo-circular {
  width: 30%;
  margin-left: 2%;
}

.logo-circular img {
  width: 100%;
}

.texto-logo-circular {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.texto-logo-circular img {
  width: 60%;
}

.texto-logo-circular svg {
  margin-top: 10px;
  width: 85%;
}

.texto-logo-circular p {
  color: #150644;
  line-height: 1.4;
  font-family: 'Urbanist';
  font-weight: 400;
}

.neon-about-studio {
  width: 95%;
  margin-inline: auto;
  position: relative;
}

.imagen-fondo-neon {
  width: 100%;
}

.imagen-fondo-neon img {
  width: 100%;
}

.contenido-neon-about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contenido-neon-about img {
  width: 60%;
}

.mision-neon {
  width: 95%;
  margin-inline: auto;
  position: relative;
  color: #fafafa;
}

.fondo-mision {
  width: 100%;
}

.fondo-mision img {
  width: 100%;
}

.contenido-mision {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.mision-vision-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contenido-mision p {
  width: 80%;
  font-family: 'satoshi';
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.contenido-mision h3 {
  font-family: 'Zalando Sans';
  font-size: 2.6rem;
}

.contenedor-slider-our {
  margin-top: 50px;
  width: 95%;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo-slider-our {
  width: 100%;
}

.fondo-slider-our img {
  width: 100%;
}

.contenedor-about-escritorio {
  margin-bottom: 50px;
}

.contenedor-general-slider-our {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-container-our {
  margin-bottom: 20px;
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.slider-wrapper-our {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flecha-prev-our img,
.flecha-next-our img {
  width: 15px;
}

.flecha-prev-our,
.flecha-next-our {
  transition: all 0.3s ease-in-out;
}

.flecha-prev-our:hover,
.flecha-next-our:hover {
  transform: scale(1.1);
}

.slide-our-card {
  width: 100%;
}

.slide-our-card img {
  width: 100%;
}

.puntos-slider-our {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.punto-our {
  width: 8px;
  height: 8px;
  background-color: #c7c1b4;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .3s ease, transform .3s ease;
}

.titulo-slider-our {
  color: #150644;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: 'Zalando Sans';
}


.titulo-slider-our svg {
  width: 200px;
}

/** PAQUETES **/
.contenedor-paquetes-lista {
  margin-inline: auto;
  max-width: 500px;
  padding-top: 50px;
}

.contenedor-paquetes-pagina {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fondo-contenedor-paquetes {
  width: 100%;
  /* height: 365px; */
}

.fondo-contenedor-paquetes img {
  width: 100%;
}

.cards-segmento {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.card-paquete-pagina {
  width: 90%;
  margin-inline: auto;
  position: relative;
  padding-inline: 30px;
  padding-block: 60px;
  border-top-right-radius: 20px;
  background-image: url('../images/SVG/tarjeta_coach.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.card-paquete-coach {
  width: 90%;
  margin-inline: auto;
  position: relative;
  padding-inline: 30px;
  padding-block: 60px;
  overflow: hidden;
  background-image: url('../images/SVG/tarjeta_paquetes.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -12px;
}

.contenido-actualizado-paquetes {
  width: 95%;
  margin-inline: auto;
}

.fondo-paquete-card {
  width: 100%;
  height: 352px;
  margin-inline: auto;

  -webkit-mask-image: url("../images/IMAGENES/paola_2.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url("../images/IMAGENES/paola_2.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;

  position: relative;
}

.fondo-paquete-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titulo-paquetes-pagina {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.titulo-paquetes-pagina img {
  width: 35px;
}

.titulo-paquetes-pagina h2 {
  font-family: 'Zalando Sans';
  color: #150644;
  font-weight: 600;
  font-size: 3rem;
}

.version-escritorio {
  display: none;
}

.version-invisible {
  opacity: 0;
}

/** COACHES **/
.titulo-coaches-pagina {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.titulo-coaches-pagina img {
  width: 35px;
}

.titulo-coaches-pagina h2 {
  font-family: 'Zalando Sans';
  color: #fafafa;
  font-weight: 600;
  font-size: 3rem;
}

.contenido-card-coach {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  text-align: center;

  width: 100%;
  height: 100%;
  min-height: 352px;
  background: #8452c970;
  padding-inline: 50px;

  -webkit-mask-image: url("../images/IMAGENES/paola_2.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: url("../images/IMAGENES/paola_2.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.version-escritorio {
  display: none;
}

.contenido-card-coach p {
  width: 90%;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Satoshi';
  font-weight: 500;
}

.linea-contenido-coach {
  width: 40%;
  margin-inline: auto;
  border-bottom: 1px solid #fafafa;
  margin-top: 20px;
  margin-bottom: 5px;
}

.contenido-card-coach h5 {
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Satoshi';
  font-size: 2.5rem;
}

.contenido-card-coach h3 {
  font-family: 'Zalando Sans';
  background-color: #c7c1b45e;
  border: 1px solid #fafafa;
  letter-spacing: 0.0rem;
  font-weight: 600;
  line-height: 1.2;
  padding-inline: 10px;
  margin-bottom: 50px;
}

@media (hover: hover) {
  .card-paquete-pagina:hover .contenido-card-coach {
    opacity: 1;
  }

  .card-paquete-coach:hover .contenido-card-coach {
    opacity: 1;
  }
}

.card-paquete-coach.activa .contenido-card-coach {
  opacity: 1;
}

/** RESERVAS **/
.seccion-reservas {
  padding-block: 100px;
}

.contenedor-reservas {
  padding-block: 50px;
  margin-inline: auto;
  width: 95%;
  max-width: 400px;
  position: relative;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
}

.contenedor-reservas::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  border-radius: 20px;

  clip-path: polygon(100% 0,
      calc(48% + 50px) 0,
      calc(40% + 50px) 30px,
      0 30px,
      0 100%,
      calc(55% - 50px) 100%,
      calc(60% - 50px) calc(100% - 30px),
      100% calc(100% - 30px));
}

.contenedor-reservas>* {
  position: relative;
  z-index: 1;
}

.imagen-fondo-reservas {
  width: 100%;
}

.imagen-fondo-reservas img {
  width: 100%;
}

.contenido-reservas {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulo-reservas {
  width: 100%;
  color: #150644;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: 'Zalando Sans';
}

.titulo-reservas img {
  width: 30px;
}

.circulo-reservas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: 'Zalando Sans';
  font-size: 3rem;
  margin-block: 20px;
}

.circulo-reservas img {
  width: 130px;
}

.neon-circulo-reservas img {
  width: 150px;
}

.calendario-dias {
  width: 95%;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flecha-prev-cal img,
.flecha-next-cal img {
  width: 12px;
  padding-top: 30px;
}

.container-calendario-dias {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.fila-dias {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 8px 6px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #150644;
  clip-path: polygon(0 0,
      92% 0,
      100% 35%,
      100% 100%,
      0 100%);

  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.fila-numeros {
  position: relative;
  background: linear-gradient(90deg, #0b0228, #3d2a7a);
  border-radius: 10px;
  padding: 10px 6px;
  display: flex;
  justify-content: space-between;
  color: white;

  clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 90%, 68% 90%, 28% 90%, 25% 100%, 0 100%, 0 90%);

  border-radius: 10px;
}

.dia,
.numero {
  width: 20%;
  text-align: center;
}

.numero {
  font-size: 16px;
  font-weight: 600;
}

.numero.activo {
  border: 1px solid white;
  border-radius: 6px;
  padding: 2px 0;
  font-weight: 700;
}

.clases-estado {
  margin-top: 30px;
  width: 98%;
  gap: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.clase-estado-reserva {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  gap: 2px;
  line-height: 1.2;
}

.clase-estado-reserva img {
  width: 10px;
}

.calendario-mensual {
  width: 90%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  color: #150644;
  font-size: 1.2rem;
  line-height: 1.2;
}

.calendario-mensual h4 {
  font-size: 3.2rem;
  font-weight: 400;
}

.icono-calendario a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-weight: 500;
}

.icono-calendario img {
  width: 10px;
}

.contenedor-clases-reserva {
  width: 100%;
  margin-block: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clase-reservable-datos {
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clase-reservable-fondo {
  width: 100%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.486));
}

.clase-reservable-fondo img {
  width: 100%;
}

.contenido-reservable {
  width: 90%;
  position: absolute;
  gap: 10px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo-reservable {
  position: absolute;
  right: 3%;
  top: 2%;
}

.logo-reservable img {
  width: 80px;
}

.imagen-reservable {
  width: 43%;
}

.imagen-reservable img {
  width: 100%;
}

.version-oscura {
  color: #fafafa;
}

.version-clara {
  color: #1a1a5e;
}

.informacion-reservable {
  width: 60%;
  line-height: 1.2;
}

.aforo-reservable p {
  font-size: 1.4rem;
  font-weight: 600;
}

.numero-cupo {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 0.8rem;
}

.numero-cupo p {
  font-size: 0.8rem;
}

.numero-cupo img {
  width: 10px;
}

.aforo-reservable {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.informacion-reservable a {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 600;
}

.version-oscura .aforo-reservable a {
  color: #0b0228;
  background-color: #fafafa;
  font-size: 0.8rem;
  font-weight: 700;
  padding-inline: 5px;
  padding-block: 5px;
  border-radius: 5px;
  font-family: 'Zalando Sans';
  text-decoration: none;
}

.version-clara .aforo-reservable a {
  color: #fafafa;
  background-color: #4e2bcc;
  font-size: 0.8rem;
  font-weight: 700;
  padding-inline: 5px;
  padding-block: 5px;
  border-radius: 5px;
  font-family: 'Zalando Sans';
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


.informacion-reservable h2 {
  font-size: 2rem;
  font-weight: 600;
}

.horario-reservable {
  font-family: 'Satoshi';
  font-weight: 600;
  font-size: 1.7rem;
  margin-block: 10px 20px;
}

.calendar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  backdrop-filter: blur(2px);
}

.calendar-overlay.active {
  display: block;
}

.calendar-modal {
  display: none;
  position: fixed;
  background: white;
  border-radius: 12px;
  padding: 20px;
  z-index: 999;
  width: 250px;
  height: auto;
  max-width: 340px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.calendar-modal.active {
  display: block;
  animation: modalAppear 0.3s ease-out;
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

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

.calendar-header {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}

.calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  font-weight: 600;
}

.calendar-nav-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
  font-weight: 400;
}

.calendar-nav-btn:hover {
  background: #f0f0f0;
}

.calendar-nav span {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a5e;
  letter-spacing: 0.5px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}

.calendar-weekdays div {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #666;
  padding: 5px 0;
  letter-spacing: 0.3px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 3px;
}

.calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
  background: #f5f5f5;
  border: 1px solid #333;
  color: #333;
}

.calendar-day:hover:not(.disabled):not(.empty) {
  background: #1a1a5e;
  transform: scale(1.05);
}

.calendar-day.selected {
  background: #1a1a5e;
  color: white;
  font-weight: 700;
  border-color: #1a1a5e;
}

.calendar-day.disabled {
  color: #ccc;
  cursor: not-allowed;
  background: white;
}

.calendar-day.empty {
  cursor: default;
  background: transparent;
  border: 1px solid transparent;
}

.calendar-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 10px;
}

.calendar-buttons button {
  padding: 0px 3px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.3s;
  font-family: 'Zalando Sans', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-cancel {
  background: white;
  color: #1a1a5e;
  border: 2px solid #1a1a5e;
  flex: 1;
}

.btn-cancel:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}

.btn-confirm {
  background: #1a1a5e;
  color: white;
  border: 2px solid #1a1a5e;
  flex: 1;
}

.btn-confirm:hover {
  background: #0f0f3d;
  border-color: #0f0f3d;
  transform: translateY(-1px);
}


.full-calendar-link {
  display: none;
}

.contenedor-cycling {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.contenido-reserva-cycling {
  margin-top: 100px;
  width: 95%;
  max-width: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fondo-reserva-cycling {
  width: 100%;
}

.fondo-reserva-cycling img {
  width: 100%;
}

.contenido-reserva {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulo-reserva-cycling {
  width: 60%;
}

.reserva-cycling {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: #281589;
  font-family: 'Zalando Sans';
  font-size: 2.5rem;
  font-weight: 600;
  margin-block: 20px;
}

.reserva-cycling img {
  width: 30px;
}

.titulo-reserva-cycling img {
  width: 100%;
}

.reservado-disponible {
  width: 90%;
  position: relative;
  margin-bottom: 10px;
}

.contenido-reservado-disponible {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10%;
}

.contenedor-contenido-reservado {
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-family: 'Urbanist';
  font-weight: 700;
  color: #fafafa;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
}

.reservado-disponible img {
  width: 100%;
}

.contenido-reservado-disponible img {
  width: 15px;
}

.titulo-disciplina-reserva {
  font-family: 'Satoshi';
  color: #281589;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.contenedor-seleccion-lugar {
  width: 60%;
}

.contenedor-seleccion-lugar svg {
  width: 100%;
}

.contenedor-seleccion-lugar .cls-3 {
  stroke-width: 0px;
}

/** HOVERS NEON **/
.contenido-index .cls-3 {
  transition: all 0.3s ease-in-out;
}

.contenido-index a:hover .cls-3 {
  fill: #b9b6c3;
}

.boton-movement a {
  transition: all 0.3s ease-in-out;
}

.boton-movement a:hover {
  background-color: #fafafa;
  color: #4e2bcc;
}

@media(min-width: 300px) and (max-width: 399px) {
  .container-membresias {
    width: 90%;
  }

  .swiper-container {
    width: 70%;
  }

  .accordion p {
    font-size: 1.2rem;
  }

  .titulo-preguntas-index img {
    width: 50px;
  }

  .titulo-preguntas-index p {
    font-size: 2rem;
  }

  .clase-index {
    width: 90%;
    margin-inline: auto;
  }

  /** DISCIPLINAS **/
  .texto-disciplina {
    margin-top: 0px;
    top: 48%;
  }

  .preguntas-escritorio {
    display: none;
  }

  .accordion {
    width: 100%;
  }

  .panel {
    width: 100%;
  }
}

@media(min-width: 400px) and (max-width: 767px) {
  .container {
    max-width: 500px;
  }

  .hero-index {
    max-width: 500px;
  }

  .container-membresias {
    width: 90%;
  }

  .preguntas-escritorio {
    display: none;
  }
}

@media(min-width: 768px) and (max-width:1199px) {
  .container {
    max-width: 780px;
  }

  .hero-index {
    margin-top: 100px;
    max-width: 780px;
  }

  .accordion p {
    font-size: 1.5rem;
  }

  .slider-container-global {
    max-width: 400px;
    margin-inline: auto;
  }

  .contenido-movement h2 {
    font-size: 3rem;
  }

  .contenido-movement p {
    margin-top: 30px;
    font-size: 2rem;
    width: 400px;
  }

  .boton-movement {
    right: 10%;
  }

  .boton-movement a {
    font-size: 2rem;
  }

  .contenedor-clases-index {
    width: 80%;
  }

  .boton-mas-clases {
    margin-top: 30px;
    font-size: 2rem;
  }

  .titulo-clases-index img {
    width: 60px;
  }

  .titulo-clases-index {
    font-size: 3.3rem;
    margin-bottom: 20px;
  }

  .slider-container-global {
    max-width: 600px;
  }

  .card-coach-index {
    width: 70%;
    max-width: 400px !important;
    height: 500px !important;
  }

  .card-coach-index .disciplina {
    bottom: 13% !important;
    left: 18% !important;
  }

  .titulo-coaches-index img {
    width: 60px;
  }

  .titulo-coaches-index p {
    font-size: 4rem;
  }

  .a-link {
    font-size: 2rem;
    width: 180px;
  }

  .titulo-clases svg {
    width: 60px;
  }

  .titulo-clases {
    font-size: 4rem;
  }

  .boton-mas-clases-index {
    font-size: 2rem;
    width: 200px;
  }

  .packages-slider2 {
    padding-block: 50px;
  }

  .titulo-preguntas-index {
    margin-bottom: 30px;
  }

  .titulo-preguntas-index p {
    width: 300px;
    font-size: 3rem;
  }

  .titulo-preguntas-index img {
    width: 100px;
  }

  .accordion p {
    font-size: 2rem;
  }

  .panel p {
    font-size: 2rem;
  }

  .container-membresias {
    max-width: 600px;
  }

  .duracion-clase-index h2 {
    font-size: 6rem;
  }

  .duracion-clase-index p {
    font-size: 2rem;
  }

  .costo-clase-index {
    font-size: 4rem;
    font-weight: 500;
    padding-inline: 20px;
    line-height: 1.4;
  }

  .comprar-clase-index a {
    font-size: 1.8rem;
  }

  

  /** PAQUETES **/
  .contenedor-paquetes-lista {
    max-width: 800px;
  }

  .contenido-actualizado-paquetes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .duracion-clase-index h2 {
    font-size: 5rem;
  }

  /** DISCIPLINAS **/
  .contenedor-disciplinas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
  }

  /** CONTACTO **/
  .direccion-texto-forma {
    top: 100%;
  }

  /** ABOUT US **/
  .texto-logo-circular p {
    font-size: 3rem;
  }

  .contenido-mision h3 {
    font-size: 4rem;
  }

  .contenido-mision p {
    font-size: 2.6rem;
  }

  .titulo-slider-our {
    font-size: 4rem;
  }

  .titulo-slider-our svg {
    width: 350px;
  }

  .slider-container-our {
    width: 90%;
    gap: 40px;
  }

  /** RESERVAS **/
  .contenedor-reservas {
    max-width: 800px;
  }

  .contenido-reservas {
    padding-inline: 50px;
  }

  .informacion-reservable h2 {
    font-size: 3.5rem;
  }

  .informacion-reservable a {
    font-size: 1.8rem;
  }

  .horario-reservable {
    font-size: 3rem;
  }

  .aforo-reservable p {
    font-size: 2.2rem;
  }

  .numero-cupo p {
    font-size: 1.5rem;
  }

  .version-clara .aforo-reservable a {
    font-size: 1.5rem;
    font-weight: 500;
    padding-inline: 10px;
  }

  .version-oscura .aforo-reservable a {
    font-size: 1.5rem;
    font-weight: 500;
    padding-inline: 10px;
  }

  .contenido-reserva-cycling {
    max-width: 800px;
  }

  .contenido-clase-index a {
    font-size: 1.3rem;
    width: 100px;
  }

  .preguntas-escritorio {
    display: none;
  }

  .numero-de-clases-index p {
    font-size: 5rem;
  }
}


@media(min-width:1200px) {
  .hero-index {
    width: 100vw;
    max-width: 100vw;
    height: 90vh;
  }

  .fondo-index {
    width: 100%;
    height: 100%;
  }

  .fondo-index img {
    width: 100%;
    height: 100%;
  }

  .logo-uno {
    width: 300px;
  }

  .logo-dos {
    width: 400px;
  }

  .contenido-index a {
    max-width: 100px;
  }

  .contenedor-contenido-escritorio {
    max-width: 1200px;
    margin-inline: auto;
    gap: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }

  .contenido-movement h2 {
    font-size: 2.2rem;
  }

  .contenido-movement p {
    font-size: 1.8rem;
    width: 300px;
  }

  .contenedor-clases-index {
    width: 80%;
  }

  .titulo-clases-index img {
    width: 60px;
  }

  .titulo-clases-index {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }

  .contenido-clase-index img {
    width: 300px;
  }

  .contenido-clase-index p {
    font-size: 6rem;
  }

  .contenido-clase-index a {
    font-size: 1.6rem;
    width: 150px;
  }

  .contenedor-sliders-index-escritorio {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
  }

  .membresias-section {
    width: 40%;
  }

  .coaches-section {
    width: 40%;
  }

  .slider-container-global {
    max-width: 400px;
  }

  .titulo-clases {
    margin-bottom: 50px;
  }

  .titulo-coaches-index {
    padding-bottom: 0px;
    /* antes 30px */
    margin-top: 0px;
    /* antes -20px */
  }

  .titulo-coaches-index p {
    font-size: 2.2rem;
  }

  .preguntas-container {
    max-width: 1200px;
    width: 90%;
  }

  .accordion p {
    font-size: 2.2rem;
  }

  .panel p {
    font-size: 2rem;
  }

  .card-coach-index {
    height: 339px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .preguntas-section {
    width: 85%;
  }

  .boton-mas-clases {
    font-size: 2.2rem;
    margin-top: 30px;
  }

  .logo-login {
    margin-top: 0px;
  }

  .contenedor-disciplinas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
  }

  /** CONTACTO **/
  .titulo-contacto {
    padding-top: 150px;
    margin-bottom: -50px;
  }


  .direccion-texto-forma {
    top: 100%;
  }

  /** ABOUT US **/
  .hero-about {
    width: 70%;
  }

  .neon-studio-about {
    width: 70%;
  }

  .contenedor-about-escritorio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 0%;
  }

  .mision-vision-about {
    width: 45%;
  }

  .contenedor-slider-our {
    width: 40%;
    margin-top: 0px;
    margin-inline: 0px;
  }

  .contenido-mision h3 {
    font-size: 3.3rem;
  }

  .contenido-mision p {
    font-size: 1.5rem;
  }

  .contenedor-paquetes-lista {
    max-width: 1200px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .contenido-actualizado-paquetes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    gap: 20px;
  }

  .version-movil {
    opacity: 0;
  }

  .version-escritorio {
    display: flex;
  }

  /** RESERVAS **/
  .contenedor-reservas {
    max-width: 800px;
  }

  .contenido-reservas {
    padding-inline: 50px;
  }

  .informacion-reservable h2 {
    font-size: 3.5rem;
  }

  .informacion-reservable a {
    font-size: 1.8rem;
  }

  .horario-reservable {
    font-size: 3rem;
  }

  .aforo-reservable p {
    font-size: 2.2rem;
  }

  .numero-cupo p {
    font-size: 1.5rem;
  }

  .version-clara .aforo-reservable a {
    font-size: 1.5rem;
    font-weight: 500;
    padding-inline: 10px;
  }

  .version-oscura .aforo-reservable a {
    font-size: 1.5rem;
    font-weight: 500;
    padding-inline: 10px;
  }


  .contenido-reserva-cycling {
    max-width: 400px;
  }

  .seccion-movil {
    display: none;
  }

  .titulo-preguntas-index img {
    width: 80px;
  }

  .titulo-preguntas-index p {
    width: auto;
    font-size: 3.5rem;
  }

  .titulo-preguntas-index{
    align-items: center;
    margin-bottom: 10px;
  }

  .accordion {
    width: 80%;
  }

  .panel {
    width: 80%;
  }

 }