@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--font-sans: "Plus Jakarta Sans", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif}body{font-family:var(--font-sans);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit}#root{width:100%;min-height:100vh}.login-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.login-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.login-card{position:relative;z-index:1;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:40px 32px;width:90%;max-width:400px;display:flex;flex-direction:column;align-items:center}.login-header{text-align:center;margin-bottom:32px;border-bottom:1px solid #e0e0e0;padding-bottom:24px}.login-title{font-size:24px;font-weight:600;color:#1a3a6e;margin:0 0 8px;text-align:center}.login-subtitle{font-size:13px;font-weight:400;color:#333;margin:0}.login-form{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.form-group{display:flex;flex-direction:column;gap:8px;width:100%}.form-group label{font-size:13px;font-weight:500;color:#333;text-align:center}.form-group input,.form-group select{padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-size:13px;background-color:#f5f7fa;transition:all .3s ease;width:100%;text-align:center}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1a3a6e;background-color:#fff}.form-group input::placeholder{color:#999}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-group-checkbox{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#333}.form-group-checkbox input[type=checkbox]{margin-top:2px;cursor:pointer;width:16px;height:16px;flex-shrink:0}.form-group-checkbox label{cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.4}.policy-link{color:#1a5fd7;text-decoration:none;font-weight:500}.policy-link:hover{text-decoration:underline}.login-button{background-color:#273958;color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:8px;width:100%}.login-button:hover{background-color:#1e2d44}.login-button:active{transform:scale(.98)}.login-footer{position:fixed;bottom:0;left:0;width:100%;height:60px;background-color:#273958;display:flex;align-items:center;justify-content:center;gap:12px;z-index:100}.login-footer span{color:#fff;font-size:13px;font-weight:500}.footer-logo{height:25px;width:auto;cursor:pointer;transition:opacity .3s ease;vertical-align:middle}.footer-logo:hover{opacity:.8}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;border:1px solid}.alert-error{background-color:#fee;color:#c53030;border-color:#feb2b2}.alert-warning{background-color:#fffbeb;color:#b45309;border-color:#fbd38d}.alert-success{background-color:#f0fff4;color:#38a169;border-color:#9ae6b4}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:18px;color:#666}.login-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.login-button:disabled:hover{background:#ccc}.dashboard-container{min-height:100vh;background:#f7f8fc;display:flex;flex-direction:column}.dashboard-shell{position:fixed;inset:60px 0 0 230px;padding:24px;box-sizing:border-box;background-color:#f7f8fc;overflow:auto}.dashboard-subtitle{color:#6b7280;font-size:14px;margin:8px 0 4px}.dashboard-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:16px}.dashboard-info-card{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 10px 25px #0000000d}.info-icon-bubble{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.info-text{display:flex;flex-direction:column;gap:4px}.info-label{color:#6b7280;font-weight:600;font-size:13px}.info-value{color:#111827;font-weight:600;font-size:14px}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;box-shadow:0 2px 10px #0000001a}.dashboard-header-content{max-width:1200px;margin:0 auto;padding:20px;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{font-size:24px;font-weight:600;margin:0}.dashboard-user-info{display:flex;align-items:center;gap:20px}.dashboard-user-info span{font-size:16px;font-weight:500}.dashboard-main{flex:1;padding:40px 20px}.dashboard-content{max-width:1200px;margin:0 auto}.dashboard-welcome{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 20px #0000001a;margin-bottom:32px}.dashboard-welcome h2{font-size:28px;color:#333;margin-bottom:20px;font-weight:600}.user-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:20px}.user-detail-item{padding:15px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.user-detail-item strong{color:#333;display:block;margin-bottom:5px}.dashboard-modules{margin-top:24px}.quick-access{margin-top:40px;margin-bottom:40px}.quick-access h3{margin-bottom:18px;color:#1f2937}.quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.module-card{background:#fff;padding:22px;border-radius:12px;box-shadow:0 2px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.module-card:hover{transform:translateY(-5px);box-shadow:0 5px 30px #00000026}.module-card h3{font-size:20px;color:#333;margin-bottom:10px;font-weight:600}.module-card p{color:#666;margin-bottom:16px;line-height:1.5}.module-icon-bubble{width:60px;height:60px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.module-chip{border:none;color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.module-chip:disabled{cursor:not-allowed}.dashboard-footer{background:#fff;padding:20px;text-align:center;color:#666;border-top:1px solid #e2e8f0;margin-top:auto}@media(max-width:768px){.login-card{width:95%;max-width:400px}.dashboard-header-content{flex-direction:column;gap:15px;text-align:center}.dashboard-header h1{font-size:20px}.dashboard-user-info{flex-direction:column;gap:10px}.user-details,.module-grid{grid-template-columns:1fr}.dashboard-welcome,.dashboard-main{padding:20px}}.menu{position:fixed;left:0;top:60px;width:230px;height:calc(100vh - 60px);background-color:#e8e8f0;overflow-x:hidden;overflow-y:auto;transition:none;z-index:100;color:#2f4f4f;font-size:14px;padding-top:0;scrollbar-width:thin;-ms-overflow-style:auto;border-right:1px solid #d0d0d8}.menu::-webkit-scrollbar{width:6px}.menu::-webkit-scrollbar-track{background:transparent}.menu::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.menu::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.menu:hover{width:230px}.menu ul{list-style:none;margin:0;padding:0}.menu li{border-bottom:.5px solid #d8d8e0}.menu li:hover{background-color:#dcdce8}.menu-item{display:flex;align-items:center;height:40px;padding:8px 12px}.icon-container{width:24px;flex-shrink:0;text-align:center;display:flex;align-items:center;justify-content:center}.icon-container img{width:auto;height:20px;object-fit:contain}.text-container{overflow:hidden;white-space:nowrap;opacity:1;transition:none;margin-left:8px;cursor:pointer;display:flex;align-items:center;gap:8px;flex:1}.text-container a{text-decoration:none;color:inherit;font-weight:500}.menu-label{color:inherit;cursor:default;font-weight:500}.fa-angle-down{font-size:12px;margin-left:auto}.menu:hover .text-container{opacity:1;margin-left:8px}.submenu{max-height:0;overflow:hidden;background-color:#f0f0f8;transition:max-height 1s ease}.submenu li{padding:10px 12px 10px 44px;border:none;box-shadow:inset 0 1px #00000014}.submenu li:hover{background-color:#e8e8f0}.submenu li a{color:#000;text-decoration:none;display:block;font-size:14px}.menu>ul>li:hover .submenu{max-height:500px}.layout-header{background-color:#273958;color:#fff;height:60px;width:100%;min-width:1280px;padding:0;box-shadow:0 2px 8px #00000026;position:sticky;top:0;z-index:100;display:flex;align-items:center}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 20px 0 0;box-sizing:border-box}.header-logo{height:40px;margin-left:20px;display:block}.header-user{display:flex;align-items:center;margin-right:0}.header-user span{font-size:14px}.header-user-icon{height:30px;width:auto;margin-left:10px;margin-right:20px;cursor:pointer;transition:transform .2s ease,filter .2s ease;outline:none;border:none}.header-user-icon:hover{transform:scale(1.08);filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}.header-user-icon:focus,.header-user-icon:active{outline:none;border:none;box-shadow:none}.logout-btn{background-color:#a5c3d2;color:#000;border:1px solid white;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:14px;transition:all .3s}.logout-btn:hover{background-color:#88a9bb}.layout-content{flex:1;overflow-y:auto;padding:0;background-color:#f4f8f9}.modulo-actual{position:fixed;top:60px;left:230px;right:0;height:40px;padding-right:20px;min-width:1050px;background-color:#fff;border-bottom:1px solid #273958;z-index:50}.modulo-actual-nombre{padding-left:20px;font-size:14px;font-weight:600;color:#1f2937;display:flex;align-items:center;height:100%}.bloque-contenido{position:fixed;inset:97px 0 0 230px;width:calc(100% - 230px);min-width:1050px;height:calc(100% - 97px);padding:10px 20px 20px;margin:0;box-sizing:border-box;background-color:#f8fafc;overflow:auto}.tabs-container{display:flex;flex-direction:column;gap:20px}.tabs-navigation{display:flex;gap:12px;border-bottom:1px solid #d1d5db;padding-bottom:0}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-bottom:3px solid transparent;background:transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.tab-button:hover{color:#1f2937}.tab-button.active{color:#1f2937;border-bottom-color:#1f2937;background-color:transparent}.tab-content{padding:0 0 10px}.tab-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:20px;display:flex;align-items:center;gap:8px}.div-busqueda{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin-bottom:20px;gap:12px}.input-busqueda1{flex:1;max-width:400px;height:32px;padding:0 14px;border:1px solid #d1d5db;border-radius:12px;font-size:14px;background-color:#fff;box-sizing:border-box;display:flex;align-items:center}.input-busqueda1:focus{outline:none;border-color:#1f2937;background-color:#fff}.boton-busqueda1{width:32px;height:32px;padding:0;background-color:#273958;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.boton-busqueda1:hover{background-color:#1e2d44}.busqueda-izq{display:flex;align-items:center;gap:10px;flex:1}.boton-01{width:150px;height:32px;padding:0 20px;background-color:#4a699b;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.boton-01:hover{background-color:#344c75}.boton-02{width:150px;height:32px;padding:0 20px;background-color:#273958;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.boton-02:hover{background-color:#1e2d44}.boton-03{width:150px;height:32px;padding:0 20px;background-color:#fff;color:#000;border:1px solid rgb(209,213,219);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.boton-03:hover{border:1px solid black}.boton-04{width:auto;height:25px;padding:0 20px;background-color:#4a699b;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.boton-04:hover{background-color:#344c75}.boton-05{padding:4px 12px;background-color:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background-color .2s ease,opacity .2s ease}.boton-05:hover{background-color:#218838}.boton-05:disabled{opacity:.8;cursor:not-allowed}.data-table-1{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000026;border:1px solid #d1d5db}.data-table-1 thead{background-color:#f3f4f6}.data-table-1 th{padding:10px;text-align:left;font-weight:600;color:#374151;font-size:13px;border-bottom:1px solid #d1d5db}.data-table-1 td{padding:5px 10px;border-bottom:1px solid #F3F4F6;color:#6b7280;font-size:13px}.data-table-1 tbody tr:last-child td{border-bottom:none}.data-table-1 th:last-child,.data-table-1 td:last-child{text-align:center}.data-table-1 tbody tr:hover{background-color:#f9fafb}.data-table-1 button{background:none;border:none;cursor:pointer;font-size:16px;margin-right:8px;opacity:.7;transition:transform .2s ease,filter .2s ease}.data-table-1 button:hover{transform:scale(1.08);filter:drop-shadow(0 0 4px rgba(100,116,139,.3));opacity:1}.data-table-1 th:last-child,.data-table-1 td:last-child{width:130px;min-width:130px;white-space:nowrap}.tablaPaginador{display:flex;align-items:center;justify-content:center;gap:4px;margin:18px 0 0;width:100%}.tablaPaginador button{padding:6px 10px;border-radius:5px;border:1px solid #ccc;background:#fff;cursor:pointer;transition:background .2s}.tablaPaginador button[disabled]{opacity:.6;cursor:not-allowed}.tablaPaginador button.active,.tablaPaginador button:focus{background:#eee;font-weight:700}.tablaPaginador select{margin-left:12px;padding:5px 8px;border-radius:5px;border:1px solid #ccc}.tablaPaginador span{padding:0 8px}.modal-01{background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 16px #0003;position:relative}.label-01{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#374151}.input-01{width:100%;padding:5px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:border-color .2s}.input-01:focus{border-color:#273958}.input-01.error{border-color:#ef4444}.input-01-onlyread{width:100%;padding:5px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;outline:none;background-color:#f5f5f5;cursor:not-allowed;color:#374151}.input-compact{width:200px}@media print{button,.boton-01,.boton-04,.modulo-actual{display:none!important}body{background-color:#fff!important}.bloque-contenido{box-shadow:none!important;page-break-inside:avoid}div[style*="backgroundColor: 'white'"],div[style*="backgroundColor: white"]{page-break-inside:avoid;break-inside:avoid}::-webkit-scrollbar{display:none}@page{margin:1cm}}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.toast-confirmation-content{display:flex;flex-direction:column;gap:10px}.toast-confirmation-title{margin:0;font-size:14px;font-weight:500;color:#111827;line-height:1.4}.toast-confirmation-subtitle{margin:0;font-size:12px;color:#6b7280;line-height:1.4}.toast-confirmation-actions{display:flex;gap:8px;justify-content:flex-end}.toast-confirmation-btn-cancel,.toast-confirmation-btn-delete{padding:6px 12px;border-radius:6px;cursor:"pointer";font-size:12px;font-weight:500;border:none;transition:all .2s ease;font-family:inherit}.toast-confirmation-btn-cancel{background-color:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.toast-confirmation-btn-cancel:hover{background-color:#e5e7eb;border-color:#d1d5db}.toast-confirmation-btn-delete{background-color:#dc2626;color:#fff;border:1px solid #dc2626}.toast-confirmation-btn-delete:hover{background-color:#b91c1c;border-color:#991b1b}
