.gx-store-main { width:100% !important; max-width:1200px !important; margin-left:auto !important; margin-right:auto !important; padding:0 !important; }
/* BLOQUE 1 · SHELL EXTERIOR CANONICO
   Fecha/hora: 27/09/2026 02:21 Europe/Madrid */
.main-wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gxsec-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (max-width: 1180px) {
    .main-wrapper {
        width: calc(100% - 44px) !important;
        max-width: none !important;
    }
}
@media (max-width: 991px) {
    .main-wrapper {
        width: calc(100% - 36px) !important;
    }
}
@media (max-width: 640px) {
    .main-wrapper {
        width: calc(100% - 32px) !important;
    }
}

/* Seguridad y vigilancia · estilos exclusivos de la categoría. */

.gxsec-page,
.gxsec-page * { box-sizing: border-box; }

.gxsec-page {
    width: 100%;
    color: #10223A;
    font-family: 'Inter', sans-serif;
}

.gxsec-page .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);
}

.gxsec-page .gx-context-bar-inner {
    width: 100%;
    max-width: 1200px;
    min-height: 46px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    align-items: center;
}

.gxsec-page .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;
}

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

.gxsec-page .gx-context-item i {
    width: 13px;
    min-width: 13px;
    flex: 0 0 13px;
    color: #CBA358;
    font-size: .9rem;
    text-align: center;
}

.gxsec-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 84px;
}

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

.gxsec-opening {
    max-width: 815px;
    padding-bottom: 44px;
}

.gxsec-opening .eyebrow {
    display: block;
    margin: 0 0 20px;
    color: #CBA358;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gxsec-opening h1 {
    margin: 0 0 18px;
    font-size: 35px;
    font-weight: 700;
    line-height: 41.3px;
    letter-spacing: -.45px;
}

.gxsec-lead {
    max-width: 750px;
    margin: 0;
    color: #4A5568;
    font-size: 1rem;
    line-height: 1.6;
}

.gxsec-products {
    padding-top: 44px;
    border-top: 1px solid rgba(0,26,58,.12);
}

.gxsec-heading {
    max-width: 770px;
    margin-bottom: 28px;
}

.gxsec-heading h2,
.gxsec-guidance h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.32px;
    letter-spacing: -.45px;
}

.gxsec-heading p,
.gxsec-guidance p {
    margin: 0;
    color: #5A6778;
    font-size: .9rem;
    line-height: 1.7;
}

.gxsec-stack {
    display: grid;
    gap: 12px;
}

.gxsec-panel {
    min-width: 0;
    display: grid;
    grid-template-columns: 74px minmax(0,1fr) 310px;
    gap: 22px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 12px;
    background:
        linear-gradient(90deg,rgba(239,244,248,.88),rgba(255,255,255,.96) 26%),
        #fff;
}

.gxsec-panel-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 50%;
    background: rgba(255,255,255,.84);
    color: #315475;
    font-size: 1.35rem;
}

.gxsec-panel-copy h3 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.gxsec-panel-copy p {
    margin: 0;
    color: #5A6778;
    font-size: .82rem;
    line-height: 1.55;
}

.gxsec-panel-side {
    padding-left: 20px;
    border-left: 1px solid rgba(0,26,58,.09);
}

.gxsec-price span {
    display: block;
    margin-bottom: 4px;
    color: #6B7584;
    font-size: .69rem;
}

.gxsec-price strong {
    color: #001A3A;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
}

.gxsec-actions {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px;
    margin-top: 12px;
}

.gxsec-actions a {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 9px;
    border: 1px solid rgba(0,26,58,.12);
    border-radius: 7px;
    color: #294968;
    font-size: .61rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.gxsec-actions .gxsec-cart {
    border-color: #CBA358;
    background: linear-gradient(135deg,#DFB96E,#B88E45);
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,26,58,.45);
}

.gxsec-guidance {
    display: grid;
    grid-template-columns: 66px minmax(0,1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 2px solid #CBA358;
    border-bottom: 1px solid rgba(0,26,58,.10);
}

.gxsec-guidance-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #F1F5F8;
    color: #315475;
    font-size: 1.3rem;
}

.gxsec-guidance a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #CBA358;
    border-radius: 8px;
    background: linear-gradient(135deg,#DFB96E,#B88E45);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    text-decoration: none;
}

.gxsec-conditions {
    max-width: 780px;
    margin: 18px 0 0;
    color: #647084;
    font-size: .75rem;
    line-height: 1.65;
}

@media (max-width:1180px) {
    .gxsec-page .gx-context-bar-inner { width: calc(100% - 44px); }
}

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

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

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

    .gxsec-panel {
        grid-template-columns: 64px minmax(0,1fr);
    }

    .gxsec-panel-side {
        grid-column: 2;
        padding: 14px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(0,26,58,.09);
    }

    .gxsec-guidance {
        grid-template-columns: 60px 1fr;
    }

    .gxsec-guidance a {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width:640px) {
    .gxsec-page .gx-context-bar {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .gxsec-page .gx-context-item { font-size: .72rem; }
    .gxsec-content { padding-bottom: 58px; }
    .gxsec-opening { padding-bottom: 38px; }
    .gxsec-opening .eyebrow { margin-bottom: 11px; }

    .gxsec-opening h1 { margin-bottom: 16px; }\n\n    .gxsec-opening h1,
    .gxsec-heading h2,
    .gxsec-guidance h2 {
        font-size: 23.2px;
        line-height: 27.376px;
        letter-spacing: -.45px;
    }

    .gxsec-panel {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .gxsec-panel-side {
        grid-column: 1;
    }

    .gxsec-actions { grid-template-columns: 1fr; }

    .gxsec-guidance {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gxsec-guidance a {
        grid-column: 1;
        width: 100%;
    }
}

@media (prefers-reduced-motion:reduce) {
    .gxsec-page *,
    .gxsec-page *::before,
    .gxsec-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
