
.container-all-block {
    background-image: url("/assets/img/Volta_v2/sfondo_completo.png");
    background-size: cover;
    background-position: center top;
}

.block-1-bg {
    position: relative;
    overflow: hidden;
    background-image: url("/assets/img/Volta_v2/sfondo_formule.png");
    background-size: cover;
    background-position: center top;
    height: 1100px;
}


.block-1-pile-text {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);   /* era translate(50%, 50%) */
    width: auto;
    height: 700px;
    max-width: none;
    z-index: 1;
}

.block-1-text-2 {
    position: absolute;
    left: 50%;
    top: 870px;
    transform: translateX(-50%);   /* era translate(50%, 50%) */
    width: 230px;
    height: auto;
    z-index: 1;
}

.block-1-text-3 {
    position: absolute;
    left: 50%;
    top: 980px;
    transform: translateX(-50%);   /* era translate(50%, 50%) */
    width: 410px;
    height: auto;
    max-width: none;
    z-index: 1;
}

.block-1-btn {
    position: absolute;
    left: 50%;
    top: 770px;
    transform: translateX(-50%);   /* era translate(50%, 50%) */
    z-index: 1;
}

.block-2-end {
    font-size: 19px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}

.block-2-language {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

.block-3-ospite {
    font-family: BebasNeue-Regular;
    color: white;
    font-size: 45px;
}

.parking {
    font-family: BebasNeue-Regular;
    margin-top: 40px;
    margin-bottom: 60px;
    color: white;
    font-size: 30px;
}

@media (max-width: 1200px) {

    .block-1-bg {
        height: 850px;
    }

    .block-1-pile-text {
        top: 25px;
        width: auto;
        height: 500px;
    }

    .block-1-btn {
        top: 570px;
    }

    .block-1-text-2 {
        top: 660px;
        width: 230px;
    }

    .block-1-text-3 {
        top: 780px;
        width: 410px;
    }

    .btn {
        width: 330px;
    }

    .btn-subscription {
        font-size: 19px;
    }

    .btn-download {
        gap: .6em;
        font-size: 18px;
    }

}


@media (max-width: 900px) {

    .footer-logos {
        gap: 20px;
    }


    .footer-logo-eps {
        height: 25px;
    }

    .footer-logo-acinque {
        height: 20px;
    }

    .footer-logo-avolta {
        height: 35px;
    }

    .footer-logo-lake-como {
        height: 30px;
    }

}


@media (max-width: 680px) {

    .container {
        --bs-gutter-x: 2.5rem;
    }

    .header-bg {
        height: 50px;
    }

    .block-1-bg {
        height: 600px;
    }

    .block-1-pile-text {
        top: 25px;
        width: auto;
        height: 300px;
    }

    .block-1-btn {
        top: 360px;
    }

    .block-1-text-2 {
        top: 440px;
        width: 200px;
    }

    .block-1-text-3 {
        top: 530px;
        width: 330px;
    }


    .block-2-language {
        font-size: 13px;
    }

    .btn {
        width: 250px;
    }

    .btn-subscription {
        font-size: 17px;
    }

    .btn-download {
        font-size: 15px;
    }

    .download-icon {
        height: 20px;
    }

    .parking {
        font-size: 16px;
    }

}