#subheader {
    background-repeat: no-repeat;
    background-attachment: initial;
}

@media only screen and (min-width: 992px) {
    #subheader {
        background-size: cover !important;
        background-position: top !important;
    }
}
@media only screen and (max-width: 992px) {
    #section-about .col-md-4 {
        /* cajas en home */
        margin-bottom: 60px;
    }
}

#aviso-alergenos {
    font-size: 20px;
    margin-bottom: 30px;
}

#languages .flag {
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

#languages .dropdown-menu a {
    color: #000;
}
#languages .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#cconsent-bar {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Eliminamos o sobreescribimos las reglas que ocultan el logo */
body header .logo {
    min-height: 70px;
}
header.smaller.scroll-light div#logo .logo {
    display: initial; /* o removemos estas reglas */
    min-height: 42px;
}

/* Eliminamos o sobreescribimos las reglas que sacan el stucky del header */
@media only screen and (max-width: 992px) {
    header.header-mobile {
        height: auto;
        position: fixed;
    }
}

@media only screen and (max-width: 992px) {
    header.header-mobile .col-md-12 #menu-btn {
        margin-top: 20px;
    }
}
