:root {
    --dark-bg: #020101;
    --accent: #00ff88;
    --text-light: #ffffff;
    --text-gray: #a0a0a0;
    --card-bg: #0a0a0b;
}


body {
    background-color: var(--dark-bg);
    color: var(--text-light);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* NAVBAR ADJUST */
/*.navbar {
    background: rgba(4, 2, 15, 0.8) !important;
    backdrop-filter: blur(10px);
}*/


/* =========================================
   NAVBAR (BOOTSTRAP CUSTOM)
   ========================================= */
.navbar {
    background: rgba(4, 2, 15, 0.9) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    transition: 0.3s;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    filter: invert(1) brightness(2);
    /* Convierte logo negro a blanco */
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.nav-link {
    color: var(--text-light) !important;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link:hover {
    color: var(--accent) !important;
}

.btn-contacto-bs {
    background: var(--accent) !important;
    color: #000 !important;
    border-radius: 5px;
    padding: 8px 20px !important;
    font-weight: bold;
    border: none;
}


.navbar-brand img { height: 50px; filter: invert(1) brightness(2); }

/* REEL HERO SECTION (Full Screen Video) */
.reel-hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa toda la pantalla */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.reel-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    object-fit: cover;
}

.reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(2,1,1,1));
    z-index: -1;
}

.reel-content h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -2px;
}

.highlight {
    color: var(--accent);
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.6);
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    font-size: 1.5rem;
    color: var(--accent);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
    40% {transform: translateY(-10px) translateX(-50%);}
    60% {transform: translateY(-5px) translateX(-50%);}
}

/* SERVICE CARDS */
.services-grid-section {
    background-color: var(--dark-bg);
    margin-top: -2px; /* Evita líneas blancas entre secciones */
}

.service-card-premium {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 35px;
    border-radius: 15px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-card-premium:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.1);
}

.service-card-premium::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 3px; height: 0;
    background: var(--accent);
    transition: 0.4s;
}

.service-card-premium:hover::before { height: 100%; }

.card-icon {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 20px;
}

.service-card-premium h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.service-card-premium p {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
}

.card-tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.card-tags span {
    font-size: 0.7rem;
    background: rgba(0, 255, 136, 0.1);
    color: var(--accent);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.btn-contacto-bs {
    background: var(--accent) !important;
    color: #000 !important;
    font-weight: bold;
}

/* MOBILE ADAPTATION */
@media (max-width: 768px) {
    .reel-content h1 { font-size: 2.5rem; }
    .service-card-premium { padding: 30px 20px; }
}



/* =========================================
   FOOTER
   ========================================= */
.footer {
    background-color: #000000;
    color: 000000;
    padding: 25px 0 20px 0;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-top: 5px solid;
    border-image: linear-gradient(to right, #000000, #000000, #000000) 1;
    border-image-slice: 1;
}

.footer p {
    text-align: center;
    margin: 0 5px 5px;
    padding: 0;
    font-size: 0.9em;
}


/* Estilo del Footer Final */
.footer-new {
    background-color: #000;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* Línea muy sutil */
}

.footer-logo {
    height: 50px;
    /* Ajusta según tu imagen */
    margin: 20px 20px;
    width: auto;
    filter: brightness(1.5);
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    /* Para que el cambio sea suave */
}

.footer-links a:hover {
    color: var(--accent);
    /* Usa el verde neón definido en tu :root */
    cursor: pointer;
}

.copyright {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}


 
/* =========================================
   SELECTOR DE IDIOMAS (OPTIMIZADO MÓVIL)
   ========================================= */

.lang-selector .fa-globe {
    font-size: 1.2rem;
    color: white !important;
    transition: color 0.3s ease;
}

.lang-selector:hover .fa-globe,
.lang-selector.show .fa-globe {
    color: var(--accent) !important;
}

.lang-selector .dropdown-menu {
    background-color: #000000 !important;
    border: 1px solid rgba(0, 255, 136, 0.5); /* Borde neón más visible */
    min-width: 140px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.2); /* Brillo neón */
}

.lang-selector .dropdown-item {
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 1rem; /* Un poco más grande para dedos en móvil */
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.lang-selector .dropdown-item:hover {
    background: rgba(0, 255, 136, 0.2) !important;
    color: var(--accent) !important;
}

/* Quitar la flechita de Bootstrap */
.lang-selector .dropdown-toggle::after {
    display: none;
}

/* AJUSTES ESPECÍFICOS PARA MÓVIL */
@media (max-width: 991px) {
    .lang-selector .dropdown-menu {
        position: static !important; /* Evita que flote fuera de la pantalla */
        float: none;
        width: 100%; /* Que ocupe el ancho del menú desplegable */
        margin-top: 10px;
        background-color: rgba(255, 255, 255, 0.05) !important; /* Fondo sutilmente diferente en móvil */
        border: none;
        border-left: 2px solid var(--accent); /* Cambiamos a borde lateral para mejor look */
    }

    .lang-selector .nav-link {
        display: inline-block;
        padding: 10px 0;
    }
}


/* Animación: Flota y rota a la izquierda y derecha */
@keyframes balanceoFato {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(-8deg); /* Sube y gira a la izquierda */
    }
    50% {
        transform: translateY(-20px) rotate(0deg);  /* Punto más alto, recto */
    }
    75% {
        transform: translateY(-10px) rotate(8deg);  /* Baja un poco y gira a la derecha */
    }
    100% {
        transform: translateY(0px) rotate(0deg);    /* Regresa al inicio */
    }
}

/* Aplicación a la clase */
.logo_fato {
    width: 200px !important;
    margin-left: auto;
    margin-right: 27px;
    animation: balanceoFato 5s ease-in-out infinite; /* 5s para que el vaivén sea suave */
    position: relative;
    z-index: 10;
}

/* --- RESPONSIVE --- */

@media (max-width: 992px) {
    .logo_fato {
        width: 150px !important;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .logo_fato {
        width: 120px !important;
        margin: 20px auto 0 auto !important;
        display: block;
        animation: balanceoFato 5s ease-in-out infinite;
    }

    .logo_fato img {
        margin-top: 0 !important; /* Evita que se encime en el texto en móviles */
    }
}


/* =========================================
   SECCIÓN FOLLOW US
   ========================================= */
.follow-us {
    background-color: #020101;
    ;
    /* Fondo negro puro */
    padding: 80px 0;
}

.follow-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    /* Tamaño grande e impactante */
    color: #ffffff;
    line-height: 1.1;
    text-transform: none;
    /* O uppercase si prefieres todo mayúsculas */
    margin-bottom: 20px;
    
}

.social-icons-large .social-icon {
    color: white;
    font-size: 2rem;
    /* Iconos grandes */
    transition: transform 0.3s ease, color 0.3s ease;
    text-decoration: none;
    margin-left: 15%;
    
}

.social-icons-large .social-icon:hover {
    color: var(--accent);
    
    /* Cambia al verde neón al pasar el mouse */
    transform: scale(1.1);
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .follow-title {
        font-size: 2.2rem;
    }

    .social-icons-large .social-icon {
        font-size: 3rem;
    }
}


/* Efecto al pasar el mouse (Hover) */
.nav-link.btn-contacto-bs:hover {
    background-color: #1a1a1a !important; /* Un gris muy oscuro al posar el mouse */
    border-color: #ffffff;                /* El borde se ilumina a blanco */
    color: #ffffff !important;
}

