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

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

@font-face {
    font-family: 'descrip';
    src: url('../font/Minion.otf') format('opentype');
}



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: 2px 0;

}

.container {
    height: 100vh;
    /* width: 100vw; */
    /* position: absolute; */
    /* position: relative; */
    /* background-color: antiquewhite; */

    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: #a22c33;
    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: 90%; */
    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: 10vh 0;
    scroll-snap-align: initial;
}
.sobre {
    /* display: none; */
    position: absolute;
    /* background-color: gray; */
    /* width: 100vw;
    height: 100vh; */
}

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

.imagenPlato {
    width: 100vw;
    height: 100%;
    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 {
    font-family: 'Titulos', Arial, sans-serif;
    font-size: 42px;
    /* margin-top: -110px; */
    padding-bottom: 50px;
    color: #fff9d9;
}

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

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

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



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

.nombrePlato {
    font-family: 'Titulos', Arial, sans-serif;
    justify-content: flex-end;
    font-size: 52px;
    pointer-events: none;
    text-align: center;
    line-height: 50px;
    padding-bottom: 6px;
    /* padding-bottom: 10px; */
    
}
.simple{
    font-size: 40px;
    line-height: 38px;
}
.nombreLargo {
    font-size: 55px;
}

.description {
    font-family: 'descrip', Arial, sans-serif;
    font-size: 18px;
    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: 28px;
    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: 36px;
    font-size: 18vw;
    font-family: 'Titulos', Arial, sans-serif;
}

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

.itemNombre {
    font-family: 'descrip', Arial, sans-serif;
    /* font-weight: bold; */
    /* max-width:70%; */
    /* line-height: 18px; /////////////////////////////// */
text-align: center;
/* margin: 8px 0; */
font-size: 28px;
}

.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: bottom;
    text-align: center;
    align-items: center;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1em; 
    color: rgb(199, 190, 138);
}
.precioEspe{
    width: 100%;
    justify-content: center;
    /* font-family: 'descrip', Arial, sans-serif; */
}
hr {

    border-top: 1px dotted rgba(181, 181, 181, 0.14);
    width: 30%;
    opacity: 0.4;
    margin: 10px 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: 48px;
    margin-top: 60px;
    color: rgb(199, 190, 138);
}
.detalle{
    font-size: 10px;
    line-height: 1px;
}
.productoDes{
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.itemSubConjunto{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin-bottom: 60px
}
.precioCentrado{
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.Toppings{
    font-family: 'descrip', Arial, sans-serif;
    font-size: 22px;
}
.underline a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
#adicionales{
    font-size: 14px;
     color: #1f75e7;
     text-decoration: none;
}