.header {
    height: calc(100vh - 280px);
}

.header_img {
    height: calc(100vh - 280px);
    background-image: url(../img/cover_index_desktop.jpg);
}

body:not(.backgroundAdv) .header {
    .header {
        height: calc(100vh - 200px);
    }

    .header_img {
        height: calc(100vh - 200px);
        background-image: url(../img/cover_index_desktop.jpg);
    }
}


h1 {
    margin-bottom: 30px;
    color: #0A1E5A;
    font-size: 60px;
    max-width: 650px;
}

.sommario {
    color: #0A1E5A;
}

#usa_flourish_map_fin {
    display: none;
}

@media only screen and (min-width: 481px) and (max-width: 1500px) {
    h1 {
        max-width: 100%;
        font-size: 60px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .header {
        height: calc(100vh - 200px) !important;
    }

    .header_img {
        height: calc(100vh - 200px) !important;
        background-image: url(../img/cover_index_mobile.jpg) !important;
    }

    h1 {
        max-width: 100%;
        font-size: 44px;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    /*     .header_text {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
    } */

    .sommario {
        padding-top: 10px;
    }
}