
        html {
            background: #182231 !important;
        }

        body {
            background: #eee9df !important;
        }

        

        

        #tramites-requisitos {
            background: #eee9df !important;
            background-color: #eee9df !important;
        }

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

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        

        @media (max-width: 991px) {
            

            
        }

        .tr-wrap {
            padding-top: 0 !important;
            padding-bottom: 4.9rem !important;
        }

        .tp-grid.tp-grid-tr {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 1.3rem !important;
            width: 100% !important;
            max-width: 820px !important;
            margin: 0 auto !important;
            align-items: start !important;
        }

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

        .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%;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 14px;
            padding: .85rem .85rem 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;
            aspect-ratio: 4 / 5;
            display: block;
            background: transparent;
            line-height: 0;
        }

        .tr-card-photo .item-img img {
            width: 100%;
            height: 100%;
            max-height: none;
            object-fit: cover;
            object-position: center top;
            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: block;
            height: auto;
            padding: 0 .05rem 0;
            background: transparent;
            border: none;
            box-shadow: none;
            margin-top: 0;
        }

        .tr-card-photo .item-subtitle {
            margin: 0 0 .82rem 0 !important;
            min-height: auto;
            display: block;
            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;
            line-height: 1.62;
        }

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

        .tr-actions .btn,
        .tr-actions a.btn {
            margin: 0 !important;
            min-height: 46px;
            padding: .82rem 1.35rem !important;
            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 {
            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;
            text-decoration: none !important;
        }

        

        

        

        

        

        

        

        

        

        

        

        

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

            .tr-actions {
                max-width: 820px;
            }
        }

        @media (max-width: 1399px) {
            .tp-grid.tp-grid-tr {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                max-width: 820px !important;
                gap: 1.25rem !important;
            }

            .tr-actions {
                max-width: 820px;
            }
        }

        @media (max-width: 1199px) {
            .tp-grid.tp-grid-tr {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                max-width: 820px !important;
                gap: 1.2rem !important;
            }

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

            .tr-actions {
                max-width: 820px;
            }
        }

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

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

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

            .tr-actions {
                max-width: 760px;
            }

            

            

            

            
        }

        @media (max-width: 767px) {
            .tp-grid.tp-grid-tr {
                grid-template-columns: 1fr !important;
                max-width: 100% !important;
                gap: 1.15rem !important;
            }
        }

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

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

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

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

            .tr-card-photo .item-subtitle {
                line-height: 1.16;
            }

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

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

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

        }

        @media (max-width: 991px) {
            

            

            

            
        }
    