/* GYALUX SERVICIOS 2 · PROPUESTA VISUAL AISLADA */

.gx-servicios2-page {
    --s2-navy: #001a3a;
    --s2-navy-soft: #0b3158;
    --s2-gold: #cba358;
    --s2-gold-dark: #9a742f;
    --s2-ink: #10223a;
    --s2-text: #4a5568;
    --s2-muted: #6d7888;
    --s2-line: rgba(0, 26, 58, 0.11);
    --s2-surface: #ffffff;
    --s2-soft: #edf1f5;
    color: var(--s2-ink);
    font-family: "Inter", sans-serif;
}

.gx-servicios2-page *,
.gx-servicios2-page *::before,
.gx-servicios2-page *::after {
    box-sizing: border-box;
}

.gx-servicios2-page .gx-s2-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gx-servicios2-page .gx-s2-main h1,
.gx-servicios2-page .gx-s2-main h2,
.gx-servicios2-page .gx-s2-main h3 {
    color: var(--s2-navy);
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0;
}

.gx-servicios2-page .gx-s2-main p {
    color: var(--s2-text);
    line-height: 1.65;
}

.gx-servicios2-page .gx-s2-eyebrow {
    display: block;
    margin-bottom: 13px;
    color: var(--s2-gold-dark);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.11em;
}

.gx-servicios2-page .gx-s2-button {
    min-height: 44px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gx-servicios2-page .gx-s2-button:hover,
.gx-servicios2-page .gx-s2-button:focus-visible {
    transform: translateY(-2px);
}

.gx-servicios2-page .gx-s2-button-primary {
    background: var(--s2-navy);
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(0, 26, 58, 0.15);
}

.gx-servicios2-page .gx-s2-button-primary:hover,
.gx-servicios2-page .gx-s2-button-primary:focus-visible {
    background: var(--s2-navy-soft);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 26, 58, 0.2);
}

.gx-servicios2-page .gx-s2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--s2-navy);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.gx-servicios2-page .gx-s2-text-link i {
    color: var(--s2-gold);
    transition: transform 180ms ease;
}

.gx-servicios2-page .gx-s2-text-link:hover,
.gx-servicios2-page .gx-s2-text-link:focus-visible {
    color: var(--s2-gold-dark);
}

.gx-servicios2-page .gx-s2-text-link:hover i,
.gx-servicios2-page .gx-s2-text-link:focus-visible i {
    transform: translateX(4px);
}

/* Hero */

.gx-servicios2-page .gx-s2-hero {
    min-height: 570px;
    position: relative;
    margin: 8px 0 88px;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.76fr);
    grid-template-rows: 1fr auto;
    overflow: hidden;
    border: 1px solid rgba(0, 26, 58, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 60px rgba(0, 26, 58, 0.08);
}

.gx-servicios2-page .gx-s2-hero-content {
    position: relative;
    z-index: 2;
    padding: 72px 58px 56px;
    align-self: center;
}

.gx-servicios2-page .gx-s2-hero h1 {
    max-width: 660px;
    margin: 0 0 20px;
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 1.12;
}

.gx-servicios2-page .gx-s2-hero-content > p {
    max-width: 590px;
    margin: 0;
    font-size: 1.02rem;
}

.gx-servicios2-page .gx-s2-hero-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.gx-servicios2-page .gx-s2-hero-media {
    min-height: 470px;
    position: relative;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(0, 26, 58, 0.02)),
        url("/img/electricidad.png") center / cover no-repeat;
}

.gx-servicios2-page .gx-s2-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 68%, rgba(0, 26, 58, 0.3));
}

.gx-servicios2-page .gx-s2-service-rail {
    grid-column: 1 / -1;
    min-height: 78px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--s2-line);
    background: rgba(246, 248, 250, 0.96);
}

.gx-servicios2-page .gx-s2-service-rail a {
    min-width: 0;
    padding: 17px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-right: 1px solid var(--s2-line);
    color: var(--s2-navy);
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease;
}

.gx-servicios2-page .gx-s2-service-rail a:last-child {
    border-right: 0;
}

.gx-servicios2-page .gx-s2-service-rail a:hover,
.gx-servicios2-page .gx-s2-service-rail a:focus-visible {
    background: #ffffff;
    color: var(--s2-gold-dark);
}

.gx-servicios2-page .gx-s2-service-rail i {
    color: var(--s2-gold);
    font-size: 0.95rem;
}

/* Headings */

.gx-servicios2-page .gx-s2-section-heading {
    max-width: 690px;
    margin-bottom: 32px;
}

.gx-servicios2-page .gx-s2-section-heading-wide {
    max-width: 780px;
}

.gx-servicios2-page .gx-s2-section-heading h2 {
    margin: 0 0 11px;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.gx-servicios2-page .gx-s2-section-heading p {
    margin: 0;
    font-size: 0.98rem;
}

/* Finder */

.gx-servicios2-page .gx-s2-finder {
    margin: 0 0 96px;
    padding: 46px;
    border-top: 2px solid var(--s2-gold);
    border-bottom: 1px solid var(--s2-line);
    background: rgba(255, 255, 255, 0.72);
}

.gx-servicios2-page .gx-s2-finder-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.gx-servicios2-page .gx-s2-need {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid var(--s2-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--s2-text);
    font-family: "Inter", sans-serif;
    font-size: 0.81rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gx-servicios2-page .gx-s2-need:hover,
.gx-servicios2-page .gx-s2-need:focus-visible {
    border-color: rgba(203, 163, 88, 0.7);
    color: var(--s2-navy);
    transform: translateY(-1px);
}

.gx-servicios2-page .gx-s2-need.is-active {
    border-color: var(--s2-navy);
    background: var(--s2-navy);
    color: #ffffff;
}

.gx-servicios2-page .gx-s2-finder-result {
    min-height: 142px;
    margin-top: 24px;
    padding: 25px 28px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(0, 26, 58, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 26, 58, 0.06);
}

.gx-servicios2-page .gx-s2-result-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(203, 163, 88, 0.14);
    color: var(--s2-gold-dark);
    font-size: 1.2rem;
}

.gx-servicios2-page .gx-s2-result-label {
    display: block;
    margin-bottom: 5px;
    color: var(--s2-gold-dark);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.gx-servicios2-page .gx-s2-finder-result h3 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.3;
}

.gx-servicios2-page .gx-s2-finder-result p {
    max-width: 650px;
    margin: 0;
    font-size: 0.88rem;
}

/* Directory */

.gx-servicios2-page .gx-s2-directory {
    margin-bottom: 100px;
}

.gx-servicios2-page .gx-s2-service {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--s2-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.gx-servicios2-page .gx-s2-service:hover {
    transform: translateY(-4px);
    border-color: rgba(203, 163, 88, 0.55);
    box-shadow: 0 18px 42px rgba(0, 26, 58, 0.09);
}

.gx-servicios2-page .gx-s2-service-featured {
    min-height: 420px;
    margin: 36px 0 18px;
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
}

.gx-servicios2-page .gx-s2-service-media {
    min-height: 245px;
    overflow: hidden;
    background: #dfe5eb;
}

.gx-servicios2-page .gx-s2-service-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 500ms ease;
}

.gx-servicios2-page .gx-s2-service:hover .gx-s2-service-media img {
    transform: scale(1.025);
}

.gx-servicios2-page .gx-s2-service-copy {
    position: relative;
    padding: 30px;
}

.gx-servicios2-page .gx-s2-service-featured .gx-s2-service-copy {
    padding: 52px 48px;
    align-self: center;
}

.gx-servicios2-page .gx-s2-service-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(0, 26, 58, 0.16);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
}

.gx-servicios2-page .gx-s2-service-kicker {
    display: block;
    margin: 0 48px 10px 0;
    color: var(--s2-gold-dark);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.gx-servicios2-page .gx-s2-service h3 {
    max-width: 440px;
    margin: 0 0 13px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.22;
}

.gx-servicios2-page .gx-s2-service p {
    margin: 0 0 19px;
    font-size: 0.9rem;
}

.gx-servicios2-page .gx-s2-service ul {
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
}

.gx-servicios2-page .gx-s2-service li {
    padding: 6px 9px;
    border: 1px solid rgba(0, 26, 58, 0.09);
    border-radius: 6px;
    color: var(--s2-muted);
    font-size: 0.7rem;
}

.gx-servicios2-page .gx-s2-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gx-servicios2-page .gx-s2-service-grid .gx-s2-service {
    display: grid;
    grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
    min-height: 300px;
}

.gx-servicios2-page .gx-s2-service-grid .gx-s2-service-media {
    min-height: 100%;
}

/* Connected service */

.gx-servicios2-page .gx-s2-connection {
    margin-bottom: 94px;
    padding: 56px 0;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 68px;
    border-top: 1px solid var(--s2-line);
    border-bottom: 1px solid var(--s2-line);
}

.gx-servicios2-page .gx-s2-connection h2 {
    margin: 0 0 13px;
    font-size: 1.85rem;
    line-height: 1.2;
}

.gx-servicios2-page .gx-s2-connection-intro p {
    margin: 0;
    font-size: 0.95rem;
}

.gx-servicios2-page .gx-s2-connection-flow {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.gx-servicios2-page .gx-s2-connection-flow li {
    min-width: 0;
    padding: 8px 24px;
    border-left: 1px solid var(--s2-line);
}

.gx-servicios2-page .gx-s2-connection-flow li > span {
    display: block;
    margin-bottom: 18px;
    color: var(--s2-gold);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
}

.gx-servicios2-page .gx-s2-connection-flow strong {
    display: block;
    margin-bottom: 8px;
    color: var(--s2-navy);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    line-height: 1.3;
}

.gx-servicios2-page .gx-s2-connection-flow p {
    margin: 0;
    font-size: 0.79rem;
}

/* Ecosystem */

.gx-servicios2-page .gx-s2-ecosystem {
    min-height: 450px;
    margin-bottom: 94px;
    padding: 62px;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 70px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(110deg, #001a3a 0%, #06284b 62%, #123d65 100%);
    box-shadow: 0 24px 54px rgba(0, 26, 58, 0.18);
}

.gx-servicios2-page .gx-s2-ecosystem .gx-s2-eyebrow {
    color: #dfbd78;
}

.gx-servicios2-page .gx-s2-ecosystem h2 {
    max-width: 620px;
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
}

.gx-servicios2-page .gx-s2-ecosystem-copy > p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.gx-servicios2-page .gx-s2-ecosystem-actions {
    margin-top: 29px;
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}

.gx-servicios2-page .gx-s2-button-gold {
    background: var(--s2-gold);
    color: var(--s2-navy);
}

.gx-servicios2-page .gx-s2-button-gold:hover,
.gx-servicios2-page .gx-s2-button-gold:focus-visible {
    background: #dfbd78;
    color: var(--s2-navy);
}

.gx-servicios2-page .gx-s2-button-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.gx-servicios2-page .gx-s2-button-outline:hover,
.gx-servicios2-page .gx-s2-button-outline:focus-visible {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.gx-servicios2-page .gx-s2-ecosystem-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.gx-servicios2-page .gx-s2-ecosystem-points > div {
    min-height: 126px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.79rem;
    line-height: 1.45;
}

.gx-servicios2-page .gx-s2-ecosystem-points i {
    color: #dfbd78;
    font-size: 1.08rem;
}

/* Final */

.gx-servicios2-page .gx-s2-final {
    margin-bottom: 80px;
    padding: 44px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    border-top: 2px solid var(--s2-gold);
}

.gx-servicios2-page .gx-s2-final h2 {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.gx-servicios2-page .gx-s2-final p {
    max-width: 670px;
    margin: 0;
    font-size: 0.94rem;
}

.gx-servicios2-page .gx-s2-final-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
}

.gx-servicios2-page .gx-s2-contact-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 26, 58, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--s2-navy);
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gx-servicios2-page .gx-s2-contact-icon:hover,
.gx-servicios2-page .gx-s2-contact-icon:focus-visible {
    transform: translateY(-2px);
    border-color: var(--s2-gold);
    color: var(--s2-gold-dark);
}

.gx-servicios2-page .gx-s2-footer {
    margin-top: 0;
    padding: 0;
}

/* Motion */

html.js .gx-servicios2-page .gx-s2-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

html.js .gx-servicios2-page .gx-s2-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .gx-servicios2-page *,
    .gx-servicios2-page *::before,
    .gx-servicios2-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

    html.js .gx-servicios2-page .gx-s2-reveal {
        opacity: 1;
        transform: none;
    }
}

/* Tablet */

@media (max-width: 1100px) {
    .gx-servicios2-page .gx-s2-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
    }

    .gx-servicios2-page .gx-s2-hero-content {
        padding: 58px 42px 48px;
    }

    .gx-servicios2-page .gx-s2-service-grid .gx-s2-service {
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-service-grid .gx-s2-service-media {
        min-height: 230px;
        aspect-ratio: 16 / 9;
    }

    .gx-servicios2-page .gx-s2-connection {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Mobile and tablet navigation repair, scoped to this proposal */

@media (max-width: 991px) {
    html body.gx-servicios2-page .main-wrapper > header.gx-header-principal {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin: 0 !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-servicios2-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-servicios2-page header.gx-header-principal .logo img {
        width: 180px !important;
        min-width: 0 !important;
        max-width: 180px !important;
        height: auto !important;
    }

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

    html body.gx-servicios2-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-servicios2-page header.gx-header-principal .gx-mobile-contact-actions {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-menu-toggle,
    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-contact-btn {
        display: inline-flex !important;
    }

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

    html body.gx-servicios2-page .gx-benefits-bar {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 12px 0 30px !important;
        overflow: hidden !important;
        border-radius: 8px !important;
    }

    html body.gx-servicios2-page .gx-benefits-bar .gx-benefits-inner {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 11px 16px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 7px !important;
    }

    html body.gx-servicios2-page .gx-benefits-bar .gx-benefit {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        font-size: 0.75rem !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    html body.gx-servicios2-page .gx-benefits-bar .gx-benefit i {
        width: 17px !important;
        min-width: 17px !important;
        height: 17px !important;
        min-height: 17px !important;
        margin: 0 !important;
        font-size: 0.65rem !important;
        line-height: 17px !important;
    }

    .gx-servicios2-page .gx-s2-hero {
        min-height: 0;
        margin-bottom: 70px;
        grid-template-columns: 1fr;
        grid-template-rows: auto 330px auto;
    }

    .gx-servicios2-page .gx-s2-hero-content {
        padding: 50px 38px 42px;
    }

    .gx-servicios2-page .gx-s2-hero h1 {
        font-size: 2.2rem;
    }

    .gx-servicios2-page .gx-s2-hero-media {
        min-height: 330px;
    }

    .gx-servicios2-page .gx-s2-service-rail {
        grid-template-columns: repeat(5, minmax(96px, 1fr));
        overflow-x: auto;
        justify-content: flex-start;
    }

    .gx-servicios2-page .gx-s2-service-rail a {
        min-width: 104px;
        flex-direction: column;
        gap: 7px;
    }

    .gx-servicios2-page .gx-s2-finder {
        margin-bottom: 76px;
        padding: 36px 30px;
    }

    .gx-servicios2-page .gx-s2-finder-result {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .gx-servicios2-page .gx-s2-finder-result .gx-s2-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .gx-servicios2-page .gx-s2-service-featured {
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-service-featured .gx-s2-service-media {
        min-height: 340px;
        aspect-ratio: 16 / 9;
    }

    .gx-servicios2-page .gx-s2-service-featured .gx-s2-service-copy {
        padding: 38px 34px;
    }

    .gx-servicios2-page .gx-s2-connection-flow li {
        padding: 8px 17px;
    }

    .gx-servicios2-page .gx-s2-ecosystem {
        padding: 48px 38px;
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .gx-servicios2-page .gx-s2-final {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Small screens */

@media (max-width: 680px) {
    html body.gx-servicios2-page header.gx-header-principal .logo img {
        width: 148px !important;
        max-width: 148px !important;
    }

    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-call-btn {
        display: none !important;
    }

    .gx-servicios2-page .gx-s2-hero {
        margin-top: 2px;
        grid-template-rows: auto 245px auto;
    }

    .gx-servicios2-page .gx-s2-hero-content {
        padding: 38px 22px 34px;
    }

    .gx-servicios2-page .gx-s2-hero h1 {
        margin-bottom: 16px;
        font-size: 1.85rem;
        line-height: 1.15;
    }

    .gx-servicios2-page .gx-s2-hero-content > p {
        font-size: 0.94rem;
    }

    .gx-servicios2-page .gx-s2-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .gx-servicios2-page .gx-s2-hero-actions .gx-s2-button {
        width: 100%;
    }

    .gx-servicios2-page .gx-s2-section-heading h2,
    .gx-servicios2-page .gx-s2-connection h2,
    .gx-servicios2-page .gx-s2-final h2 {
        font-size: 1.55rem;
    }

    .gx-servicios2-page .gx-s2-finder {
        margin-bottom: 64px;
        padding: 30px 20px;
    }

    .gx-servicios2-page .gx-s2-finder-options {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-need {
        width: 100%;
        padding: 11px 13px;
        text-align: left;
    }

    .gx-servicios2-page .gx-s2-finder-result {
        padding: 22px 18px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
    }

    .gx-servicios2-page .gx-s2-result-icon {
        width: 42px;
        height: 42px;
    }

    .gx-servicios2-page .gx-s2-directory {
        margin-bottom: 72px;
    }

    .gx-servicios2-page .gx-s2-service-featured {
        min-height: 0;
    }

    .gx-servicios2-page .gx-s2-service-featured .gx-s2-service-media {
        min-height: 240px;
    }

    .gx-servicios2-page .gx-s2-service-featured .gx-s2-service-copy,
    .gx-servicios2-page .gx-s2-service-copy {
        padding: 26px 22px;
    }

    .gx-servicios2-page .gx-s2-service h3 {
        font-size: 1.22rem;
    }

    .gx-servicios2-page .gx-s2-service ul {
        display: grid;
    }

    .gx-servicios2-page .gx-s2-service-grid {
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-service-grid .gx-s2-service-media {
        min-height: 210px;
    }

    .gx-servicios2-page .gx-s2-connection {
        margin-bottom: 68px;
        padding: 42px 0;
    }

    .gx-servicios2-page .gx-s2-connection-flow {
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-connection-flow li {
        padding: 19px 0;
        display: grid;
        grid-template-columns: 38px 1fr;
        column-gap: 8px;
        border-left: 0;
        border-top: 1px solid var(--s2-line);
    }

    .gx-servicios2-page .gx-s2-connection-flow li > span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .gx-servicios2-page .gx-s2-connection-flow strong,
    .gx-servicios2-page .gx-s2-connection-flow p {
        grid-column: 2;
    }

    .gx-servicios2-page .gx-s2-ecosystem {
        margin-bottom: 68px;
        padding: 38px 22px;
    }

    .gx-servicios2-page .gx-s2-ecosystem h2 {
        font-size: 1.65rem;
    }

    .gx-servicios2-page .gx-s2-ecosystem-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-ecosystem-points {
        grid-template-columns: 1fr;
    }

    .gx-servicios2-page .gx-s2-ecosystem-points > div {
        min-height: 0;
        padding: 18px;
        flex-direction: row;
        align-items: flex-start;
    }

    .gx-servicios2-page .gx-s2-final {
        margin-bottom: 50px;
        padding: 36px 0;
        gap: 28px;
    }

    .gx-servicios2-page .gx-s2-final-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .gx-servicios2-page .gx-s2-final-actions .gx-s2-button {
        width: 100%;
    }
}


/* Auditoría gráfica 09/09/2026: barra canónica y continuidad responsive. */

html body.gx-servicios2-page .gx-benefits-bar {
    width: 1200px !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.gx-servicios2-page .gx-home-benefit-actions {
    height: 42px;
    margin: 0 16px 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

.gx-servicios2-page .gx-home-benefit-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(203, 163, 88, 0.72);
    border-radius: 8px;
    background: #cba358;
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(203, 163, 88, 0.25);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gx-servicios2-page .gx-home-benefit-btn:hover,
.gx-servicios2-page .gx-home-benefit-btn:focus-visible {
    transform: translateY(-1px);
    border-color: #9a742f;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(203, 163, 88, 0.32);
}

.gx-servicios2-page .gx-home-benefit-btn i {
    margin: 0;
    color: inherit;
    font-size: 1rem;
    line-height: 1;
}

@media (min-width: 992px) and (max-width: 1260px) {
    html body.gx-servicios2-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-servicios2-page header.gx-header-principal .logo,
    html body.gx-servicios2-page header.gx-header-principal .logo img {
        width: 180px !important;
        min-width: 180px !important;
        max-width: 180px !important;
    }

    html body.gx-servicios2-page header.gx-header-principal #navbar {
        gap: 13px !important;
    }

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

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

    html body.gx-servicios2-page .gx-benefits-bar {
        width: 100% !important;
        max-width: 1200px !important;
    }
}

@media (max-width: 991px) {
    html body.gx-servicios2-page .gx-benefits-bar {
        width: 100% !important;
        max-width: 100% !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-actions {
        display: none !important;
    }

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

@media (max-width: 551px) {
    .gx-servicios2-page .gx-s2-service-rail {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
    }

    .gx-servicios2-page .gx-s2-service-rail a {
        min-width: 0;
        min-height: 56px;
        padding: 12px 10px;
        flex-direction: row;
        border-bottom: 1px solid var(--s2-line);
    }

    .gx-servicios2-page .gx-s2-service-rail a:nth-child(2n) {
        border-right: 0;
    }

    .gx-servicios2-page .gx-s2-service-rail a:last-child {
        grid-column: 1 / -1;
        border-bottom: 0;
    }
}

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

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

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

    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-contact-btn,
    html body.gx-servicios2-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: 340px) {
    html body.gx-servicios2-page header.gx-header-principal .logo img {
        width: 116px !important;
        max-width: 116px !important;
    }

    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-contact-btn,
    html body.gx-servicios2-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 (min-width: 992px) and (max-width: 1065px) {
    html body.gx-servicios2-page .gx-benefits-inner {
        width: 100% !important;
        padding: 0 14px !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) 92px !important;
        align-items: center !important;
        column-gap: 10px !important;
        box-sizing: border-box !important;
    }

    html body.gx-servicios2-page .gx-benefit {
        width: auto !important;
        min-width: 0 !important;
        padding: 0 8px !important;
        white-space: normal !important;
        font-size: 0.7rem !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-actions {
        width: 92px !important;
        min-width: 92px !important;
        margin: 0 !important;
    }
}


/* Revisión visual 09/09/2026 · barra y header sincronizados. */
@media (min-width: 992px) {
    html body.gx-servicios2-page .gx-benefits-bar {
        width: 1200px !important;
        max-width: 1200px !important;
        height: auto !important;
        min-height: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html body.gx-servicios2-page .gx-benefits-inner {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 50px !important;
        padding: 0 16px !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) 94px !important;
        align-items: center !important;
        gap: 0 !important;
        box-sizing: border-box !important;
    }

    html body.gx-servicios2-page .gx-benefit {
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        padding: 7px 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        text-align: center !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        box-sizing: border-box !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-actions {
        width: 94px !important;
        min-width: 94px !important;
        height: 42px !important;
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        position: relative !important;
        z-index: 2 !important;
        overflow: visible !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-btn {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #CBA358 !important;
        border-radius: 11px !important;
        background: linear-gradient(135deg, #DFB96E 0%, #B88E45 100%) !important;
        color: #FFFFFF !important;
        box-shadow: 0 10px 24px rgba(203, 163, 88, 0.28) !important;
        text-decoration: none !important;
        transform: none;
        transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-btn:hover,
    html body.gx-servicios2-page .gx-home-benefit-btn:focus-visible {
        border-color: #B88E45 !important;
        color: #FFFFFF !important;
        transform: translateY(-1px);
        box-shadow: 0 13px 28px rgba(203, 163, 88, 0.34) !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-btn i {
        margin: 0 !important;
        padding: 0 !important;
        color: inherit !important;
        font-size: 1.15rem !important;
        line-height: 1 !important;
    }
}

@media (max-width: 991px) {
    html body.gx-servicios2-page .gx-benefits-bar,
    html body.gx-servicios2-page .gx-benefits-inner,
    html body.gx-servicios2-page .gx-benefit {
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    html body.gx-servicios2-page .gx-benefits-bar {
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    html body.gx-servicios2-page .gx-benefits-inner {
        width: 100% !important;
        height: auto !important;
        padding: 11px 16px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: stretch !important;
        gap: 7px !important;
        overflow: visible !important;
    }

    html body.gx-servicios2-page .gx-benefit {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: flex-start !important;
        text-align: left !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }
}

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

    html body.gx-servicios2-page .gx-benefits-inner {
        padding: 10px 12px !important;
    }

    html body.gx-servicios2-page .gx-benefit {
        font-size: 0.7rem !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 280px) {
    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-call-btn {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    html body.gx-servicios2-page header.gx-header-principal .gx-mobile-contact-actions {
        width: auto !important;
    }
}


/* Servicios2 · continuidad vertical del hero y del recomendador. */
@media (max-width: 680px) {
    html body.gx-servicios2-page .gx-s2-hero {
        grid-template-rows: auto auto auto !important;
    }

    html body.gx-servicios2-page .gx-s2-hero-media {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9 !important;
    }

    html body.gx-servicios2-page .gx-s2-service-rail {
        position: relative !important;
        z-index: 1 !important;
        height: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        overflow: visible !important;
    }

    html body.gx-servicios2-page .gx-s2-service-rail a {
        min-width: 0 !important;
        min-height: 56px !important;
        padding: 12px 10px !important;
        flex-direction: row !important;
        border-bottom: 1px solid var(--s2-line) !important;
    }

    html body.gx-servicios2-page .gx-s2-service-rail a:nth-child(2n) {
        border-right: 0 !important;
    }

    html body.gx-servicios2-page .gx-s2-service-rail a:last-child {
        grid-column: 1 / -1 !important;
        border-bottom: 0 !important;
    }
}

@media (max-width: 360px) {
    html body.gx-servicios2-page .gx-s2-hero-content {
        padding: 30px 16px 28px !important;
    }

    html body.gx-servicios2-page .gx-s2-hero h1 {
        font-size: 1.55rem !important;
        line-height: 1.15 !important;
        overflow-wrap: anywhere !important;
    }

    html body.gx-servicios2-page .gx-s2-finder {
        padding: 24px 12px !important;
    }

    html body.gx-servicios2-page .gx-s2-finder-result {
        width: 100% !important;
        min-width: 0 !important;
        padding: 18px 14px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    html body.gx-servicios2-page .gx-s2-result-icon {
        display: none !important;
    }

    html body.gx-servicios2-page .gx-s2-finder-result > div,
    html body.gx-servicios2-page .gx-s2-finder-result .gx-s2-button {
        width: 100% !important;
        min-width: 0 !important;
        grid-column: 1 !important;
        box-sizing: border-box !important;
    }

    html body.gx-servicios2-page .gx-s2-finder-result h3,
    html body.gx-servicios2-page .gx-s2-finder-result p {
        overflow-wrap: anywhere !important;
    }
}


/* Ajuste responsive final 09/09/2026: paridad con index2 y continuidad sin cortes. */
html body.gx-servicios2-page {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

html body.gx-servicios2-page .main-wrapper,
html body.gx-servicios2-page .gx-s2-main,
html body.gx-servicios2-page .gx-s2-main > *,
html body.gx-servicios2-page .gx-s2-main * {
    min-width: 0;
    box-sizing: border-box;
}

/* El contenido no depende del viewport para permanecer visible. */
html.js body.gx-servicios2-page .gx-s2-reveal,
html.js body.gx-servicios2-page .gx-s2-reveal.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Mismo botón de contacto que index2. */
html body.gx-servicios2-page .gx-s2-contact-icon {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #CBA358 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #DFB96E 0%, #B88E45 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 7px 18px rgba(203, 163, 88, 0.22) !important;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

html body.gx-servicios2-page .gx-s2-contact-icon:hover,
html body.gx-servicios2-page .gx-s2-contact-icon:focus-visible {
    transform: translateY(-1px) !important;
    border-color: #B88E45 !important;
    color: #FFFFFF !important;
    box-shadow: 0 10px 24px rgba(203, 163, 88, 0.30) !important;
}

html body.gx-servicios2-page .gx-s2-contact-icon i {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
}

@media (min-width: 992px) {
    html body.gx-servicios2-page .main-wrapper > header.gx-header-principal,
    html body.gx-servicios2-page .gx-benefits-bar,
    html body.gx-servicios2-page .gx-s2-main {
        width: min(100%, 1200px) !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html body.gx-servicios2-page .gx-benefits-inner {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 16px !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) 104px !important;
        align-items: stretch !important;
        gap: 0 !important;
    }

    html body.gx-servicios2-page .gx-benefit {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
        padding: 7px 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
    }

    html body.gx-servicios2-page .gx-home-benefit-actions {
        width: 104px !important;
        min-width: 104px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
    }
}

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

    html body.gx-servicios2-page .gx-benefit {
        padding-inline: 8px !important;
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 991px) {
    html body.gx-servicios2-page .main-wrapper > header.gx-header-principal,
    html body.gx-servicios2-page .gx-benefits-bar,
    html body.gx-servicios2-page .gx-s2-main {
        width: calc(100% - 36px) !important;
        max-width: calc(100% - 36px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html body.gx-servicios2-page .gx-benefits-inner {
        width: 100% !important;
        min-width: 0 !important;
        padding: 11px 16px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: stretch !important;
        gap: 7px !important;
    }

    html body.gx-servicios2-page .gx-benefit {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: flex-start !important;
        text-align: left !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    html body.gx-servicios2-page .gx-s2-hero,
    html body.gx-servicios2-page .gx-s2-service-featured,
    html body.gx-servicios2-page .gx-s2-service-grid,
    html body.gx-servicios2-page .gx-s2-service-grid .gx-s2-service,
    html body.gx-servicios2-page .gx-s2-connection,
    html body.gx-servicios2-page .gx-s2-ecosystem,
    html body.gx-servicios2-page .gx-s2-final {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    html body.gx-servicios2-page img {
        max-width: 100% !important;
    }
}

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

    html body.gx-servicios2-page .gx-s2-hero-content {
        padding: 28px 14px 24px !important;
    }

    html body.gx-servicios2-page .gx-s2-hero h1 {
        font-size: 1.42rem !important;
        line-height: 1.16 !important;
    }

    html body.gx-servicios2-page .gx-s2-service-rail {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    html body.gx-servicios2-page .gx-s2-service-rail a {
        grid-column: auto !important;
        border-right: 0 !important;
    }

    html body.gx-servicios2-page .gx-s2-finder {
        padding: 24px 12px !important;
    }

    html body.gx-servicios2-page .gx-s2-finder-result,
    html body.gx-servicios2-page .gx-s2-service-copy,
    html body.gx-servicios2-page .gx-s2-service-featured .gx-s2-service-copy {
        padding-inline: 14px !important;
    }

    html body.gx-servicios2-page .gx-s2-final-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 44px 44px !important;
        gap: 8px !important;
    }

    html body.gx-servicios2-page .gx-s2-final-actions .gx-s2-button {
        width: 100% !important;
        padding-inline: 10px !important;
    }

    html body.gx-servicios2-page .gx-s2-main h1,
    html body.gx-servicios2-page .gx-s2-main h2,
    html body.gx-servicios2-page .gx-s2-main h3,
    html body.gx-servicios2-page .gx-s2-main p,
    html body.gx-servicios2-page .gx-s2-main a,
    html body.gx-servicios2-page .gx-s2-main li {
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }
}

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

    html body.gx-servicios2-page .gx-s2-final-actions {
        grid-template-columns: minmax(0, 1fr) 44px !important;
    }

    html body.gx-servicios2-page .gx-s2-final-actions .gx-s2-contact-icon:first-of-type {
        display: none !important;
    }
}
