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

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

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

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

body,
html {
    height: 100dvh;
    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  */
    
}
.container {
    height: 100dvh;
    /* width: 100vw; */
    /* position: absolute; */
    /* position: relative; */
    background-color: antiquewhite;
    
    /* display: inline-flex; */
    /* overflow: hidden; */
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    /*------------------------------------------------------------------- funcion de ocultamiento  */
    /* display: none; */

}

.menu {
    /* position: absolute; */
    position: relative;
    /* padding-bottom: 60px; */
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    width: 100%;
    /* height: calc(100dvh - 70px);
    width: calc(100dvw - 70px); */
    /* background-color: gray; */
    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: auto;
    /* background-color: aqua; */
 }
.menu a{
    display: flex;
    font-family: 'descrip', Arial, sans-serif;
    font-size: 16px;
    height: auto;
    margin: 7px;
    text-align: center;

}

.botonregresar{
   position: fixed; 
   bottom: 0;
   /* width: 100%; */
   display: flex;
   /* justify-content: center; */
}
#iconoMenu{
    opacity: 30%;
    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;
}


.sobre{
    /* display: none; */
    position: absolute;
    /* background-color: gray; */
} 
.botonRegreso{
    position: absolute;
    display: block;
}
.imagenPlato {
    width: 100vw;
    height: 100dvh;
    background-position: bottom;
    background-size: cover;
    object-fit: cover;
position: absolute;
top: 0;
}

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, rgba(25, 14, 2, 1) 0%, rgba(25, 14, 2, 0) 100%);
}
.letraCursiva{
    font-family: 'cursiva', Arial, sans-serif;
    font-size: 48px;
    padding-bottom: 50px;
}

.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: .60;
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
    justify-content: center;
    align-items: center;
    min-height: 216px;
    color: #fff;
}
.nombrePlato {
    font-family: 'cursiva', Arial, sans-serif;
    justify-content: flex-end;
    font-size: 70px;
    pointer-events: none;
    text-align: center;
    line-height: 50px;
    padding-bottom: 12px;
    /* padding-bottom: 10px; */
}

.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;
    letter-spacing: 0.6em;
    margin-left: .83em;
    text-align: center;
}

.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;
    /* overflow: scroll; */
}
a { -webkit-tap-highlight-color: rgba(0,0,0,0); }


.screen{
    /* background-image: url(../imagenes/plato/aborrajados_op.jpg); */
    /* position: relative; */
    /* width: 100vw; */
    height: 100dvh;
    background-position: bottom;
    background-size: cover;
    object-fit: over;
    padding: 50px 0;
    overflow: scroll;
    display: flex;
    align-items: start;
    /* justify-content: flex-start; */


    
    
    /* filter: blur(10px); */
}
.categoriaItems{
    padding-bottom: 40px;
    font-size: 18dvw;
    font-family: 'cursiva', Arial, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.item{
    font-family: 'descrip', Arial, sans-serif;
    width: 90%;
    font-size: 17px;
    display: flex;
 justify-content: space-between;   
 /* padding-top: 6px; */
}
.itemEspe{
    font-family: 'descrip', Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    margin: 16px 0;
}
.itemNombre{
    font-weight: bold;
    /* max-width:70%; */
    line-height: 24px;
    
    
}

.lista{
    /* padding-bottom: 80px; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    align-content: start;

    /* bottom:auto; */
}
.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: end;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 24px;
    align-items: center;
}
hr {

    border-top: 1px dotted rgba(181, 181, 181, 0.14);
    width: 70%;
    opacity: 0.3;
  }

  .pieFunciones{
    padding-top: 30px;
  }

  .corto{
    width: 25%;
  }
  .textoSmall{
    font-size: 14dvw;
    padding-bottom: 30px;
}
.precioEspe{
    width: 100%;
    justify-content: center;
    margin-top: 12px
}
.global{
    margin-top: 40px;
}
.amplio{
    margin: 2px 0;
}
.listaAcompa{
    position: absolute;
 /* height: 100dvh; */
    display: flex;
    /* flex-direction: column; */
    align-items: start;
    justify-content: center;
    /* width: 100%; */
    /* height: 100dvh; */
    padding: 80px 0;
    overflow: scroll;
}

.fondoEstatico{
    position: absolute;
    bottom: 0;
}