@charset "UTF-8";.form-section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d}.form-section.section-closed{padding-bottom:0}.form-section.section-closed .section-header{margin-bottom:0;border-bottom:none}.section-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.section-header.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.section-header.clickable:hover{opacity:.8}.section-header h2{font-size:1.1rem;font-weight:600;margin:0;color:#0f172a}.section-header .header-left-group{display:flex;align-items:center;gap:10px}.section-header .section-icon{color:#ff8c1a}.section-header .chevron-icon{color:#94a3b8;transition:transform .3s ease}.section-header .chevron-icon.rotated{transform:rotate(180deg)}.form-grid{display:grid;gap:1rem;margin-top:10px;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.form-grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr))}.triple-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.double-input{display:grid;grid-template-columns:1fr 1fr;gap:10px}.span-full{grid-column:1/-1}.form-group{width:100%;display:flex;flex-direction:column;gap:4px}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#475569}.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:1rem;outline:none;text-transform:uppercase}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff8c1a;box-shadow:0 0 0 3px #ff8c1a26}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f8fafc;cursor:not-allowed;color:#64748b}.bg-highlight{background-color:#f8fafc!important}.input-readonly{background-color:#f1f5f9!important;color:#64748b;cursor:not-allowed;font-weight:500}.sub-input .sub-label{display:block;font-size:12px;color:#94a3b8;margin-top:4px}.radio-group{display:flex;gap:20px;margin-top:10px;align-items:center;flex-wrap:wrap}.radio-group .radio-card{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.radio-group .radio-card input[type=radio]{accent-color:#ff8c1a;width:16px;height:16px}.section-divider{margin-top:20px;padding-bottom:8px;border-bottom:2px solid #f1f5f9}.section-divider .divider-title{font-size:14px;font-weight:700;color:#334155;display:block}.section-divider .divider-subtitle{font-size:12px;color:#64748b;margin-top:2px}.input-with-icon-right{position:relative;display:flex;width:70%}.input-with-icon-right input{padding-right:80px}.input-with-icon-right .btn-icon-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#ef4444;background:transparent;border:none;cursor:pointer}.input-with-icon-right .btn-icon-clear:hover{background:#fef2f2;border-radius:50%}.error-msg small,.error-text{color:#ef4444;font-size:.8rem;margin-top:.25rem;display:block}.helper-text,.helper-block{font-size:12px;color:#64748b;margin-top:4px}.helper-text-bold{font-weight:700;font-size:13px;color:#334155;margin-bottom:4px}.separator-line{height:1px;background-color:#f1f5f9;margin:1.5rem 0}.button-row-right{display:flex;justify-content:flex-end;margin-top:24px;border-top:1px solid #e2e8f0;padding-top:20px}.btn-next{min-width:120px;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.btn-next:hover{transform:translate(4px);filter:brightness(.9)}input.input-error,select.input-error,textarea.input-error,input.ng-invalid.ng-touched,select.ng-invalid.ng-touched,textarea.ng-invalid.ng-touched{border-color:#ef4444!important;background-color:#fef2f2!important;transition:all .2s ease}input.input-error:focus,select.input-error:focus,textarea.input-error:focus,input.ng-invalid.ng-touched:focus,select.ng-invalid.ng-touched:focus,textarea.ng-invalid.ng-touched:focus{outline:none!important;box-shadow:0 0 0 3px #ef444433!important;border-color:#dc2626!important}.error-text,.error-msg small{color:#ef4444;font-size:.8rem;margin-top:4px;display:block}.disabled-section{opacity:.5;pointer-events:none;filter:grayscale(100%);transition:all .3s ease}.details-container{padding-bottom:60px;font-family:Inter,sans-serif;color:#334155}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.page-header .header-left{display:flex;align-items:center;flex-wrap:wrap;gap:16px;flex:1 1 min-content}.page-header .header-left .back-btn{background:#fff;border:1px solid hsl(214,32%,91%);color:#64748b;padding:8px 16px;border-radius:8px;cursor:pointer;flex-shrink:0;transition:all .2s}.page-header .header-left .back-btn:hover{background:#f1f5f9}.page-header .header-left .page-title{font-size:clamp(1.2rem,3vw,1.4rem);font-weight:500;display:flex;align-items:center;gap:10px;margin:0;line-height:1.3}.page-header .header-left .page-title .icon-drop{color:#dc2626;flex-shrink:0}.page-header .btn-edit{background:#ff8c1a;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;flex-shrink:0}.page-header .btn-edit:hover{background:#ea580c}.summary-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:20px;border-left:5px solid #ff8c1a}.summary-card .summary-item{display:flex;flex-direction:column;gap:6px;overflow:hidden}.summary-card .summary-item label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.summary-card .summary-item .value{font-size:16px;font-weight:500;color:#0f172a;word-break:break-word}.summary-card .summary-item .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;background:#e2e8f0;color:#64748b;align-self:flex-start}.summary-card .summary-item .status-badge.vivo{background:#dcfce7;color:#166534}.detail-section{background:#fff;border-radius:16px;border:1px solid hsl(214,32%,91%);margin-bottom:0;overflow:hidden}.detail-section .section-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid hsl(214,32%,91%);transition:background .2s}.detail-section .section-header:hover{background:#fdfdfd}.detail-section .section-header .title-group{display:flex;align-items:center;gap:12px}.detail-section .section-header .title-group .icon{width:20px;color:#ff8c1a}.detail-section .section-header .title-group h2{margin:0;font-size:16px;font-weight:600;color:#0f172a}.detail-section .section-header .chevron{transition:transform .3s;color:#64748b}.detail-section .section-header .chevron.rotated{transform:rotate(180deg)}.detail-section .section-content{padding:24px}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:24px 30px}.data-grid.two-cols{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr))}.residence-grid{background-color:#f8fafc;padding:10px;border-radius:15px}.data-item{display:flex;flex-direction:column;gap:6px}.data-item label{font-size:13px;color:#64748b;font-weight:400}.data-item .value{font-size:15px;color:#334155;font-weight:500;min-height:20px}.data-item .value.italic{font-style:italic;color:#94a3b8;font-weight:400}.data-item .value.bold{font-weight:600}.data-item.span-2{grid-column:span 2}.data-item.span-3{grid-column:span 3}.data-item.span-full{grid-column:1/-1}.divider{width:100%;height:1px;background:#f1f5f9;margin:25px 0;position:relative}.divider span{position:absolute;top:-10px;left:0;background:#fff;padding-right:10px;font-size:14px;color:#334155;font-weight:600}.gray-box-list{background-color:#f8fafc;border-radius:8px;padding:12px 16px;font-size:14px;color:#334155;border:1px solid #f1f5f9}.gray-box-list .empty-text{color:#64748b;font-style:italic}.mt-4{margin-top:16px}.italic{font-style:italic;color:#475569}.subsection-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.subsection-header .sub-title-bold{font-weight:700;color:#334155;display:block;margin-bottom:.25rem}.btn-outline-orange{background:transparent;border:1px solid currentColor;color:inherit;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;background-color:#fff;transition:all .2s}.btn-outline-orange:hover{opacity:.8}.empty-state{background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:2rem;text-align:center;color:#64748b;margin-bottom:1rem}.item-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}.item-card .card-header-mini{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#64748b;font-weight:500}.item-card .btn-trash{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#ef4444;transition:transform .2s}.item-card .btn-trash:hover{transform:scale(1.1)}.no-gap{gap:10px!important}.input-with-button{display:flex;gap:8px}.input-with-button input{flex:1}.input-with-button .btn-buscar{background-color:#64748b;color:#fff;border:none;border-radius:6px;padding:0 16px;font-weight:600;cursor:pointer;transition:background .2s}.input-with-button .btn-buscar:hover{opacity:.9}.input-with-button .btn-buscar:disabled{opacity:.6;cursor:not-allowed}@font-face{font-family:Garet;src:url(/assets/fonts/garet/Garet-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Garet;src:url(/assets/fonts/garet/Garet-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Garet;src:url(/assets/fonts/garet/Garet-ExtraBold.otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden}body{overflow-x:hidden;font-family:Garet;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
