body {
    font-family: Arial, sans-serif;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #343a40;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.logo {
    height: 50px; /* Ajusta esta altura según tus necesidades */
    width: auto; /* Mantén el ancho proporcional */
    max-width: 200px; /* Establece un ancho máximo si es necesario */
    margin-right: 20px;
}

.offer{
    float: right;
    position: absolute;
    z-index: 99999;
    top: 80px;
    width: 100px;
    right: 15px;
    margin-right: 10px;
}
.menu-lateral {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000d4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 10px 15px rgb(255 255 255 / 50%);
}

.menu-lateral a {
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s;
}

.menu-lateral a:hover {
    background-color: #000000;
}

.cerrar-menu {
    position: absolute;
    top: 26px;
    right: 17px;
    font-size: 25px;
    /* height: 36px; */
    width: 30px;
    background-color: #000;
    border-radius: 5px;
    text-align: center;
}

.cerrar-menu a:hover{
    background-color: #000;
}

.abrir-menu {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
}

.lateral_menu_btns{
    border-top: 2px solid #272727a1;
    padding: 20px 0px 20px 15px;
}

/* Estilos para el Header */
header {
    background-color: #ffffff;
    color: white;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.transparent-header {
    background-color: rgb(0 0 0 / 50%);
    color: #ffffff;
    padding: 20px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1000;
    border-bottom: 1px solid #ff1b1b;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.header-container h1 {
    margin: 0;
    font-size: 24px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #ececec;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #ffffff;
}

/* Estilos para el Footer */
footer {
    background-color: #343a40;
    color: white;
    padding: 15px 0px;
    text-align: center;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: auto;
    margin-bottom: 0px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    background-color: #0000004a;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(255 255 255);
    text-align: center;
    position: relative;
    color: #ffffff;
    max-width: 370px;
    /* width: min-content; */
    font-family: sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    margin:auto;
}

.container_view_subscriptions {
    background-color: #000000bd;
    padding: 20px 10px 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(255 255 255);
    text-align: center;
    position: relative;
    color: #ffffff;
    max-width: 450px;
    /* width: min-content; */
    font-family: sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    margin:auto;
}

.ruleta {
    position: relative;
    width: 260px;
    height: 260px;
    border: 40px solid #343a40;
    border-radius: 50%;
    margin: 0px auto;
}

.ruleta2 {
    position: relative;
    width: 260px;
    height: 260px;
    border: 40px solid #343a40;
    border-radius: 50%;
    margin: 0px auto;
}

.ruleta3 {
    position: relative;
    width: 338px;
    height: 100px;
    padding: 10px;
    border: 6px solid #343a40;
    border-radius: 10px;
    /* margin: 0px auto; */
    /* margin-left: 0px; */
    background-color: #343a40;
}

.numero {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.rojo {
    background-color: #ff0000;
}

.negro {
    background-color: #000000;
}

.verde {
    background-color: #00ff00;
}

.numero_table {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}









.button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: transform 0.3s ease;
}

.button-container.hidden {
    transform: translateY(100%);
}

button {

    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

button:hover {
    border: 2px solid #0056b3;
}

.separator {
    width: 80%;
    height: 2px;
    background-color: #cccccc;
    margin: 20px auto;
    border-radius: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Añadir sombra */
}


.verde_table {
    background-color: #00ff00;
    float: left;
    width: 100%;
    position: absolute;
}


.selected {
    border: 3px solid #007bff;
}

.logout-btn, .predicir-btn, .pago-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
}

.logout-btn {
    background-color: #dc3545;
}

.logout-btn:hover {
    background-color: #c82333;
}

.change-password-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}


.change-password-btn:hover {
    background-color: #0056b3;
}


.predicir-btn {
    background-color: #007bff;
}

.predicir-btn:hover {
    background-color: #0056b3;
}

.pago-btn {
    background-color: #28a745;
}

.pago-btn:hover {
    background-color: #218838;
}

#predicir-button {
   /* position: absolute;*/
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%);*/
    display: none;
}
  
.predicciones-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: none;
}

.predicciones-container .numero{
    position: static;
    margin: 5px;
    cursor: none;
}

.cantidad-dropdown {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    font-size: 16px;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.language-selector {
    background-color: #000000de;
    margin: 0 auto;
    /* margin-left: 40%; */
    border: 1px solid #ff1b1b;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    /* margin-left: 39%; */
    color: #ffffff;
    cursor: pointer;
    width: 100%;
}

.language-selector:focus {
    outline: none;
    border-color: #007BFF;
}



    /* FORMULARIO DE CONTACTO  */
.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-form input[type="text"],
.contact-form textarea {

    height: 30px;
    margin-bottom: 20px;
    border-radius: 4px;



    padding: 10px;
    margin: 10px 0;
    width: 90%;
    border: 3px solid #ffffff;
    border-radius: 8px;
    font-size: 16px;
    opacity: 0.6;
    color: rgb(0, 0, 0);
}

.contact-form textarea {
    resize: vertical;
    height: 100px;
}

.contact-form input[type="submit"] {
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover {
    background-color: #0056b3;
}



    .vista-opciones {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    .vista-opciones button {
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        background-color: #007bff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.3s;
    }
    .vista-opciones button:hover {
        background-color: #0056b3;
        transform: scale(1.05);
    }
    .vista-opciones button:focus {
        outline: none;
    }

