.bg-cinza {
    background: #DCDCDC;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: var(--font-family);
}

.newsletter-block .newsletter-content .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.newsletter-block .newsletter_email {
    width: 100%;
    height: 5rem;
    border: 0;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    color: #999;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    max-width: 63rem;
    display: block;
    margin: auto;
}

.newsletter-block .newsletter-content .content button {
    font-size: 1.4rem;
    text-transform: capitalize;
    border-radius: 3rem;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: var(--secondary);
    color: #fff;
    line-height: 6rem;
    padding: 0 4.8rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-top: 3rem;
}