

/* Smartphones (portrait & landscape) */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {


.col19 {
width:100%;
}


.escuela {
    text-align: center!important;
}

.expresa {
    text-align: center!important;
}

.refugio {
    text-align: center!important;
}


vc_row {
    margin-top: -12px!important;
}






}


/* Smartphones (landscape) */
@media only screen 
and (min-width : 321px) {
}


/* Smartphones (portrait) */
@media only screen 
and (max-width : 320px) {
}


/* iPads (portrait & landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
}


/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}


/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}


