footer input,
footer textarea{display: block;margin: 5px 0;}
footer textarea{resize: vertical;min-height: 50px;max-height: 300px;}

footer {float: left; width: 100%;}

.footer-bg {background-color: #0C0C3F; padding: 75px 0;}
.footer {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.footer .info-rodape {display: flex; flex-direction: column; gap: 10px; color: #fff;}
.footer .info-rodape strong {font: 700 15px montserrat;}
.footer .info-rodape .endereco {font: 400 15px montserrat; text-decoration: none; color: #fff;}
.footer .tel-menu {font: 400 21.91px montserrat; color: #fff;}
.footer .engloba-horario {font: 400 15px / 26px montserrat; display: flex; gap: 10px;}
.footer .icon-tel-menu-footer {width: 21px;height: 21px;float: left;background: url(content/whatsapp.svg)no-repeat center;background-size: 100%;}
.footer .engloba-tel-menu:hover .tel-menu span {color: #fff;}

@media(max-width: 990px) {
    .footer {grid-template-columns: 1fr; justify-items: center;}
    .footer .info-rodape {width: 50%; text-align: center;}
    .footer .engloba-horario,
    .engloba-tel-menu {width: 100%; display: flex; justify-content: center;}
    .footer .info-rodape .endereco,
    .footer .info-rodape strong {font-size: 13px;}

    .footer .tel-menu span,
    .footer .tel-menu {font-size: 15px;}
}


@media(max-width: 500px) {
    .footer .info-rodape {width: 100%; text-align: center;}
}