/* =========================================================
   GYALUX · NEGOCIO DIGITAL
   ========================================================= */

/* LEGADO BENEFIT BAR DESACTIVADO 23/09/2026: .gx-negocio-digital-page .gx-benefits-bar */

.gx-negocio-digital-page .barradeusuario { display:none !important; }

.gx-web-main,
.gx-context-bar-inner { width:100%; max-width:1200px; margin:0 auto; }

.gx-web-main { text-align:left; }
.gx-web-main *, .gx-context-bar * { box-sizing:border-box; }
.gx-web-main h1, .gx-web-main h2, .gx-web-main h3, .gx-web-main p { text-wrap:pretty; }

.gx-web-main h1,
.gx-web-main h2,
.gx-web-main h3 {
    color:#001A3A;
    font-family:'Plus Jakarta Sans',sans-serif;
}

.gx-web-main h1 {
    max-width:820px;
    margin:0 0 18px;
    font-size:35px;
    line-height:1.18;
    letter-spacing:-.45px;
}

.gx-web-main h2 {
    margin:0 0 10px;
    font-size:clamp(1.55rem,2.2vw,2.08rem);
    line-height:1.22;
    letter-spacing:-.3px;
}

.gx-web-main h3 { margin:0; font-size:1.03rem; line-height:1.3; }

.gx-web-main p {
    margin:0;
    color:#4A5568;
    font-size:1rem;
    line-height:1.62;
}

.gx-web-main strong { color:#001A3A; }

/* Contexto */

.gx-context-bar {
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    border-top:1px solid rgba(0,26,58,.06);
    border-bottom:1px solid rgba(0,26,58,.08);
    background:rgba(255,255,255,.74);
}

.gx-context-bar-inner {
    min-height:46px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:center;
}

.gx-context-item {
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:9px 18px;
    color:#536174;
    font-size:.77rem;
    line-height:1.3;
    text-align:center;
}

.gx-context-item + .gx-context-item { border-left:1px solid rgba(0,26,58,.08); }
.gx-context-item i { color:#CBA358; font-size:.9rem; }

/* Hero */

.gx-web-hero {
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);
    gap:clamp(44px,6vw,82px);
    align-items:start;
    padding:0 0 46px;
    border-bottom:1px solid rgba(0,26,58,.10);
}

.gx-web-hero-copy { max-width:830px; }

.gx-web-lead {
    max-width:740px;
    font-size:1.05rem !important;
    line-height:1.66 !important;
}

.gx-web-hero-actions {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px 24px;
    margin-top:22px;
}

.gx-web-btn {
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 18px;
    border-radius:9px;
    font-family:'Inter',sans-serif;
    font-size:.80rem;
    font-weight:800;
    letter-spacing:.4px;
    line-height:1;
    text-decoration:none;
    transition:transform .18s ease,box-shadow .18s ease;
}

.gx-web-btn-primary {
    border:1px solid #CBA358;
    background:linear-gradient(135deg,#DFB96E 0%,#B88E45 100%);
    color:#FFFFFF;
    box-shadow:0 8px 20px rgba(203,163,88,.24);
}

.gx-web-btn-primary:hover {
    color:#FFFFFF;
    transform:translateY(-2px);
    box-shadow:0 11px 25px rgba(203,163,88,.30);
}

.gx-web-text-link {
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#001A3A;
    font-size:.88rem;
    font-weight:800;
    text-decoration:none;
}

.gx-web-text-link i { color:#CBA358; }
.gx-web-text-link:hover { color:#B88E45; }

.gx-web-hero-route {
    margin-top:48px;
    padding:22px 0 18px 26px;
    border-left:3px solid rgba(203,163,88,.72);
}

.gx-web-route-label {
    display:block;
    margin-bottom:17px;
    color:#CBA358;
    font-size:.66rem;
    font-weight:700;
    letter-spacing:.9px;
}

.gx-web-route-point {
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:12px;
    align-items:center;
}

.gx-web-route-point > i {
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(203,163,88,.35);
    border-radius:50%;
    background:rgba(255,255,255,.85);
    color:#CBA358;
}

.gx-web-route-point small {
    display:block;
    margin-bottom:2px;
    color:#64748B;
    font-size:.66rem;
}

.gx-web-route-point strong {
    display:block;
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:.92rem;
    line-height:1.25;
}

.gx-web-route-line {
    width:1px;
    height:22px;
    display:block;
    margin-left:20px;
    background:linear-gradient(to bottom,rgba(203,163,88,.25),rgba(203,163,88,.82));
}

/* Soluciones */

.gx-web-section-head { max-width:760px; }
.gx-web-section-head-wide { max-width:900px; }
.gx-web-section-head > p { max-width:750px; }

.gx-web-solutions {
    padding:46px 0 50px;
    border-bottom:1px solid rgba(0,26,58,.10);
}

.gx-web-plans {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:28px;
}

.gx-web-plan {
    min-width:0;
    display:flex;
    flex-direction:column;
    padding:24px 22px 20px;
    border:1px solid rgba(0,26,58,.10);
    border-radius:22px;
    background:rgba(255,255,255,.80);
    box-shadow:0 16px 36px rgba(0,26,58,.05);
}

.gx-web-plan header {
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    align-items:center;
}

.gx-web-plan-icon {
    width:44px;
    height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(203,163,88,.12);
    color:#B88E45;
    font-size:1.12rem;
}

.gx-web-plan header small {
    display:block;
    margin-bottom:2px;
    color:#CBA358;
    font-size:.63rem;
    font-weight:700;
    letter-spacing:.75px;
}

.gx-web-plan-intro {
    min-height:6.2em;
    margin-top:16px !important;
    font-size:.86rem !important;
    line-height:1.52 !important;
}

.gx-web-price {
    display:flex;
    align-items:baseline;
    gap:5px;
    margin:16px 0 14px;
    padding-bottom:14px;
    border-bottom:1px solid rgba(0,26,58,.09);
}

.gx-web-price strong {
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:2rem;
    line-height:1;
}

.gx-web-price span { color:#64748B; font-size:.78rem; font-weight:600; }

.gx-web-plan ul {
    display:grid;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.gx-web-plan li {
    position:relative;
    padding-left:20px;
    color:#475569;
    font-size:.81rem;
    line-height:1.45;
}

.gx-web-plan li::before {
    content:"\2713";
    position:absolute;
    left:0;
    top:0;
    color:#CBA358;
    font-weight:800;
}

.gx-web-plan-note {
    min-height:3.6em;
    margin-top:14px !important;
    padding-top:13px;
    border-top:1px solid rgba(0,26,58,.08);
    color:#64748B !important;
    font-size:.72rem !important;
    line-height:1.45 !important;
}

.gx-web-plan-cta {
    min-height:43px;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:auto;
    padding:12px 14px;
    border:1px solid rgba(0,26,58,.12);
    border-radius:9px;
    background:#FFFFFF;
    color:#001A3A;
    font-size:.73rem;
    font-weight:800;
    letter-spacing:.32px;
    text-decoration:none;
    transition:transform .18s ease,border-color .18s ease,color .18s ease;
}

.gx-web-plan-cta i { color:#CBA358; }
.gx-web-plan-cta:hover { transform:translateY(-1px); border-color:#CBA358; color:#B88E45; }

/* Lanzamiento */

.gx-web-launch {
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:36px;
    align-items:center;
    margin:46px 0;
    padding:32px 36px;
    overflow:hidden;
    border:1px solid rgba(203,163,88,.38);
    border-radius:26px;
    background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,241,228,.84));
    box-shadow:0 18px 44px rgba(0,26,58,.06);
}

.gx-web-launch-badge {
    position:absolute;
    top:0;
    left:36px;
    padding:8px 13px 7px;
    border-radius:0 0 9px 9px;
    background:#001A3A;
    color:#FFFFFF;
    font-size:.62rem;
    font-weight:800;
    letter-spacing:.75px;
}

.gx-web-launch-copy { padding-top:14px; }
.gx-web-launch-copy p { max-width:760px; }

.gx-web-launch-small {
    margin-top:7px !important;
    color:#64748B !important;
    font-size:.75rem !important;
}

.gx-web-launch-price {
    min-width:180px;
    display:grid;
    justify-items:center;
    padding:18px 22px;
    border-left:1px solid rgba(203,163,88,.35);
    text-align:center;
}

.gx-web-launch-price span {
    color:#B88E45;
    font-size:.64rem;
    font-weight:800;
    letter-spacing:.75px;
}

.gx-web-launch-price strong {
    margin:5px 0 3px;
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:2.5rem;
    line-height:1;
}

.gx-web-launch-price small { color:#64748B; font-size:.72rem; }

/* Gestión */

.gx-web-managed {
    display:grid;
    grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);
    gap:clamp(42px,6vw,72px);
    align-items:center;
    padding:46px 0;
    border-top:1px solid rgba(0,26,58,.10);
    border-bottom:1px solid rgba(0,26,58,.10);
}

.gx-web-managed-copy { max-width:570px; }

.gx-web-managed-points {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    overflow:hidden;
    border:1px solid rgba(0,26,58,.09);
    border-radius:20px;
    background:rgba(0,26,58,.08);
}

.gx-web-managed-points span {
    min-height:88px;
    display:grid;
    align-content:center;
    justify-items:center;
    gap:6px;
    padding:16px 12px;
    background:rgba(255,255,255,.95);
    text-align:center;
}

.gx-web-managed-points i { color:#CBA358; font-size:1.05rem; }
.gx-web-managed-points strong { font-size:.78rem; }

/* Proceso */

.gx-web-process {
    padding:42px 0 46px;
    border-bottom:1px solid rgba(0,26,58,.10);
}

.gx-web-process-flow {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    margin:24px 0 0;
    padding:0;
    list-style:none;
    border-top:1px solid rgba(0,26,58,.10);
    border-bottom:1px solid rgba(0,26,58,.10);
}

.gx-web-process-flow li {
    position:relative;
    min-width:0;
    padding:20px 24px 20px 56px;
}

.gx-web-process-flow li + li { border-left:1px solid rgba(0,26,58,.10); }

.gx-web-process-flow li > span {
    position:absolute;
    left:20px;
    top:19px;
    width:25px;
    height:25px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #CBA358;
    border-radius:50%;
    background:#001A3A;
    color:#FFFFFF;
    font-size:.67rem;
    font-weight:800;
}

.gx-web-process-flow strong {
    display:block;
    margin-bottom:4px;
    font-family:'Plus Jakarta Sans',sans-serif;
    font-size:.89rem;
}

.gx-web-process-flow p { font-size:.79rem; line-height:1.45; }

/* Cierre */

.gx-web-close {
    min-height:0;
    margin-bottom:80px;
    padding:34px 36px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
    border-top:2px solid #CBA358;
    border-bottom:1px solid rgba(0,26,58,.12);
    background:rgba(255,255,255,.66);
}

.gx-web-close > div:first-child { max-width:760px; }
.gx-web-close p { max-width:720px; font-size:.92rem; }

.gx-web-close-actions {
    display:flex;
    align-items:center;
    gap:10px;
    flex:0 0 auto;
}

.gx-web-close .gx-web-btn-primary {
    width:auto;
    min-height:44px;
    padding:0 19px;
    border-radius:8px;
    box-shadow:inset 0 0 0 1px #CBA358,0 8px 20px rgba(203,163,88,.30);
}

.gx-web-contact-icon {
    width:44px;
    min-width:44px;
    max-width:44px;
    height:44px;
    min-height:44px;
    max-height:44px;
    margin:0;
    padding:0;
    display:grid;
    place-items:center;
    border:1px solid rgba(0,26,58,.13);
    border-radius:8px;
    background:#FFFFFF;
    color:#001A3A;
    box-shadow:none;
    text-decoration:none;
    transition:color .18s ease,border-color .18s ease;
}

.gx-web-contact-icon:hover {
    color:#9A742F;
    transform:none;
    border-color:#CBA358;
    background:#FFFFFF;
    box-shadow:none;
}

.gx-web-footer { margin-top:0; padding:0; }

/* Reveal */

.js .gx-web-reveal {
    opacity:0;
    transform:translateY(12px);
    transition:opacity .45s ease,transform .45s ease;
}

.js .gx-web-reveal.is-visible { opacity:1; transform:none; }

.gx-web-btn:focus-visible,
.gx-web-text-link:focus-visible,
.gx-web-plan-cta:focus-visible,
.gx-web-contact-icon:focus-visible {
    outline:3px solid rgba(203,163,88,.48);
    outline-offset:3px;
}

/* Responsive */

@media (max-width:1180px) {
    .gx-web-main, .gx-context-bar-inner { width:calc(100% - 44px); }
    .gx-web-plans { gap:14px; }
}

@media (max-width:991px) {
    .gx-context-bar-inner { width:100%; grid-template-columns:1fr; }

    .gx-context-item {
        min-height:39px;
        justify-content:flex-start;
        padding-left:22px;
        padding-right:22px;
        text-align:left;
    }

    .gx-context-item + .gx-context-item {
        border-left:0;
        border-top:1px solid rgba(0,26,58,.07);
    }

    .gx-web-main { width:calc(100% - 40px); }

    .gx-web-hero {
        grid-template-columns:1fr;
        gap:22px;
    }

    .gx-web-hero-route {
        width:min(100%,520px);
        margin-top:0;
    }

    .gx-web-plans { grid-template-columns:1fr; }

    .gx-web-plan-intro,
    .gx-web-plan-note { min-height:0; }

    .gx-web-managed {
        grid-template-columns:1fr;
        gap:26px;
    }

    .gx-web-managed-points { grid-template-columns:repeat(3,1fr); }

    .gx-web-launch { grid-template-columns:1fr; }

    .gx-web-launch-price {
        width:100%;
        min-width:0;
        grid-template-columns:auto auto auto;
        justify-content:start;
        align-items:baseline;
        gap:10px;
        padding:16px 0 0;
        border-left:0;
        border-top:1px solid rgba(203,163,88,.30);
    }

    .gx-web-launch-price strong { font-size:2rem; }

    .gx-web-process-flow { grid-template-columns:1fr; }
    .gx-web-process-flow li + li {
        border-left:0;
        border-top:1px solid rgba(0,26,58,.10);
    }

    .gx-web-close {
        padding:30px 28px;
        align-items:flex-start;
        flex-direction:column;
    }

    .gx-web-close-actions { justify-content:flex-start; }
}

@media (max-width:640px) {
    .gx-context-bar { margin-top:24px; margin-bottom:24px; }
    .gx-context-item { font-size:.72rem; }

    .gx-web-main { width:calc(100% - 32px); }

    .gx-web-main h1 {
        font-size:1.62rem;
        line-height:1.23;
    }

    .gx-web-main h2 { font-size:1.4rem; }
    .gx-web-main .eyebrow { margin-bottom:11px; }

    .gx-web-lead {
        font-size:.95rem !important;
        line-height:1.6 !important;
    }

    .gx-web-hero { padding-bottom:34px; }

    .gx-web-hero-actions {
        display:grid;
        align-items:stretch;
    }

    .gx-web-btn { width:100%; }
    .gx-web-hero-route { padding-left:18px; }

    .gx-web-solutions,
    .gx-web-managed,
    .gx-web-process {
        padding-top:34px;
        padding-bottom:34px;
    }

    .gx-web-plan {
        padding:20px 18px 18px;
        border-radius:20px;
    }

    .gx-web-managed-points {
        grid-template-columns:1fr 1fr;
        border-radius:18px;
    }

    .gx-web-managed-points span { min-height:84px; }

    .gx-web-launch {
        margin:34px 0;
        padding:40px 20px 20px;
        border-radius:20px;
    }

    .gx-web-launch-badge { left:20px; }

    .gx-web-launch-price {
        grid-template-columns:1fr;
        justify-items:start;
        gap:2px;
    }

    .gx-web-close {
        margin-bottom:50px;
        padding:28px 20px;
    }

    .gx-web-close-actions {
        width:100%;
        display:grid;
        grid-template-columns:repeat(3,44px);
        justify-content:start;
        gap:10px;
    }

    .gx-web-close-actions .gx-web-btn-primary {
        grid-column:1 / -1;
        width:100%;
        min-width:0;
    }
}

@media (max-width:390px) {
    .gx-web-main { width:calc(100% - 28px); }
    .gx-web-managed-points { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion:reduce) {
    .js .gx-web-reveal {
        opacity:1;
        transform:none;
        transition:none;
    }

    .gx-web-btn,
    .gx-web-plan-cta,
    .gx-web-contact-icon { transition:none; }
}


/* =========================================================
   GYALUX · JERARQUÍA TIPOGRÁFICA CANÓNICA
   Referencia: index.php / css/index.css validados.
   ========================================================= */

html body.gx-negocio-digital-page .gx-web-main h1 {
    margin-top:0 !important;
    margin-bottom:18px !important;
    font-family:'Plus Jakarta Sans',sans-serif !important;
    font-size:35px !important;
    font-weight:700 !important;
    line-height:41.3px !important;
    letter-spacing:-0.45px !important;
}

html body.gx-negocio-digital-page .gx-web-main h2 {
    margin-top:0 !important;
    margin-bottom:14px !important;
    font-family:'Plus Jakarta Sans',sans-serif !important;
    font-size:24px !important;
    font-weight:700 !important;
    line-height:28.32px !important;
    letter-spacing:-0.45px !important;
}

html body.gx-negocio-digital-page .gx-web-main h3 {
    margin-top:0 !important;
    margin-bottom:15px !important;
    font-family:'Plus Jakarta Sans',sans-serif !important;
    font-size:17.92px !important;
    font-weight:800 !important;
    line-height:22.4px !important;
    letter-spacing:normal !important;
}

/* Las tarjetas conservan su encaje interno; la tipografía H3 sí es canónica. */
html body.gx-negocio-digital-page .gx-web-plan header h3 {
    margin-bottom:0 !important;
}

@media (max-width:991px) {
    html body.gx-negocio-digital-page .gx-web-main h1 {
        font-size:35px !important;
        line-height:41.3px !important;
    }

    html body.gx-negocio-digital-page .gx-web-main h2 {
        font-size:24px !important;
        line-height:28.32px !important;
    }
}

@media (max-width:640px) {
    html body.gx-negocio-digital-page .gx-web-main h1,
    html body.gx-negocio-digital-page .gx-web-main h2 {
        font-size:23.2px !important;
        line-height:27.376px !important;
        letter-spacing:-0.45px !important;
    }

    html body.gx-negocio-digital-page .gx-web-main h1 {
        margin-bottom:16px !important;
    }
}

@media (max-width:360px) {
    html body.gx-negocio-digital-page .gx-web-main h1 {
        font-size:22.72px !important;
        line-height:26.3552px !important;
    }

    html body.gx-negocio-digital-page .gx-web-main h2 {
        font-size:20.48px !important;
        line-height:24.576px !important;
    }
}

/* =========================================================
   GYALUX · TARJETAS DE SOLUCIONES · ALINEACIÓN ESTRUCTURAL
   ========================================================= */

.gx-web-plan ul {
    flex:1 1 auto;
}

.gx-web-plan-note {
    margin-bottom:18px !important;
}

.gx-web-plan-cta {
    margin-top:0;
}

@media (min-width:992px) {
    .gx-web-plan header {
        min-height:59px;
    }
}

@media (min-width:992px) and (max-width:1180px) {
    .gx-web-plan-intro {
        min-height:7.7em;
    }
}


@media (min-width:992px) and (max-width:1049px) {
    .gx-web-plan-note {
        min-height:64.1px;
    }
}


/* =========================================================
   GYALUX · PARIDAD RESPONSIVE DE HEADER COMPARTIDO
   Referencia validada: Index / Servicios / Gyalux Digital.
   ========================================================= */

@media (min-width:992px) and (max-width:1260px) {
    html body.gx-negocio-digital-page .main-wrapper > header.gx-header-principal {
        width:100% !important;
        max-width:1200px !important;
        margin-left:auto !important;
        margin-right:auto !important;
        grid-template-columns:180px minmax(0,1fr) auto !important;
        column-gap:18px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .logo,
    html body.gx-negocio-digital-page header.gx-header-principal .logo img {
        width:180px !important;
        min-width:180px !important;
        max-width:180px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal #navbar {
        min-width:0 !important;
        gap:13px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal #navbar > a,
    html body.gx-negocio-digital-page header.gx-header-principal #navbar > .gx-nav-item > a {
        font-size:.73rem !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-desktop-cta {
        display:none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    html body.gx-negocio-digital-page .main-wrapper > header.gx-header-principal {
        width:calc(100% - 36px) !important;
        max-width:calc(100% - 36px) !important;
    }
}

@media (max-width:991px) {
    html body.gx-negocio-digital-page .main-wrapper > header.gx-header-principal {
        width:calc(100% - 36px) !important;
        max-width:calc(100% - 36px) !important;
        min-height:0 !important;
        margin-left:auto !important;
        margin-right:auto !important;
        padding:14px 0 0 !important;
        display:grid !important;
        grid-template-columns:minmax(0,1fr) auto !important;
        column-gap:14px !important;
        align-items:center !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .logo {
        width:auto !important;
        min-width:0 !important;
        max-width:none !important;
        margin:0 !important;
        grid-column:1 !important;
        grid-row:1 !important;
        justify-content:flex-start !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .logo img {
        width:180px !important;
        min-width:0 !important;
        max-width:180px !important;
        height:auto !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal #navbar {
        display:none !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-header-actions {
        width:auto !important;
        max-width:none !important;
        margin:0 !important;
        padding:0 !important;
        grid-column:2 !important;
        grid-row:1 !important;
        display:flex !important;
        justify-content:flex-end !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-contact-actions {
        display:inline-flex !important;
        align-items:center !important;
        gap:8px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-menu-toggle,
    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-contact-btn {
        display:inline-flex !important;
        visibility:visible !important;
        pointer-events:auto !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-desktop-cta,
    html body.gx-negocio-digital-page header.gx-header-principal .gx-odoo-cart-btn,
    html body.gx-negocio-digital-page header.gx-header-principal .gx-user-menu {
        display:none !important;
        visibility:hidden !important;
        pointer-events:none !important;
    }
}

@media (max-width:680px) {
    html body.gx-negocio-digital-page header.gx-header-principal {
        column-gap:8px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-header-actions,
    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-contact-actions {
        gap:6px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .logo img {
        width:140px !important;
        max-width:140px !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-contact-btn,
    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-menu-toggle {
        width:38px !important;
        min-width:38px !important;
        max-width:38px !important;
        height:38px !important;
        min-height:38px !important;
        max-height:38px !important;
    }
}

@media (max-width:360px) {
    html body.gx-negocio-digital-page .main-wrapper > header.gx-header-principal {
        width:calc(100% - 24px) !important;
        max-width:calc(100% - 24px) !important;
    }
}

@media (max-width:340px) {
    html body.gx-negocio-digital-page header.gx-header-principal .logo img {
        width:116px !important;
        max-width:100% !important;
    }

    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-contact-btn,
    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-menu-toggle {
        width:36px !important;
        min-width:36px !important;
        max-width:36px !important;
        height:36px !important;
        min-height:36px !important;
        max-height:36px !important;
    }
}

@media (max-width:280px) {
    html body.gx-negocio-digital-page header.gx-header-principal .gx-mobile-call-btn {
        display:none !important;
    }
}
