* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
@font-face {
    font-family: 'descrip';
    src: url('../font/Offside-Regular.ttf') format('truetype');
}
.menuPrincipal {
    background-color: rgb(0, 0, 0);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    margin: auto;
}

.logoEmpresa {
    width: 70%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
}

.contenidoMenu {
    position: absolute;
    /* background-color: rgb(43, 92, 142); */
    width: 70%;
    height: 85%;
    display: flex;
    flex-direction: column;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;

}

a {
    color: antiquewhite;
    text-decoration: none;
    outline: none;
    user-select: none;
    
 
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
    /* pointer-events: none; */
}
.center{
    display: flex;
    justify-content: center;
}
.logocontainer{
    /* height: 20%; */
    /* margin-top: -10px; */
}
.listLinks{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 60%; */
    flex-direction: column;
}
div a {
    padding: 10px;
    font-family: 'descrip', Arial, sans-serif;
    font-size: 20px;
    
    /*  */
}
.compartir a{
    padding-top: 50px;
    font-size: 14px;
}
hr {

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

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

}