.receive__news {
    background: var(--bg-newsletter)
}

.newsletter__titulo {
    color: var(--tx-white);
    font-size: var(--header-sm);
    font-weight: 600;
}

.receive__news i {
    color: var(--tx-white);
    font-size: var(--header-lg);
}

.receive__news .form-control {
    font-weight: 300;
    font-size: 14px;
    color: var(--tx-medium);
    height: auto;
    width: 100%;
    border-radius: 50px;
    margin-top: 7px;
    box-shadow: none;
}


.receive__news__button {
    border-radius: 50px;
    padding: 6px 21px;
    background: var(--tx-white);
    border: 1px solid var(--tx-white);
    margin-top: 10px;
    transition: 500ms;
    color: var(--tx-dark)
}

    .receive__news__button:hover,
    .receive__news__button:disabled {
        background: none;
        border: 1px solid var(--tx-white);
        color: var(--tx-white)
    }


.termos__uso .checkbox label, .termos__uso a {
    color: var(--tx-white);
}