body {
    background-image: url(/img/wallpaper-mobile-devices.jpg);
}

@media only screen and (min-width: 768px) {
    /* PC de Escritorio */
    body {
        background-image: url(/img/wallpaper-desktop-devices.jpg);
    }
}
