body{
    font-family: "Poppins",sans-serif;
    line-height: 1.4em;
    font-size: 0.98rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Roboto",sans-serif;
    color:#000000;
}

img {
    max-width:100%;
}

.navbar{
    background: #D6D9D9;
}

.navbar .nav-item .nav-link{
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 25px;
}

.navbar .nav-item:last-child .nav-link{
    margin-right: 0px;
}

.navbar-toggler{
    color:white;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blocco-grigio{
    border:2px solid #E7E7E8;
    background: #E7E7E8;
    border-radius: 20px;
    padding: 20px;
}

a.blocco-grigio{
    color:#2B415D;
    text-decoration: none;
}

.blocco-grigio.sfondo-verde {
    background: #21a612!important;
    color:white!important;
}

a.blocco-grigio:hover,
.blocco-grigio.blocco-selezionato {
    border:2px solid #2B415D;
    background: #f6f6f6;
    color: #0E4149;
}
.blocco-grigio.blocco-selezionato h4 {
    color: #0E4149;
}

.blocco-grigio.sfondo-verde h4 {
    color:white;
}

.titolo {
    color:#2B415D;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:15px;
}

.patrocini{
    margin-bottom:40px;
}

.patrocini img {
    max-height:120px;
}

.single-funfact{
    display: flex;
    align-items: center;
}

.bottone{
    border-radius: 10px;
    color: white;
    font-family: "Roboto",sans-serif;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 1.5em;
    letter-spacing: -1px;
}

.giallo-bg.bottone,
.giallo-bg.bottone:hover,
.verde-bg.bottone,
.verde-bg.bottone:hover{
    color:  #233264;
}
.bottone:hover{
    color:white
}

.bottone span{
    font-weight: 300;
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
}

.bottone strong{
    font-size: 21px;
}

.counter{
    background: url('/images/sfondo-counter.png') #572E39 center center no-repeat;
    background-size: cover;
}

a.download{
    color:var(--bs-body-color);
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 1.4em;
}

.testo-rosso{
    color: #BF4E14!important;
}

.testo-blu{
    color: #6D4734!important;
}

.giallo-bg{
    background:  #E2C32E;
}

.blu-scuro-bg{
    background:  #32313E;
}

.arancio-bg{
    background:  #CF171E;
}

.azzurro-bg{
    background: #BF4E14;
}

.blu-bg{
    background:  #6D4734;
}

.rosso-bg{
    background:  #BF4E14;
}

.verde-bg{
    background: #114149;
}

.grigio-bg{
    background: #D7DADA;
}

.titolo-principale{
    color:#CF181E;
    text-align:center!important;
    text-transform: uppercase;
    font-weight: 600;
}



/**************************
FORM
 **************************/
form .titolo-principale {
    text-align: left;
    font-weight: 500;
}

.field-validation-error{
    padding-left: 1px;
    padding-top: 3px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .navbar .nav-item .nav-link {
        font-size: 16px;
        margin-right: 6px;
    }
}
