/* header.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);
}

.dropdown-menu,
.dropdown-menu li {
list-style: none !important;
}

/* Navigation */
.header {
height: var(--header-height);
    background: rgba(8, 12, 20, 0.8);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid var(--card-border);
}

.nav-container {
max-width: 1400px; /* Ampliado para evitar que el menú salte a otra línea */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.logo {
display: flex;
    align-items: center;
}

.header-logo {
height: 80px;
    /* Adjust based on logo proportions */
    width: auto;
    transition: var(--transition);
}

.header-logo:hover {
transform: scale(1.05);
}

.nav-menu {
display: flex;
    gap: 0.5rem; /* Reducido para evitar saltos */
    height: 100%;
}

.nav-item {
position: relative;
    display: flex;
    align-items: center;
}

.nav-link {
font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-dim);
    padding: 0.5rem 0.8rem; /* Reducido el padding horizontal */
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link i {
font-size: 0.7rem;
}

.nav-item:hover .nav-link {
color: var(--primary);
    background: rgba(255, 94, 0, 0.05);
}

/* Dropdown */
.dropdown-menu {
position: absolute;
    top: calc(var(--header-height) - 10px);
    left: 0;
    background: rgba(13, 20, 33, 0.98);
    backdrop-filter: blur(20px);
    min-width: 320px;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--card-border);
    border-top: 4px solid var(--primary);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
}

.nav-item:hover .dropdown-menu {
opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    /* Adjusted for smoother reveal */
}

.dropdown-menu li {
margin-bottom: 5px;
}

.dropdown-menu li a {
display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: var(--text-dim);
    border-radius: 8px;
    transition: var(--transition);
    text-decoration: none !important;
    /* Force no underline */
}

.dropdown-menu li a i {
color: #ffcc80;
    /* Warmer, softer orange for icons */
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
    transition: var(--transition);
}

.dropdown-menu li a:hover {
color: var(--text);
    background: rgba(255, 94, 0, 0.1);
    padding-left: 20px;
    text-decoration: none !important;
}

.dropdown-menu li a:hover i {
transform: scale(1.2) rotate(5deg);
    color: var(--primary);
}

/* Buttons */
.btn {
padding: 0.8rem 1.6rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: var(--transition);
}

.btn-primary {
background: var(--primary);
    color: #fff;
    box-shadow: 0 0 20px rgba(255, 94, 0, 0.2);
}

.btn-primary:hover {
transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(255, 94, 0, 0.4);
}

.solution-card .btn {
width: 160px;
    z-index: 5;
}

.pulse {
animation: pulse 2s infinite;
}


/* 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: nextcloud-almacenamiento.html inline 1 */
/* Cyberpunk Header Overrides */
        .header {
background: rgba(3, 4, 14, 0.95) !important;
            border-bottom: 1px solid var(--cp-orange);
            box-shadow: 0 0 15px var(--cp-orange-glow);
}

.dropdown-menu {
border-top: 3px solid var(--cp-orange) !important; background: rgba(5, 10, 20, 0.95) !important;
}

.dropdown-menu li a:hover {
color: var(--cp-orange) !important; background: rgba(255,102,0,0.1);
}

.dropdown-menu li a:hover i {
color: var(--cp-orange) !important;
}


/* 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-dedicados.html inline 1 */
/* Header link hover override for flat minimal theme */
        

        .header {
background: rgba(2, 13, 26, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: var(--prx-border);
}


/* 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;
}

/* Navigation Base from Original */
        .header {
background: rgba(2, 13, 26, 0.85);
            backdrop-filter: blur(10px);
            border-bottom: var(--prx-border);
}


/* 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);
}


/* Fuente: vps-nextcloud.html inline 1 */
/* Header link hover override for orange theme */
        

        .dropdown-menu {
border-top: 4px solid var(--nc-primary);
}

.dropdown-menu li a:hover {
color: var(--nc-text);
            background: rgba(255, 107, 0, 0.1);
}

.dropdown-menu li a:hover i {
color: var(--nc-primary);
}
