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 {
    position: relative;
    background-color: #c6e2d7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.header_img {
    width: 100%;
    height: 370px;
    background-color: #c6e2d7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_text {
    width: 100%;
    max-width: 1260px;
    background-color: transparent;
    padding: 40px 94px;
    margin-top: 84px;
}

.header_text * {
    white-space: nowrap;
}

.data_aggiornamento {
    color: #0F0F0F;
    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: #0F0F0F;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    z-index: 20;
    position: relative;
    margin: auto;
    line-height: .9em;
    margin-top: 18px;
    margin-bottom: 18px;
}

.sommario {
    width: 100%;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    color: #0F0F0F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    z-index: 20;
}

.firma {
    color: #0F0F0F;
    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;
}

.bandiera-italia {
    position: absolute;
    top: 0;
    left: -2%;
    z-index: 10;
    width: 50%;
}

body:not(.backgroundAdv) .bandiera-italia {
    width: 40%;
    left: 0;
}

@media only screen and (max-width: 1540px) {
    .header_text {
        padding: 32px 20px;
    }

    h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .header_text {
        padding: 32px 20px;
    }

    h1 {
        font-size: 50px;
    }

    .header_text * {
        white-space: normal;
        width: 100%;
    }

    .bandiera-italia, body:not(.backgroundAdv) .bandiera-italia {
        width: 60%;
        left: 0;
        top: -5px;
    }
}

@media only screen and (max-width: 768px) {

    .header_text {
        padding: 20px;
    }

    .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: #97D8B8;
    }
}

@media only screen and (max-width: 480px) {
    header {
        padding-top: unset !important;
        margin-bottom: 0;
    }

    .header {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1px;
        overflow: unset;
    }

    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;
    }

    .bandiera-italia,
    body:not(.backgroundAdv) .bandiera-italia {
        position: absolute;
        top: -1px;
        left: 0;
        z-index: 10;
        width: 70%;
    }
}