/* .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;
} */



.firma {
    display: none;
}

.chart_dpa_widget {
    max-width: 1200px;
    margin: auto;
}

.sommario_interno {
    color: #0f0f0f;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

#mpu_top_side_to_side {
    display: flex;
    justify-content: center;
    background-color: #ebebeb;
    margin: 30px 0;
}

.mt_30 {
    margin-top: 30px;
}

.delimiter.mtb_50 {
    display: none;
}

.blinking_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.blinking_dot {
    width: 15px;
    height: 15px;
    background-color: #DBAC34;
    border-radius: 50%;
    margin-right: 10px;
    animation: blink 2s infinite;
    box-shadow: 0 0 10px #DBAC34, 0 0 20px #DBAC34;
}

.blinking_text {
    width: auto;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    color: #0f0f0f;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    z-index: 20;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}




@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;
    }

    .sommario {
        padding-top: 10px;
    } */

    h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sommario {
        padding-left: 15px;
        padding-right: 15px;
    }


    .blinking_container {
        margin-top: 30px;
        line-height: 24px;
        align-items: flex-start;
    }

    .blinking_dot {
        margin-top: 8px;
    }

    .blinking_text {
        width: calc(100% - 25px);
    }

    section:first-of-type {
        margin-top: 0;
    }

    .chart_dpa_widget {
        max-width: 100%;
    }
}