footer .footer-bg {padding: 75px 0 0; background: var(--branco);} 
footer .footer-bg .textos {margin-bottom: 75px; color: var(--cor3);}

footer .footer .form-footer input, footer .footer .form-footer textarea {background: #ededed;}
footer .footer .titulo {color: var(--cor3);}
footer .footer-bg .contatos .email,
footer .footer .contatos .left > .item {color: var(--cor3);}
footer .footer .contatos {background: none; border: none; padding: 0;}

@media( max-width: 990px)
{
    footer .footer-bg {padding: 40px 0 0;}
    footer .footer-bg .textos {margin-bottom: 5px;}
}