footer .footer-bg::before { display: none; }
footer .footer-bg { background: var(--branco); }
footer .footer .content .texto { color: var(--preto); line-height: 1; }
footer .footer .content .atendimento > p,
footer .footer .content .atendimento .item,
footer .footer .content .contatos > * { color: var(--preto); }
footer .footer .form textarea,
footer .footer .form textarea::placeholder,
footer .footer .form input::placeholder,
footer .footer .form input { background: var(--branco); color: var(--preto); }

footer .footer .form textarea,
footer .footer .form input { border: 1px solid var(--cor1);  border-left: 6px solid var(--cor2); }
footer .footer .content .texto::before { max-height: 80px; background: var(--cor1); }