@media (max-width: 2560px) {
 
}
@media (max-width: 1440px) {
}
@media (max-width: 1289px) {
    .contenedor-logo{
        justify-content: center;
    }
    .logo{
        max-width: 47%;
        margin-bottom: 30px;
    }
    
}
@media (max-width: 1024px) {
 
}
@media (max-width: 768px) {
    .contenedor-logo{
        justify-content: center;
    }
    .logo{
        max-width: 55%;
    }
    .foto-portada {
        background-position-y: 60%;
    }
}
@media (max-width: 600px) {
header{
    grid-template-rows: 15vh 20vh 1fr 10vh 10vh 8vh 10vh 9vh;
}
.contenedor-logo{
    justify-content: flex-start;
}
.logo{
    max-width: 87%;
}

.burguer_contenedor p {
    font-size: 1rem
}

.foto-portada {
    background-position-y: 87%;
}


}


@media (min-width: 2560px) {
 
}
@media (min-width: 1440px) {
   
    header{
        
        grid-template-rows: 4vh 20vh 1fr 10vh 10vh 8vh 10vh 2vh;
    }
    .foto-portada{
        background-position-y: 57%;
    }
 
}
@media (min-width: 1290px) {

    .contenedor-logo{
        justify-content: center;
    }
    .logo{
        max-width: 34%;
    }
    
}
@media (min-width: 1024px) {
}
@media (min-width: 768px) {
}
@media (min-width: 600px) {
}

@media (max-height: 658px) {
    /* .contenedor-logo {
        flex-direction: column-reverse;
        grid-column: 2/3;
        grid-row: 2/3;
        justify-content: space-between;
    }
    .logo{
        width: 70%;
    } */

}

@media (max-height: 657px) {
    .contenedor-logo {
        grid-row: 2/5;
    }
    .logo{
        background: url(../imagen/logohorizontal.png);
        background-size: contain;
        background-repeat: no-repeat;  
    }
  
  }