/* Cambiar fondo del menú móvil a negro */
.slicknav_menu {
    background: #000000 !important; /* Negro puro */
    /* O usa #1a1a1a para negro suave */
}
/* Estilos para móviles (menos de 768px) */
@media (max-width: 767px) {
    /* === ESTILOS EXISTENTES === */
    .hero-caption .stock-text h2 {
        font-size: 4rem !important;
        line-height: 1.1 !important;
        letter-spacing: 2px !important;
    }
    
    .hero-caption h1 {
        font-size: 1.8rem !important;
    }
    
    .tailor-details .details-sinlge h2 {
        font-size: 1.5rem !important;
    }
    
    .tailor-details .details-sinlge p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .section-tittle h2 {
        font-size: 1.5rem !important;
    }
    
    .blogs-cap h5 {
        font-size: 1.1rem !important;
    }
    
    .blogs-cap p {
        font-size: 0.85rem !important;
    }
    
    .thumb-content .capt h3 {
        font-size: 1.2rem !important;
    }
    
    .thumb-content .capt p {
        font-size: 0.8rem !important;
    }
    
    .about-caption .section-tittle h2 {
        font-size: 1.5rem !important;
    }
    
    .about-caption p {
        font-size: 0.9rem !important;
    }
    
    h1, h2, h3, h4 {
        line-height: 1.3 !important;
    }
    
    .single-caption .contact-cap h4 {
        font-size: 1rem !important;
    }
    
    .single-caption .contact-cap p {
        font-size: 0.8rem !important;
    }
    
    /* === NUEVOS ESTILOS PARA EL FOOTER === */
    
    /* Texto descriptivo del footer */
    .footer-pera p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    
    /* Títulos del footer (Navegación, Contacto) */
    .footer-tittle h4 {
        font-size: 1rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    /* Enlaces del footer */
    .footer-tittle ul li a {
        font-size: 0.8rem !important;
        line-height: 1.8 !important;
    }
    
    /* Texto de copyright */
    .footer-copy-right p {
        font-size: 0.7rem !important;
        line-height: 1.4 !important;
        padding: 0 10px !important;
    }
    
    /* Logo del footer - reducir tamaño */
    .footer-logo img {
        max-width: 180px !important;
        height: auto !important;
    }
    
    /* Iconos sociales más pequeños */
    .footer-social li a {
        font-size: 0.9rem !important;
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }
    
    /* Espaciado general del footer */
    .footer-padding {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }
    
    .single-footer-caption {
        margin-bottom: 1.5rem !important;
    }
}

/* Opcional: Ajustes para tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-caption h1 {
        font-size: 2.2rem !important;
    }
    
    .tailor-details .details-sinlge p {
        font-size: 0.95rem !important;
    }
}
