
        html {
            background: #182231 !important;
        }

        body {
            background: #eee9df !important;
        }

        

        

        #tp {
            background: #eee9df !important;
        }

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

        /* ===== AJUSTE SOLO PARA ESTA PÁGINA: MENÚ MÁS EQUILIBRADO ===== */
        

        

        

        

        

        /* ===== CONTENIDO ===== */
        .tp-wrap {
            padding-top: 11.4rem !important;
            padding-bottom: 5.2rem !important;
        }

        body #tp .tp-grid.tp-grid-tr {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 1.65rem !important;
            width: 100% !important;
            max-width: 1280px !important;
            margin: 0 auto !important;
            align-items: stretch !important;
        }

        body #tp .tp-grid.tp-grid-tr>a {
            width: 100% !important;
            max-width: 100% !important;
            display: block !important;
            min-width: 0 !important;
        }

        .tr-card-link-image {
            display: block !important;
            text-decoration: none !important;
            color: inherit !important;
            height: 100%;
            width: 100%;
            perspective: 1200px;
            transform-style: preserve-3d;
        }

        .tr-card-photo {
            height: 100%;
            width: 100%;
        }

        .tr-card-photo .item-wrapper {
            height: 100%;
            min-height: 100%;
            width: 100%;
            display: grid;
            grid-template-rows: auto 1fr;
            padding: 1rem;
            border-radius: 0;
            overflow: hidden;
            background: rgba(251, 248, 242, .58);
            border: 1px solid rgba(143, 123, 82, .17);
            box-shadow: none;
            transform: perspective(1200px) translateZ(0) scale(1);
            transform-origin: center center;
            transition:
                transform .20s ease,
                box-shadow .20s ease,
                border-color .20s ease,
                background .20s ease;
            will-change: transform, box-shadow;
        }

        .tr-card-link-image:hover .item-wrapper,
        .tr-card-link-image:focus .item-wrapper {
            transform: perspective(1200px) translateZ(14px) scale(1.01);
            border-color: rgba(143, 123, 82, .36);
            background: #fbf8f2;
            box-shadow:
                0 14px 28px rgba(31, 40, 35, .10),
                0 5px 12px rgba(31, 40, 35, .05);
        }

        .tr-card-photo .item-img {
            margin-bottom: 0 !important;
            overflow: hidden;
            border-radius: 0;
        }

        .tr-card-photo .item-img img {
            width: 100%;
            height: 235px;
            object-fit: cover;
            display: block;
            transform: none !important;
            transition: none !important;
        }

        .tr-card-link-image:hover .item-img img,
        .tr-card-link-image:focus .item-img img {
            transform: none !important;
        }

        .tr-card-photo .item-content {
            display: grid;
            grid-template-rows: auto 1fr;
            height: 100%;
            padding: 1rem .05rem 0;
            background: transparent;
            border: none;
            box-shadow: none;
        }

        .tr-card-photo .item-subtitle {
            margin: 0 0 .82rem 0 !important;
            min-height: 3.4rem;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            width: 100%;
            max-width: 100%;
            line-height: 1.18;
            text-align: left;
            padding-right: .35rem;
            box-sizing: border-box;
            color: #313833;
        }

        .tr-card-photo .item-subtitle strong {
            display: block;
            width: 100%;
        }

        .tr-card-photo .mbr-text {
            margin-bottom: 0;
            min-height: 0;
            color: #565f58;
        }

        .tp-note {
            max-width: 1280px;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-top: 2.25rem !important;
            margin-bottom: 1.45rem !important;
            padding: 0 .05rem;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        .tp-note a {
            text-decoration: none !important;
            border-bottom: 1px solid currentColor;
            font-weight: 700;
            color: inherit !important;
        }

        .tp-note a strong {
            text-decoration: none !important;
        }

        .tp-note a:hover {
            opacity: .85;
        }

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

        .tr-actions .btn,
        .tr-actions a.btn,
        .tr-actions .btn.btn-secondary-outline,
        .tr-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: #e8ebe5 !important;
            color: #4e5750 !important;
            border: 1px solid rgba(110, 88, 60, .26) !important;
            transition:
                background-color .22s ease,
                color .22s ease,
                border-color .22s ease,
                box-shadow .22s ease !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
        }

        .tr-actions .btn:hover,
        .tr-actions .btn:focus,
        .tr-actions a.btn:hover,
        .tr-actions a.btn:focus,
        .tr-actions .btn.btn-secondary-outline:hover,
        .tr-actions .btn.btn-secondary-outline:focus,
        .tr-actions a.btn.btn-secondary-outline:hover,
        .tr-actions a.btn.btn-secondary-outline:focus {
            background: var(--footer-dark) !important;
            color: #ffffff !important;
            border-color: var(--footer-dark) !important;
            box-shadow: 0 10px 20px rgba(31, 40, 35, .22) !important;
        }

        @media (max-width: 1599px) {
            body #tp .tp-grid.tp-grid-tr {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                max-width: 980px !important;
            }

            .tr-actions,
            .tp-note {
                max-width: 980px;
            }

            .tr-card-photo .item-img img {
                height: 230px;
            }
        }

        @media (max-width: 1199px) {
            

            .tp-wrap {
                padding-top: 9.8rem !important;
                padding-bottom: 4.8rem !important;
            }

            body #tp .tp-grid.tp-grid-tr {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                max-width: 980px !important;
                gap: 1.5rem !important;
            }

            .tr-actions,
            .tp-note {
                max-width: 980px;
            }

            .tr-card-photo .item-img img {
                height: 235px;
            }

            .tr-card-photo .item-subtitle {
                min-height: 3.2rem;
            }

            .tr-card-link-image:hover .item-wrapper,
            .tr-card-link-image:focus .item-wrapper {
                transform: perspective(1000px) translateZ(8px) scale(1.008);
            }
        }

        @media (max-width: 991px) {
            

            

            

            

            .tp-wrap {
                padding-top: 5rem !important;
                padding-bottom: 4.4rem !important;
            }
        }

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

            .tr-card-photo .item-wrapper {
                padding: .85rem;
                border-radius: 0;
            }

            .tr-card-photo .item-content {
                padding: .9rem 0 0;
            }

            body #tp .tp-grid.tp-grid-tr {
                grid-template-columns: 1fr !important;
                max-width: 100% !important;
                gap: 1.35rem !important;
            }

            .tr-actions,
            .tp-note {
                max-width: 100%;
            }

            .tr-card-photo .item-img img {
                height: 220px;
            }

            .tr-card-photo .item-subtitle {
                min-height: auto;
                line-height: 1.22;
            }

            .tr-card-photo .mbr-text {
                line-height: 1.55;
            }

            .tp-note {
                padding: 0;
                margin-top: 2rem !important;
                margin-bottom: 1.3rem !important;
                line-height: 1.55;
            }

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

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

            .tr-card-link-image:hover .item-wrapper,
            .tr-card-link-image:focus .item-wrapper {
                transform: none;
                box-shadow: 0 8px 18px rgba(31, 40, 35, .08);
            }
        }
    