#crm-aviso-email-footer.crm-aviso,
#crm-aviso-email-header.crm-aviso {
    color: #FACA05 !important;
}
/* 
.cadastro-header-buscofem {
    background-color: #A31C6C;
} */

.secao-cadastro.cadastro-header .formulario-titulo,
.secao-cadastro.cadastro-header .custom-control-label,
.secao-cadastro.cadastro-header .custom-control-label a {
    color: white;
}

.secao-cadastro {
    color: white;
}

.secao-cadastro:not(.cadastro-header) .parsley-required,
.secao-cadastro:not(.cadastro-header) .parsley-type {
    color: #C77812;
}

.secao-cadastro .form-check-label a {
    color: #1D9930;
}

.secao-cadastro .form-check-label a:hover,
.secao-cadastro .form-check-label a:focus,
.secao-cadastro .form-check-label a:active {
    color: #0B3026;
}

.custom-control-label::before {
    background-color: #fff;
    border-color: #1D9930;
}

.custom-switch .custom-control-label::after {
    background-color: #1D9930;
}

.custom-control-label {
    color: #A31C6C;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1D9930;
    background-color: #1D9930;
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
}
/* 
.cadastro-header .formulario-titulo:before {
    background-color: white;
}

.cadastro-header .form .parsley-errors-list {
    color: #F2CB0C;
}

#cadastro-blog-name-email-optin .form-check-label a {
    color: white;
}

#cadastro-sidebar-name-email-optin .form-check-label a {
    color: #F2CB0C;
} */

@media (max-width: 768px) {
    .cadastro-popup .modal-body {
        background: white url('../images/originais/bg-modal-newsletter-mobile.png') center bottom / contain no-repeat;
    }
    .cadastro-popup .col-md-6 {
        background-color: white;
    }
}

.cadastro-popup .modal-body {
    background: url('../images/originais/bg-modal-newsletter.png') right center/contain no-repeat;
}

/* .cadastro-popup .form-control {
    border-color: #5E1D08;
} */

#formulario-cadastro-popup .parsley-type,
.cadastro-popup .parsley-errors-list .parsley-required,
.cadastro-popup .parsley-errors-list .parsley-type #formulario-cadastro-popup .parsley-required {
    color: red;
}

#cadastro-footer-name-email-optin h2,
#cadastro-footer-name-email-optin label,
#cadastro-footer-name-email-optin p {
    color: white;
    font-weight: bold;
}

#cadastro-footer-name-email-optin {
    padding: 5rem 0;
    background: linear-gradient(180deg, #155140 0%, #0B3026 100%);
}