/***
Gruppo api Widget Titolo e Testo CSS
***/

.elementor-widget.elementor-widget-banner_base {
    margin-bottom: 0px;
}

.banner-base{
    width: 100%;
    min-height: 478px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}
.testi{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.icona-top{
    margin-bottom: 147px;
}
.icona-centrale{
    margin-bottom: 22px;
}
.icona-top img{
    margin-top: 33px;
}
.icona-top-missing{
    margin-bottom: 110px;
}
.icona-top-presente{
    margin-bottom: 134px;
}
.titolo{
    font-size: 48px;
    font-weight: extra-bold;
    margin-bottom: 13px;
}
.sottotitolo{
    margin-bottom: 38px;
    font-size: 18px;
    font-weight: 500;
    max-width: 50%;
    text-align: center;
}
.margin-missing-icon-top{
    margin-bottom: 261px;
}
.pulsanti{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 127px;
}
.pulsante{
    color: black;
    font-size: 15px;
    text-align: center;
    min-width: 207px;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 43px;
    margin-right: 28px;
}
.pulsante:last-child{
    margin-right: 0px;
}

@media screen and (max-width: 768px){
    .elementor-section-boxed .banner-base{
        min-height: 400px;
        height: 400px !important;
        background-position: center;
    }

    .elementor-section-full_width .banner-base {
        min-height: 90vh;
        height: 90vh !important;
        background-position: center;
    }
    .testi{
        margin-top: 45px;
    }
    .titolo{
        margin-bottom: 12px;
        margin-left: 29px;
        margin-right: 29px;
        text-align: center;
    }

    .titolo.custom-heading-large {
        font-size: 21px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .icona-centrale{
        margin-bottom: 15px;
    }
    .icona-top{
        margin-bottom: 0px;
    }
    .sottotitolo{
        text-align: center;
        margin-bottom: 0px;
        margin-left: 29px;
        margin-right: 29px;
        max-width: 80%;
    }
    .pulsanti{
        flex-direction: column;
    }
    .pulsante{
        margin-right: 0px;
        margin-bottom: 28px;
    }
    .icona-top-presente{
        margin-bottom: 0px;
    }
}

