.font-antialiased{
    font-family: antialiased;
}
.focus:focus{
    outline: none;
}
.cursor{
    cursor: pointer;
}
.titulo {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}
.subtitulo {
    margin: 1rem 0 0;
    font-size: 1.125rem;
    font-weight: 400;
}
.ter-titulo {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}
.dja{
    display: flex;
    justify-content: center;
    align-items: center;
}
.df{
    display: flex;
}
.dnone{
    display: none;
}
.he-100{
    height: 100px;
}
.he-125{
    height: 125px;
}
.vh-75{
    height: 75vh;
}
.w-33{
    width: 33%;
}
.fs-12{
    font-size: 12px;
}