.imagenHorario{
    background-image: url("/images/img585/horario.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
#bloque1{
    background-color: #262626;
}

@media (max-width: 1200px) {

.imagenHorario{
    background-position: top;
    width: 100%;
    height: 100vh;
}


}