.documentos-module__ZkLIra__pageHero{flex-direction:column;justify-content:flex-end;height:clamp(200px,28vw,320px);display:flex;position:relative;overflow:hidden}.documentos-module__ZkLIra__pageHeroBg{position:absolute;inset:0;overflow:hidden}.documentos-module__ZkLIra__pageHeroOv{background:linear-gradient(112deg,#0c2d3dc7 0%,#0c2d3d7a 45%,#0c2d3d1f 100%),linear-gradient(#0000 30%,#08121a33 55%,#08121ae0 100%);position:absolute;inset:0}.documentos-module__ZkLIra__pageHeroGrid{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.documentos-module__ZkLIra__pageHeroBody{z-index:2;padding:clamp(20px,4vw,40px) 0 clamp(52px,8vw,64px);position:relative}.documentos-module__ZkLIra__breadcrumb{color:#ffffff73;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:500;display:flex}.documentos-module__ZkLIra__breadcrumb a{color:#ffffff73;transition:color .2s}.documentos-module__ZkLIra__breadcrumb a:hover{color:#fff}.documentos-module__ZkLIra__breadcrumb span{color:#ffffff40}.documentos-module__ZkLIra__pageTitle{font-family:var(--font-lora);color:#fff;font-size:clamp(24px,5vw,48px);font-weight:400;line-height:1.1}.documentos-module__ZkLIra__pageTitle em{color:var(--cream);font-style:italic}.documentos-module__ZkLIra__pageSubtitle{color:#ffffff8c;margin-top:8px;font-size:clamp(12px,1.4vw,14px);font-weight:300}.documentos-module__ZkLIra__pageHeroCut{background:var(--off);clip-path:polygon(0 100%,100% 100%,100% 0);z-index:3;height:48px;position:absolute;bottom:-1px;left:0;right:0}.documentos-module__ZkLIra__docsLayout{background:var(--off);flex-direction:column;min-height:60vh;display:flex}.documentos-module__ZkLIra__docsSidebar{background:var(--white);border-bottom:1px solid var(--rule);padding:clamp(20px,3vw,32px)}.documentos-module__ZkLIra__sidebarTitle{letter-spacing:2px;text-transform:uppercase;color:var(--glt);margin-bottom:12px;font-size:10px;font-weight:700}.documentos-module__ZkLIra__catList{flex-wrap:wrap;gap:6px;display:flex}.documentos-module__ZkLIra__catBtn{font-family:var(--font-mont);color:var(--gray);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.documentos-module__ZkLIra__catBtn:hover{background:var(--off);color:var(--dark)}.documentos-module__ZkLIra__catBtnActive{font-weight:600;background:var(--dark)!important;color:#fff!important}.documentos-module__ZkLIra__catIcon{flex-shrink:0;font-size:14px}.documentos-module__ZkLIra__catCount{color:var(--glt);background:#0000000f;border-radius:10px;flex-shrink:0;margin-left:auto;padding:2px 6px;font-size:10px}.documentos-module__ZkLIra__catBtnActive .documentos-module__ZkLIra__catCount{color:#ffffffb3;background:#ffffff26}.documentos-module__ZkLIra__sidebarDivider{background:var(--rule);height:1px;margin:16px 0}.documentos-module__ZkLIra__sidebarAction{background:var(--dark);color:#fff;border-radius:4px;align-items:center;gap:8px;margin-top:4px;padding:10px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.documentos-module__ZkLIra__sidebarAction:hover{background:var(--blue2)}.documentos-module__ZkLIra__sidebarAction svg{flex-shrink:0;width:14px;height:14px}.documentos-module__ZkLIra__docsMain{flex:1;min-width:0;padding:clamp(20px,3vw,36px)}.documentos-module__ZkLIra__searchBar{gap:10px;margin-bottom:24px;display:flex}.documentos-module__ZkLIra__searchInputWrap{flex:1;position:relative}.documentos-module__ZkLIra__searchInputWrap svg{width:15px;height:15px;color:var(--glt);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.documentos-module__ZkLIra__searchInput{border:1px solid var(--rule);width:100%;font-family:var(--font-mont);color:var(--dark);background:#fff;border-radius:4px;outline:none;padding:10px 14px 10px 36px;font-size:13px;transition:border-color .2s}.documentos-module__ZkLIra__searchInput:focus{border-color:var(--blue)}.documentos-module__ZkLIra__searchInput::placeholder{color:var(--glt)}.documentos-module__ZkLIra__empty{color:var(--gray);padding:32px 0;font-size:14px}.documentos-module__ZkLIra__docSection{margin-bottom:32px}.documentos-module__ZkLIra__docSectionTitle{font-family:var(--font-lora);color:var(--dark);align-items:center;gap:10px;margin-bottom:14px;font-size:clamp(16px,2vw,20px);font-weight:600;display:flex}.documentos-module__ZkLIra__docSectionTitle span{font-size:18px}.documentos-module__ZkLIra__docGrid{grid-template-columns:1fr;gap:8px;display:grid}.documentos-module__ZkLIra__docCard{border:1px solid var(--rule);background:#fff;border-radius:6px;align-items:center;gap:12px;padding:14px 16px;transition:all .25s;display:flex;position:relative;overflow:hidden}.documentos-module__ZkLIra__docCard:before{content:"";background:var(--blue);opacity:0;width:3px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0}.documentos-module__ZkLIra__docCard:hover{border-color:#208aae4d;transform:translateY(-1px);box-shadow:0 4px 16px #208aae1a}.documentos-module__ZkLIra__docCard:hover:before{opacity:1}.documentos-module__ZkLIra__docFileIcon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.documentos-module__ZkLIra__docFilePdf{background:#ff020414}.documentos-module__ZkLIra__docFileDocx{background:#208aae1a}.documentos-module__ZkLIra__docFileXlsx{background:#2e7d521a}.documentos-module__ZkLIra__docInfo{flex:1;min-width:0}.documentos-module__ZkLIra__docName{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden}.documentos-module__ZkLIra__docMeta{color:var(--glt);font-size:11px;font-weight:300}.documentos-module__ZkLIra__docDownload{background:var(--off);width:30px;height:30px;color:var(--gray);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.documentos-module__ZkLIra__docCard:hover .documentos-module__ZkLIra__docDownload{background:var(--blue);color:#fff}.documentos-module__ZkLIra__docDownload svg{width:14px;height:14px}.documentos-module__ZkLIra__solicitarBanner{background:var(--dark);border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;padding:clamp(20px,3vw,28px);display:flex;position:relative;overflow:hidden}.documentos-module__ZkLIra__solicitarBanner:before{content:"";background:linear-gradient(90deg, var(--red), var(--blue));height:3px;position:absolute;top:0;left:0;right:0}.documentos-module__ZkLIra__solicitarBannerText h4{font-family:var(--font-lora);color:#fff;margin-bottom:4px;font-size:clamp(16px,2vw,20px);font-weight:400}.documentos-module__ZkLIra__solicitarBannerText h4 em{color:var(--cream);font-style:italic}.documentos-module__ZkLIra__solicitarBannerText p{color:#ffffff80;font-size:13px;font-weight:300}.documentos-module__ZkLIra__btnSolicitar{background:var(--red);color:#fff;font-family:var(--font-mont);white-space:nowrap;border-radius:3px;flex-shrink:0;padding:10px 22px;font-size:12px;font-weight:700;transition:all .2s}.documentos-module__ZkLIra__btnSolicitar:hover{background:var(--red2);transform:translateY(-1px);box-shadow:0 6px 18px #ff020459}@media (min-width:480px){.documentos-module__ZkLIra__docGrid{grid-template-columns:1fr 1fr}}@media (min-width:768px){.documentos-module__ZkLIra__docsLayout{flex-direction:row}.documentos-module__ZkLIra__docsSidebar{border-bottom:none;border-right:1px solid var(--rule);width:240px;top:calc(var(--nav) + 8px);flex-shrink:0;height:fit-content;padding:clamp(24px,3vw,36px);position:sticky}.documentos-module__ZkLIra__catList{flex-direction:column;gap:2px}.documentos-module__ZkLIra__catBtn{white-space:normal;width:100%}}@media (min-width:1024px){.documentos-module__ZkLIra__docGrid{grid-template-columns:repeat(3,1fr)}}.documentos-module__ZkLIra__napsisSection{background:var(--dark);padding:clamp(48px,8vw,88px) 0}.documentos-module__ZkLIra__napsisHeader{margin-bottom:40px}.documentos-module__ZkLIra__slabel{letter-spacing:2px;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:10px;font-size:10px;font-weight:600;display:inline-flex}.documentos-module__ZkLIra__slabel:before{content:"";background:var(--blue);width:16px;height:1.5px}.documentos-module__ZkLIra__napsisTitle{font-family:var(--font-lora);color:#fff;margin-bottom:12px;font-size:clamp(22px,3.5vw,36px);font-weight:400;line-height:1.2}.documentos-module__ZkLIra__napsisTitle em{color:var(--cream);font-style:italic}.documentos-module__ZkLIra__napsisDesc{color:#ffffff80;max-width:600px;font-size:14px;font-weight:300;line-height:1.8}.documentos-module__ZkLIra__napsisPasos{flex-direction:column;gap:16px;margin-bottom:48px;display:flex;position:relative}.documentos-module__ZkLIra__napsisPaso{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:flex-start;gap:16px;padding:20px 24px;display:flex;position:relative}.documentos-module__ZkLIra__napsisPasoNum{font-family:var(--font-lora);flex-shrink:0;width:44px;font-size:28px;font-weight:700;line-height:1}.documentos-module__ZkLIra__napsisPaso:first-child .documentos-module__ZkLIra__napsisPasoNum{color:var(--blue)}.documentos-module__ZkLIra__napsisPaso:nth-child(2) .documentos-module__ZkLIra__napsisPasoNum{color:#c4993a}.documentos-module__ZkLIra__napsisPaso:nth-child(3) .documentos-module__ZkLIra__napsisPasoNum{color:#2e7d52}.documentos-module__ZkLIra__napsisPaso:nth-child(4) .documentos-module__ZkLIra__napsisPasoNum{color:var(--red)}.documentos-module__ZkLIra__napsisPaso:first-child{border-color:#208aae40;border-top:2px solid var(--blue)}.documentos-module__ZkLIra__napsisPaso:nth-child(2){border-color:#c4993a #c4993a40 #c4993a40;border-top-style:solid;border-top-width:2px}.documentos-module__ZkLIra__napsisPaso:nth-child(3){border-color:#2e7d52 #2e7d5240 #2e7d5240;border-top-style:solid;border-top-width:2px}.documentos-module__ZkLIra__napsisPaso:nth-child(4){border-color:#ff020440;border-top:2px solid var(--red)}.documentos-module__ZkLIra__napsisFunc:first-child{border-top:2px solid var(--blue)}.documentos-module__ZkLIra__napsisFunc:nth-child(2){border-top:2px solid #2e7d52}.documentos-module__ZkLIra__napsisFunc:nth-child(3){border-top:2px solid #c4993a}.documentos-module__ZkLIra__napsisFunc:nth-child(4){border-top:2px solid var(--red)}.documentos-module__ZkLIra__napsisFunc:nth-child(5){border-top:2px solid #7b3f9e}.documentos-module__ZkLIra__napsisFunc:nth-child(6){border-top:2px solid #c4993a}.documentos-module__ZkLIra__napsisPasoBody{flex:1}.documentos-module__ZkLIra__napsisPasoTitulo{color:#fff;margin-bottom:4px;font-size:14px;font-weight:700}.documentos-module__ZkLIra__napsisPasoDesc{color:#ffffff73;font-size:12px;font-weight:300;line-height:1.7}.documentos-module__ZkLIra__napsisPasoDesc a{color:var(--blue)}.documentos-module__ZkLIra__napsisPasoArrow{display:none}.documentos-module__ZkLIra__napsisSubtitle{letter-spacing:2px;text-transform:uppercase;color:#ffffff4d;margin-bottom:16px;font-size:10px;font-weight:700}.documentos-module__ZkLIra__napsisFunciones{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;display:grid}.documentos-module__ZkLIra__napsisFunc{background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:16px}.documentos-module__ZkLIra__napsisFuncIcon{margin-bottom:8px;font-size:22px}.documentos-module__ZkLIra__napsisFuncNombre{color:#fff;margin-bottom:4px;font-size:13px;font-weight:700}.documentos-module__ZkLIra__napsisFuncDesc{color:#fff6;font-size:11px;font-weight:300;line-height:1.6}.documentos-module__ZkLIra__napsisNota{border:1px solid #208aae33;border-left:3px solid var(--blue);color:#ffffff80;background:#208aae1a;border-radius:0 4px 4px 0;padding:14px 18px;font-size:12px;font-weight:300;line-height:1.7}.documentos-module__ZkLIra__napsisNota strong{color:#fff;font-weight:600}.documentos-module__ZkLIra__napsisNota a{color:var(--blue)}.documentos-module__ZkLIra__napsisNota a:hover{text-decoration:underline}@media (min-width:640px){.documentos-module__ZkLIra__napsisPasos{flex-flow:wrap}.documentos-module__ZkLIra__napsisPaso{flex:1;min-width:calc(50% - 8px)}.documentos-module__ZkLIra__napsisFunciones{grid-template-columns:repeat(3,1fr)}}@media (min-width:960px){.documentos-module__ZkLIra__napsisPaso{flex:1;min-width:0}.documentos-module__ZkLIra__napsisFunciones{grid-template-columns:repeat(6,1fr)}}.documentos-module__ZkLIra__catBlue{border-left:3px solid var(--blue)}.documentos-module__ZkLIra__catBlue .documentos-module__ZkLIra__catIcon{background:#208aae1a;border-radius:4px;padding:2px}.documentos-module__ZkLIra__catRed{border-left:3px solid var(--red)}.documentos-module__ZkLIra__catRed .documentos-module__ZkLIra__catIcon{background:#ff020414;border-radius:4px;padding:2px}.documentos-module__ZkLIra__catGold{border-left:3px solid #c4993a}.documentos-module__ZkLIra__catGold .documentos-module__ZkLIra__catIcon{background:#c4993a1a;border-radius:4px;padding:2px}.documentos-module__ZkLIra__catGreen{border-left:3px solid #2e7d52}.documentos-module__ZkLIra__catGreen .documentos-module__ZkLIra__catIcon{background:#2e7d521a;border-radius:4px;padding:2px}.documentos-module__ZkLIra__catPurple{border-left:3px solid #7b3f9e}.documentos-module__ZkLIra__catPurple .documentos-module__ZkLIra__catIcon{background:#7b3f9e1a;border-radius:4px;padding:2px}.documentos-module__ZkLIra__sidebarNapsis{color:var(--blue);background:#208aae14;border:1px solid #208aae33;border-radius:4px;align-items:center;gap:8px;margin-top:4px;padding:10px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.documentos-module__ZkLIra__sidebarNapsis:hover{border-color:var(--blue);background:#208aae26}.documentos-module__ZkLIra__sidebarNapsis svg{flex-shrink:0;width:14px;height:14px}
