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;
}

img {
    max-width:100%;
}

.navbar{
    background: #07478C;
}

.navbar .nav-item .nav-link{
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 40px;
}

.navbar .nav-item:last-child .nav-link{
    margin-right: 0px;
}

.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='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blocco-grigio{
    background: #E7E7E8;
    border-radius: 20px;
    padding: 20px;
}

.titolo {
    color:#32313E;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:15px;
}

.ul-testo{
    list-style: none;font-size: 1.1rem;line-height: 1.3em;
}

.ul-testo li {
    margin-top:5px;
}

.patrocini{
    margin-bottom:40px;
}

.patrocini img {
    max-height:120px;
}

.single-funfact{
    display: flex;
    align-items: center;
}

.bottone-home{
    background: #FFDD0E;
    border-radius: 20px;
    display: flex;
    color: #32313E;
    padding:12px 18px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border:0!important;
}

.bottone-home.blu{
    background: #07478C;
    color: white;
}

.calendari img {
    height: 40px;
    margin-right: 15px;
}

.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;
}

.bottone.bottone-text-sm{
    padding: 8px 8px;
}

.bottone.bottone-text-sm strong{
    font-size: 21px;
}

.bottone:hover{
    color:white
}

.bottone span{
    font-weight: 300;
    display: block;
    font-size: 19px;
    margin-bottom: 3px;
}

.bottone strong{
    font-size: 23px;
}

.giallo-bg{
    background:  #F8BA15;
}

.arancio-bg{
    background:  #EC8123;
}

.azzurro-bg{
    background: #0AA3C3;
}
.azzurro{
    color: #0AA3C3;
}

.blu-bg{
    background:  #233264;
}

.viola-bg{
    background:  #4555A2;
}

.rosso-bg{
    background:  #D60E25;
}

.verde-bg{
    background: #71AB5C;
}
.verde{
    color: #71AB5C;
}

.rosa-bg {
    background: #EA507D;
}

.grigio-bg{
    background:  #32313E;
}
