/*Responsive Ipad*/
@media screen and (max-width: 834px){
    html, body {
      
   
        max-width: 100%;
        width: 100vw;
        overflow-x: hidden !important;
        margin: 0;
        padding: 0;
        position: fixed; /* Elimina cualquier posibilidad de scroll */
        height: 100%;
      }
#modalInicio {
    position: fixed; /* Elimina cualquier posibilidad de scroll */
      
    overflow-x: hidden !important;
    overflow-y: hidden !important;
height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/asistire.png");
    position: relative;
    background-position: 50% 50%;
}

.arbustos-abajo{
    position: absolute;
    bottom:0px;
    left: -500px;
    z-index: 0;
pointer-events: none; /* Desactiva la interacción del mouse */
}

.arbustos-abajo img{
    height: 580px;
    width: 1800px;
}

.arbolderecha{
    position: absolute;
    bottom: -40px;
    right: -90px;
    z-index: 0;
    width: 360px;
    height: 530px;
    z-index: 1;
}
.leon-derecha{
    position: absolute;
    bottom: -50px;
    right: 100px;
    z-index: 1;
    width: 350px;
    height: 350px;
}

.sol{
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 1;
    width: 200px;
    height: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.verde-izquierda{
    position: absolute;
    top: -80px;
    left: 100px;
    z-index: 3;
    width: 160px;
    height: 300px;
}

.mundo{
    position: absolute;
    bottom: -50px;
    left: -90px;
    z-index: 1;
    width: 250px;
    height: 240px;
    content: url("/img/mundosolo.png");

}
.btn{
    z-index: 10 !important;
}
.rojo{
    position: absolute;
    bottom: 200px;
    left: 20px;
    z-index: 0;
    width: 150px;
    height: 210px;
    display: block;
}

.elefante{
    position: absolute;
    bottom: -10px;
    left: -30px;
    z-index:1;
    width: 440px;
    height: 280px;

}

.titulo-inicial{
    font-size: 80px !important;
    color: #fff;
top: 300px;
left: 50%;
transform: translateX(-50%);
    position: absolute;
}

/*atracion*/
#attraction {
    min-height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/atraction.png");
    padding: 20px;
    background-position: 45% 20%;
}

/* Contenedores internos */
.contenedor-atraccion,
.contenedor-fecha-hora,
.contenedor-ubicacion {
    margin-bottom: 20px;
    z-index: 2;
}

/* Títulos */
.titulo-atraccion {
    margin-top: 130px;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.contenedor-atraccion p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 60px;
}

/* Contenedor de fecha y hora */
.contenedor-fecha-hora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Para que ocupen todo el ancho */
    margin: 40px 0;
}

.rectangulo {
    width: 480px;
    height: 800px;
    background-color: #43b7c5;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.amarillo {
    position: absolute;
    height: 213px;
    width: 150px;
    bottom:305px;
    left: 49%;
    transform: translateX(-50%);
}

.contenedor-ubicacion{
    margin-top: -100px;
}

.contenedor-ubicacion .texto-galerias {
    margin-top: 20px;
    white-space: pre-line;
    max-width: 60%; /* Evita que el texto toque los bordes */
    margin: 10px auto;
    line-height: 1.5; /* Espaciado entre líneas */
}
/* Imagen de ubicación */
.img-ubicacion {
    width: 60px;
    height: 70px;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-top: 100px;
}
.arbustos {
    position: absolute;
    bottom: -155px;
    z-index: 1;
    pointer-events: none; /* Desactiva la interacción del mouse */

}

#attraction .nubes-izquierda{
    position: absolute;
    top: 0px;
    left: -180px;
    z-index: 1;
    width: 500px;
    height: 170px;
}

.arbol{
    position: absolute;
    bottom: -150px;
    left: -135px;
    z-index: 1;
    width: 360px;
    height: 530px;
}

.tigre{
    position: absolute;
bottom: -150px;
right: -100px;
width: 280px;
height: 300px;
}

#attraction .nubes-derecha{
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
/* Botón */
.btn-mapa {
    width: 217px;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: #43b7c5;
    font-size: 30px;
    color: white; /* Texto en blanco */
    border: none; /* Quitamos borde */
    outline: none; /* Quitamos contorno negro */
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra alrededor */
    transition: all 0.3s ease; /* Transición suave para hover */

    /* Centrado de texto de otra forma */
    text-align: center; /* Centrar horizontalmente */
    line-height: 60px;  /* Igual al height para centrar verticalmente */
}

/* Cuando pases el mouse encima */
.btn-mapa:hover {
    background-color: #3aa4b0; /* Un tono más oscuro al pasar el mouse */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Más sombra en hover */
}

#asistencia {
    position: relative;
    border: 2px solid #ffffff49;
    width: 500px;
    height: 342px;
    background-color:#43b8c562;
    color: white;
    text-align: center;
margin-top: 220px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  #noAsistire {
    overflow-y: hidden !important;

    min-height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/asistire.png");
    
    background-position: 30% 0%;
}

#noAsistire .arbustos{
    position: absolute;
    left: -350px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none; /* Desactiva la interacción del mouse */

}
#noAsistire .arbustos img{
    height: 500px;
    width: 1500px;
}

.azul{
    position: absolute;
    bottom: 250px;
    left: 49%;
    z-index: 1;
    transform: translateX(-50%);
    pointer-events: none; /* Desactiva la interacción del mouse */

}

.azul img{
    width: 133px;
    height: auto;
}



.contenedor-titulo-noasistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
    margin-top: -450px;
    margin-bottom: 100px;
    
}

.contenedor-titulo-noasistire h2{
    font-size: 54px;
    color: #fff;
}

.contenedor-titulo-noasistire h3{
    font-size: 30px;
    color: #fff;
}

.contenedor-textos-noasistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
}

#noAsistire .nubes-izquierda{
    position: absolute;
    top: 0px;
    left: -180px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
#noAsistire .nubes-derecha{
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 1;
    width: 500px;
    height: 170px;

}

#Asistire {
    overflow-y: hidden !important;
    
    min-height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
width: 100vw;
    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/asistire.png");
    
    background-position: 30% 0%;
}

#Asistire .arbustos{
    position: absolute;
    left: -350px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none; /* Desactiva la interacción del mouse */

}
#Asistire .arbustos img{
    height: 500px;
    width: 1500px;
}
.contenedor-titulo-asistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
    margin-top: -350px;
    margin-bottom: 20px;
    
}

.contenedor-titulo-asistire h2{
    font-size: 54px;
    color: #fff;
}

.contenedor-titulo-asistire h3{
    font-size: 30px;
    color: #fff;
}
.contenedor-textos-asistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
}

.contenedor-textos-asistire h2{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.contenedor-textos-asistire h3{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.contenedor-textos-asistire .btn-asistencia{
    margin-top: 20px;
    z-index: 2;
    width: 274px;
    font-size: 25px;
    height: 60px;
}

.input-asistire{
    width: 330px;
    height: 36px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    outline: none;
    margin-bottom: 40px;
}

.contador {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  
  .btn-contador {
    background-color: #0A2757; /* Azul fuerte o el color que quieras */
    color: white;
    font-size: 24px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
  }

  .numero {
    margin: 0 15px;
    font-size: 32px;
    color:black; /* Número blanco */
    font-weight: bold;
    background-color: #fff;
  }

  .counter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .label {
    font-size: 18px;
    color: #fff; /* Cambiado a blanco para mejor contraste */
    margin-bottom: 10px; /* Espacio entre la etiqueta y los botones */
  }

  .counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0; /* Elimina el espacio entre los elementos */
  }

  .counter-button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7ca08; /* Color amarillo */
    color: #fff; /* Color del texto */
    width: 40px; /* Ancho de 65px */
    height: 20px; /* Altura de 20px */
    font-size: 16px; /* Ajusta el tamaño de la fuente */
    cursor: pointer;
    user-select: none;
    z-index: 1;
    transition: background 0.3s ease;
  }

  /* Botón "-" (izquierda) */
  .counter-button.minus {
    border-radius: 0 8px 8px 0; /* Bordes redondeados solo en la esquina superior derecha e inferior derecha */
    border-left: none; /* Elimina el borde izquierdo */
  }

  /* Botón "+" (derecha) */
  .counter-button.plus {
    border-radius: 8px 0 0 8px; /* Bordes redondeados solo en la esquina superior izquierda e inferior izquierda */
    border-right: none; /* Elimina el borde derecho */
  }

  .counter-button:hover {
    background-color: #FFC300; /* Amarillo más oscuro al pasar el mouse */
  }

  .counter-value {
    all: unset;
    text-align: center;
    font-size: 16px; /* Ajusta el tamaño de la fuente */
    width: 40px; /* Ancho de 65px */
    height: 10px; /* Altura de 20px */
    padding: 5px;
    background-color: #fff; /* Fondo blanco */
    color: #34A2DA; /* Color del texto */
    z-index: 1;
    border-left: none; /* Elimina el borde izquierdo */
    border-right: none; /* Elimina el borde derecho */
  }

  #Asistire .nubes-izquierda{
    position: absolute;
    top: 0px;
    left: -180px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
#Asistire .nubes-derecha{
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 1;
    width: 500px;
    height: 170px;

}
  
}

/*Responsive Mobile*/
@media screen and (max-width: 500px){
html, body {
    
    max-width: 100%;
    width: 100vw;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    position: fixed; /* Elimina cualquier posibilidad de scroll */
    height: 100%;
}
#modalInicio {
    
    overflow-y: hidden !important;
height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/asistire.png");
    position: relative;
    background-position: 50% 50%;
}

#modalInicio .nubes-izquierda{
    position: absolute;
    top: 0px;
    left: -180px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
#modalInicio .nubes-derecha{
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 1;
    width: 500px;
    height: 170px;

}

.arbustos-abajo{
    position: absolute;
    bottom:-50px;
    left: -600px;
    z-index: 0;
pointer-events: none; /* Desactiva la interacción del mouse */
}

.arbustos-abajo img{
    height: 400px;
    width: 1800px;
}

.arbolderecha{
    
    position: absolute;
    bottom: -80px;
    right: -150px;
    z-index: 0;
    width: 260px;
    height: 390px;
    z-index: 1;
}
.leon-derecha{
    position: absolute;
    bottom: -50px;
    right: -20px;
    z-index: 1;
    width: 230px;
    height: 230px;
}

.sol{
    
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 1;
    width: 150px;
    height: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.verde-izquierda{
    display: block;
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 3;
    width: 120px;
    height: 200px;
}

.mundo{
    position: absolute;
    bottom: 50px;
    left: -140px;
    z-index: 0;

    width: 250px;
    height: 240px;
    content: url("/img/mundo.png");

}

.btn {
    width: 160px;
    height: 40px;
    background-color:#FFC633;
    font-size:20px;
    color: white; /* Texto en blanco */
    border: none; /* Quitamos borde */
    outline: none; /* Quitamos el contorno negro feo */
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra alrededor */
    transition: all 0.3s ease; /* Transición suave para hover */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
z-index: 9999;    
}
.rojo{
    display: none;
    position: absolute;
    bottom: 200px;
    left: 20px;
    z-index: 0;
    width: 150px;
    height: 210px;
 }

.elefante{
    
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index:1;
    width: 250px;
    height: 180px;

}

.titulo-inicial{
    font-size: 60px !important;
    color: #fff;
top: 180px;
left: 50%;
transform: translateX(-50%);
    position: absolute;
}

.edad-h3{
    padding-top: 80px;
    font-size: 40px !important;
}

/*atracion*/
#attraction {
    min-height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/atraction.png");
    padding: 20px;
    background-position: 45% 20%;
}

/* Contenedores internos */
.contenedor-atraccion,
.contenedor-fecha-hora,
.contenedor-ubicacion {
    margin-bottom: 20px;
    z-index: 2;
}

/* Títulos */
.titulo-atraccion {
    margin-top: 20px;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.contenedor-atraccion p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 60px;
}

/* Contenedor de fecha y hora */
.contenedor-fecha-hora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Para que ocupen todo el ancho */
    margin: 0px 0;
    position: relative;
}

.edad-h3{
    margin-top: -100px;
}

.rectangulo {
    width: 340px;
    height: 750px;
    background-color: #43b7c5;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.amarillo {
    position: absolute;
    height: 213px;
    width: 150px;
    bottom:-230px;
    z-index: 1 !important;
}

.contenedor-ubicacion{
    margin-top: 150px;
}

.contenedor-ubicacion .texto-galerias {
    margin-top: 20px;
    white-space: pre-line;
    max-width: 40%; /* Evita que el texto toque los bordes */
    font-size: 20px;
    margin: 10px auto;
    line-height: 1.5; /* Espaciado entre líneas */
}
/* Imagen de ubicación */
.img-ubicacion {
    width: 60px;
    height: 70px;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-top: 100px;
}
.arbustos {
    position: absolute;
    bottom: -200px;
    z-index: 1;
    pointer-events: none; /* Desactiva la interacción del mouse */

}

.arbustos img{
    height: 400px;
    width: 1500px;
}


#attraction .nubes-izquierda{
    position: absolute;
    top: -30px;
    left: -300px;
    z-index: 1;
    width: 500px;
    height: 170px;
}

.arbol{
    
    position: absolute;
    bottom: -200px;
    left: -115px;
    z-index: 1;
    width: 210px;
    height: 330px;
}

.tigre{
    position: absolute;
bottom: -150px;
right: -60px;
width: 180px !important;
height: 180px !important;
}

#attraction .nubes-derecha{
    position: absolute;
    top: 0px;
    right: -450px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
/* Botón */
.btn-mapa {
    width: 217px;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color: #43b7c5;
    font-size: 30px;
    color: white; /* Texto en blanco */
    border: none; /* Quitamos borde */
    outline: none; /* Quitamos contorno negro */
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra alrededor */
    transition: all 0.3s ease; /* Transición suave para hover */

    /* Centrado de texto de otra forma */
    text-align: center; /* Centrar horizontalmente */
    line-height: 60px;  /* Igual al height para centrar verticalmente */
}

/* Cuando pases el mouse encima */
.btn-mapa:hover {
    background-color: #3aa4b0; /* Un tono más oscuro al pasar el mouse */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Más sombra en hover */
}


.robot{
    position: absolute;
bottom: 0px;
left: -23px;
width: 100px;
height: 177px;
}

.leon{
    position: absolute;
bottom: 0px;
right: -80px;
width: 212px;
height: 200px;

pointer-events: none; /* Desactiva la interacción del mouse */

}
#asistencia {
    position: relative;
    border: 2px solid #ffffff49;
    width: 390px;
    height: 342px;
    background-color:#43b8c562;
    color: white;
    text-align: center;
    padding: 0px;
    margin: 100px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contenedor-video{
    margin-top: 50px;
    width: 338px;
    height: 290px;
    background-color:#ffffff;
    color: #8FA236;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }

  .texto-final{
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .texto-final p{
    font-size: 15px;
    color: #fff;
  }


  #noAsistire {
    min-height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/asistire.png");
    
    background-position: 30% 0%;
}

#noAsistire .arbustos{
    position: absolute;
    left: -300px;
    bottom: -200px;
    pointer-events: none; /* Desactiva la interacción del mouse */

    z-index: 1;
}
#noAsistire .arbustos img{
    height: 450px;
    width: 1000px;
}

.azul{
    position: absolute;
    bottom: -20px;
    left: 49%;
    z-index: 0;
    transform: translateX(-50%);
    pointer-events: none; /* Desactiva la interacción del mouse */

}

.azul img{
    width: 133px;
    height: auto;
}



.contenedor-titulo-noasistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
    margin-top: -250px;
    margin-bottom: 30px;
    
}

.contenedor-titulo-noasistire h2{
    font-size: 54px;
    color: #fff;
}

.contenedor-titulo-noasistire h3{
    font-size: 30px;
    color: #fff;
}

.contenedor-textos-noasistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;
}

#noAsistire .nubes-izquierda{
    position: absolute;
    top: 10px;
    left: -400px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
#noAsistire .nubes-derecha{
    position: absolute;
    top: 10px;
    right: -420px;
    z-index: 1;
    width: 500px;
    height: 170px;

}

#Asistire {
    min-height: 100vh; /* Para que ocupe toda la altura de la pantalla */
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
width: 100vw;
    justify-content: center; /* Centrado vertical */
    align-items: center; /* Centrado horizontal */
    text-align: center;
    background-image: url("/img/asistire.png");
    
    background-position: 30% 0%;
}

#Asistire .arbustos{
    position: absolute;
    left: -300px;
    bottom: -100px;
    pointer-events: none; /* Desactiva la interacción del mouse */

    z-index: 1;
}
#Asistire .arbustos img{
    height: 250px;
    width: 1000px;
}
.contenedor-titulo-asistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
    margin-top: -100px;
    margin-bottom: 20px;
    
}

.contenedor-titulo-asistire h2{
    font-size: 54px;
    color: #fff;
}

.contenedor-titulo-asistire h3{
    font-size: 30px;
    color: #fff;
}
.contenedor-textos-asistire{
    display: flex;
    flex-direction: column; /* Pone los elementos uno debajo del otro */
    align-items: center;     /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente (opcional si quieres) */
    text-align: center;  
}

.contenedor-textos-asistire h2{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.contenedor-textos-asistire h3{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.contenedor-textos-asistire .btn-asistencia{
    margin-top: 20px;
    z-index: 2;
    width: 274px;
    font-size: 25px;
    height: 60px;
}

.input-asistire{
    width: 330px;
    height: 36px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    outline: none;
    margin-bottom: 0px;
}

#Asistire .azul{
    bottom: -100px;
    z-index: 1;
}

.contador {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  
  .btn-contador {
    background-color: #0A2757; /* Azul fuerte o el color que quieras */
    color: white;
    font-size: 24px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
  }

  .numero {
    margin: 0 15px;
    font-size: 32px;
    color:black; /* Número blanco */
    font-weight: bold;
    background-color: #fff;
  }

  .counter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .label {
    font-size: 18px;
    color: #fff; /* Cambiado a blanco para mejor contraste */
    margin-bottom: 10px; /* Espacio entre la etiqueta y los botones */
  }

  .counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0; /* Elimina el espacio entre los elementos */
  }

  .counter-button {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7ca08; /* Color amarillo */
    color: #fff; /* Color del texto */
    width: 40px; /* Ancho de 65px */
    height: 20px; /* Altura de 20px */
    font-size: 16px; /* Ajusta el tamaño de la fuente */
    cursor: pointer;
    user-select: none;
    z-index: 1;
    transition: background 0.3s ease;
  }

  /* Botón "-" (izquierda) */
  .counter-button.minus {
    border-radius: 0 8px 8px 0; /* Bordes redondeados solo en la esquina superior derecha e inferior derecha */
    border-left: none; /* Elimina el borde izquierdo */
  }

  /* Botón "+" (derecha) */
  .counter-button.plus {
    border-radius: 8px 0 0 8px; /* Bordes redondeados solo en la esquina superior izquierda e inferior izquierda */
    border-right: none; /* Elimina el borde derecho */
  }

  .counter-button:hover {
    background-color: #FFC300; /* Amarillo más oscuro al pasar el mouse */
  }

  .counter-value {
    all: unset;
    text-align: center;
    font-size: 16px; /* Ajusta el tamaño de la fuente */
    width: 40px; /* Ancho de 65px */
    height: 10px; /* Altura de 20px */
    padding: 5px;
    background-color: #fff; /* Fondo blanco */
    color: #34A2DA; /* Color del texto */
    z-index: 1;
    border-left: none; /* Elimina el borde izquierdo */
    border-right: none; /* Elimina el borde derecho */
  }

  #Asistire .nubes-izquierda{
    position: absolute;
    top: 10px;
    left: -400px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
#Asistire .nubes-derecha{
    position: absolute;
    top: 10px;
    right: -420px;
    z-index: 1;
    width: 500px;
    height: 170px;

}
}

@media screen and (min-width: 420px) and (max-width: 500px) {
    html, body {
      
   
        max-width: 100%;
        width: 100vw;
        overflow-x: hidden !important;
        margin: 0;
        padding: 0;
        position: fixed; /* Elimina cualquier posibilidad de scroll */
        height: 100%;
      }
 
      
.rectangulo {
    width: 400px;
    height: 800px;
    background-color: #43b7c5;
    position: absolute;
    top: 0px;
    z-index: 1;
}
#modalInicio .edad-h3{
    padding-top: 20px;
    font-size: 40px !important;
}
}