.c-preto {
    color: var(--preto) !important;
}

a.noneUnderline {
    text-decoration: none;
}

.ls--2 {
    letter-spacing: -0.02em !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-23 {
    font-size: 23px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.borda-divisao {
    float: left;
    width: 100%;
    display: table;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    margin-bottom: 16px;
}

.bt-adoleta-vermelho, .bt-adoleta-vermelho-hover-azul {
    background: var(--vermelho);
    color: var(--branco);
    width: 100%;
    border: none;
    border-radius: 8px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: var(--animate);
    box-shadow: var(--shadow-none);
}

.fz-16 {
    font-size: 16px !important;
}

.form-adoleta-pequeno-borda {
    border: 1px solid #EFEDE7;
    border-radius: 8px;
    font-size: 14px !important;
    padding: 16px !important;
    font-weight: 500;
}
