
        html {
            background: #182231 !important;
            margin: 0;
            padding: 0;
        }

        body {
            background: #eee9df !important;
            margin: 0;
            padding: 0;
        }

        

        

        #ley-21772 {
            background: #eee9df !important;
            background-color: #eee9df !important;
        }

        #ley-21772 .container,
        #ley-21772 .row,
        #ley-21772 .col-md-12,
        #ley-21772 .col-lg-10 {
            background: transparent !important;
        }

        

        /* =========================================================
       MENÚ DEL HOME ORIGINAL
       Basado en cid-tNJtGaweBO
    ========================================================= */

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        @media (min-width: 992px) {
            
        }

        

        

        

        

        

        

        @media (max-width: 991px) {
            

            

            

            

            

            

            

            

            

            

            
        }

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        @media screen and (-ms-high-contrast: active),
        (-ms-high-contrast: none) {
            

            

            
        }

        /* =========================================================
       CONTENIDO LEY
    ========================================================= */

        .l21772-wrap {
            padding-top: 11.4rem !important;
            padding-bottom: 4.9rem !important;
        }

        .ley-hero {
            margin-bottom: 1rem;
        }

        .ley-title {
            margin-bottom: 0 !important;
            color: #313833;
            text-shadow: none;
        }

        .l21772-pill {
            display: inline-flex;
            align-items: center;
            gap: .45rem;
            padding: .34rem .78rem;
            border-radius: 0;
            background: var(--retiro-form-field, #f2eadf) !important;
            color: var(--retiro-form-muted, #625f58);
            border: 1px solid rgba(126, 105, 75, .24);
            font-size: .86rem;
            white-space: nowrap;
            margin-left: .45rem;
            vertical-align: middle;
            box-shadow: none;
        }

        .l21772-pill::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #182231;
            box-shadow: 0 0 0 4px rgba(31, 40, 35, .06);
        }

        .l21772-intro {
            padding: 1.05rem 1.15rem;
            border-radius: 0;
            border: 1px solid rgba(126, 105, 75, .24);
            background: var(--retiro-form-field, #f2eadf) !important;
            margin-top: 1rem;
            margin-bottom: 1rem;
            box-shadow: none;
            position: relative;
            overflow: hidden;
            color: var(--retiro-form-muted, #625f58);
        }

        .l21772-intro::before {
            content: none !important;
        }

        .ley-shell {
            position: relative;
            padding: 1rem 1rem 1.15rem;
            border-radius: 0;
            border: 1px solid rgba(126, 105, 75, .24);
            background: var(--retiro-form-card, #ebe3d7) !important;
            overflow: hidden;
            box-shadow: none;
        }

        .ley-shell::before {
            content: none;
        }

        .ley-tabs-nav {
            display: flex;
            gap: .8rem;
            flex-wrap: wrap;
            margin-bottom: 1rem;
            position: relative;
            z-index: 2;
        }

        .ley-tab-btn {
            position: relative;
            border: 1px solid rgba(126, 105, 75, .30);
            background: transparent !important;
            color: var(--retiro-ink, #182231) !important;
            border-radius: 0;
            padding: .8rem 1.05rem;
            font-family: "EB Garamond", serif;
            font-size: 1rem;
            line-height: 1.1;
            transition:
                border-color .22s ease,
                background-color .22s ease,
                color .22s ease;
            overflow: visible;
            box-shadow: none;
        }

        .ley-tab-btn::before {
            content: none;
        }

        .ley-tab-btn:nth-child(1)::before {
            content: none;
        }

        .ley-tab-btn:nth-child(2)::before {
            content: none;
        }

        .ley-tab-btn:nth-child(3)::before {
            content: none;
        }

        .ley-tab-btn::after {
            content: none;
        }

        .ley-tab-btn:nth-child(1)::after {
            content: none;
        }

        .ley-tab-btn:nth-child(2)::after {
            content: none;
        }

        .ley-tab-btn:nth-child(3)::after {
            content: none;
        }

        .ley-tab-btn:hover {
            border-color: rgba(158, 107, 37, .52);
            background: var(--retiro-form-field-focus, #f8f3eb) !important;
            color: var(--retiro-ink, #182231) !important;
            box-shadow: none;
            transform: none;
        }

        .ley-tab-btn:hover::after,
        .ley-tab-btn.active::after {
            content: none;
        }

        .ley-tab-btn.active {
            transform: none;
            border-color: var(--retiro-dark, #07111f);
            background: var(--retiro-dark, #07111f) !important;
            color: var(--retiro-ivory, #f4eadb) !important;
            box-shadow: none;
        }

        .ley-tab-btn.active:nth-child(1) {
            box-shadow: none;
        }

        .ley-tab-btn.active:nth-child(2) {
            box-shadow: none;
        }

        .ley-tab-btn.active:nth-child(3) {
            box-shadow: none;
        }

        .ley-tabs-panels {
            position: relative;
            z-index: 2;
        }

        .ley-panel {
            display: none;
        }

        .ley-panel.active {
            display: block;
        }

        

        .ley-card-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .ley-card {
            position: relative;
            padding: 1.05rem 1rem;
            border-radius: 0;
            border: 1px solid rgba(126, 105, 75, .22);
            background: var(--retiro-form-field, #f2eadf) !important;
            overflow: hidden;
            box-shadow: none;
            transition:
                border-color .22s ease,
                background-color .22s ease;
            color: var(--retiro-form-muted, #625f58);
        }

        .ley-card::before {
            content: none;
        }

        .ley-card:hover {
            transform: none;
            border-color: rgba(126, 105, 75, .38);
            background: var(--retiro-form-field-focus, #f8f3eb) !important;
            box-shadow: none;
        }

        .ley-card-title {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            margin-bottom: .8rem !important;
            padding-bottom: .35rem;
            border-bottom: 1px solid rgba(143, 123, 82, .18);
            color: #313833;
        }

        .ley-card-title::after {
            content: "";
            width: 30px;
            height: 1px;
            background: rgba(31, 40, 35, .42);
            transform: translateY(1px);
        }

        .ley-card p:last-child,
        .ley-card ul:last-child {
            margin-bottom: 0 !important;
        }

        .l21772-list {
            margin-bottom: 0;
            padding-left: 1.1rem;
        }

        .l21772-list li {
            margin-bottom: .42rem;
            line-height: 1.62;
            color: #565f58;
        }

        .l21772-list li:last-child {
            margin-bottom: 0;
        }

        .ley-note {
            padding: .15rem .05rem 0;
            border-radius: 0;
            border: 0;
            background: transparent !important;
            margin-top: 1rem;
            position: relative;
            overflow: visible;
            color: var(--retiro-form-muted, #625f58);
            box-shadow: none;
        }

        .ley-note::before {
            content: none;
        }

        .ley-sources-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-top: .4rem;
            align-items: start;
        }

        .ley-source-card {
            position: relative;
            padding: 1rem;
            border-radius: 0;
            border: 1px solid rgba(126, 105, 75, .22);
            background: var(--retiro-form-field, #f2eadf) !important;
            overflow: hidden;
            box-shadow: none;
            color: var(--retiro-form-muted, #625f58);
        }

        .ley-source-card::before {
            content: none;
        }

        .ley-source-card h6 {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
            margin-bottom: .9rem !important;
            padding-bottom: .35rem;
            border-bottom: 1px solid rgba(143, 123, 82, .18);
            position: relative;
            z-index: 2;
            color: #313833;
        }

        .ley-source-card h6::after {
            content: "";
            width: 28px;
            height: 1px;
            background: rgba(31, 40, 35, .42);
        }

        .ley-accordion {
            display: grid;
            gap: .75rem;
            position: relative;
            z-index: 2;
        }

        .ley-accordion-scroll {
            max-height: 720px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-right: .35rem;
            scrollbar-gutter: stable;
            overscroll-behavior: contain;
        }

        /* Scroll elegante */
        .ley-accordion-scroll::-webkit-scrollbar {
            width: 10px;
        }

        .ley-accordion-scroll::-webkit-scrollbar-track {
            background: rgba(126, 105, 75, .10);
            border-radius: 0;
        }

        .ley-accordion-scroll::-webkit-scrollbar-thumb {
            background: rgba(126, 105, 75, .42);
            border-radius: 0;
            border: 2px solid var(--retiro-form-field, #f2eadf);
        }

        .ley-accordion-scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(126, 105, 75, .62);
        }

        .ley-acc-item {
            border: 1px solid rgba(126, 105, 75, .20);
            border-radius: 0;
            background: rgba(251, 248, 242, .48);
            overflow: hidden;
            transition:
                border-color .22s ease,
                background-color .22s ease;
        }

        .ley-acc-item:hover {
            border-color: rgba(126, 105, 75, .34);
            background: var(--retiro-form-field-focus, #f8f3eb);
            box-shadow: none;
            transform: none;
        }

        .ley-acc-item.is-open {
            border-color: rgba(158, 107, 37, .46);
            background: var(--retiro-form-field-focus, #f8f3eb);
        }

        .ley-acc-btn {
            width: 100%;
            border: 0;
            background: transparent;
            color: #313833;
            text-align: left;
            padding: .92rem 1rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: .9rem;
            font-family: "EB Garamond", serif;
            font-size: 1.02rem;
            line-height: 1.2;
            cursor: pointer;
            position: relative;
        }

        .ley-acc-btn::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #c9a55b;
        }

        .ley-acc-btn strong {
            font-weight: 700;
        }

        .ley-acc-icon {
            flex: 0 0 auto;
            width: 14px;
            height: 14px;
            position: relative;
            margin-left: .35rem;
        }

        .ley-acc-icon::before,
        .ley-acc-icon::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 8px;
            height: 1.8px;
            background: #4e5750;
            border-radius: 999px;
            transition: transform .22s ease, opacity .22s ease;
        }

        .ley-acc-icon::before {
            left: 0;
            transform: translateY(-50%) rotate(45deg);
        }

        .ley-acc-icon::after {
            right: 0;
            transform: translateY(-50%) rotate(-45deg);
        }

        .ley-acc-item.is-open .ley-acc-icon::before {
            transform: translateY(-50%) rotate(-45deg);
        }

        .ley-acc-item.is-open .ley-acc-icon::after {
            transform: translateY(-50%) rotate(45deg);
        }

        .ley-acc-panel {
            display: none;
            padding: 0 1rem 1rem;
        }

        .ley-acc-item.is-open .ley-acc-panel {
            display: block;
        }

        .ley-acc-content {
            padding-top: .1rem;
            border-top: 1px solid rgba(143, 123, 82, .12);
        }

        .ley-acc-content p {
            margin: .7rem 0 0 !important;
            line-height: 1.58;
            color: #565f58;
        }

        .ley-acc-link {
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            margin-top: .8rem;
            padding: 0;
            border: 0;
            background: transparent !important;
            text-decoration: none !important;
            font-weight: 700 !important;
            color: #182231 !important;
            position: relative;
        }

        .ley-acc-link::before {
            content: "";
            width: 7px;
            height: 7px;
            border-top: 1.7px solid currentColor;
            border-right: 1.7px solid currentColor;
            transform: rotate(45deg);
            flex: 0 0 auto;
            margin-top: 1px;
            transition: transform .2s ease, opacity .2s ease;
        }

        .ley-acc-link:hover {
            color: #0f0f3c !important;
        }

        .ley-acc-link:hover::before {
            transform: rotate(45deg) translate(2px, -2px);
        }

        #ley-21772,
        #ley-21772 p,
        #ley-21772 li,
        #ley-21772 .mbr-text {
            color: #565f58;
        }

        #ley-21772 p a,
        #ley-21772 li a,
        #ley-21772 .ley-note a,
        #ley-21772 .ley-card a {
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 3px;
            color: #182231 !important;
            text-decoration-color: rgba(31, 40, 35, .36) !important;
        }

        #ley-21772 p a:hover,
        #ley-21772 li a:hover,
        #ley-21772 .ley-note a:hover,
        #ley-21772 .ley-card a:hover {
            color: #0f0f3c !important;
            opacity: 1;
        }

        #ley-21772 .ley-source-card a,
        #ley-21772 .ley-source-card a:link,
        #ley-21772 .ley-source-card a:visited {
            color: #182231 !important;
            font-weight: 700 !important;
            text-decoration: underline !important;
            text-underline-offset: 3px;
            text-decoration-color: rgba(31, 40, 35, .36) !important;
        }

        #ley-21772 .ley-source-card a:hover,
        #ley-21772 .ley-source-card a:focus,
        #ley-21772 .ley-source-card a:active {
            color: #0f0f3c !important;
            text-decoration-color: rgba(15, 15, 60, .70) !important;
            opacity: 1 !important;
        }

        .l21772-actions {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: .95rem;
            flex-wrap: wrap;
            margin-top: 1.35rem !important;
            margin-bottom: 2.8rem !important;
            padding: 0 !important;
            width: 100%;
            box-sizing: border-box;
            --footer-dark: #182231;
        }

        .l21772-actions.mbr-section-btn {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            justify-content: flex-start !important;
        }

        #ley-21772 .col-md-12.col-lg-10>.l21772-actions {
            width: 100%;
            max-width: 100%;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .l21772-actions .btn,
        .l21772-actions a.btn,
        .l21772-actions .btn.btn-secondary-outline,
        .l21772-actions a.btn.btn-secondary-outline {
            margin: 0 !important;
            min-height: 46px;
            padding: .82rem 1.35rem !important;
            border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            font-weight: 600 !important;
            letter-spacing: .01em;
            line-height: 1.2;
            background: transparent !important;
            color: var(--retiro-ink, #182231) !important;
            border: 1px solid rgba(126, 105, 75, .38) !important;
            transition:
                background-color .22s ease,
                color .22s ease,
                border-color .22s ease !important;
            box-shadow: none;
        }

        .l21772-actions .btn:hover,
        .l21772-actions .btn:focus,
        .l21772-actions a.btn:hover,
        .l21772-actions a.btn:focus,
        .l21772-actions .btn.btn-secondary-outline:hover,
        .l21772-actions .btn.btn-secondary-outline:focus,
        .l21772-actions a.btn.btn-secondary-outline:hover,
        .l21772-actions a.btn.btn-secondary-outline:focus {
            background: var(--retiro-dark, #07111f) !important;
            color: var(--retiro-ivory, #f4eadb) !important;
            border-color: var(--retiro-dark, #07111f) !important;
            box-shadow: none !important;
            text-decoration: none !important;
        }

        /* =========================================================
       FOOTER DEL HOME ORIGINAL
       Basado en footer6-82 + cid-tRhwk6NLc7
    ========================================================= */

        

        

        @media (max-width: 767px) {
            

            
        }

        

        @media (max-width: 767px) {
            
        }

        

        

        

        

        

        

        

        

        

        

        

        @media (max-width: 767px) {
            
        }

        

        

        

        

        

        /* =========================================================
       RESPONSIVE NUEVA LEY
    ========================================================= */

        @media (max-width: 1199px) {
            .l21772-wrap {
                padding-top: 9.8rem !important;
                padding-bottom: 4.8rem !important;
            }
        }

        @media (max-width: 991px) {
            .l21772-wrap {
                padding-top: 5rem !important;
                padding-bottom: 4.4rem !important;
            }

            .ley-card-grid,
            .ley-sources-grid {
                grid-template-columns: 1fr;
            }

            .l21772-actions .btn,
            .l21772-actions a.btn {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 991px) {
            .ley-accordion-scroll {
                max-height: 520px;
            }
        }

        @media (max-width: 575px) {
            .ley-accordion-scroll {
                max-height: 460px;
            }
        }

        @media (max-width: 575px) {
            .l21772-wrap {
                padding-top: 4rem !important;
                padding-bottom: 4rem !important;
            }

            .l21772-pill {
                display: inline-flex;
                align-items: center;
                gap: .45rem;
                width: auto;
                margin: 0 0 0 .35rem;
                vertical-align: 7px;
            }

            .l21772-pill::before {
                flex: 0 0 auto;
            }

            .ley-shell,
            .ley-card,
            .ley-source-card,
            .l21772-intro,
            .ley-note {
                border-radius: 0;
            }

            .ley-tab-btn {
                width: 100%;
                justify-content: flex-start;
            }

            .l21772-actions {
                gap: .75rem;
                margin-bottom: 2.4rem !important;
            }

            .ley-acc-btn {
                padding: .88rem .9rem;
                font-size: .98rem;
            }

            .ley-acc-panel {
                padding: 0 .9rem .9rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .ley-card:hover,
            .ley-tab-btn:hover,
            .ley-acc-item:hover,
            .ley-acc-link:hover {
                transform: none !important;
            }

            .ley-panel {
                
            }
        }

        /* ===== MENÚ DE LEY: MISMO AJUSTE QUE TRANSPARENCIA ===== */
        

        

        

        

        

        @media (max-width: 991px) {
            

            

            

            
        }
    