/* RESET Y AISLAMIENTO PARA EVITAR CONFLICTOS CON EL TEMA */
#gc-footer-root,
#gc-footer-root *,
#gc-footer-root *::before,
#gc-footer-root *::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

#gc-footer-root {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    clear: both !important;
    float: none !important;
    font-family: 'Inter', sans-serif !important;
    position: relative !important;
    z-index: 9999 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- ESTILOS PC --- */
#gc-footer-root .footer-completo {
    background-color: #003049 !important;
    color: white !important;
    padding: 60px 0 40px !important;
    /* Más espacio para estabilidad */
    width: 100% !important;
    min-height: auto !important;
    display: block !important;
    border: none !important;
}

#gc-footer-root .footer-contenido {
    max-width: 1500px !important;
    margin: 0 auto !important;
    padding: 0 25px !important;
    width: 100% !important;
}

#gc-footer-root .footer-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
    margin-bottom: 25px !important;
    align-items: start !important;
}

#gc-footer-root .footer-column {
    min-width: 0 !important;
    overflow-wrap: break-word !important;
}

#gc-footer-root .footer-column h3 {
    color: #FFFFFF !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    padding-bottom: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border: none !important;
    background: none !important;
}

#gc-footer-root .footer-column h3::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 40px !important;
    height: 3px !important;
    background-color: #FF4E1E !important;
}

/* Ocultar solo párrafos inyectados sin clase, pero permitir los descriptivos del plugin */
#gc-footer-root .footer-container p:not(.gc-col-p):not(.gc-bottom-p) {
    display: none !important;
}

#gc-footer-root .gc-col-p {
    display: block !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
}

#gc-footer-root .footer-column ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#gc-footer-root .footer-column ul li {
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: flex-start !important;
    background: none !important;
    border: none !important;
}

#gc-footer-root .footer-column ul li i {
    margin-right: 15px !important;
    margin-top: 2px !important;
    width: 20px !important;
    font-size: 20px !important;
    /* Iconos de lista más grandes en PC */
    color: #FFFFFF !important;
    flex-shrink: 0 !important;
    text-align: center !important;
}

#gc-footer-root .footer-column a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: 0.3s !important;
    background: none !important;
    font-size: 16px !important;
}

#gc-footer-root .email-correo {
    font-size: 15px !important;
    /* Tamaño específico para legibilidad óptima */
    letter-spacing: 0.5px !important;
}

#gc-footer-root .footer-column a:hover {
    color: #FF4E1E !important;
}

#gc-footer-root .social-icons {
    display: flex !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

#gc-footer-root .social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    /* Más grandes */
    height: 48px !important;
    /* Más grandes */
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 22px !important;
    /* Iconos más visibles */
    transition: 0.3s !important;
}

#gc-footer-root .social-icons a:hover {
    background-color: #FF4E1E !important;
    transform: translateY(-3px) !important;
}

#gc-footer-root .social-icons a:hover i {
    color: white !important;
    /* Asegurar que el icono sea visible en blanco al pasar el mouse */
}

#gc-footer-root .footer-bottom {
    text-align: center !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    margin-top: 20px !important;
}

#gc-footer-root .newsletter-input {
    padding: 12px 15px !important;
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px !important;
    background: white !important;
    color: #333 !important;
}

#gc-footer-root .newsletter-btn {
    background: #FF4E1E !important;
    color: white !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
}

#gc-footer-root .newsletter-message {
    margin-top: 10px !important;
    padding: 8px !important;
    border-radius: 4px !important;
    display: none !important;
}

.toggle-icon {
    display: none !important;
}