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