
/* V14.2 - Rodapé institucional com copyright visível */
.footer,
.site-footer,
footer.footer{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:86px !important;
    padding:28px 18px !important;
    background:#06111f !important;
    color:#e5f1ff !important;
    text-align:center !important;
    font-size:16px !important;
    line-height:1.5 !important;
}

.footer p,
.site-footer p,
footer.footer p{
    margin:0 !important;
    color:#e5f1ff !important;
    font-weight:500 !important;
}

.footer strong:first-child,
.site-footer strong:first-child,
footer.footer strong:first-child{
    display:none !important;
}

.footer:empty::before,
.site-footer:empty::before,
footer.footer:empty::before{
    content:"Angatuba Imóveis ©2026. Todos os direitos reservados.";
    color:#e5f1ff;
}
