/*Cambio de tamaño del titulo*/
@media only screen and (min-width : 540px) and (max-width : 771px) {
    .title-reserva {
    font-size: 20px;
    }
}
@media only screen and (max-width: 662px) {
    .title-reserva {
    font-size: 18px;
    }
}
@media only screen and (max-width: 604px) {
    .title-reserva{
        font-size: 16px;
    }
}

/*Visualizar logos arriba o junto con el titulo y cambio de margenes*/
@media only screen and (max-width: 554px) {
    .visgrande {
        display: none;
    }
    .login-panel{
        margin-top: 18%;
    }
    .title-head {
        height: 50px;
        padding-top: 5px;
    }
}
@media only screen and (min-width: 555px) {
    .vispequenya {
        display: none;
    }
}
@media only screen and (max-width: 771px) {
    .login-panel{
        margin-top: 13%;
    }
}

/*Cambio de tamaño de los botones*/
@media only screen and (max-width: 350px) {
    .botreg{
        font-size: 14px;
    }
    .botacc{
        font-size: 14px;
    }
    .bot-recuperar{
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px) {
    .botreg{
        font-size: 12px;
    }
    .botacc{
        font-size: 12px;
    }
    .botrec{
        font-size: 12px;
    }
}

/*Ajustar logo al tamaño de su colum con un maximo de 120px.*/
.imlogo{
    width: 100%;
    max-width: 220px;
    max-height: 240px;
    padding-top:25px;
}

/**/
.novisto {
    font-weight: 800!important;
}
