/* Hero Slider (homepage campagna abbonamenti - versione classica) */
.hero-slider {
}

    .hero-slider .swiper-wrapper {
        height: calc(100vw/1.25)
    }

.hero-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-slide-01 .hero-slide-content img {
    width: 56vw;
    margin-top: -14vw;
}

.hero-slide-02 .hero-slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.hero-slide-02 .hero-slide-content img {
    width: 60vw;
}

.hero-slide-03 .hero-slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.hero-slide-03 .hero-slide-content img {
    position: absolute;
    width: 90vw;
    bottom: 0;
    left: 5vw;
}

.hero-slide-04 .hero-slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.hero-slide-04 .hero-slide-content img {
    width: 60vw;    
}

.hero-slide-05 .hero-slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.hero-slide-05 .hero-slide-content img {
    width: 60vw;
}

.hero-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--oro, #d0b46e);
}

@media (min-width:768px) {
    .hero-slider .swiper-wrapper {
        height: calc(100vw/2)
    }

    .hero-slide-01 .hero-slide-content img {
        width: 45vw;
        margin-top: -12vw;
    }

    .hero-slide-02 .hero-slide-content img {
        width: 40vw;
    }

    .hero-slide-03 .hero-slide-content img {
        width: 60vw;
        left: 20vw;
    }

    .hero-slide-04 .hero-slide-content img {
        width: 45vw;
    }

    .hero-slide-05 .hero-slide-content img {
        width: 45vw;
    }
}

@media (min-width:1200px) {
    .hero-slider .swiper-wrapper {
        height: calc(100vw/4)
    }

    .hero-slide-01 {
        background-position: center 58%;
    }

    .hero-slide-01 .hero-slide-content img {
        width: 25vw;
        margin-top: -12vw;
    }

    .hero-slide-02 .hero-slide-content img {
        width: 25vw;
        margin-top: -2vw;
    }

    .hero-slide-03 .hero-slide-content img {
        width: 32vw;
        left: 34vw;
    }

    .hero-slide-04 .hero-slide-content img {
        width: 25vw;
    }

    .hero-slide-05 .hero-slide-content img {
        width: 20vw;
    }
}



    /*
    header {
    position: relative;
}

    header.mh {
        height: calc(100vw/2)
    }

    header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url('../img/bkg_header_2026.jpg');
        background-position: center 55%;
        background-size: 200%;
        background-repeat: no-repeat;
}

header::after {
    content: "";
    position: absolute;
    width: 56vw;
    height: calc(56vw/6.467);
    top: 26%;
    left: 50%;
    margin-left: -28vw;
    background-image: url(../img/bkg_header_2026_payoff.png);
    background-size: cover;
}

header .row {
    position: relative;
    z-index: 1;
}

header h1 {
    font-family: 'gravity';
    font-size: 9.2vw;
    font-weight: normal;
    line-height: 0.9;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

header h2 {
    font-family: 'gravity';
    font-size: 11vw;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

header p {
    font-size: 2vw;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

header img {
    width: 100px;
}


    
@media (min-width:768px) {
    header.mh {
        height: calc(100vw/3)
    }

    header::before {
        background-position: center 55%;
        background-size: 120vw;
    }

    header::after {
        width: 35vw;
        height: calc(35vw/6.467);
        top: 26%;
        left: 50%;
        margin-left: -17.5vw;
    }

    header h1 {
        font-size: 2rem;
    }

    header h2 {
        font-size: 3rem;
    }
}

    @media (min-width:992px) {

    header.mh {
        height: calc(100vw/4)
    }

    header::before {
        background-position: center 55%;
        background-size: cover;
    }

    header::after {
        width: 30vw;
        height: calc(30vw/6.467);
        top: 22%;
        left: 50%;
        margin-left: -15vw;
    }

    header h1 {
        font-size: 3rem;
    }

    header h2 {
        font-size: 4rem;
    }
    
    header img {
        width: 150px;
    }
}

*/