.menu-description{
    height: 11vh;
}

p.newColor { line-height: 1.7; font-size: 0.8em; font-weight: 400; color: white; }
/*Fondo menu carnes*/
.bg-menuCarnes{ background: url(../images/platos_fuertes.jpg)  no-repeat; background-size: cover; position: relative; z-index: 1; }
.bg-menuCarnes:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: rgba(0,0,0,.85); }
/*Fondo menu sopas*/
.bg-menuSopas{ background: url(../images/imagen27.jpg)  no-repeat; background-size: cover; position: relative; z-index: 1; }
.bg-menuSopas:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; background: rgba(0,0,0,.85); }

/* index */
.p-white{
    color: white;
}

.b-red{
    color:red
}

@media (max-width: 600px) {
    .index-logo{
        width: 70%;
        height: auto;
    }
    #imgdivpreview{
        top: 20%;
        left: 10vw;
        width: 80vw;
    }
}
@media (min-width: 600px) {
    .index-logo{
        width: 40%;
        height: auto;
    }
    #imgdivpreview{
        top: 20%;
        left: 30vw;
        width: 40vw;
    }
}


#imgdivpreview{
    position: fixed;
    z-index: 2000;
    padding: 2%;
    background-color: white;
    border: solid black 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swal2-title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
