* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'cursiva';
    src: url('../font/Afterglow-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Biela';
    src: url('../font/Urban-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'descrip';
    src: url('../font/Humanist521BT.ttf') format('truetype');
}

@font-face {
    font-family: 'fontPrecio';
    src: url('../font/BAHNProRough-Thin.ttf') format('truetype');
}

body,
html {
    height: 100%;
    width: 100%;
    /* overflow: scroll; */
    user-select: none;
    display: inline-flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

a {
    outline: none;
    text-decoration: none;
    color: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #fff;
}

body::-webkit-scrollbar {
    display: none;
}

/* #entradas, #waffles, #cafe, #sodas, #jugos, #bebidas{
    display: none;
} */
.oculto {
    display: none;
}

.screen {
    display: flex;
    width: 100vw;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    /*------------------------------------------------------------------- funcion de ocultamiento  */

}

.itemCategorias {
    padding: 5px 0;

}

.container {
    height: 100vh;
    /* width: 100vw; */
    /* position: absolute; */
    /* position: relative; */
    background-color: rgb(0, 0, 0);

    display: inline-flex;
    /* overflow: hidden; */
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    /*------------------------------------------------------------------- funcion de ocultamiento  */
    /* display: none; */

}

.menu {
    /* position: absolute; */
    position: absolute;
    /* padding-top: 30px; */
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* height: calc(100dvh - 70px);
    width: calc(100dvw - 70px); */
    /* background-color: rgb(0, 0, 0); */
    justify-content: center;
    align-items: center;

    /* background-color: rgba(45, 25, 0, 0.7); */
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */

}

.menu div {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding-right: 20px; */
    /* background-color: aqua; */
}

.menu a {
    display: flex;
    font-family: 'descrip', Arial, sans-serif;
    font-size: 22px;
    height: auto;
    margin: 7px;
    text-align: center;

}

.botonregresar {
    position: fixed;
    bottom: 0;
    /* width: 100%; */
    display: flex;
    /* justify-content: center; */
}

#iconoMenu {
    opacity: 60%;
    width: 30px;
    margin: 15px 16px;
    /* right: 0; */


}

/* .submenu {
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    width: 100%;
    height: 100dvh;
} */

.platos {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: 100dvh;
    scroll-snap-align: center;
    overflow: hidden;
}

.listaLarga {
    overflow-y: visible;
    /* background-color: black; */
    align-items: start;
    padding-bottom: 10vh;
    padding-top: 8vh;
    scroll-snap-align: initial;
}

.sobre {
    /* display: none; */
    position: absolute;
    /* background-color: gray; */
    /* width: 100vw;
    height: 100vh; */
}

.botonRegreso {
    position: absolute;
    display: block;
}

.imagenPlato {
    position: absolute;
    width: 100vw;
    height: 100dvh;
    background-position: bottom;
    background-size: cover;
    object-fit: cover;

}

.marcadeagua {
    /* background-color: azure; */
    position: absolute;
    bottom: 0;
    width: 130vw;
    margin-bottom: 100px;
    /* margin-left: -40vw; */
    /* height: 35vh; */

}

.imagenMarcadeagua {
    width: 100%;
    opacity: 0.3;
    mix-blend-mode: screen;
}

video {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.uno {

    /* background-image: url(../imagenes/plato/aborrajados_op.jpg); */
    /* overflow: hidden; */
    /* background-color: aqua; */
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100dvh;
    /* background-color: black; */
}

.dos {

    /* background-image: url(../imagenes/plato/malteada_op.jpg); */
    background-position: bottom;
    /* background-color: rgb(79, 36, 158); */
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

.tres {
    /* background-image: url(../imagenes/plato/capuchino.jpg); */
    background-position: bottom;
    /* background-color: rgb(107, 35, 62); */
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

/* #region LLLLL */
.cuatro {
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

/* .menu {
    position: fixed;
    justify-content: center;
    display: flex;
    padding-top: 10px;
    top: 0;
    width: 100%;
    height: 20px;

} */

.gradiente {
    width: 100%;
    height: 400px;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.TituCategorias {
    display: flex;
    font-family: 'Biela', Arial, sans-serif;
    font-size:56px;
    /* margin-top: -110px; */
    /* padding-bottom: 10px; */
    /* color: #FFD417; */
    color: #ffffff;
    text-align: center;
    justify-content: center;
}

.descrip {
    position: absolute;
    pointer-events: none;
}

/* .verde{
    color:green;
    background-color: green;
} */
a {
    outline: none;
    text-decoration: none;
    color: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #FFF;
}



.textoPlato {
    /* background-color: blue; */
    position: absolute;
    bottom: 0;
    width: 80%;
    opacity: .90;
    display: flex;
    flex-direction: column;
    padding-bottom: 75px;
    justify-content: center;
    align-items: center;
    min-height: 216px;
    color: #fff;
}

.nombrePlato {
    font-family: 'cursiva', Arial, sans-serif;
    justify-content: flex-end;
    font-size: 54px;
    pointer-events: none;
    text-align: center;
    line-height: 50px;
    padding-bottom: 12px;
    /* padding-bottom: 10px; */

}

.simple {
    font-size: 40px;
    line-height: 38px;
}

.nombreLargo {
    font-size: 55px;
}

.description {
    font-family: 'descrip', Arial, sans-serif;
    font-size: 15px;
    display: flex;
    pointer-events: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 50px;
    margin: auto;
    /* padding-bottom: 1px; */
}

.precio {
    font-family: 'fontPrecio', Arial, sans-serif;
    font-size: 30px;
    bottom: 0px;
    height: auto;
    margin: 12px;
    margin-top: 12px;
    padding-bottom: 5px;
    letter-spacing: 0.6em;
    margin-left: .83em;
    text-align: center;
    color: rgb(199, 190, 138);
}

.multiple {
    font-size: 23px;

    letter-spacing: 0.5em;
}

.presentacionMultiple {

    width: 100%;
    /* background-color: aqua; */
    display: flex;
}

.descripMultiple {
    padding: 5px 0;
}

.descripMultiple {
    justify-content: center;
    text-align: center;
}

.descripParalela {
    width: 50%;
}

.whatsapp {
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    /* display: flex; */
    bottom: 0px;
    right: 0px;
    margin: 15px;
    /* background-color: aqua; */
    clear: both;
    /* line-height:0; */
}

.ImagenWhatsapp {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    /* width: 100%;
    height: 100%; */
    /* border: 1px solid white; */
    object-fit: cover;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.screen {
    /* background-image: url(../imagenes/plato/aborrajados_op.jpg); */
    width: 100vw;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    object-fit: over;

    /* filter: blur(10px); */
}

.categoriaItems {
    padding-bottom: 20px;
    font-size: 16dvw;
    font-family: 'Biela', Arial, sans-serif;
    text-align: center;
}

.item {
    font-family: 'Biela', Arial, sans-serif;
    width: 90%;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    /* padding-top: px; */
}

.itemNombre {
    font-family: 'Biela', Arial, sans-serif;
    /* font-weight: bold; */
    /* max-width:70%; */
    /* line-height: 18px; /////////////////////////////// */
    font-size: 32px;
    text-align: center;
    margin: 8px 0;
    /* margin-right: 10px; */
    color: #FFD417;
    letter-spacing: 3px;
}

.DescripPlato {
    text-align: center;

}

.lista {
    /* padding-bottom: 80px; */
    position: relative;
    bottom: auto;
    padding-bottom: 30px;
}

.oscuro {
    position: absolute;
    background-color: rgba(25, 14, 2, 0.4);
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 100vw;
    height: 100%;
    /* filter: brightness(30%); */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.itemPrecio {

    display: flex;
    font-family: 'fontPrecio', Arial, sans-serif;
    letter-spacing: 0.2em;
    clear: both;
    /* bottom: 0px; */
    vertical-align: center;
    text-align: center;
    font-size: 18px;
    
    /* line-height: 24px; /////////////////////////////////////////// */
    color: rgb(199, 190, 138);
    justify-content: center;
    align-items: center;
}

.precioEspe {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}

hr {

    border-top: 1px dotted rgba(181, 181, 181, 0.14);
    width: 30%;
    opacity: 0.4;
    margin: 15px 0;
}

.pieFunciones {
    padding-top: 30px;
}

.corto {
    width: 25%;

}


.ListaPrecioRight {
    padding-bottom: 80px;
    bottom: auto;
}

.hrSeparacionCorta {
    border-top: 1px dotted rgba(181, 181, 181, 0.14);
    width: 70%;
    opacity: 0.4;
    margin: 4px 0;
}

.sinMargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.AlingLeft {
    text-align: left;
}

.tituloSubConjunto {
    font-family: 'descrip', Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 50px 0 20px 0;
    color: rgb(199, 190, 138);
}

.detalle {
    font-size: 12px;
    line-height: 1px;
}

.detallesPla {
    text-align: center;
    margin-top: 15px;
    color: rgb(199, 190, 138);
}


.Domicilios {
    position: absolute;
}

.LinkDomicilios {

    width: 70vw;
    background-color: #ffffffec;
    margin: 20px 0;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
border:3px solid #000
}


.Domicilios a {

    color: black;

}
.item .AlingLeft{
    color:#fff;
    font-size: 20px;
    font-family: 'descrip', Arial, sans-serif;
    letter-spacing: 0px;
}

.ListaPrecioRight .categoriaItems{
    color:#FFD417;
    font-size: 32px;
    margin-top: 40px;
    letter-spacing: 3px;

}
