#matoc_mappa{
    height: 600px;
}
.w-60{
    width: 59%;
    padding-right: 30px;
    float: left;
}
.w-40{
    width: 39%;
    float: right;
}
@media (max-width: 780px){
    .w-60, .w-40{
        width: 100%;
        padding-right: 0px;
    }
    .w-40{
        margin-top: 10px;
    }
}
#overlay_avvisi {
    opacity: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(30, 30, 30, 0.9);
}
#overlay_avvisi .container {
    margin-top: 50vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#overlay_avvisi .container .row {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#overlay_avvisi .avvisi_content {
    padding: 25px;
}
#overlay_avvisi .avvisi_content h2 {
    font-family: 'Poppins';
    font-weight: 700;
}
#overlay_avvisi .avvisi_content > p {
    padding: 15px 0;
    overflow-y: auto;
}
#overlay_avvisi .close-map {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.page-cover[style^="background-image:url('')"] h1{
    color: #333333;
}
.page-cover[style^="background-image:url('')"] {
    padding-bottom: 15%!important;
}