/* RUOTA ASTROLOGICA VISIBILE */
body.home-page .hero::before {
    content: '' !important;
    position: absolute !important;
    bottom: 10% !important;
    left: 5% !important;
    width: 300px !important;
    height: 300px !important;
    background: url('../images/ruota-astrologica.png') center/contain no-repeat !important;
    animation: ruota-astrale-lenta 60s linear infinite !important;
    z-index: 0 !important;
    opacity: 0.4 !important;
    display: block !important;
}

@keyframes ruota-astrale-lenta {
    0% { transform: rotate(0deg); opacity: 0.3; }
    50% { opacity: 0.5; }
    100% { transform: rotate(360deg); opacity: 0.3; }
}/* cache-bust 1763111670 */
