.logo  {
    max-height: 150px;
}
.header {
    background-image: url(https://cartarestaurante.app/uploads/logo/a073051a-51e5-4dbf-8441-29fa4c53695b/fondo.jpg);
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.header:before {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.header h1 {
    color: rgb(112, 25, 6);
}
.dish-name {
    max-width: 100%;
}
.language .nav-link > img {
    border: 1px solid rgb(112, 25, 6);
    padding: 1px;
}
.dish-price {
    margin-left: auto;
}
.seccion-inner .dish {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .dish > .row > .dish-name {
        max-width: 70%;
    }
}
