/* Navidad Snow Effect */

.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.snow-container .snowflake {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: snowfall linear infinite, sway ease-in-out infinite;
}

/* Snowflake variations */
.snow-container .snowflake:nth-child(1) { left: 5%; animation-duration: 10s, 3s; animation-delay: 0s; width: 8px; height: 8px; }
.snow-container .snowflake:nth-child(2) { left: 15%; animation-duration: 12s, 4s; animation-delay: 1s; width: 6px; height: 6px; opacity: 0.6; }
.snow-container .snowflake:nth-child(3) { left: 25%; animation-duration: 8s, 2.5s; animation-delay: 2s; width: 10px; height: 10px; }
.snow-container .snowflake:nth-child(4) { left: 35%; animation-duration: 14s, 3.5s; animation-delay: 0.5s; width: 5px; height: 5px; opacity: 0.5; }
.snow-container .snowflake:nth-child(5) { left: 45%; animation-duration: 9s, 3s; animation-delay: 3s; width: 7px; height: 7px; }
.snow-container .snowflake:nth-child(6) { left: 55%; animation-duration: 11s, 4s; animation-delay: 1.5s; width: 9px; height: 9px; opacity: 0.7; }
.snow-container .snowflake:nth-child(7) { left: 65%; animation-duration: 13s, 2.8s; animation-delay: 4s; width: 6px; height: 6px; }
.snow-container .snowflake:nth-child(8) { left: 75%; animation-duration: 10s, 3.2s; animation-delay: 2.5s; width: 8px; height: 8px; opacity: 0.65; }
.snow-container .snowflake:nth-child(9) { left: 85%; animation-duration: 15s, 4.5s; animation-delay: 0.8s; width: 4px; height: 4px; opacity: 0.4; }
.snow-container .snowflake:nth-child(10) { left: 95%; animation-duration: 7s, 2.2s; animation-delay: 3.5s; width: 10px; height: 10px; }

/* Additional snowflakes for density */
.snow-container .snowflake:nth-child(11) { left: 10%; animation-duration: 11s, 3.3s; animation-delay: 5s; width: 5px; height: 5px; opacity: 0.5; }
.snow-container .snowflake:nth-child(12) { left: 20%; animation-duration: 9s, 2.7s; animation-delay: 4.5s; width: 7px; height: 7px; }
.snow-container .snowflake:nth-child(13) { left: 30%; animation-duration: 13s, 3.8s; animation-delay: 6s; width: 6px; height: 6px; opacity: 0.6; }
.snow-container .snowflake:nth-child(14) { left: 40%; animation-duration: 8s, 2.4s; animation-delay: 5.5s; width: 9px; height: 9px; }
.snow-container .snowflake:nth-child(15) { left: 50%; animation-duration: 12s, 3.6s; animation-delay: 7s; width: 4px; height: 4px; opacity: 0.45; }
.snow-container .snowflake:nth-child(16) { left: 60%; animation-duration: 10s, 2.9s; animation-delay: 6.5s; width: 8px; height: 8px; }
.snow-container .snowflake:nth-child(17) { left: 70%; animation-duration: 14s, 4.2s; animation-delay: 8s; width: 5px; height: 5px; opacity: 0.55; }
.snow-container .snowflake:nth-child(18) { left: 80%; animation-duration: 9s, 3.1s; animation-delay: 7.5s; width: 7px; height: 7px; }
.snow-container .snowflake:nth-child(19) { left: 90%; animation-duration: 11s, 2.6s; animation-delay: 9s; width: 6px; height: 6px; opacity: 0.5; }
.snow-container .snowflake:nth-child(20) { left: 2%; animation-duration: 16s, 4.8s; animation-delay: 8.5s; width: 3px; height: 3px; opacity: 0.35; }

/* More snowflakes for heavier snow */
.snow-container .snowflake:nth-child(21) { left: 8%; animation-duration: 9s, 3.1s; animation-delay: 0.3s; width: 7px; height: 7px; opacity: 0.7; }
.snow-container .snowflake:nth-child(22) { left: 18%; animation-duration: 11s, 3.5s; animation-delay: 1.2s; width: 5px; height: 5px; opacity: 0.55; }
.snow-container .snowflake:nth-child(23) { left: 28%; animation-duration: 10s, 2.8s; animation-delay: 2.1s; width: 8px; height: 8px; }
.snow-container .snowflake:nth-child(24) { left: 38%; animation-duration: 13s, 4.1s; animation-delay: 0.7s; width: 6px; height: 6px; opacity: 0.6; }
.snow-container .snowflake:nth-child(25) { left: 48%; animation-duration: 8s, 2.6s; animation-delay: 3.2s; width: 9px; height: 9px; }
.snow-container .snowflake:nth-child(26) { left: 58%; animation-duration: 12s, 3.7s; animation-delay: 1.8s; width: 4px; height: 4px; opacity: 0.45; }
.snow-container .snowflake:nth-child(27) { left: 68%; animation-duration: 14s, 4.3s; animation-delay: 4.2s; width: 7px; height: 7px; }
.snow-container .snowflake:nth-child(28) { left: 78%; animation-duration: 9s, 2.9s; animation-delay: 2.8s; width: 5px; height: 5px; opacity: 0.5; }
.snow-container .snowflake:nth-child(29) { left: 88%; animation-duration: 11s, 3.4s; animation-delay: 0.9s; width: 8px; height: 8px; opacity: 0.65; }
.snow-container .snowflake:nth-child(30) { left: 98%; animation-duration: 15s, 4.6s; animation-delay: 3.7s; width: 3px; height: 3px; opacity: 0.4; }
.snow-container .snowflake:nth-child(31) { left: 3%; animation-duration: 10s, 3.2s; animation-delay: 5.2s; width: 6px; height: 6px; }
.snow-container .snowflake:nth-child(32) { left: 13%; animation-duration: 8s, 2.5s; animation-delay: 4.8s; width: 9px; height: 9px; opacity: 0.75; }
.snow-container .snowflake:nth-child(33) { left: 23%; animation-duration: 12s, 3.9s; animation-delay: 6.3s; width: 5px; height: 5px; opacity: 0.5; }
.snow-container .snowflake:nth-child(34) { left: 33%; animation-duration: 9s, 2.7s; animation-delay: 5.8s; width: 7px; height: 7px; }
.snow-container .snowflake:nth-child(35) { left: 43%; animation-duration: 14s, 4.4s; animation-delay: 7.2s; width: 4px; height: 4px; opacity: 0.4; }
.snow-container .snowflake:nth-child(36) { left: 53%; animation-duration: 11s, 3.0s; animation-delay: 6.7s; width: 8px; height: 8px; }
.snow-container .snowflake:nth-child(37) { left: 63%; animation-duration: 10s, 3.6s; animation-delay: 8.3s; width: 6px; height: 6px; opacity: 0.6; }
.snow-container .snowflake:nth-child(38) { left: 73%; animation-duration: 13s, 4.0s; animation-delay: 7.8s; width: 5px; height: 5px; opacity: 0.55; }
.snow-container .snowflake:nth-child(39) { left: 83%; animation-duration: 9s, 2.8s; animation-delay: 9.2s; width: 7px; height: 7px; }
.snow-container .snowflake:nth-child(40) { left: 93%; animation-duration: 12s, 3.3s; animation-delay: 8.8s; width: 6px; height: 6px; opacity: 0.5; }

@keyframes snowfall {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes sway {
    0%, 100% {
        margin-left: 0;
    }
    25% {
        margin-left: 15px;
    }
    50% {
        margin-left: -10px;
    }
    75% {
        margin-left: 20px;
    }
}
