.title-bg .titulo { white-space: nowrap; }


.footer-bg { 
    --preto: #fff;
    --branco: #191919;
}

footer .footer-bg .footer form textarea[name=mensagem] { color: #fff; }

@media (max-width: 990px){
    .title .titulo { white-space: normal; }
    .title .titulo br { display: none; }
}