.footer {
    background-color: var(--amarelo) !important;
}

.footer h5 {
    color: var(--verde-escuro);
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.footer a:hover {
    color: var(--amarelo);
}

/* LOGO MENOR */
.footer img {
    max-width: 160px;
    height: auto;
}

.footer .coluna p {
    font-size: 0.875em !important;
}

/* Colunas alinhadas no centro */
.footer .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--verde-escuro);
    padding: 20px;
}

.footer .row > div:nth-child(2) {
    padding: 35px;
}

.footer .row > div:last-child {
    border-right: none;
}

.footer p,
.footer a {
    font-size: 0.95rem;
}

.footer .fs-4 {
    font-size: 1.5rem !important;
}

/* Ajustes para telas maiores */
@media (min-width: 768px) {
    .footer .row {
        display: flex;
        align-items: stretch;
        text-align: center;
    }

    .footer .row > div {
        height: 100%;
    }
}
