body#inicio,
body#registro,
body#ingreso,
body#tablas {
    margin: 0;
    font-family: Arial, sans-serif;
    background: url(../img/Back_cian-destellos_06.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
}
body#ingreso {
    background: url(../img/BACKBLUE_REGISTRO-2_01.png) no-repeat;
    background-size: cover;
}
body#registro {
    background: url(../img/Back_cian-destellos_06-register.png) no-repeat;
    background-size: cover;
}
@font-face {
    font-family: 'NimbusSan';
    font-style: normal;
    font-weight: normal;
    src: local('NimbusSan Regular'), url('fonts/NimbusSansNovusDOT-Reg.otf') format('otf');
}

@font-face {
    font-family: 'NimbusSanBold';
    font-style: normal;
    font-weight: bold;
    src: local('NimbusSan Bold'), url('fonts/NimbusSansNovusDOT-BolCon.otf') format('otf');
}


.container {
    display: flex;
    width: 1320px;
    padding: 40px 0;
    flex-wrap: wrap;

}

.burbuja-texto {
    position: relative;
    width: 300px;
    height: 175px;
    background-image: url('../img/BURBUJA_REGIS01_03.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.burbuja-texto img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 80%;
    height: auto;
    pointer-events: none;
}

.imagen-superpuesta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
#ingreso .imagen-superpuesta {
    height: 100%;
}
#ingreso .imagen-superpuesta img {
    height: 100%;
}

.imagen-superpuesta img {
    width: 100%;
    height: auto;
}

#genial {
    width: 600px;
    height: auto;
    margin-right: 200px;
}

.left-section {
    width: 47%;
    /* Ajusta el ancho de cada sección */
    display: flex;
    flex-direction: column;
    /* Coloca los elementos en una columna */
    align-items: center;
    /* margin-bottom: 20px; */
    margin-top: 20px;
    /* Espacio entre secciones en dispositivos móviles */
    /* border: solid 1px blue;*/
}

#intaco {
    transform: translate(-50px, -50px)
}

.right-section {
    width: 47%;
    /* Ajusta el ancho de cada sección */
    display: flex;
    flex-direction: column;
    /* Coloca los elementos en una columna */
    align-items: center;
    /* Alinea los elementos a la izquierda */
    /*border: solid 1px yellow;*/
    margin-bottom: 20px;
    /* Espacio entre secciones en dispositivos móviles */
}

img#munecoregistro {
    width: 800px;
    transform: translate(0px, 30px);
    z-index: 3;
}

img#bondex {
    width: 1200px;
    height: auto;
    margin: -500px 150px 0px 0;
    z-index: 0;
}

.secondary-container img#right-img {
    height: 180px;
}

#ingreso .secondary-container img#right-img {
    height: auto;
}

#linkyoutub img {
    max-width: 90%;
    height: auto;
}

.left-section img {
    height: auto;
}

img#intaco {
    max-width: 280px;
    height: auto;
    padding-top: 30px;
    z-index: 1;
}

#toggleImage {
    width: 40%;
    position: absolute;
    right: 67%;
    top: 10%;
    display: none;
}

img.indicacion {
    /* max-width: 320px; */
    height: 230px;
    margin: -440px 150px 0px 0;
}

.centered-text {
    text-align: center;
}

.indicacion2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    padding-right: 130px;
    margin-top: 20px;
}

.file-upload-info {
    font-size: 0.6em;
    /* Ajusta el tamaño del texto */
    color: #fff;
    /* Cambia el color del texto si es necesario */
    margin-top: -2px;
    margin-bottom: -2px;
}

.indicacion3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    font-family: 'NimbusSansNovusDOT-Reg';
    padding-right: 130px;
    text-align: center;
}

#whatsapp-icono {
    z-index: 1;
    max-width: 55%;
    height: auto;
    padding-right: 130px;
}
#whatsapp-icono img {
    width: 100%;
    height: 100%;
}
.whatsapp-icono-mobile {
    display: none;
}
#ingreso #whatsapp-icono img {
    padding-left: 3%;
}
#ingreso #whatsapp-icono {
    padding-right: 0;
    max-width: 47%;
    padding-right: 130px;
}
#ingreso .container-image {
    width: 52%;
    margin-top: 1rem;
}
#ingreso .container-image  img{
    max-width: 100%;
}
#ingreso .checkbox-popup input {
    width: auto;
}
#inicio .popup-overlay .close,
#ingreso .popup-overlay .close {
    z-index: 9;
}
#inicio .popup-overlay .popup-body,
#ingreso .popup-overlay .popup-body {
    position: relative;
    width: 100%;
}
#inicio .popup-overlay .popup-body .popup-image,
#ingreso .popup-overlay .popup-body .popup-image {
    width: 100%;
    height: auto;
    display: block;
}
#inicio .popup-overlay .btn-condiciones,
#ingreso .popup-overlay .btn-condiciones {
    width: 50%;
    right: 27%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#inicio .popup-overlay .redes-content,
#ingreso .popup-overlay .redes-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#inicio .popup-overlay#popup1 .popup-content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
#inicio .popup-overlay#popup1 .popup-content .popup-image {
    max-width: 50%;
}
img.muneco {
    height: auto;
    transform: scale(2.2);
    margin-top: 200px;
}

img#panel {
    max-width: 100%;
    height: auto;
}

.right-section {
    position: relative;
}

#panel-container {
    top: 0px;
    /* Ajusta este valor para mover el input hacia abajo */
    bottom: 10px;
    left: 0;
    width: 600px;
    height: 600px;
    background: url('../img/intac+10+back_22.png') no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    /* Alinea el contenido al fondo */
    justify-content: flex-end;
    flex-direction: column;
    /* Coloca los elementos en una columna */
    margin: auto;
    margin-top: -20px;
}

#panel-register {
    top: 0px;
    /* Ajusta este valor para mover el input hacia abajo */
    bottom: 0;
    left: 0;
    width: 370px;
    height: 659px;
    background: #00C9D4;
    background-size: contain;
    display: flex;
    align-items: center;
    /* Alinea el contenido al fondo */
    justify-content: flex-start;
    flex-direction: column;
    /* Coloca los elementos en una columna */
    margin-bottom: 80px;
    margin-top:- 0.5rem;
    border: 6px solid #fff;
    border-radius: 15px;
}

#registro .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: none;
}

#registro #bondexito {
    margin-top: -65px;
}

.popup-maestro {
    background: #7E7E7E;
    padding: 30px 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    text-align: center;
    color: white;
    position: relative;
    border: 3px solid white;
}
.popup-overlay#popup-albanil {
    background: none;
}

.popup-maestro h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.popup-maestro input {
    width: 73%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    text-align: center;
}

.boton-popup {
    background-color: #B43DD1;
    color: white;
    border: 1px solid white;
    border-radius: 7px;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 14px;
}

.cerrar-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-container2 {
    display: flex;
    justify-content: space-between;
    /* Espacio entre los botones */
    margin-bottom: 30px;
    justify-content: flex-end;
    /* Alinea los botones a la derecha */
    width: 110%;
}

.checkbox-popup {
    color: white;
    padding-bottom: 10px;
    font-size: 14px;
}

.button2 {
    background-color: white;
    border: 2px solid #00bfff;
    /* Borde celeste */
    border-radius: 25px;
    /* Bordes redondeados */
    padding: 10px 20px;
    /* Ajusta el padding según prefieras */
    font-size: 16px;
    /* Tamaño del texto */
    color: #333;
    /* Color del texto */
    display: flex;
    align-items: flex-end;
    gap: 8px;
    /* Espacio entre el ícono y el texto */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre el botón */
    transition: background-color 0.3s, border-color 0.3s;
    /* Transición para efectos */
}

.button2:hover {
    background-color: #f0f8ff;
    /* Color de fondo al pasar el ratón sobre el botón */
    border-color: #87cefa;
    /* Cambia el color del borde al pasar el ratón */
}

.icon {
    font-size: 18px;
    /* Tamaño del ícono, ajusta según necesites */
}

/****PANTALLA 3****/

#bondexito {
    width: 500px;
}

.main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-radius: 15px;
    color: white;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #0090C9;
    border: 6px solid #fff;
}

.left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.left-content h1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.left-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.left-content strong {
    font-weight: bold;
}

.right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.right-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-top h1 {
    font-size: 160px;
    margin: 0;
}

.right-top p {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.button-container {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.button {
    font-family: 'SFPRO';
    background-color: #9033c3;
    /* Color de fondo del botón */
    color: white;
    /* Color del texto */
    border: 2px solid white;
    /* Borde de color blanco */
    border-radius: 12px;
    /* Bordes redondeados */
    padding: 15px 30px;
    font-size: 16px;
    /* Tamaño de fuente */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre el botón */
    transition: background-color 0.3s;
    /* Transición suave para el cambio de color de fondo */
    margin-top: 20px;

}


.secondary-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 15px;
    color: white;
    width: 115%;
}



.secondary-container h1 {
    font-size: 28px;
}

.secondary-container input {
    width: calc(100% - 20px);
    /* Ajustar ancho */
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}



.left-content1 {
    display: flex;
    flex-direction: column;
    background: #00C9D4;
    background-size: contain;
    border: 6px solid #fff;
    border-radius: 15px;
    /* O 'contain', según lo que prefieras */
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    /* Asegura que padding y border se incluyan en el tamaño total */
    padding: 15px 5px;
    /* Ajusta el padding según sea necesario */
    margin: 1.5rem auto;
    /* Centra el contenedor si es necesario */
    width: auto;
    /* Asegura que el contenedor ocupe el 100% del ancho disponible */
    height: auto;
    /* Ajusta la altura según el contenido */
    text-align: center;
}

.left-content1 h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.left-content1 p {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.left-content1 strong {
    font-weight: bold;
}

.right-content1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.tarjeta {
    background: url('../img/banner_publi.png') no-repeat center center;
    background-size: contain;
    color: #000;
    width: 92%;
    height: 250px;
    margin-bottom: 5px;
}



.facturas-lista {
    background: url('../img/POP_CELEST_TABLAS_08.png') no-repeat center center;
    background-size: contain;
    color: yellow;
    border-radius: 15px;
    width: 280px;
    align-items: center;
    padding: 60px;
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: -25px;

}

.lista-contenido {
    max-height: 90px;
    /* Ajusta la altura según tus necesidades */
    overflow-y: auto;
    /* Añade scroll vertical si el contenido excede la altura */
}

.facturas-lista p {
    margin: 5px 5px;
    /* Opcional: agrega espacio entre párrafos */
}

.text-box {
    font-family: 'SFPRO';

}

.text-box3 {
    font-family: 'SFPRO';
    background-color: white;
    border: 2px solid red;
    /* Usa un color de borde visible para pruebas */
    border-radius: 50px;
    padding: 20px;
    width: 100%;
    /* Ocupa todo el ancho disponible dentro del contenedor */
    max-width: 500px;
    /* Ajusta el ancho máximo según tus necesidades */
    box-sizing: border-box;
    /* Incluye padding en el tamaño total */
    text-align: left;
    /* Alinea el texto y el placeholder a la izquierda */
    margin-bottom: 10px;
    /* Ajusta este valor para mover el input hacia abajo */

}

.third-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: url('../img/Gana_DOLARES_18.png') no-repeat center center;
    background-size: contain;
    border-radius: 15px;
    color: white;
    width: 70%;
    max-width: 1200px;
    height: 400px;
}


/******PANTALLA 3*****/


/******PANTALLA 4 ****/

.left-content2 {
    display: flex;
    flex-direction: column;
    background: url('../img/fondo_tabla.png') no-repeat center center;
    background-size: contain;
    /* Asegúrate de que el fondo cubra todo el contenedor */
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    /* Asegura que padding y border se incluyan en el tamaño total */
    padding: 40px;
    /* Ajusta el padding según sea necesario */
    margin: 0 auto;
    /* Centra el contenedor si es necesario */
    width: 120%;
    /* Aumenta el ancho del contenedor al 90% del ancho disponible */
    height: auto;
    /* Ajusta la altura según el contenido */
    margin-bottom: 330px;
}

.bingo-card {
    width: 280px;
    /* Aumenta el tamaño de la tarjeta de bingo */
    background-color: white;
    border: 5px solid #004f98;
    overflow: hidden;
    text-align: center;
    margin: 10px;
    /* Añade un margen para separar las tarjetas */
    box-shadow: 0 0 0 5px white;
    /* Agrega un borde blanco grueso */
}


.content-grid {
    background-color: #004f98;
    margin: 10px;
    /* Opcional: agrega espacio externo alrededor del borde */
    box-shadow: 0 0 0 5px #004f98;
    /* Agrega un borde blanco grueso */
}


.header {
    background-image: url('../img/cabecera_bingo.png');
    /* Cambia esta URL por la imagen de fondo que deseas usar */
    background-size: cover;
    /* Asegúrate de que la imagen de fondo cubra todo el contenedor */
    background-position: center;
    height: 150px;
    /* Aumenta la altura del encabezado si es necesario */
    position: relative;
}

.button-container4 {
    display: flex;
    margin-top: 20px;
    /* Espacio entre la tabla y los botones */
    align-items: center;
}

.image-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.image-button img {
    width: 200px;
    /* Ajusta el tamaño de la imagen según sea necesario */
    height: auto;
    /* Mantiene la proporción de la imagen */
}

#reco {
    margin-top: -20px;
    margin-bottom: 290px;
}


.header-img {
    width: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.header-text {
    margin: 0;
    font-size: 18px;
    text-shadow: 1px 1px 2px black;
}

.bingo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 10px;
    background-color: #004f98;
}

.bingo-cell {
    width: 100%;
    padding: 10px 0;
    background-color: white;
    color: #000;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
}

.bingo-cell.image-cell {
    background-image: url('../img/icono_bng.png');
    background-size: cover;
    /* Ajusta el tamaño de la imagen */
    background-position: center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    color: transparent;
    /* Hace que el texto no sea visible */
}

.free {
    background-color: red;
    align-items: center;
}

.footer2 {
    background-color: #004f98;
    color: white;
}

.footer-text {
    font-size: 12px;
    text-align: center;
}

.footer-buttons {
    display: flex;
    justify-content: space-around;
}

.btn {
    background-color: white;
    color: #007bff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}


.selectable-button {
    background-color: #fff;
    color: #004f94;
    border: none;
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 5px;
    border: solid 1px #29a2d9;
    cursor: pointer;
    font-size: 16px;
}

.selectable-button.selected {
    background-color: #28a745;
    color: white;
}

/*****PANTALLA 4***/

.input-box {
    font-family: 'SFPRO';
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 32px;
    padding: 0.5rem 1rem;
    width: 85%;
    max-width: 600px;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: black;
    appearance: none; /* Opcional: quita la flecha por defecto en algunos navegadores */
}

/* Color negro para el placeholder */
.input-box::placeholder {
    color: black;
    opacity: 1; /* Asegura que se vea en todos los navegadores */
}

.checkbox-container {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center; /* centra horizontalmente todo el bloque */
/*    margin-bottom: 10px;*/
}

.checkbox-container input[type="checkbox"] {
    margin-right: 5px;
}

.checkbox-container label {
    font-size: 12px;
}


.content-wrapper {
    display: flex;
    align-items: center;
    /* Alinea el contenido al fondo */
    justify-content: center;
    flex-direction: row;
}

.image-wrapper {
    position: relative;
    width: 350px;
    margin-right: -50px;
    margin-top: 50px;
    /* border: solid 1px black;*/
    z-index: 1;
}

.image-wrapper img {
    width: 260%;
}

.form-wrapper {
    width: 400px;
    align-items: center;
    position: relative;
    z-index: 10;
}

#formulario {
    padding-top: 0rem;
    display: flex;
    align-items: center;
    /* Alinea el contenido al fondo */
    justify-content: flex-start;
    flex-direction: column;
    /* Coloca los elementos en una columna */
    margin-top: 0px;
    z-index: 1;
}

#titulo-register {
    color: white;
}

#labelbox {
    align-self: center;
    margin-bottom: 10px;
    /* Ajusta este valor para mover el input hacia abajo */
    font-family: 'SFPRO';
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

#text-box {
    font-family: 'SFPRO';
    background-color: white;
    border-color: white;
    border-radius: 32px;
    padding: 12px;
    width: 75%;
    /* Ocupa todo el ancho disponible dentro del contenedor */
    height: 10%;
    max-width: 600px;
    /* Ajusta el ancho máximo según tus necesidades */
    box-sizing: border-box;
    /* Incluye padding en el tamaño total */
    text-align: left;
    /* Alinea el texto y el placeholder a la izquierda */
    margin-bottom: 20px;
    /* Ajusta este valor para mover el input hacia abajo */
}

.text-box2 {
    height: 1rem;
    font-family: 'SFPRO';
    background-color: white;
    border-color: white;
    border-radius: 32px;
    padding: 1rem;
    width: 85%;
    /* Ocupa todo el ancho disponible dentro del contenedor */
    max-width: 600px;
    /* Ajusta el ancho máximo según tus necesidades */
    box-sizing: border-box;
    /* Incluye padding en el tamaño total */
    text-align: left;
    /* Alinea el texto y el placeholder a la izquierda */
    margin-bottom: 10px;
    /* Ajusta este valor para mover el input hacia abajo */
}

#label-container {
    font-family: 'SFPRO';
    text-align: center;
    /* Centra el texto del label horizontalmente */
    margin-bottom: 10px;
    /* Espacio entre el label y el contenedor */
}

#label-container label {
    font-size: 12px;
    /* Ajusta el tamaño de la fuente según tus necesidades */
    color: #333;
    /* Ajusta el color del texto si es necesario */
}

#panel-container2 p {
    line-height: 0.2;
    font-family: 'NimbusSan';
    /* Ajusta el interlineado según sea necesario */
}

p#bold {
    font-weight: bold;
}

.no-bold {
    font-weight: 100;
}

#panel-container2 p {
    font-size: 16px;
    /* Ajusta el tamaño de la fuente según tus necesidades */
    color: #fff;
    white-space: nowrap;
    /* Ajusta el color del texto si es necesario */
    text-align: center;
    font-family: 'NimbusSanBoldCon';
}

#panel-container .custom-button {
    margin-bottom: 85px;
}

.custom-button {
    font-family: 'SFPRO';
    background-color: #9033c3;
    /* Color de fondo del botón */
    color: white;
    /* Color del texto */
    border: 2px solid white;
    /* Borde de color blanco */
    border-radius: 12px;
    /* Bordes redondeados */
    padding: 10px 20px;
    /* Espaciado interno del botón */
    font-size: 16px;
    /* Tamaño de fuente */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre el botón */
    transition: background-color 0.3s;
    /* Transición suave para el cambio de color de fondo */
    margin-bottom: 60px;
    /* Ajusta este valor para mover el input hacia abajo */
    width: 200px;
    min-height: 40px;
}

.custom-button:hover {
    background-color: #2980b9;
    /* Color de fondo al pasar el cursor por encima */
}

.button-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 5px;
    margin-bottom: 0px;
}

.custom-button2 {
    font-family: 'SFPRO';
    background-color: #29a2d9;
    /* Color de fondo del botón */
    color: white;
    /* Color del texto */
    border: 2px solid white;
    /* Borde de color blanco */
    border-radius: 12px;
    /* Bordes redondeados */
    padding: 10px 20px;
    /* Espaciado interno del botón */
    font-size: 16px;
    /* Tamaño de fuente */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre el botón */
    transition: background-color 0.3s;
    /* Transición suave para el cambio de color de fondo */
    margin-bottom: 60px;
    width: 200px;
    min-height: 50px;
}



.custom-button2:hover {
    background-color: #9033c3;
    /* Color de fondo al pasar el cursor por encima */
}

.custom-button3 {
    font-family: 'SFPRO';
    background-color: #29a2d9;
    /* Color de fondo del botón */
    color: white;
    /* Color del texto */
    border: 2px solid white;
    /* Borde de color blanco */
    border-radius: 12px;
    /* Bordes redondeados */
    padding: 10px 20px;
    /* Espaciado interno del botón */
    font-size: 16px;
    /* Tamaño de fuente */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre el botón */
    transition: background-color 0.3s;
    /* Transición suave para el cambio de color de fondo */
    margin-bottom: 60px;
    /* Ajusta este valor para mover el input hacia abajo */
    min-width: 250px;
    /* Ancho mínimo para todos los botones */
    min-height: 50px;
    /* Alto mínimo para todos los botones */
}



.custom-button3:hover {
    background-color: #9033c3;
    /* Color de fondo al pasar el cursor por encima */
}


.footer {
    width: 100%;
    background-color: rgba(0, 44, 144, 0.5);
    /* Azul con transparencia */
    display: flex;
    justify-content: center;
    align-items: right;
    position: fixed;
    bottom: 10px;
    /* Espacio de 10px desde el fondo de la ventana */
    left: 0;
    z-index: 100;
}

.footer img {
    max-height: 50px;
    /* Ajusta el tamaño del logo según sea necesario */
}

.footer-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    /* Espacio entre el logo y las redes sociales */
}

.logo {
    max-height: 30px;
    /* Ajusta el tamaño del logo según tus necesidades */
}

.logo2 {
    display: none;
}

.social-media {
    display: flex;
    gap: 10px;
    /* Espacio entre los íconos de redes sociales */
}

.social-media a {
    display: block;
}

.social-media img {
    max-height: 30px;
    /* Ajusta el tamaño de los íconos según tus necesidades */
}

.file-upload-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.file-upload-label {
    font-family: 'SFPRO';
    display: inline-block;
    padding: 10px 20px;
    background-color: #707070;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 32px;
    margin-bottom: 10px;
}

.file-upload-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


/*****POP UP ***/


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-left: 15%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    max-height: 90%;
    overflow: auto;
}

.popup-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-overlay-welcome {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#welcomePopup .popup-content {
    position: relative;
    border-radius: 10px;
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10%;
    max-height: 90%;
    background: rgba(0, 30, 60, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
#welcomePopup .popup-overlay-welcome-whatsapp {
    display: inline-block;
    position: absolute;
    width: 200px;
    height: 35px;
    top: 74%;
    left: 50%;
}
.popup-overlay-welcome .popup-image-mobile {
    display: none;
}

.popup-overlay-welcome .popup-image {
    display: block;
    max-width: 570px;
}

.textos-dia,
.textos-dia2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding-right: 20px;
}

.superiorderecha {
    display: flex;
    align-items: center;
}

.superiorderecha img {
    width: 80px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

@keyframes parpadeo {
  0%, 100% {
   	box-shadow: 0 0 12px 0px rgba(255, 0, 0, 0);
	/* box-shadow: 0 0 0 rgba(255, 165, 0, 0);*/
	background-color: transparent;
  }
  50% {
    box-shadow: 0 0 12px 6px rgba(255, 0, 0, 1);
    /*box-shadow: 0 0 12px rgba(255, 165, 0, 1);*/
    background-color: red;
  }
}
.checkbox-popup input[type="checkbox"]:not(:checked) + label {
    animation: parpadeo 1.5s infinite;
    border-radius: 5px;
    padding: 2px 6px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }
}

/* Media Query para dispositivos móviles */
@media (max-width: 768px) {

    .container {
        width: 100%;
        overflow: hidden;
    }
    .file-upload-label {
    padding: 2px 20px;
  }

    body#inicio,
    body#ingreso,
    body#registro,
    body#tablas {
        background: url(../img/BACKBLUE_MOBILE_02.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    img#bondex {
        width: 100%;
        margin: -150px 30px 0px 0;
        transform: scale(2);
        position: initial !important;
        z-index: 0;
    }

    img#intaco {
        transform: translate(0px, -60px);
    }

    img.indicacion {
        margin: -100px 0 0;
    }

    .indicacion2 {
        padding-right: 0;
    }

    .indicacion3 {
        padding-right: 0;
    }

    #whatsapp-icono {
        padding-right: 0;
    }

    div#linkyoutub {
        margin-top: 50px;
        padding: 0 20px;
    }

    #tablas div#linkyoutub {
        padding: 0 0px;
    }

    .superiorderecha {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .textos-dia,
    .textos-dia2 {
        padding-right: 0px;
        text-align: center;
    }

    .popup-maestro {
        width: 19rem;
    }

    .superiorderecha img {
        width: 60px;
        margin: 10px;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
    }
    
    .footer-content, .social-media {
        gap: 0px;
    }

    footer img {
        max-height: 20px;
        display: block;
    }

    .footer {
        display: inline;
        bottom: 0px;
        left: 0;
        text-align: center;
        z-index: 100;
    }

    .logo {
        display: none;
    }

    .logo2 {
        display: block;
    }

    .text-box2 {
        font-family: 'SFPRO';
        background-color: white;
        border-color: white;
        border-radius: 32px;
        padding: .8rem;
        height: 1rem;
        max-width: 300px;
        /* padding: 9px 12px; */
        padding: 1rem;
    }

    #panel-register .form-wrapper {
        width: 100%;
    }

    #panel-register {
        padding: .5rem;
        width: 19rem;
    }

    #formulario {
        padding-top:  0rem;
    }

    img#munecoregistro {
        width: 100%;
        transform: scale(1);
    }

    #ingreso .main-container {
        width: initial;
    }

    #toggleImage {
        width: 34%;
        position: absolute;
        right: 65%;
        top: 16%;
        display: none;
    }

    .left-section,
    .right-section {
        width: 100%;
        /* Ocupan todo el ancho del contenedor */
    }

    #panel-container {
        width: 350px;
        height: 350px;
        padding: 00px;
        margin: auto;
        /* margin: 20px 0; */
    }

    #panel-container .custom-button {
        margin-bottom: 40px;
    }

    #labelbox {
        margin-bottom: 10px;
        font-size: .9rem;
        margin-bottom: 5px;
    }

    .custom-button2 {
        margin-bottom: 25px;

    }

    #panel-container2 p {
        line-height: 1;
        white-space: normal;
        /* Ajusta el interlineado según sea necesario */
    }



    #labelbox {
        align-self: center;
        /* Centra el label en dispositivos móviles */
        margin-left: 0;
    }

    .image-wrapper {
        display: none;
    }



    .custom-button {
        margin-bottom: 25px;
        /* Ajusta este valor para mover el input hacia abajo */
    }


    .indicacion {
        /* display: none;*/
    }

    .button-container {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-top: 20px;
        align-items: center;
    }

    .secondary-container {
        flex-direction: column;
        align-items: center;
        width: calc(100% - 40px);
        /* Ajustar para mantener el margen en pantallas pequeñas */
    }

    .main-container {
        flex-direction: column;
        background-size: cover;
    }

    .third-container {
        height: 100px;
    }

    .custom-button3 {
        width: 150px;
        margin-botton: 20px;
    }

    img.muneco {
        max-width: 100%;
        margin: 10px auto;
        transform: scale(2);
    }

    .left-content1 {
        background-size: auto;
    }

    .left-content2 {
        margin-left: 0%;
        margin-bottom: 20px;
        padding: 5px 0;
    }

    #genial {
        width: 300px;
        margin-right: 80px;
    }

    #reco {
        margin-bottom: 20px;
    }

    .button-container2 {

        justify-content: center
            /* Alinea los botones a la derecha */
    }

    .left-content,
    .right-content {
        align-items: center;
        text-align: center;
    }

    .secondary-container img#right-img {
        height: 125%;
        width: 125%;
    }

    .right-top h1 {
        font-size: 24px;
    }

    .left-content p {
        font-size: 16px;
    }

    .left-content h1 {
        font-size: 2rem;
    }

    .right-top p  {
        font-size: 1.5rem;
    }

    .right-top h1 {
        font-size: 80px;
    }

    .custom-button3 {
        min-width: 100px;
    }

    .button {
        width: 100%;
        max-width: 300px;
    }

    .popup-overlay-welcome {
        background: rgba(0, 0, 0, 0.3);
        height: 100%;
    }

    #welcomePopup .popup-content {
        padding: 0;
        width: 90%;
        max-width: 90%;
        margin: 0;
        background: none;
        box-shadow: none;
    }

    #welcomePopup .popup-overlay-welcome-whatsapp {
        width: 133px;
        /*left: 46%;*/
    }
    .popup-overlay-welcome .popup-image {
        display: none; 
    }

    .popup-overlay-welcome .popup-image-mobile {
        display: block; 
        width: 100%; 
        height: auto;
    }

    #inicio .popup-overlay .redes-content,
    #ingreso .popup-overlay .redes-content {
        display: none;
    }
    #inicio .popup-overlay .btn-condiciones,
    #ingreso .popup-overlay .btn-condiciones {
        bottom: 6%;
    }

    #ingreso .container-image {
        width: 100%;
    }

    #ingreso .secondary-container .container-image img#right-img {
        height: auto;
    }
    #ingreso #whatsapp-icono img {
        height: auto;
        padding-left: 0;
    }

    #whatsapp-icono.whatsapp-icono-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-left: 10%;
    }

    #inicio .popup-overlay#popup1 .popup-content .popup-image {
        max-width: 90%;
    }

    /****PANTALLA 3 ***/
}
.img-desktop {
  display: block;
}

.img-mobile {
  display: none;
}

@media (max-width: 768px) {
  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: block;
  }
  #inicio .imagen-superpuesta img.img-mobile {
    min-height: 1824px;
  }
}
