/* Aqui voy a poner los ultimos ajustes sobre la peticion de poner scroll */
/* Iphone SE-5 */
@media (min-width: 320px) and (min-height: 568px){

}
/* Galaxy s5 */
@media (min-width: 360px) and (min-height: 640px){
    
}
/* Iphone XS  X*/
@media (min-width: 375px) and (min-height: 812px){
    
}
/* iPHONE 6,6,6S,7 */
@media (min-width: 375px) and (min-height: 667px){
    
}
/* IPHONE xr. xsmax */
@media (min-width: 414px) and (min-height: 736px){
    
}
/* iphone 8plus 6splus 5plus  */
@media (min-width: 414px) and (min-height: 896px){
    
}