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

.box-base-con-pulsanti{
    width: 100%;
    min-height: 478px;
    height: 100%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}
*>.box-base-con-pulsanti{
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.box-base-con-pulsanti .icona-centrale {
    padding-top: 70px;
}

.testi{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.titolo{
    margin-bottom: 13px;
}
.sottotitolo-box-base{
    margin-bottom: 29px;
}
.pulsanti-box-base{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-bottom: 70px;
}
.pulsante{
    background-color: white;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 53px;
    padding-right: 53px;
    border-radius: 43px;
    margin-right: 28px;
}

@media screen and (max-width: 1200px){
    *>.box-base-con-pulsanti{
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
    .box-base-con-pulsanti{
        min-height: 400px;
        background-position: center;
    }
    .testi{
        margin-top: 45px;
    }
    .titolo{
        margin-bottom: 12px;
        margin-left: 29px;
        margin-right: 29px;
    }
    .sottotitolo-box-base{
        text-align: center;
        margin-bottom: 25px;
        margin-left: 29px;
        margin-right: 29px;
    }
    .pulsanti-box-base{
        flex-direction: column;
    }
    .pulsante{
        margin-right: 0px;
        margin-bottom: 28px;
    }
}


@media screen and (max-width: 767px){
    *>.box-base-con-pulsanti{
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
    .box-base-con-pulsanti{
        min-height: 400px;
        height: 400px !important;
        background-position: center;
    }
    .testi{
        margin-top: 45px;
    }
    .titolo{
        margin-bottom: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .box-base-con-pulsanti .icona-centrale {
    padding-top: 40px;
    max-width: 55px;
    }
    .sottotitolo-box-base{
        text-align: center;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .pulsanti-box-base{
        flex-direction: column;
    }
    .pulsante{
        margin-right: 0px;
        margin-bottom: 15px !important;
    }
}
