#fiere, #comunicazioni_home {
    position: absolute;
    z-index: 10;
    bottom: 120px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}


#comunicazioni_home .testo {
    text-decoration: none;
    color: var(--rosso);
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    transition: all .5s;
    font-size: 32px;
    font-weight: 900;
}

#comunicazioni_home .new {
    font-family: var(--default_font2);
    text-decoration: none;
    color: var(--rosso);
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    transition: all .5s;
    font-size: 32px;
    font-weight: 900;
}

#comunicazioni_home .sotto-testo {
    text-decoration: none;
    color: var(--main_grey);
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all .5s;
    font-size: 20px;
}


#fiere .testo {
    text-decoration: none;
    color: var(--rosso);
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    transition: all .5s;
    font-size: 14px;
    font-weight: 900;
}

#fiere .sotto-testo {
    text-decoration: none;
    color: var(--main_grey);
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all .5s;
    font-size: 12px;
}

#sostenibilita {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 10;
    transition: all .5s;
}

#sostenibilita_gradiente {
    position: fixed;
    width: 200px;
    height: 200px;
    z-index: 2;
    bottom: 0;
    right: 0;
    background-image: url(../img/gradiente-dx-bt.png);
    background-size: cover;
    opacity: .3;
}

.bottom-toolbar {
    position: absolute;
    bottom: 0;
    height: 35px;
    background-color: #c9c9c9;
    width: 100%;
}