.main-footer.custom-footer-final {
    flex-shrink: 0 !important; /* No deja que el footer se aplaste */
    margin-top: auto !important; /* EMPUJA el footer al final del body flex */
    width: 100%;
    padding: 20px 0;
    background-color: #ffffff;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.footer-content {
    font-size: 0.85rem;
    color: #6c757d;
}