
body{background-color:#fff;}
@media screen and (max-width: 1024px) { /* PARA DISPOSITIVOS PEQUENOS*/

}
@media screen and (min-width: 1025px) { /* PARA DISPOSITIVOS GRANDES*/

}