.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;
}
.gxbiz-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;
    }
}

/* Alojamientos rurales y negocios · estilos exclusivos de la categoría. */

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

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

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

.gxbiz-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;
}

.gxbiz-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;
}

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

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

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

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

.gxbiz-opening {
    max-width: 830px;
    padding-bottom: 44px;
}

.gxbiz-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;
}

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

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

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

.gxbiz-heading {
    display: grid;
    grid-template-columns: minmax(0,760px) 120px;
    gap: 38px;
    align-items: end;
    margin-bottom: 28px;
}

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

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

.gxbiz-heading-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #315475;
}

.gxbiz-heading-mark span {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(203,163,88,.75));
}

.gxbiz-heading-mark i {
    font-size: 1.25rem;
}

.gxbiz-list {
    display: grid;
    gap: 14px;
}

.gxbiz-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    gap: 28px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(0,26,58,.10);
    border-radius: 12px;
    background: #fff;
}

.gxbiz-row-main {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    gap: 18px;
    align-items: center;
}

.gxbiz-row-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background:
        radial-gradient(circle at 75% 20%,rgba(203,163,88,.20),transparent 40%),
        #F1F5F8;
    color: #315475;
    font-size: 1.2rem;
}

.gxbiz-row h3 {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.gxbiz-row p {
    margin: 0;
    color: #566477;
    font-size: .82rem;
    line-height: 1.55;
}

.gxbiz-row-commercial {
    padding-left: 22px;
    border-left: 1px solid rgba(0,26,58,.09);
}

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

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

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

.gxbiz-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;
}

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

.gxbiz-guidance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 2px solid #CBA358;
    border-bottom: 1px solid rgba(0,26,58,.10);
}

.gxbiz-guidance > div {
    max-width: 730px;
}

.gxbiz-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;
}

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

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

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

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

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

    .gxbiz-row {
        grid-template-columns: 1fr;
    }

    .gxbiz-row-commercial {
        padding: 14px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(0,26,58,.09);
    }

    .gxbiz-guidance {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

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

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

    .gxbiz-heading {
        grid-template-columns: 1fr;
    }

    .gxbiz-heading-mark { display: none; }

    .gxbiz-row {
        padding: 20px;
    }

    .gxbiz-row-main {
        grid-template-columns: 1fr;
    }

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

    .gxbiz-guidance a {
        width: 100%;
    }
}

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