/* Footer Logo Expansion and Centering */
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo {
    height: 180px !important;
    /* Aumentado de su tamaño original */
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.footer-brand p {
    font-size: 1.1rem;
    max-width: 400px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
}

.footer-brand .social-links {
    justify-content: center;
    width: 100%;
    display: flex;
}