.footer-main {
    background: #001A4D;
}

/* Logo */
.footer-logo {
    height: 60px;
    width: auto;
}

/* Texto institucional */
.footer-text {
    font-size: 15px;
    max-width: 420px;
    line-height: 1.4;
    opacity: .95;
}

/* Menu */
.footer-menu a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    opacity: .9;
    transition: opacity .2s ease;
}

    .footer-menu a:hover {
        opacity: 1;
        text-decoration: underline;
    }

/* Selos */
.footer-seal {
    height: 70px; /* levemente menor para equilibrar */
    width: auto;
}

/* Linha divisória */
.footer-divider {
    border-color: rgba(255,255,255,0.35);
}

/* =========================
   BOTÃO ÁREA RESTRITA
   ========================= */
.btn-area-restrita {
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.6);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    opacity: .9;
    transition: all .2s ease;
}

    .btn-area-restrita:hover {
        background: #ffffff;
        color: #001A4D;
        border-color: #ffffff;
        opacity: 1;
    }

/* =========================
   RESPONSIVO (opcional)
   ========================= */
@media (max-width: 576px) {
    .footer-text {
        font-size: 14px;
        max-width: 100%;
    }

    .footer-seal {
        height: 60px;
    }

    .btn-area-restrita {
        font-size: 12px;
        padding: 6px 14px;
    }
}
