* {
    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: '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: 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: 10px 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: 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: auto;
    /* background-color: aqua; */
 }
.menu a{
    display: flex;
    font-family: 'descrip', Arial, sans-serif;
    font-size: 20px;
    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; */
    /* 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: 75vw;
   margin-bottom: 40px;
   margin-left: -80vw;
   /* height: 35vh; */
   
}
.imagenMarcadeagua{
    width: 100%;
    opacity: 0.5;
    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: 'cursiva', Arial, sans-serif;
    font-size: 42px;
    margin-top: -110px;
    padding-bottom: 110px;
    color: #fff;
}

.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; */
}
.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: 0;
    padding-bottom: 5px;
    letter-spacing: 0.6em;
    margin-left: .83em;
    text-align: center;
}

.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: 10px;
    font-size: 25dvw;
    font-family: 'cursiva', Arial, sans-serif;
}
.item{
    font-family: 'descrip', Arial, sans-serif;
    width: 90%;
    font-size: 17px;
    display: flex;
 justify-content: space-between;   
 padding-top: 6px;
}
.itemNombre{
    font-weight: bold;
    /* max-width:70%; */
    line-height: 18px;
    
    
}
.lista{
    padding-bottom: 80px;
    
    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;
}
hr {

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

  .pieFunciones{
    padding-top: 30px;
  }

  .corto{
    width: 25%;
  }