/* formati per pagine di testo, come la home 
*/
.testo-home {
    color:#444444;
    line-height: 30px;
    font-family:'Open sans';
    font-weight: 300;
    font-size:16px;
    padding-left: 10%;
    padding-right: 10%;
}
.testo-home div, .testo-home p {
    text-align: justify
}
@media screen and (max-width: 759px) {
    .testo-home div, .testo-home p {
        text-align: left;
    }
    .testo-home {
        padding-left: 5%;
        padding-right: 5%;
        font-size:14px;
        line-height:22px;
    }
}
.evi {
    font-weight: 500
}
