html {
    font-size: 3vmin;
    overflow-y: auto;
}

body {
    background: rgb(7 18 53);
}

.menu_buscador {
    display: none;
}

.div_cabecera {
    background-color: #E36C0A;
    height: 3rem;
    border-width: 0.1rem;
    border-color: #200b6b;
    border-radius: 2rem;
    BORDER-STYLE: SOLID;
    padding: 0.1rem;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    box-shadow: 0.3rem 0.2rem 2rem 0.1rem #b5abab;
}

.columna_cabecera {
    display: flex;
}

#cab_1,
#cab_2 {
    justify-content: center;
    margin: auto;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    text-shadow: 0.1rem 0.1rem rgb(84, 81, 78);
    font-weight: bold;

}

.logo_titulo {
    width: 4rem;
}

#cab_3 {
    justify-content: end;
    font-family: georgia;
    justify-content: end;
    padding-right: 4rem;
    color: white;
    font-style: italic;
    align-items: center;
}

.menu_inicio {
    display: none;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    height: max-content;
    padding-top: 2rem;
    text-align: center;
}

.img_menu_pral {
    cursor: pointer;
    box-shadow: 0 0 0.2rem 0 black;
    transform: none;
    translate: 0 0;
    transition: box-shadow 1s, translate 1s, transform 1s;
    height: 15rem;
}

.img_menu_pral:hover {
    transform: scale(1.1);
    translate: 0.1rem -0.1rem;
    box-shadow: 0 0.2rem 4rem gray
}

.marco_usuario {
    width: fit-content;
    margin: 0rem auto 2rem auto;
    border: 0.1rem solid white;
    padding: 1rem;
    background-color: black;
}

.div_info {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fondo semitransparente para enfocar la atención */
    color: #a9d1f6;
    text-shadow: 0.1rem 0.1rem black;
    font-size: 2rem;
    text-align: center;
    padding-top: 1rem;
}

.div_cookies {
    position: absolute;
    bottom: -10rem;
    padding: 1rem;
    color: #121212;
    background-color: #ffffff;
    text-align: center;
    height: fit-content;
    transition: bottom 1s linear;
    display: none;
    border-radius: 2rem;
    box-shadow: -0.1rem -0.3rem 20px 8px gray;
}

.div_cookies_activado {
    bottom: 0;
}

.div_botones_cookies {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.div_botones_cookies button {
    width: 10rem;
    margin: 1rem auto 1rem auto;
    font-size: 1rem;
    background-color: white;
}

.div_botones_cookies a {
    color: rgb(119, 118, 118);
}

#id_div_login {
    display: none;
}

.btn {
    font-size: 1.5rem;
    background-color: #E36C0A;
    border-radius: 1rem;
    cursor: pointer;
    border: solid 0.1rem black;
    margin-top: 1rem;
}

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

.entrada {
    border: none;
    font-size: 2rem;
    height: auto;
    outline: 0;
    color: #0d01ff;
    border-radius: 2rem;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem black;
    margin: 0 0 0.4rem 0;
    text-align: center;
}

.entrada_datos {
    width: 20rem;
}

.entrada_datos:read-only {
    background-color: #c9c9c9;
}

.entrada_numeros {
    width: 5rem;
    text-align: center;
}

.label_entrada {
    display: inline-block;
    width: 20rem;
    text-align: center;
    margin-right: 2rem;
}

.label_entrada#lb_invitado {
    margin-bottom: 1rem;
}

.div_error_login,
label.error {
    font-weight: bold;
    color: red;
    font-size: 1.5rem;
    display: block;
    width: auto;
    /* text-shadow: 0 0 1rem rgb(209 243 21), 0.1rem 0.1rem #474646; */
    margin-bottom: 1rem;
}

.div_info a,
#href_accept {
    color: #a9d1f6;
    padding: 1rem;
}

#boton_cancelar {
    display: none;
}

.div_error_login {
    display: none;
}

.tabla_registro {
    margin: auto;
}

.tabla_registro td {
    padding-right: 2rem;
    vertical-align: top;
}

.fortaleza_contrasena {
    font-size: 1.5rem;
    width: 10rem;
    background: white;
    text-shadow: none;
    border-radius: 2rem;
    color: black;
    margin: auto;
    display: none;
    margin-bottom: 2rem;
}

.tabla_registro td:first-child {
    text-align: right;
    font-weight: bolder;
}

.contrasena_debil {
    background: rgb(109, 245, 131);
    background: linear-gradient(90deg, rgba(109, 245, 131, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(248, 247, 249, 1) 100%);
    display: block;
}

.contrasena_media {
    background: rgb(109, 245, 131);
    background: linear-gradient(90deg, rgba(109, 245, 131, 1) 0%, rgba(246, 125, 11, 1) 50%, rgba(248, 247, 249, 1) 75%);
    display: block;
}

.contrasena_fuerte {
    background: rgb(109, 245, 131);
    background: linear-gradient(90deg, rgba(109, 245, 131, 1) 0%, rgba(246, 125, 11, 1) 50%, rgba(247, 2, 32, 1) 100%);
    display: block;

}

.info_btn {
    border-radius: 100%;
    vertical-align: middle;

}

.info_btn:hover {
    transform: translate(0.2rem, 0.2rem);
    box-shadow: none;
}

input#id_accept,
input#id_invitado {
    width: 2rem;
    height: 2rem;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem black;
}

input#id_recordar {
    width: 1.5rem;
    height: 1.5rem;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem black;
}

#lb_recordar {
    font-size: 1.5rem;
}

.img_btn {
    cursor: pointer;
    height: 2rem;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem #000000;
    transition: transform 0.3s ease;
}

.modal,
.modal_espere {
    height: 100%;
    width: 99%;
    display: none;
    position: fixed;
    z-index: 2;
}

.modal_espere {
    background: rgb(67 67 67 / 70%);

}

.showModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 0.2rem solid black;
    text-align: center;
    padding-bottom: 1rem;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem #000000;
}

.showModal span {
    margin: 0.3rem;
    display: inline-block;
}

.showModal .btn,
.showModal span {
    font-size: 1.5rem;
}

.showModal span ol {
    font-size: 1rem;
}

.cabeceraModal {
    background-color: #E36C0A;
    font-size: 1.5rem;
    height: 2rem;
}

.btnCerrarModal {
    height: 2rem;
    position: absolute;
    right: 0;
}

.btnCerrarModal:hover {
    transform: translate(0.1rem, 0.1rem);
    background: #cf8d57;
    cursor: pointer;
}

#id_img_noteaburras {
    display: none;
    height: 3rem;
}

#id_img_noteaburras:hover {
    cursor: pointer;
}

#id_menu {
    padding: 0;
    margin: 0;
    width: 20rem;
    background-color: #E36C0A;
    position: absolute;
    left: 3rem;
    top: 4rem;
    list-style: none;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem #353535;
    z-index: 1;
    display: none;

}

#id_menu li {
    border-bottom: 0.1rem solid rgb(0, 0, 0);
    line-height: 3rem;
    padding-left: 2rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: rgb(254, 255, 255);
    font-weight: bold;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

#id_menu li img {
    height: 2rem;
}

#id_menu li:hover {
    width: 21rem;
    background-color: #cf8d57;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem #353535;
    transition: all 300ms linear;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 1.6rem;
}

.espere {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
    color: white;
    text-shadow: 0.1rem 0.1rem black;
    flex-direction: column;
}

.espere img {
    height: 10rem;
}

#reloj {
    color: white;
}