/*FONT*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
*/
:root {
    --yellow: #FFED19;
}

h4 {
    color: #009ee3;
}

p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 5px;
}

.agevolazioni2022 {
    font-family: 'Poppins', sans-serif!important;
    color: #000000;
}

.flex {display: flex}

.px_20 {padding: 0 20px}

.px_15 {padding: 0 15px}
/*
.border_right {
    border-right: 2px solid #000000;
}

*/.box-blu {
    background-color: #283583;
    margin-bottom: 2rem;
    padding: 20px;
}
/*
.box-abbonati-modena{
    background-color: #c2eefb;
    margin-bottom:  3rem;
    padding: 30px;
}

.box-meccanica-concorso{
    background-color: #fffbd1;
    padding: 10px 30px 10px 30px;
}
*/
.titolo-box {
    font-size: 2.8rem;
    color: #FFFFFF;
    font-weight: 700;
}
.titolo-box > .grande {
    font-size: 3.5rem;
}

.sottotitolo-box {
    font-size: 2rem;
    color: var(--yellow);
    font-weight: 700;
    width: 100%;
    margin-top: 7px;
}

.list-custom ul {
    font-size: 1.8rem;
    list-style: none;
    margin-left: -1em;
}

.list-custom ul li::before {
    content: "\2022";
    color: var(--yellow);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/*
.btn-giallo{
    color: black;
    background-color: var(--yellow);
    border: none;
    padding: 10px;
    font-size: 1.7rem;
    border-radius: 30px;
    width:100%;
    max-width: 250px;
    cursor: unset;

}

.testo-abbonati-modena {
    font-size: 3rem;
    color: #283583;
    width: 100%;
}

.icona-gialla {
    color: var(--yellow);
}

/*scatto < md*//*
@media only screen and (max-width: 991px) {
    .flex {display: block}
    .border_right {border: none}

    .informativa {margin-top: 20px}

    /*responsive testi*//*
    p {font-size: 1.6rem;}
    .titolo, .titolobullet{font-size: 2.8rem;}
    .sottotitolo, .sottotitolobullet {font-size: 1.8rem;}
    .vantaggi ul li {font-size: 2rem;}

    .titolo-box, .sottotitolo-box {text-align: center;}
    .sottotitolo-box {margin-top: 0;}
    .btn-giallo {margin-top: 30px;}

}

@media (min-width:991px) {
    .div-wrapper {
        height: 300px;
        display: flex;
        align-items: flex-end;
    }
}
*/