/**
 * NVS - Estilos adicionales (hero swiper, etc.)
 * Carga después de styles.css
 */

/* --- Hero Swiper - Slider moderno homepage --- */
.hero-swiper-wrap {
    position: relative;
    width: 100%;
    max-width: 92%;
    margin: 72px auto 0;
    margin-bottom: -120px;
    z-index: 1;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hero-swiper {
    width: 100%;
    height: 65vh;
    min-height: 320px;
}

.hero-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hero-swiper .hero-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.hero-swiper .hero-slide-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-swiper .swiper-slide-active .hero-slide-link img {
    transform: scale(1.03);
}

.hero-swiper .hero-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem 2.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    pointer-events: none;
}

.hero-swiper .hero-slide-label {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Pagination moderna */
.hero-swiper .swiper-pagination {
    bottom: 1.5rem !important;
}

.hero-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

/* Flechas de navegación */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    transition: background 0.3s ease, transform 0.2s ease;
}

.hero-swiper .swiper-button-prev:hover,
.hero-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.08);
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
    font-size: 1.2rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .hero-swiper-wrap {
        max-width: 100%;
        margin-top: 64px;
        border-radius: 0;
    }
    .hero-swiper {
        height: 50vh;
        min-height: 240px;
    }
    .hero-swiper .hero-slide-label {
        font-size: 1rem;
    }
    .hero-swiper .swiper-button-prev,
    .hero-swiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .hero-swiper .swiper-button-prev::after,
    .hero-swiper .swiper-button-next::after {
        font-size: 0.9rem;
    }
}

/* --- Tipografía global --- */
body,
.body-cn {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- Slideshow: bordes suaves --- */
.slideshow {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.slideshow .slider .item img {
    border-radius: 0 0 12px 12px;
}

/* --- Títulos de sección: tamaño más actual --- */
.block-plans #titulo-planes h3.text-center,
.block-packs #titulo-planes h3.text-center,
.block-works #titulo-planes h3.text-center,
.block-faqs #titulo-planes h3.text-center {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    letter-spacing: -0.02em;
}

/* --- Cards de planes: aspecto actual --- */
#pricePlans #plans .plan {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
#pricePlans #plans .plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}
.planContainer .button a {
    border-radius: 8px !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}
.planContainer .button a:hover {
    transform: scale(1.02);
}

/* --- Arma tu combo: sin fondo gris, más ancho --- */
.block-packs {
    padding: 3.5rem 1rem 4rem;
    background: transparent !important;
    border-top: none !important;
}
.block-packs .combo-wrap {
    max-width: min(92%, 80em);
    margin: 0 auto;
}
.block-packs .combo-subtitle {
    font-size: 1.05rem;
    color: #5a6c7d;
    margin-bottom: 0.5rem;
    max-width: 32em;
    margin-left: auto;
    margin-right: auto;
}
.combo-counter {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #5a6c7d;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: transparent;
    border: 1px solid #e2e8f0;
    margin-top: 0.5rem;
    transition: background 0.2s ease, color 0.2s ease;
}
.combo-counter-ok {
    background: #192a56;
    color: #fff;
}
.combo-counter-num {
    font-weight: 700;
    margin-right: 0.2em;
}
.combo-hint {
    text-align: center;
    font-size: 1rem;
    color: #5a6c7d;
    padding: 1rem;
    margin: 0 auto 1.5rem;
    max-width: 28em;
    border-radius: 10px;
    background: transparent;
    border: 1px dashed #c5d0de;
}
.combo-hint-icon {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 0.35rem;
}
.block-packs .combo-hint.hidden {
    display: none !important;
}
.block-packs .services-packages.combo-cards {
    margin-bottom: 1.5rem;
}
.block-packs .services-packages .img-f-logo {
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    cursor: pointer;
}
.block-packs .services-packages .img-f-logo:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
}
.block-packs .services-packages .img-f-logo.active {
    border-color: #0984e3 !important;
    box-shadow: 0 0 0 2px #0984e3, 0 6px 20px rgba(9, 132, 227, 0.25) !important;
}
.block-packs .append-data-packs {
    margin: 0 auto 1.5rem;
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
}
.block-packs .append-data-packs:not(.hidden) .combo-box {
    visibility: visible !important;
    display: block !important;
}
/* Tarjeta del resumen del combo: clara y actual */
.block-packs .box-prices-ne.combo-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1rem;
    padding: 1.75rem 1.5rem !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
    background: #fff;
    border: 1px solid #e8ecf0 !important;
}
.block-packs .combo-box .combo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.25rem;
    min-height: 2rem;
}
.block-packs .combo-chip {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0d5c2e;
    background: #e8f4ed;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #b8e0c8;
}
.block-packs .combo-box .combo-price-wrap {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px dashed #e2e8f0;
}
.block-packs .combo-box .combo-price-label {
    display: block;
    font-size: 0.85rem;
    color: #5a6c7d;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.block-packs .combo-box .NEW-price.combo-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d8b3d;
    display: block;
    margin: 0;
    line-height: 1.2;
}
.block-packs .combo-box .monthly {
    font-size: 0.85rem;
    color: #5a6c7d;
    font-weight: 500;
    margin-top: 0.2rem;
}
/* Wrapper del botón WhatsApp: siempre visible, ancho completo */
.block-packs .combo-wa-btn-wrap {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
}
/* Botón "Pedir por WhatsApp": diseño claro y visible (inline styles + CSS) */
.block-packs .combo-wa-btn-wrap a.combo-wa-btn,
.block-packs .append-data-packs .combo-wa-btn {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 56px !important;
    padding: 16px 24px !important;
    line-height: 1.4 !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    border-radius: 12px !important;
    background: #25d366 !important;
    color: #fff !important;
    border: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    text-align: center !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4) !important;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}
.block-packs .combo-wa-btn-wrap a.combo-wa-btn i,
.block-packs .append-data-packs .combo-wa-btn i {
    margin-right: 10px;
    font-size: 1.35em;
    vertical-align: middle;
}
.block-packs .combo-wa-btn-wrap a.combo-wa-btn:hover,
.block-packs .append-data-packs .combo-wa-btn:hover {
    background: #20bd5a !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5) !important;
}
.block-packs .conditions {
    padding: 1rem 1.25rem !important;
    border-radius: 12px !important;
    background: transparent;
    border: 1px solid #e2e8f0;
    max-width: 420px;
    margin: 0 auto !important;
    font-size: 0.9rem !important;
    font-weight: 600;
    color: #5a6c7d;
}
.block-packs .conditions .conditions-label {
    display: block;
    font-weight: 700;
    color: #192a56;
    margin-bottom: 0.25rem;
}
.block-packs .conditions .sub-con {
    font-weight: 500;
    opacity: 0.95;
}

/* --- Cómo funciona: tarjetas --- */
.block-works .container-works .col-md-4 {
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    padding: 1.5rem;
}
.block-works .container-works .col-md-4:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14) !important;
}
header .menu ul li a {
    background: #131c2f;
}
ul.submenu {
    background: transparent !important;
    box-shadow: none !important;
}

.logo {
    width: auto !important;
    min-width: 64px;
    padding-top: 8px;
}
/* --- FAQ / Accordion --- */
.block-faqs .accordion {
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
}
.block-faqs .accordion .accordion-item:first-child button {
    border-radius: 12px 12px 0 0;
}

/* --- Footer --- */
footer {
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08) !important;
}
.cfooter {
    font-size: 0.9rem;
    opacity: 0.95;
}

/* --- Botones genéricos del sitio --- */
.btn,
.background-lightred,
.background-green {
    border-radius: 8px !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}
.btn:hover,
.background-lightred:hover,
.background-green:hover {
    transform: translateY(-1px);
}

/* --- Scrollbar más discreta --- */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* ============================================
   RESPONSIVE MODERNO — Mobile First
   ============================================ */

/* Tablet y abajo: ajustes intermedios */
@media (max-width: 1024px) {
    header {
        height: 64px !important;
    }
    header .container-header {
        height: 64px !important;
    }
}

/* ============================================
   MENÚ RESPONSIVE - Rediseño completo
   ============================================ */
@media (max-width: 1024px) {
    /* Bloquear scroll cuando menú abierto */
    body.menu-open {
        overflow: hidden !important;
        touch-action: none;
    }
    header {
        height: 60px !important;
        padding: 0;
    }
    header .container-header {
        height: 60px !important;
        width: 100%;
        padding: 0 0 0 1rem;
        justify-content: space-between;
    }
    .logo {
        position: relative;
        left: auto;
        z-index: 10001;
    }
    .logo img {
        width: 48px !important;
    }
    /* Ocultar desktop menu y mostrar login/flag compactos */
    .menu {
        display: none !important;
    }
    .vnet-login, .flag-div {
        display: flex !important;
        align-items: center;
    }

    /* ----- Botón hamburguesa mejorado ----- */
    .hamburger-menu {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        padding: 0 !important;
        margin: 0 0.25rem 0 0 !important;
        z-index: 10002 !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        transition: background 0.25s ease, transform 0.2s ease !important;
        flex-shrink: 0;
    }
    .hamburger-menu:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }
    .hamburger-menu:active {
        transform: scale(0.96);
    }
    .hamburger-menu .bar {
        display: block;
        width: 24px !important;
        height: 2.5px !important;
        background: #fff !important;
        border-radius: 2px;
        position: relative;
        transition: background 0.2s ease;
    }
    .hamburger-menu .bar::before,
    .hamburger-menu .bar::after {
        content: '';
        position: absolute;
        left: 0;
        width: 24px !important;
        height: 2.5px !important;
        background: #fff !important;
        border-radius: 2px;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .hamburger-menu .bar::before {
        top: -8px;
    }
    .hamburger-menu .bar::after {
        top: 8px;
    }
    .hamburger-menu .bar.animate {
        background: transparent !important;
    }
    .hamburger-menu .bar.animate::before {
        transform: translateY(8px) rotate(45deg);
        background: #fff !important;
    }
    .hamburger-menu .bar.animate::after {
        transform: translateY(-8px) rotate(-45deg);
        background: #fff !important;
    }

    /* ----- Overlay oscuro con blur ----- */
    .menu-overlay {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(15, 23, 42, 0.5) !important;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 9997 !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        cursor: pointer;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }
    .menu-overlay.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    /* ----- Panel lateral móvil - diseño moderno ----- */
    .mobile-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: min(340px, 92vw) !important;
        max-width: 340px !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: linear-gradient(180deg, #0f172a 0%, #1e293b 35%, #0f172a 100%) !important;
        box-shadow: 16px 0 60px rgba(0, 0, 0, 0.5) !important;
        transform: translateX(-100%) !important;
        transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.4s ease !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-menu.active {
        transform: translateX(0) !important;
        box-shadow: 24px 0 80px rgba(0, 0, 0, 0.6) !important;
    }

    /* Cabecera del menú con logo */
    .mobile-menu .superior-logo {
        padding: 1.5rem 1.5rem !important;
        background: rgba(255, 255, 255, 0.04) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        flex-shrink: 0;
    }
    .mobile-menu .superior-logo img {
        width: 52px !important;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    }

    /* Lista de navegación */
    .mobile-menu .ul-menu {
        flex: 1;
        padding: 1rem 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }
    .mobile-menu .ul-menu li {
        margin: 0 0.75rem !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 10px;
        overflow: hidden;
    }
    .mobile-menu .ul-menu > li {
        margin-bottom: 4px !important;
    }
    .mobile-menu .ul-menu li a,
    .mobile-menu .ul-menu .has-children {
        display: flex !important;
        align-items: center !important;
        padding: 1rem 1.25rem !important;
        color: rgba(255, 255, 255, 0.95) !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        text-decoration: none !important;
        transition: background 0.2s ease, color 0.2s ease !important;
    }
    .mobile-menu .ul-menu li a:hover,
    .mobile-menu .ul-menu .has-children:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #fff !important;
    }
    .mobile-menu .ul-menu .has-children {
        cursor: pointer;
        position: relative;
        gap: 0;
    }
    .mobile-menu .ul-menu .has-children > span {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .mobile-menu .ul-menu i {
        margin-right: 1rem !important;
        font-size: 1.15em !important;
        color: rgba(255, 255, 255, 0.7) !important;
        width: 24px;
        text-align: center;
    }
    .mobile-menu .ul-menu .has-children.open i {
        color: #0984e3 !important;
    }

    /* Flecha desplegable */
    .mobile-menu .ul-menu .icon-arrow {
        margin-left: auto !important;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.6) !important;
        transition: transform 0.3s ease, color 0.2s ease;
    }
    .mobile-menu .ul-menu .icon-arrow::after {
        content: '\f078';
        font-family: FontAwesome;
        font-size: 12px;
    }
    .mobile-menu .ul-menu .has-children.open .icon-arrow {
        transform: rotate(180deg);
        color: #0984e3 !important;
    }

    /* Submenús acordeón (visibilidad manejada por jQuery slideToggle) */
    .mobile-menu .children {
        display: none;
        background: rgba(0, 0, 0, 0.2) !important;
        padding: 0.5rem 0 0.5rem 3.5rem !important;
        margin: 0 0.75rem 4px !important;
        border-radius: 8px;
        list-style: none !important;
    }
    .mobile-menu .children li {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    .mobile-menu .children li a {
        padding: 0.65rem 1rem !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: rgba(255, 255, 255, 0.85) !important;
    }
    .mobile-menu .children li a:hover {
        color: #60a5fa !important;
    }

    /* Footer del menú: login + versión */
    .mobile-menu .mobile-menu-footer {
        padding: 1.25rem 1.5rem 1.5rem;
        margin-top: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .mobile-menu .mobile-menu-footer .btn-login-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 1rem 1.5rem;
        background: linear-gradient(135deg, #0984e3 0%, #0066b3 100%);
        color: #fff !important;
        border-radius: 12px;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 4px 16px rgba(9, 132, 227, 0.4);
    }
    .mobile-menu .mobile-menu-footer .btn-login-mobile:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(9, 132, 227, 0.5);
        color: #fff !important;
    }
    .mobile-menu .mobile-menu-footer .btn-login-mobile-outline {
        background: rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }
    .mobile-menu .mobile-menu-footer .btn-login-mobile-outline:hover {
        background: rgba(255, 255, 255, 0.18) !important;
        box-shadow: none !important;
    }
    .mobile-menu .version-menu {
        padding: 0 !important;
        margin: 0 !important;
        color: rgba(255, 255, 255, 0.4) !important;
        font-size: 11px !important;
        font-weight: 500 !important;
    }
    .mobile-menu .version-menu p {
        margin: 0;
    }

    /* Usuario logueado en footer móvil */
    .mobile-menu .mobile-menu-footer .logged-mobile {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
    }
    .mobile-menu .mobile-menu-footer .logged-mobile .fa-user-circle-o {
        font-size: 1.5em;
        color: #0984e3;
    }
}

/* Bloqueos adicionales responsive */
@media (max-width: 768px) {
    .block-plans #titulo-planes h3.text-center,
    .block-packs #titulo-planes h3.text-center,
    .block-works #titulo-planes h3.text-center,
    .block-faqs #titulo-planes h3.text-center {
        font-size: 1.5rem;
    }
    #pricePlans #plans .plan:hover {
        transform: none;
    }
    .block-packs {
        padding: 2.5rem 0.75rem 3rem;
    }
    .combo-hint {
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
    }
    .box-prices-ne.combo-box {
        padding: 1.25rem 1rem !important;
    }
    .combo-box .NEW-price.combo-price {
        font-size: 1.85rem;
    }
    .block-packs .combo-wa-btn-wrap a.combo-wa-btn {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 1.05rem;
    }
    .slideshow {
        margin-top: 60px !important;
    }
}

/* Móvil pequeño */
@media (max-width: 480px) {
    header .container-header {
        padding: 0 0.75rem;
    }
    .logo img {
        width: 44px !important;
    }
    .mobile-menu {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
}

/* Muy estrecho: ocultar login/flag en barra (están en el menú) */
@media (max-width: 400px) {
    .vnet-login, .flag-div {
        display: none !important;
    }
}
