.titoloni{
    font-family: "Gasoek One", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

/* non va?? */
.titoli{
    font-family: "Gasoek One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.testi{
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  text-decoration: none;
}

.testo-nero{
    color: #171A21;
}
.testo-arancio{
    color: #F56416;
}
.testo-bianco{
    color: #ffffff;
}


.sfondo-giallo{
    background-color: #FEE440;
}


.sfondo-bianco{
    background-color: #FFFFFF;
}
.sfondo-rosa{
    background-color: #F15BB5;
}
.sfondo-arancio{
    background-color: #F56416;
}
.sfondo-nero{
    background-color: #171A21;
}

.cornice-arancio{
    border: 2px solid #F56416;
}

.riga-h1{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
}


/*bottoni*/
.bottone-giallo{
    background-color: #FEE440;
    color: #171A21;
    font-weight: bold;
    text-transform: uppercase;
}
.bottone-giallo:active{
    background-color: #f2e27e;
}
.bottone-giallo:hover{
    background-color: #f2e27e;
}

.bottone-rosa{
    background-color: #F15BB5;
    color: #171A21;
    font-weight: bold;
    text-transform: uppercase;
}
.bottone-rosa:active{
    background-color: #ff89d0;
}
.bottone-rosa:hover{
    background-color: #ff89d0;
}

.bottone-arancio{
    background-color: #F56416;
    color: #171A21;
    font-weight: bold;
    text-transform: uppercase;
}
.bottone-arancio:active{
    background-color: #fb8443;
}
.bottone-arancio:hover{
    background-color: #fb8443;
}

.bottone-nero{
    background-color: #171A21;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.bottone-nero:active{
    background-color: #31353e;
    color: #ffffff;
}
.bottone-nero:hover{
    background-color: #31353e;
    color: #ffffff;
}

.bottone-larghezza{
    width: 100%;
}





.bordo-arancio{
    border-color: #F56416;
    border-width: 2px;
}
.bordo-arancio:active{
    border-color: #F15BB5;
}
.bordo-arancio:focus{
    border-color: #F15BB5;

}


.container-tabella{
    border-top: 2px solid #F56416;
    border-bottom: 2px solid #F56416;
}
.container-tabella-rosa{
    border-top: 2px solid #F15BB5;
    border-bottom: 2px solid #F15BB5;
}
.cornice-arancio{
    border: 2px solid #F56416;
    padding: 2vh;
}
.cornice-rosa{
    border: 2px solid #F15BB5;
    padding: 2vh;
}

/*SFONDO ACCORDION*/
.sfondo-acc{
    background-color: #fb8443;
    color: #171A21;
    font-weight: 500;
    border-bottom: 1px solid #171A21;
}
.sfondo-acc:not(.collapsed){
    background-color: #F56416;
    color: #171A21;
    font-weight: bold;
    border-bottom: 1px solid #171A21;
}

/*fasce pagina gare*/
.fascia{
    padding: 20px 40px;
    margin: 20px 0px;
}