header {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header {
    height: 370px;
    position: relative;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.header_img {
    width: 100%;
    height: 370px;
    background-color: #F2F2F2;
    background-image: url(../img/immagine-testata.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    background-color: #0F0F0F;
    padding: 40px 94px;
}

.header_text * {
    white-space: nowrap;
}

.data_aggiornamento {
    color: #FFF;
    text-align: center;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    opacity: .85;
    z-index: 20;
}

h1 {
    width: 100%;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    z-index: 20;
    position: relative;
    margin: auto;
}

.sommario {
    width: 100%;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    z-index: 20;
}

.firma {
    color: #FFF;
    text-align: center;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    z-index: 20;
    padding-top: 10px;
    opacity: .6;
}

header .delimiter {
    margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
    .header_text {
        padding: 32px;
    }
    .header_text * {
        white-space: nowrap;
    }

    h1{
        font-size: 66px;
    }
}

@media only screen and (max-width: 768px) {
    .header_text {
        padding: 32px;
    }

    .header_text * {
        white-space: normal;
    }

    h1 {
        white-space: nowrap!important;
        font-size: 42px;
        margin: 4px auto;
    }

    .data_aggiornamento {
        font-size: 16px;
    }

    .sommario {
        font-size: 18px;
    }

    .due-colonne {
        padding-left: unset;
        padding-right: unset;
    }

    #mpu_top_mobile {
        background-color: #8eaad4;
    }
}

@media only screen and (max-width: 480px) {
    header {
        padding-top: unset !important;
        margin-bottom: 0;
    }

    .header {
        padding-left: 0;
        padding-right: 0;
        height: 300px;
    }

    h1 {
        white-space: normal!important;
        font-size: 36px;
        margin: 4px auto;
    }

    .header_text {
        padding: 8px 22px;
        width: 80%;
    }


    .sommario {
        font-size: 18px;
        line-height: 24px;
    }

    .firma {
        font-size: 18px;
    }
}