@font-face {
    font-family: 'KG Second Chances Solid';
    src: url('/webfonts/KGSecondChancesSolid.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Aller Display';
    src: url('/webfonts/AllerDisplay.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Avenir';
    src: url('/webfonts/Avenir.ttf') format('truetype');
  }
  
* {
    margin: 0px;
    padding: 0px;
    font-family: "Aller Display", sans-serif;
}

html,body {
 
    max-width: 100%;
    width: 100vw;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    position: fixed; /* Elimina cualquier posibilidad de scroll */
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
.nombre {
    font-family: "KG Second Chances Solid", sans-serif;
    -webkit-text-stroke: 1px black; /* Contorno negro de 1px */
}


.modal-confirmacion {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-contenido p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-contenido {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}



.edad {
    font-family: "Aller Display", sans-serif; /* O la fuente que uses */
    text-shadow: 2px 2px 4px rgba(10, 39, 87, 0.7);
}

.audioControl{
    
    height: 54px;
    width: 56px;
    background-image: url("/img/play.png");
    background-position: center;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 10;
}

.audioControl.play{
    background-image: url("/img/play.png");
}


p {
    margin: 0px;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.btn {
    width: 217px;
    height: 60px;
    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;    
}

.btn:hover {
    background-color:#e3b02d;
   
}

.content {
    width: 100%;
    max-width: 835px;
    margin: 0px auto;
    position: relative;
}

.input {
    width: 100%;
    margin-bottom: 20px;
}

.input label {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.input input,
.input select,
.input textarea {
    width: 100%;
    height: 45px;
    border: none;
    box-shadow: none;
    margin: 0px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 30px;
    color: #f7c334;
}

.input input::placeholder {
    color: rgba(247, 195, 52, 0.5);
}

.input textarea {
    height: 63px;
    padding: 10px 15px;
    resize: none;
}

.checkbox {
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox input {
    height: 18px;
    width: 18px;
    margin: 0px 9px 0px 0px;
}

.checkbox label {
    margin: 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.validation.error {
    border: 1px solid red;
    outline: unset;
}

.errorDisplay {
    color: red;
    font-size: 15px;
    margin-bottom: 15px;
}

.successDisplay {
    color: green;
    font-size: 15px;
    margin-bottom: 15px;
}

.disable {
    pointer-events: none;
    cursor: default;
}

.container {
    display: none;
}

/*Menu*/
nav {
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.menu {
    display: flex;
    justify-content: center;
}

.menu li {
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(#f7c334, #a37d11);
    padding: 0px 30px;
    text-align: center;
}

.menu li:last-child {
    border-right: none;
}

.menu a {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}


/* Estilos para el nombre (Jorge Antonio) */
.titulo-inicial{
    font-size: 80px !important;
    color: #fff;
}

/* Estilos para la edad (8 años) */
#modalInicio .modal-content h3 {
    font-size: 60px;
    margin: 0;
    color: #fff;
}


#modalInicio {
    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: 0% 0%;
}

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

}

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

.sol{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 150px;
    height: 200px;
    left: 50%;

    transform: translateX(-50%);
}

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

.mundo{
    position: absolute;
    bottom: -50px;
    left: -45px;
    z-index: 1;
    width: 280px;
    height: 240px;

}


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

}

.rojo{
    display: none;
}
/*Attraction*/
/* Estilos generales */
#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: 0% 0%;
}

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

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

.edad-h3 {
    font-size: 63px;
    color: #fff; /* Un color alegre */
}
/* 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 */
    max-width: 400px; /* Opcional: para que no se haga muy grande en pantallas grandes */
    margin: 20px 0;
}

.rectangulo {
    width: 480px;
    height: 700px;
    background-color: #43b7c5;
    position: absolute;
    top: 0px;
    z-index: 1;
}
/* Fecha y Hora */
.fecha,
.hora {
    font-size: 30px;
    margin: 0;
    color: #fff;
}

.fecha span {
    font-size: 80px;
}

.hora img {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    margin-bottom: -20px;
    margin-top: 10px;
}
.contenedor-ubicacion p {
    color: #fff;
    font-size: 30px;
}

.amarillo {
    position: absolute;
    height: 213px;
    width: 150px;
    bottom: 0px;
    left: 49%;
    transform: translateX(-50%);
}
/* 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;
}

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

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

.tigre{
    position: absolute;
bottom: -150px;
right: -50px;
width: 350px;
height: 350px;
}

.nubes-derecha{
    position: absolute;
    top: 0px;
    right: -82px;
    z-index: 1;
    width: 500px;
    height: 170px;
}
/* Botón */
.btn-mapa a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  
.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;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #asistencia .description {
  margin-bottom: 40px;
    font-size: 18px;
  }

  #asistencia .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }



.btn-asistencia{
    width: 217px;
    height: 60px;
    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;
    
}

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

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

.contenedor-video {
    margin-top: 50px;
    width: 507px;
    height: 388px;
    background-color: #ffffff;
    color: #8FA236;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; /* Añadido para contener el iframe */
    overflow: hidden; /* Evita desbordamientos */
}

.iframe-wrapper {
    width: 100%;
    height: 100%; /* Resta el espacio del título */
    margin-top: 10px;
}

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

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


/*noasistire*/

  #noAsistire {
    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/asistire.png");
    
    background-position: 0% 0%;
}

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

}

.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: -200px;
    margin-bottom: 100px;
}

.contenedor-titulo-noasistire h2{
    font-size: 43px;
    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;  
}

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

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

}

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


#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;

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

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

}


.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: 40px;
}


.contenedor-titulo-asistire h2{
    font-size: 43px;
    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 */
  }

  