/* footer.css generado por OSLatino CMS.
   Contiene reglas CSS asociadas a clases usadas en el bloque común. */


/* Fuente: style.css */
:root {
--bg: #05080d;
    --bg-accent: #0a1118;
    --primary: #ff5e00;
    /* Naranja intenso */
    --primary-dark: #cc4a00;
    --accent: #ffd04d;
    /* Soft Amber / Yellow */
    --accent-dark: #cc993d;
    --text: #f1f5f9;
    --text-dim: #94a3b8;
    --card-bg: rgba(255, 255, 255, 0.03);
    --card-border: rgba(255, 255, 255, 0.08);
    --font-sans: 'Outfit', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --header-height: 80px;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Footer (Global - 4 columnas) */
.footer {
padding: 60px 30px 40px;
    border-top: 1px solid var(--card-border);
    background: #05080d;
}

.footer-grid {
max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.footer-info {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-info p {
color: var(--text-dim);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 10px;
}

.footer-links h4,
.footer-contact h4 {
font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.footer-links ul {
list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links ul li a {
color: var(--text-dim);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links ul li a:hover {
color: var(--accent);
}

.footer-contact p {
color: var(--text-dim);
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact p i {
color: var(--accent);
    width: 16px;
}

.social-links {
display: flex;
    gap: 12px;
    margin-top: 16px;
}

.social-links a {
width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    transform: translateY(-2px);
}

.footer-bottom {
max-width: 1300px;
    margin: 50px auto 0;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    color: var(--text-dim);
    font-family: var(--font-mono);
    font-size: 0.8rem;
}

@media (max-width: 1024px) {
.footer-grid {
grid-template-columns: 1fr 1fr;
        gap: 40px;
}

.footer-info {
grid-column: span 2;
}
}

@media (max-width: 600px) {
.footer-grid {
grid-template-columns: 1fr;
}

.footer-info {
grid-column: span 1;
}
}


/* Fuente: central-telefonica-ia.html inline 1 */
:root {
--celeste: #0ea5e9;
            --celeste-glow: rgba(14, 165, 233, 0.5);
            --orange: #f97316;
            --orange-glow: rgba(249, 115, 22, 0.5);
            --yellow: #facc15;
            --yellow-glow: rgba(250, 204, 21, 0.5);
            --black: #020617;
            --bg-dark: #020617;
            --bg-card: rgba(15, 23, 42, 0.7);
            --text-main: #f8fafc;
            --text-dim: #94a3b8;
            --border-glass: rgba(255, 255, 255, 0.1);
            --neon-green: #10b981;
}


/* Fuente: desarrollo-aplicaciones.html inline 1 */
:root {
--bg-deep: #050200;
            /* Extremely dark warm tint */
            --neon-orange: #ff5500;
            --neon-yellow: #ffb700;
            --neon-red: #ff2a00;
            --neon-green: #00ff66;
            --glass-bg: rgba(15, 10, 5, 0.65);
            --glass-border: rgba(255, 85, 0, 0.3);
            --glow-orange: rgba(255, 85, 0, 0.6);
            --glow-red: rgba(255, 42, 0, 0.5);
}


/* Fuente: integradores-sistemas.html inline 1 */
/* ─── Footer: 4 columnas en una sola fila ─── */
        .footer .footer-grid {
display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            align-items: start;
}

@media (max-width: 1024px) {
.footer .footer-grid {
grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 600px) {
.footer .footer-grid {
grid-template-columns: 1fr;
}
}


/* Fuente: nube-privada-alta-disponibilidad.html inline 1 */
:root {
--bg-deep: #0a0a0a;
            --neon-orange: #ff6a00;
            --neon-yellow: #ffcc00;
            --neon-green: #00ff66;
            --glass-bg: rgba(20, 20, 20, 0.6);
            --glass-border: rgba(255, 106, 0, 0.3);
            --glow-orange: rgba(255, 106, 0, 0.5);
            --glow-yellow: rgba(255, 204, 0, 0.5);
}


/* Fuente: proxmox-soporte.html inline 1 */
:root {
--prx-bg-main: #050a15;
            /* Deeper tech blue-black */
            --prx-bg-card: #080d1a;
            /* Elevated tech card */
            --prx-bg-hover: #160a03;
            /* Dark brown warm touch */
            --prx-accent: #e67300;
            --prx-accent-bright: #ffc107;
            /* Neon Yellow accent */
            --prx-accent-soft: rgba(230, 115, 0, 0.15);
            --prx-text-main: #f0f6ff;
            --prx-text-sec: rgba(200, 220, 255, 0.7);
            --prx-text-muted: rgba(160, 195, 255, 0.45);
            --prx-border: 1px solid rgba(230, 115, 0, 0.1);
            --prx-radius: 6px;
}


/* Fuente: suscripciones-licenciamiento.html inline 1 */
:root {
--bg-deep: #050200;
            --neon-orange: #ff5500;
            --neon-yellow: #ffb700;
            --neon-red: #ff2a00;
            --neon-green: #00ff66;
            --glass-bg: rgba(15, 10, 5, 0.65);
            --glass-border: rgba(255, 183, 0, 0.3);
            --glow-yellow: rgba(255, 183, 0, 0.6);
            --glow-orange: rgba(255, 85, 0, 0.5);
}
