.custom-alert {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.custom-alert.show {
    opacity: 1;
}

.custom-alert.hide {
    opacity: 0;
}

/* Footer */
.footer-cooperativa {
    background: linear-gradient(to right, #265964, #429179);
    color: white;
}

.footer-link {
    color: white;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 500;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-brand {
    font-weight: bold;
    margin-left: 10px;
}
