.menu{
    background-repeat: no-repeat;
    background-size: cover;
}
.containermenu a{
    text-decoration: none;
}
.titulomenu a {
    text-decoration: none;
}
#menudesayuno {
    margin-left: 2%;
}
@media (min-width: 600px) {
    .logopc {
        width: 66%;
        margin-left: 17%;
        margin-bottom: 25vw;
    }
}

@media (max-width: 600px) {
    .menubackazul, .menu {
        background-image: none!important;
    }
}

@media (min-width: 1051px) {
    .logopc {
        margin-bottom: 25vw;
    }
}