::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'gotham_Medium';
    src: url('./fonts//GothamMedium.ttf') format('woff2'),
        url('./fonts/GothamMedium_1.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_Light';
    src: url('./fonts/GothamLight.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gotham_black';
    src: url('./fonts/Gotham-Black.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('./fonts/Roboto-Regular.eot');
    src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Regular.woff2') format('woff2'),
        url('./fonts/Roboto-Regular.woff') format('woff'),
        url('./fonts/Roboto-Regular.ttf') format('truetype'),
        url('./fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    background: transparent;
}

.main-container {
    width: 1920px;
    height: 1080px;
    background: transparent;
    display: flex;
    background-image: url("../assets/fondo.png");
}

/* Head logo y hora */
.container-head {
    position: absolute;
    width: 1920px;
    height: 200px;
}

.main-banner-hour {
    position: absolute;
    top: 41px;
    border-radius: 4px;
    width: 480px;
    height: 115px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 65.94px #40404033;
}

.logo-hayuelos {
    position: absolute;
    top: 11px;
    left: 73px;
}

.container-dates {
    width: 232px;
    position: absolute;
    top: 24px;
    left: 210px;
}

.date {
    color: black;
    font-size: 40px;
    font-family: 'gotham_Medium';
}

.hour {
    margin-left: 40px;
    margin-top: 6px;
    color: black;
    font-size: 38px;
    font-family: 'gotham_Light';
}

/* head idioma y buscador */
.container-idi-bus {
    position: absolute;
    top: 40px;
    left: 913px;
    width: 964px;
    height: 115px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 65.94px #40404033;
}

.container-idioma {
    position: absolute;
    font-family: system-ui;
    font-size: 38px;
    display: flex;
    width: 292px;
    height: 80px;
    top: 18px;
    left: 26px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px #40404036;
    display: none;
}

.container-idioma img {
    position: absolute;
    left: 25px;
    top: 18px;
    width: 44px;
    height: 44px;
}

.container-idioma p {
    position: absolute;
    top: 22px;
    left: 89px;
    font-family: 'gotham_Medium';
}

.container-buscador {
    position: absolute;
    display: flex;
    width: 613px;
    height: 114px;
    top: 0px;
    left: 349px;
    border-style: solid;
    border-color: transparent transparent transparent #8a8a8a;
    border-width: 1px;
}

.container-buscador p {
    position: absolute;
    font-family: system-ui;
    font-size: 37px;
    color: #00CAB2;
    letter-spacing: -2px;
    top: 32px;
    left: 42px;
    opacity: 0%;
}

.container-buscador img {
    position: absolute;
    left: 526px;
    top: 30px;
    width: 55px;
    height: 55px;
    z-index: 4;
}

/* head idioma y buscador */

/* catagolo */
.content-categorias {
    position: absolute;
    top: 265px;
    left: 79px;
    width: 1736px;
    height: 249px;
}

.container-subcategorias {
    position: absolute;
    top: 265px;
    left: 79px;
    width: 1736px;
    height: 249px;
}

.title-categorias {
    color: #6C6D6D;
    font-size: 40px;
    font-family: 'gotham_Medium';
}

.title-menu {
    color: #00CAB2;
    font-size: 40px;
    font-family: 'gotham_Medium';
}

.container-iconos {
    display: flex;
    margin-top: 16px;
}

.button-link {
    margin-right: 10px;
}

a {
    color:
        transparent;
}

/* catagolo */

/* Menu inferior*/

.container-menu {
    position: absolute;
    top: 851px;
    left: 79px;
}

.barra {
    margin-top: -103px;
    margin-left: -80px;
    border-radius: 0px 50px 50px 0px;
    border-style: solid;
    border-color: rgb(122, 122, 122);
    border-width: 2px;
    width: 1024px;
    height: 70px;
    background-color: #EFEFEF;
}

.boton-menu {
    margin-top: 8px;
    margin-left: 963px;
    border-radius: 50px;
    border-style: solid;
    border-color: rgb(122, 122, 122);
    border-width: 2px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
}

.boton-menu img {
    margin-top: 12px;
    margin-left: 12px;
}

.button-link-menu {
    margin-right: 12px;
}

/* Teclado OOH */

#keyboard-container {
    display: none;
    position: absolute;
    top: 541px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2px;
    width: 1252px;
    height: 502px;
    z-index: 4;
    font-family: 'Roboto-Regular';
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    background-image: url(./fonts/);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/*propuesta*/
#keyboard-container {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}


.row {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.key {
    color: #1B1B1D;
    font-size: 50px;
    cursor: pointer;
    background: #F1F1F1;
    text-align: center;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

/*propuesta*/
.key {
    box-shadow: 3px 5px 4px 0px rgb(107 107 107 / 45%);
}

.key:active {
    background: #ddd;
}

.key.special:active {
    background: #b7e8d7;
}

.key.special.enter:active {
    background: #5bcca7;
}

.key.special-main:active {
    background: #5bcca7;
}

/* Tamaños personalizados para el teclado de letras */
.letters .key {
    width: 110px;
    height: 85px;
    margin: 2px;
}

.letters .shift {
    width: 105px;
}

.letters .backspace {
    width: 105px;
}

.letters .num-switch {
    font-size: 34px;
    width: 112px;
}

.letters .space {
    width: 563px;
}

.letters .enter {
    width: 108px;
    background: #79F2CA;
}

/* Tamaño uniforme para el teclado de números */

.numbers .key {
    font-size: 43px;
    width: 140px;
    height: 70px;
}

.special {
    background: #DAF2EA;
}

.special-main {
    background: #79F2CA;
}

#results {
    position: absolute;

    width: 500px;
    z-index: 4;
}

.result-item {
    color: #454545;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 4px;
    border-radius: 17px;
    margin-bottom: 6px;
    font-family: 'gotham_Medium';
    height: 53px;
    font-size: 23px;
    box-shadow: 7px 9px 7px 2px rgb(11 11 11 / 18%);
    justify-content: center;
}

#output {
    font-size: 43px;
    position: absolute;
    top: 40px;
    left: 1264px;
    width: 503px;
    height: 116px;
    opacity: 47%;
    border: none;
    margin-left: 14px;
    outline: none;
    overflow: hidden;
}

.container-resultados {
    width: 621px;
    height: 352px;
    overflow: hidden;
    position: absolute;
    left: 1279px;
    top: 200px;
}

.no-match {
    font-size: 40px;
    color: #3e3e3e;
    font-family: system-ui;
}

/* incativity*/
.screen-saver {
    width: 1920px;
    height: 1080px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: url(../assets/screen-saver.png);
    background-size: cover;
    background-position: center;
}

.icon-image {
    width: 200px;
    height: 178px;
}

.container-boton-D {
    background-color: white;
    width: 200px;
    height: 178px;
    border: solid 1px;
    margin-right: 11px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: -5px 7px 7px 4px rgb(0 0 0 / 7%);
}

.container-boton-D img {
    width: auto;
    height: 80px;
    margin-bottom: 23px;
}

.container-boton-D p {
    font-family: 'gotham_Medium';
    font-size: 20px;
    text-align: center;
    max-width: 180px;
    max-height: 65px;
    overflow: hidden;
}


.btnAtras {
    font-family: 'gotham_Medium';
    position: absolute;
    top: 103px;
    left: 833px;
    font-size: 16px;
}