* {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 410px) {
    body {
        background-image: url("./images/fot_380x1230.jpg");
        /* Otras propiedades si son necesarias */
    }
}

@media only screen and (min-width: 411px) and (max-width: 366px) {
    body {
        background-image: url("./images/fot_367x667.jpg");
        /* Otras propiedades si son necesarias */
    }
}

@media only screen and (min-width: 415px) {
    body {
        background-image: url("./images/fot_380x1230.jpg");
        /* Otras propiedades si son necesarias */
    }
}

@media only screen and (min-width: 416px) and (max-width: 719px) {
    body {
        background-image: url("./images/fot_720x1280.jpg");
        /* Otras propiedades si son necesarias */
    }
}

@media only screen and (min-width: 720px) and (max-width: 1023px) {
    body {
        background-image: url("./images/fot_1440x900.jpg");
        /* Otras propiedades si son necesarias */
    }
}

@media only screen and (min-width: 1024px) {
    body {
        background-image: url("./images/fot_1440x900.jpg");
        /* Otras propiedades si son necesarias */
    }
}
