/* 
 * Footer Spacing Fix for Nosotros Page
 * Overrides the excessive margin-top from nosotros-completo.template.css
 */

/* Desktop: Reduce footer margin to match contacto page */
.footer {
    margin-top: 100px !important;
}

/* Mobile: Adjust for responsive */
@media (max-width: 1000px) {
    .footer {
        margin-top: 40px !important;
    }
}

@media (max-width: 500px) {
    .footer {
        margin-top: 40px !important;
    }
}
