@media all and (max-width: 1024px){

    form label {
        margin-bottom: 15px;
    }

    form div.telefono{
        margin-bottom: 0px;
    }

    form div.telefono select{
        float: left;
        width: 25% !important;
        min-width: 25% !important;
        margin-right: 5px;
    }

    form .desde-hasta{
        margin-bottom: 20px !important;
    }

    form .desde-hasta select{
        width: calc(50% - 15px);
        float: left;
    }

    form .desde-hasta .col{
        width: calc(50% - 15px) !important;
        float: left !important;
        margin-right: 0px !important;
    }

    form .desde-hasta .col:first-child{
        margin-right: 30px !important;
    }
    
    form .desde-hasta p{
        line-height: 24px !important;
        margin: 10px;
        width: 10px;
        text-align: center;
    }

    form div.desde-hasta span.error {
        left: 5px;
        top: 45px;
    }

    form .fecha-nacimiento{
        margin-bottom: 40px;
    }

    #mensaje-respuesta{
        background-size: 30px;
        padding: 40px 50px 50px 50px;
        width: 60%;
    }

    #mensaje-respuesta p span{
        font-size: 20px;
    }

    .fila.horario select{
        width: calc(33% - 21px) !important;
        float: left;
    }

    .lista-horarios h5{
        width: auto;
    }

    .lista-horarios .dia-horario > input{
        width: 95px;
    }

    .lista-horarios .dia-horario span.del{
        right: -10%;
        min-width: 25px;
    }

}

@media all and (min-width: 600px) and (max-width: 1024px){
    form div.telefono span.error {
        left: 195px;
    }

    .lista-horarios .dia-horario span.del{
        right: -10%;
    }
}