.titulo {
    font-family: 'Typo';
    font-size: 30px;
    color: #fff;
}
.texto {
    font-family: 'helvetica';
    font-size: 16px;
    color: #880576;
    text-align: justify;
    margin-bottom: 20px;
}
.textobranco {
    font-family: 'helvetica';
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-bottom: 20px;
}