@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'electronic';
    /*src: url('../fonts/DS-DIGI.TTF');*/
    src: url('../fonts/SFDigitalReadout-Heavy.ttf');
    font-style: normal;
    font-weight: normal;
}

html {
    font-size: 2vmin;
    overflow: hidden;
}

body {
    background: radial-gradient(circle, rgba(82, 94, 83, 1) 21%, rgba(50, 51, 61, 0.5746673669467788) 88%);
}

.div_cabecera {
    background-color: #628bbb;
    height: fit-content;
    padding: 0 1rem 0 1rem;
    display: grid;
    grid-template-columns: 25% 50% 25%;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem black;
    border-radius: 2rem;
    border-width: 0.1rem;
    border-color: #200b6b;
    BORDER-STYLE: SOLID;
}

.div_titulo_cabecera {
    color: rgb(223, 223, 255);
    text-align: center;
    font-size: 2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: oblique;
    font-weight: bold;
    padding: 0.1rem;
}

.columna_cabecera {
    display: flex;
    justify-content: space-between;
}

.div_usuario {
    font-size: 2rem;
    color: white;
    /* font-weight: bold; */
    margin: auto 0 auto 0;
    line-height: 0;
    font-family: sans-serif;
    font-style: italic;
    display: none;
}

#cab_2 {
    justify-content: center;
    margin: auto;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    text-shadow: 1px 1px gray;
    font-weight: bold;
}

#cab_3 {
    justify-content: end;
}

.div_tiempo {
    display: none;
    font-family: 'electronic';
    font-size: 1.5rem;
    font-style: italic;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px gray;
    font-weight: bold;
}

.div_marcador {
    background: black;
    width: 6rem;
    height: 3rem;
    color: red;
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset -0.1rem -0.1rem 0.1rem 0.2rem #777272;
    border: solid white 1px;
    margin-right: 1rem;
}

.div_into_mensaje {
    background: #203763;
    border: solid 0.2rem white;
    color: white;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    font-size: 2rem;
}

.div_mensaje {

    position: fixed;
    background: #203763;
    z-index: 1;
    min-width: 70vw;
    left: 20%;
    top: 0px;
    padding: 0.5rem;
    border-radius: 1rem;
    translate: -10% -100%;
}

.div_into_mensaje table {
    text-align: right;
    font-size: 1.5rem;
}

.div_into_mensaje tr td:first-child {
    text-align: left;
}

.div_into_mensaje tr:first-child {
    color: #FABE3C;
    text-decoration: underline;
    text-align: center;
}

.div_into_mensaje tr:first-child td {
    text-align: center;
}

.div_into_mensaje td {
    padding: 0rem 1rem 0rem 1rem;
    border-bottom: solid #FABE3C 1px;
}

.div_config {
    margin-left: 1rem;
}

#img_config,
#img_undo {
    height: 4rem;
    margin-top: auto;
    margin-bottom: auto;
}

.img_btn {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    transition: transform 0.3s ease;
}

.img_btn:hover,
.img_btn_pulsado {
    transform: translateY(0.1rem);

}

.div_contenedor {
    display: none;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    border-style: outset;
    border-width: 0.2rem;
    border-color: black;
    display: none;
    box-shadow: 0.1rem 0.1rem 0.2rem 0.2rem rgb(46, 46, 46);
}

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

.div_opcion_menu select {
    margin-top: 2rem;
    display: block;
    font-size: 3rem;
    margin: 2rem auto 0 auto;
}

#id_generar_sdk {
    display: none;
}

.div_cuadro {
    display: inline-block;
    background-color: rgb(254, 254, 254);
    width: 5rem;
    height: 3rem;
    background-size: contain;
    border: solid 0.1rem rgb(157, 157, 157);
    box-sizing: border-box;
    color: rgb(241, 115, 5);
}

.div_cuadro:nth-child(3n) {
    border-right: solid 0.2rem black;
}

.div_cuadro_f3 {
    border-bottom: solid 0.2rem black;
}

.layout {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    font-size: 1rem;
}

.layout * {
    margin: 0.1rem;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
}

.div_cuadro_ayuda1 {
    background-image: url("../img/a1.png");
}

.div_cuadro_ayuda2 {
    background-image: url("../img/a2.png");
}

.div_cuadro_ayuda3 {
    background-image: url("../img/a3.png");
}

.div_cuadro_ayuda4 {
    background-image: url("../img/a4.png");
}

.div_cuadro_ayuda5 {
    background-image: url("../img/a5.png");
}

.div_cuadro_ayuda6 {
    background-image: url("../img/a6.png");
}

.div_cuadro_ayuda7 {
    background-image: url("../img/a7.png");
}

.div_cuadro_ayuda8 {
    background-image: url("../img/a8.png");
}

.div_cuadro_ayuda9 {
    background-image: url("../img/a9.png");
}

.div_cuadro1 {
    background-image: url("../img/1.png");
}

.div_cuadro2 {
    background-image: url("../img/2.png");
}

.div_cuadro3 {
    background-image: url("../img/3.png");
}

.div_cuadro4 {
    background-image: url("../img/4.png");
}

.div_cuadro5 {
    background-image: url("../img/5.png");
}

.div_cuadro6 {
    background-image: url("../img/6.png");
}

.div_cuadro7 {
    background-image: url("../img/7.png");
}

.div_cuadro8 {
    background-image: url("../img/8.png");
}

.div_cuadro9 {
    background-image: url("../img/9.png");
}

.div_cuadro_usu_1 {
    background-image: url("../img/usu1.png");
}

.div_cuadro_usu_2 {
    background-image: url("../img/usu2.png");
}

.div_cuadro_usu_3 {
    background-image: url("../img/usu3.png");
}

.div_cuadro_usu_4 {
    background-image: url("../img/usu4.png");
}

.div_cuadro_usu_5 {
    background-image: url("../img/usu5.png");
}

.div_cuadro_usu_6 {
    background-image: url("../img/usu6.png");
}

.div_cuadro_usu_7 {
    background-image: url("../img/usu7.png");
}

.div_cuadro_usu_8 {
    background-image: url("../img/usu8.png");
}

.div_cuadro_usu_9 {
    background-image: url("../img/usu9.png");
}

.div_cuadro_error_1 {
    background-image: url("../img/error1.png");
}

.div_cuadro_error_2 {
    background-image: url("../img/error2.png");
}

.div_cuadro_error_3 {
    background-image: url("../img/error3.png");
}

.div_cuadro_error_4 {
    background-image: url("../img/error4.png");
}

.div_cuadro_error_5 {
    background-image: url("../img/error5.png");
}

.div_cuadro_error_6 {
    background-image: url("../img/error6.png");
}

.div_cuadro_error_7 {
    background-image: url("../img/error7.png");
}

.div_cuadro_error_8 {
    background-image: url("../img/error8.png");
}

.div_cuadro_error_9 {
    background-image: url("../img/error9.png");
}


.btn {
    font-size: 2rem;
    background-color: #e7b00c;
    border-radius: 2rem;
    cursor: pointer;
    border: solid 0.2rem black;
}
#btn_mensaje_otro{
    display:none;
}

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

.entrada {
    background-color: #628BBB;
    color: #fffeff;
    border: none;
    font-size: 3rem;
    height: auto;
    outline: 0;
    border-radius: 5rem;
    box-shadow: 0.3rem 0.2rem 0.3rem 0.1rem black;
    margin: 0 0 1rem;
}

.entrada_datos {
    width: fit-content;
}

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

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

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

.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);
    margin-bottom: 1rem;
}

#vinculo_registro {
    text-shadow: none;
}

#boton_cancelar {
    display: none;
}

.div_error_login {
    display: none;
}

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

#id_menu li {
    border-bottom: 0.1rem solid rgb(0, 0, 0);
    line-height: 5rem;
    padding-left: 2rem;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    border-bottom: 0.1rem solid rgb(0, 0, 0);
    color: white;
    text-shadow: gray 0.1rem 0.1rem;
}

#id_menu li:hover {

    width: 41rem;
    box-shadow: 0.1rem 0.1rem 1rem 1rem #353535;
    background-color: #b7cbe2;
    transition: all 300ms linear;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 3rem;

}

#id_menu li img {
    vertical-align: middle;
    height: 3rem;
}

.div_info_menu {
    width: 20rem;
    font-family: sans-serif;
    font-style: italic;
    font-size: 1.7rem;
    line-height: 1.5rem;
    text-wrap: nowrap;
    color: white;
    display: none;
}

.div_info_menu span {
    color: #F7DF95;
    font-weight: bold;
    align-items: end;
}

.modal {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
}

.pie {
    display: none;
    position: absolute;
    /* bottom: 0; */
    height: fit-content;
    width: 100%;
}

.teclado {
    position: relative;
    margin: auto;
    background: #628BBB;
    width: fit-content;
    border-radius: 2rem;
    height: fit-content;
    box-shadow: #777272 0.1rem 0.1rem 0.2rem 0.2rem;
    padding: 0 0.1rem 0 0.1rem;
    text-align:center;
}

.tecla,
.tecla_especial,
.tecla_desactivada,#tecla_deshacer {
    border-radius: 100%;
    height: 5rem;
}
.tecla,
.tecla_especial {
    cursor: pointer;
    transition: box-shadow 0.5s, translate 0.5s, transform 0.5s;
}

.tecla_pulsada {
    box-shadow: #e7a424 0 0 1rem 0.5rem;
    transform: scale(0.9);
    translate: 0.1rem 0.1rem;
}

.tecla:hover,
.tecla_especial:hover,
.tecla_pulsada:hover {
    transform: scale(0.8);
    box-shadow: none;
    /*translate: 2px 2px; */
}


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

}

.img_menu_pral:hover {
    transform: scale(1.1);
    box-shadow: 0.3rem 0.3rem 0.2rem 0.1rem black;
}

.linea_vertical {
    height: 3rem;
    width: 0.2rem;
    display: inline-block;
    background: red;
    border: none;
}

.div_numero_teclado {
    display: inline-block;
    position: relative;
}

.div_info_numero {
    display: none;
    position: absolute;
    border: solid white 0.1rem;
    border-radius: 50%;
    color: #f7f7f5;
    left: 0;
    bottom: 0.2rem;
    background: black;
    height: 2rem;
    width: 2rem;
    font-size: 1.5rem;
    z-index: 1;
    text-align: center;
}

.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;
}
.modal_ayuda {
    display: none;

}
#txt_mensaje{
    padding-bottom:1.5rem;
    overflow-y:auto;
    max-height: 50vh;
    scrollbar-color: #628BBB #203763; /* thumb | track */
    scrollbar-width: thin;
    margin-bottom: 1.5rem;
    display:flex;
    justify-content:center;
}

#txt_mensaje::-webkit-scrollbar {
    width: 0.6rem;
}

#txt_mensaje::-webkit-scrollbar-track {
    background: #203763;
    border-radius: 1rem;
}

#txt_mensaje::-webkit-scrollbar-thumb {
    background: #628BBB;
    border-radius: 1rem;
}

#txt_mensaje::-webkit-scrollbar-thumb:hover {
    background: #f7df95;
}
#txt_mensaje:hover{
    scrollbar-color: #f7df95 #203763; /* thumb | track al hover */
}
.modal_ayuda_contenido{
    text-align: left;
}