/*
═══════════════════════════════════════════════════════════════════════════════
    FOOTER FIXES - Dispositivo de Corrección de Stewie
    
    Ajustes de espaciado y legibilidad para el footer
    Aplicar después de style.css
═══════════════════════════════════════════════════════════════════════════════
*/

/* ============================================================================
   ESPACIADO GENERAL DEL FOOTER
   ============================================================================ */

.footer-wrapper {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
    min-height: 500px;
}

.footer-wrapper.space-top {
    padding-top: 80px !important;
}

/* Widget Area */
.footer-wrapper .widget-area {
    padding-bottom: 40px;
}

/* ============================================================================
   ESPACIADO ENTRE WIDGETS
   ============================================================================ */

.footer-widget {
    margin-bottom: 40px !important;
}

.footer-widget .widget_title {
    margin-bottom: 25px !important;
}

/* ============================================================================
   LEGIBILIDAD Y LINE-HEIGHT
   ============================================================================ */

.footer-wrapper p,
.footer-wrapper .about-text,
.footer-wrapper .info-box_text {
    line-height: 1.8 !important;
    margin-bottom: 20px;
}

.footer-wrapper .menu li {
    margin-bottom: 12px;
}

/* ============================================================================
   NEWSLETTER AREA
   ============================================================================ */

.newsletter-area {
    margin-bottom: 50px !important;
    padding: 40px 30px !important;
}

.newsletter-title {
    margin-bottom: 20px !important;
}

/* ============================================================================
   CONTACT INFO
   ============================================================================ */

.th-widget-contact .info-box_text {
    margin-bottom: 25px !important;
}

.th-widget-contact .info-box_text .details {
    line-height: 1.8 !important;
}

/* ============================================================================
   SOCIAL ICONS
   ============================================================================ */

.th-social {
    margin-top: 25px !important;
}

.th-social a {
    margin-right: 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

/* ============================================================================
   COPYRIGHT AREA
   ============================================================================ */

.copyright-wrap {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 40px;
}

.copyright-text {
    line-height: 1.6 !important;
}

/* ============================================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================================ */

@media (max-width: 991px) {
    .footer-wrapper {
        padding-top: 50px !important;
    }
    
    .footer-widget {
        margin-bottom: 35px !important;
    }
}

@media (max-width: 767px) {
    .footer-wrapper {
        padding-top: 40px !important;
    }
    
    .newsletter-area {
        padding: 30px 20px !important;
    }
    
    .footer-widget {
        margin-bottom: 30px !important;
    }
}

/* ============================================================================
   INSTAGRAM GALLERY
   ============================================================================ */

.sidebar-gallery {
    gap: 10px;
}

.sidebar-gallery .gallery-thumb {
    margin-bottom: 10px;
}

/* ============================================================================
   FOOTER LINKS
   ============================================================================ */

.footer-links ul li {
    margin-right: 20px;
}

.footer-links ul li a {
    transition: all 0.3s ease;
}

