/* FOL */
body {

    background-size: 100% !important;
    background-repeat: repeat-y !important;
    background-image: url(https://www.fremap.es/Style%20Library/Images/Navidad-2025/fondo-navidad-2026.png) !important;
    background-color: white !important;
}

@media screen and (max-width: 1200px) {

    body {

        background-image: none !important;
        background-color: white !important;
    }

}

