
        /* Estilos para las pestañas tipo carpeta */
        #trimestreTabs .nav-link {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border: 2px solid #dee2e6;
            border-bottom: none;
            border-radius: 8px 8px 0 0;
            color: #495057;
            font-weight: 500;
            padding: 12px 20px;
            margin-right: 5px;
            transition: all 0.3s ease;
            position: relative;
        }

        #trimestreTabs .nav-link:hover {
            background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        #trimestreTabs .nav-link.active {
            background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
            color: white;
            border-color: #007bff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,123,255,0.3);
        }

        #trimestreTabs .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 2px;
            background: #007bff;
        }

        /* Estilos para el contenido de las pestañas */
        .tab-content {
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid #dee2e6;
            border-top: none;
            border-radius: 0 0 8px 8px;
            backdrop-filter: blur(10px);
        }

        .tab-pane {
            padding: 20px;
        }

        /* Estilos para los elementos de la lista */
        .list-group-item {
            transition: all 0.3s ease;
            border-radius: 8px !important;
            margin-bottom: 8px;
        }

        .list-group-item:hover {
            transform: translateX(5px);
            background: rgba(255, 255, 255, 0.1) !important;
        }

        .list-group-item-action:hover {
            background: rgba(0, 123, 255, 0.1) !important;
            color: #fff !important;
        }

        /* Estilos para los iconos de carpeta */
        .ti-folder {
            color: #ffc107;
        }

        .nav-link.active .ti-folder {
            color: #fff;
        }

        /* Responsive */
        @media (max-width: 768px) {
            #trimestreTabs .nav-link {
                font-size: 0.9rem;
                padding: 8px 12px;
            }
            
            .tab-pane {
                padding: 15px;
            }
        }

        /* Estilos para las cards de artículos */
        .divArticulos .card {
            transition: all 0.3s ease;
            border-radius: 12px;
            backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, 0.05) !important;
        }

        .divArticulos .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            border-color: rgba(255, 255, 255, 0.3) !important;
        }

        .divArticulos .card-body {
            padding: 1.25rem;
        }

        .divArticulos .icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 50%;
            margin-bottom: 0.75rem;
        }

        .divArticulos .icon i {
            font-size: 1.2rem;
        }

        .divArticulos h3 {
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }

        .divArticulos ul li {
            transition: all 0.2s ease;
            border-radius: 6px;
            padding: 0.25rem 0;
            font-size: 0.9rem;
        }

        .divArticulos ul li a {
            text-decoration: none;
            transition: all 0.2s ease;
            font-size: 0.9rem;
        }

        .divArticulos ul li:hover {
            background: rgba(255, 255, 255, 0.1);
            padding-left: 0.5rem;
        }

        .divArticulos ul li a {
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .divArticulos ul li a:hover {
            color: #ffc107 !important;
            text-decoration: underline;
        }

        .divArticulos .ti-circle-check {
            color: #28a745;
            font-size: 0.9rem;
        }

        /* Estilos para las cards del año 2024 */
        #year2024 .card {
            transition: all 0.3s ease;
            border-radius: 12px;
            backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, 0.05) !important;
        }

        #year2024 .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            border-color: rgba(255, 255, 255, 0.3) !important;
        }

        #year2024 .card-body {
            padding: 1.25rem;
        }

        #year2024 .icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 50%;
            margin-bottom: 0.75rem;
        }

        #year2024 .icon i {
            font-size: 1.2rem;
        }

        #year2024 h3 {
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }

        #year2024 ul li {
            transition: all 0.2s ease;
            border-radius: 6px;
            padding: 0.25rem 0;
            font-size: 0.9rem;
        }

        #year2024 ul li:hover {
            background: rgba(255, 255, 255, 0.1);
            padding-left: 0.5rem;
        }

        #year2024 ul li a {
            text-decoration: none;
            transition: all 0.2s ease;
            font-size: 0.9rem;
        }

        #year2024 ul li a:hover {
            color: #ffc107 !important;
            text-decoration: underline;
        }

        #year2024 .ti-circle-check {
            color: #28a745;
            font-size: 0.9rem;
        }

        /* Estilos para las cards del año 2023 */
        #year2023 .card {
            transition: all 0.3s ease;
            border-radius: 12px;
            backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, 0.05) !important;
        }

        #year2023 .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            border-color: rgba(255, 255, 255, 0.3) !important;
        }

        #year2023 .card-body {
            padding: 1.25rem;
        }

        #year2023 .icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 50%;
            margin-bottom: 0.75rem;
        }

        #year2023 .icon i {
            font-size: 1.2rem;
        }

        #year2023 h3 {
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }

        #year2023 ul li {
            transition: all 0.2s ease;
            border-radius: 6px;
            padding: 0.25rem 0;
            font-size: 0.9rem;
        }

        #year2023 ul li:hover {
            background: rgba(255, 255, 255, 0.1);
            padding-left: 0.5rem;
        }

        #year2023 ul li a {
            text-decoration: none;
            transition: all 0.2s ease;
            font-size: 0.9rem;
        }

        #year2023 ul li a:hover {
            color: #ffc107 !important;
            text-decoration: underline;
        }

        #year2023 .ti-circle-check {
            color: #28a745;
            font-size: 0.9rem;
        }

        /* Estilos para las cards del año 2022 */
        #year2022 .card {
            transition: all 0.3s ease;
            border-radius: 12px;
            backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, 0.05) !important;
        }

        #year2022 .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
            border-color: rgba(255, 255, 255, 0.3) !important;
        }

        #year2022 .card-body {
            padding: 1.25rem;
        }

        #year2022 .icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 50%;
            margin-bottom: 0.75rem;
        }

        #year2022 .icon i {
            font-size: 1.2rem;
        }

        #year2022 h3 {
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }

        #year2022 ul li {
            transition: all 0.2s ease;
            border-radius: 6px;
            padding: 0.25rem 0;
            font-size: 0.9rem;
        }

        #year2022 ul li:hover {
            background: rgba(255, 255, 255, 0.1);
            padding-left: 0.5rem;
        }

        #year2022 ul li a {
            text-decoration: none;
            transition: all 0.2s ease;
            font-size: 0.9rem;
        }

        #year2022 ul li a:hover {
            color: #ffc107 !important;
            text-decoration: underline;
        }

        #year2022 .ti-circle-check {
            color: #28a745;
            font-size: 0.9rem;
        }

        /* Estilos para la sección de Documentos Administrativos */
        .documentos-admin {
            background: linear-gradient(135deg, #1642B9 0%, #001C68 100%);
            padding: 80px 0;
            position: relative;
        }

        .documentos-admin::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .section-header {
            position: relative;
            z-index: 2;
        }

        .section-header h2 {
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .section-header .ti-files {
            background: linear-gradient(45deg, #EE7B11, #37A05B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Cards de categorías de documentos */
        .doc-category-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
            position: relative;
            z-index: 2;
        }

        .doc-category-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .doc-category-card .card-header {
            background: linear-gradient(135deg, #1642B9 0%, #001C68 100%);
            padding: 2rem 1.5rem 1.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .doc-category-card .card-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .icon-wrapper i {
            font-size: 2rem;
            color: white;
        }

        .category-title {
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .category-description {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            margin: 0;
        }

        .doc-category-card .card-body {
            padding: 1.5rem;
        }

        .doc-list {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .doc-item {
            display: flex;
            align-items: center;
            padding: 1rem;
            background: rgba(22, 66, 185, 0.05);
            border-radius: 12px;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
            border: 1px solid rgba(22, 66, 185, 0.1);
        }

        .doc-item:hover {
            background: rgba(22, 66, 185, 0.1);
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(22, 66, 185, 0.2);
            color: #1642B9;
            text-decoration: none;
        }

        .doc-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #1642B9, #001C68);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }

        .doc-icon i {
            color: white;
            font-size: 1.1rem;
        }

        .doc-info {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .doc-name {
            font-weight: 600;
            font-size: 0.95rem;
            margin-bottom: 0.25rem;
        }

        .doc-type {
            font-size: 0.8rem;
            color: #1642B9;
            font-weight: 500;
            background: rgba(22, 66, 185, 0.1);
            padding: 0.2rem 0.5rem;
            border-radius: 4px;
            display: inline-block;
            width: fit-content;
        }

        .doc-action {
            width: 35px;
            height: 35px;
            background: linear-gradient(135deg, #1642B9, #001C68);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .doc-action i {
            color: white;
            font-size: 1rem;
        }

        .doc-item:hover .doc-action {
            transform: scale(1.1);
            box-shadow: 0 3px 10px rgba(22, 66, 185, 0.4);
        }

        /* Variaciones de color para cada categoría */
        .doc-category-card:nth-child(1) .card-header {
            background: linear-gradient(135deg, #1642B9 0%, #001C68 100%);
        }

        .doc-category-card:nth-child(2) .card-header {
            background: linear-gradient(135deg, #EE7B11 0%, #d66a0a 100%);
        }

        .doc-category-card:nth-child(3) .card-header {
            background: linear-gradient(135deg, #37A05B 0%, #2d8a4a 100%);
        }

        .doc-category-card:nth-child(4) .card-header {
            background: linear-gradient(135deg, #95A5CE 0%, #7a8bb8 100%);
        }

        /* Efectos especiales para el icono del header */
        .section-header .ti-files {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

        /* Mejoras en los iconos de documentos */
        .doc-icon[data-type="pdf"] {
            background: linear-gradient(135deg, #dc3545, #c82333);
        }

        .doc-icon[data-type="doc"] {
            background: linear-gradient(135deg, #007bff, #0056b3);
        }

        .doc-icon[data-type="xlsx"] {
            background: linear-gradient(135deg, #28a745, #1e7e34);
        }

        .doc-icon[data-type="png"] {
            background: linear-gradient(135deg, #6f42c1, #5a2d91);
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .documentos-admin {
                padding: 60px 0;
            }
            
            .doc-category-card {
                margin-bottom: 2rem;
            }
            
            .category-title {
                font-size: 1.3rem;
            }
            
            .doc-item {
                padding: 0.75rem;
            }
            
            .doc-name {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .icon-wrapper {
                width: 60px;
                height: 60px;
            }
            
            .icon-wrapper i {
                font-size: 1.5rem;
            }
            
            .doc-category-card .card-header {
                padding: 1.5rem 1rem 1rem;
            }
        }

        /* Estilos para la sección Acerca de */
        .acerca-de-section {
            background: #ffffff;
            padding: 80px 0;
            position: relative;
        }

        .acerca-de-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(22,66,185,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
            opacity: 0.5;
        }

        .acerca-de-section .section-header {
            position: relative;
            z-index: 2;
        }

        .acerca-de-section .section-header h2 {
            color: #1642B9;
            text-shadow: none;
        }

        .acerca-de-section .section-header p {
            color: #666;
        }

        .acerca-de-section .section-header .ti-building {
            background: linear-gradient(45deg, #1642B9, #001C68);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        /* Cards de información */
        .info-card {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(22, 66, 185, 0.1);
            border: 2px solid rgba(22, 66, 185, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
            position: relative;
            z-index: 2;
            height: 100%;
        }

        .info-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(22, 66, 185, 0.2);
            border-color: rgba(22, 66, 185, 0.3);
        }

        .info-card .card-header {
            background: linear-gradient(135deg, #1642B9 0%, #001C68 100%);
            padding: 2rem 1.5rem 1.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .info-card .card-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer 3s infinite;
        }

        .info-card .icon-wrapper {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .info-card .icon-wrapper i {
            font-size: 2rem;
            color: white;
        }

        .info-card .card-title {
            color: white;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .info-card .card-body {
            padding: 2rem;
        }

        .info-card .card-text {
            color: #333;
            font-size: 1rem;
            line-height: 1.8;
            margin: 0;
            text-align: justify;
        }

        /* Responsive design para Acerca de */
        @media (max-width: 768px) {
            .acerca-de-section {
                padding: 60px 0;
            }
            
            .info-card .card-header {
                padding: 1.5rem 1rem 1rem;
            }
            
            .info-card .card-body {
                padding: 1.5rem;
            }
            
            .info-card .card-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 576px) {
            .info-card .icon-wrapper {
                width: 60px;
                height: 60px;
            }
            
            .info-card .icon-wrapper i {
                font-size: 1.5rem;
            }
        }

        /* Estilos para la sección de Normatividad */
        .normatividad-section {
            background: linear-gradient(135deg, #1642B9 0%, #001C68 100%);
            padding: 80px 0;
            position: relative;
        }

        .normatividad-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="legal" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M10 10 L40 10 L40 40 L10 40 Z" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/><circle cx="25" cy="25" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23legal)"/></svg>');
            opacity: 0.3;
        }

        .normatividad-section .section-header {
            position: relative;
            z-index: 2;
        }

        .normatividad-section .section-header h2 {
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .normatividad-section .section-header .ti-shield-check {
            background: linear-gradient(45deg, #EE7B11, #37A05B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: pulse 2s infinite;
        }

        /* Cards de normatividad */
        .norma-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
            position: relative;
            z-index: 2;
            height: 100%;
        }

        .norma-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .norma-card .card-header {
            background: linear-gradient(135deg, #1642B9 0%, #001C68 100%);
            padding: 2rem 1.5rem 1.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .norma-card .card-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer 3s infinite;
        }

        .norma-card .icon-wrapper {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }

        .norma-card .icon-wrapper:hover {
            transform: scale(1.1);
            background: rgba(255, 255, 255, 0.3);
        }

        .norma-card .icon-wrapper i {
            font-size: 2rem;
            color: white;
        }

        .norma-card .card-title {
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .norma-card .card-subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            margin: 0;
            font-weight: 500;
        }

        .norma-card .card-body {
            padding: 2rem;
        }

        .norma-card .card-description {
            color: #333;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            text-align: justify;
        }

        .norma-card .card-action {
            text-align: center;
        }

        .btn-view {
            display: inline-flex;
            align-items: center;
            padding: 0.75rem 1.5rem;
            background: linear-gradient(135deg, #1642B9, #001C68);
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(22, 66, 185, 0.3);
        }

        .btn-view:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(22, 66, 185, 0.4);
            color: white;
            text-decoration: none;
        }

        .privacy-links {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .privacy-link {
            display: flex;
            align-items: center;
            padding: 0.75rem 1rem;
            background: rgba(22, 66, 185, 0.1);
            color: #1642B9;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            border: 1px solid rgba(22, 66, 185, 0.2);
        }

        .privacy-link:hover {
            background: rgba(22, 66, 185, 0.2);
            transform: translateX(5px);
            color: #1642B9;
            text-decoration: none;
            box-shadow: 0 3px 10px rgba(22, 66, 185, 0.2);
        }

        /* Responsive design para Normatividad */
        @media (max-width: 768px) {
            .normatividad-section {
                padding: 60px 0;
            }
            
            .norma-card .card-header {
                padding: 1.5rem 1rem 1rem;
            }
            
            .norma-card .card-body {
                padding: 1.5rem;
            }
            
            .norma-card .card-title {
                font-size: 1.3rem;
            }
            
            .privacy-links {
                flex-direction: column;
            }
        }

        @media (max-width: 576px) {
            .norma-card .icon-wrapper {
                width: 60px;
                height: 60px;
            }
            
            .norma-card .icon-wrapper i {
                font-size: 1.5rem;
            }
            
            .btn-view {
                padding: 0.6rem 1.2rem;
                font-size: 0.85rem;
            }
        }
    