.texto-destaque{
    font-family: 'Barlow', sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #4C56B2;
}
.texto-uppercase{
    text-transform: uppercase;
}
.texto-azul{
    color: #4C56B2;
}
.texto-magenta{
    color: #D51B82;
}
.texto-magenta-escuro{
    color: #8E0E55;
}
.texto-grey{
    color: #A1979C;
}
.texto-medio{
    color: #1D0312;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    line-height: 30px;
}
