@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#f7f8fc;--surface:#fff;--primary:#336466;--primary-light:#d6e0e0;--primary-dark:#043134;--primary-darker:#002e31;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--border-focus:#336466;--error:#ef4444;--warning:#f59e0b;--gold:#f59e0b;--gold-light:#fef3c7;--font-display:"Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-hover:0 4px 12px #0000001a, 0 2px 4px #0000000f;--shadow-lg:0 10px 25px #0000001a}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes ringDraw{0%{stroke-dashoffset:var(--circ,251)}to{stroke-dashoffset:var(--offset,0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes progressGrow{0%{width:0}to{width:var(--w,100%)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes counterPop{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes textReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{background:var(--bg);font-family:var(--font-body);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.deck{width:100vw;height:100vh;position:relative;overflow:hidden}.track{flex-direction:row;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.slide{flex:0 0 100vw;width:100vw;height:100vh;position:relative;overflow:hidden}.slide--past,.slide--future{opacity:.4}.slide--active{opacity:1}.slide__inner{flex-direction:column;width:100%;height:100%;padding:80px 48px 32px;display:flex;overflow-y:auto}.slide--active .w2__left{animation:.5s both slideInFromLeft}.slide--active .w2__right{animation:.5s .1s both slideInFromRight}.slide--active .mty3__col:first-child{animation:.4s both fadeUp}.slide--active .mty3__col:nth-child(2){animation:.4s .1s both fadeUp}.slide--active .mty3__col:nth-child(3){animation:.4s .2s both fadeUp}.slide--active .ip__content{animation:.5s both fadeUp}.slide--active .ip__hero{animation:.5s .1s both fadeUp}.slide--active .ip__metric:first-child{animation:.4s .15s both fadeUp}.slide--active .ip__metric:nth-child(2){animation:.4s .25s both fadeUp}.slide--active .ip__metric:nth-child(3){animation:.4s .35s both fadeUp}.hud{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.hud__left{align-items:center;gap:12px;display:flex}.hud__brand{font-family:var(--font-display);color:var(--primary);font-size:16px;font-weight:700}.hud__meta{color:var(--muted);font-size:12px}.hud__right{align-items:center;gap:8px;display:flex}.hud__btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--muted);cursor:pointer;place-items:center;transition:all .2s;display:grid}.hud__btn:hover{border-color:var(--primary);color:var(--primary)}.hud__btn--cta{letter-spacing:.02em;border-color:var(--primary);width:auto;color:var(--primary);padding:0 14px;font-size:13px;font-weight:600}.hud__btn--cta:hover{background:var(--primary);color:#fff}.hud__progress{background:var(--border);height:3px;position:absolute;bottom:0;left:0;right:0}.hud__bar{background:linear-gradient(90deg, var(--primary), var(--primary-darker));border-radius:0 2px 2px 0;height:100%;transition:width .4s}.h1{font-family:var(--font-display);color:var(--text);font-size:48px;font-weight:700;line-height:1.15}.h2{font-family:var(--font-display);color:var(--text);font-size:32px;font-weight:700;line-height:1.2}.h3{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:16px;font-weight:600}.lead{color:var(--text);font-size:16px;line-height:1.6}.muted{color:var(--muted)}.small{font-size:12px}.badge{background:var(--primary-light);color:var(--primary-dark);border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.glass{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:20px;transition:box-shadow .2s}.panel:hover{box-shadow:var(--shadow-hover)}.panel__header{justify-content:space-between;align-items:center;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field__label{text-transform:uppercase;color:var(--muted);letter-spacing:.04em;font-size:12px;font-weight:600}.input{height:48px;font-size:14px;font-family:var(--font-body);background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;padding:0 14px;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3364661f}.input::placeholder{color:#cbd5e1}.input-wrap{position:relative}.input-wrap--error .input{border-color:var(--error)}.input-right{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.field__hint{color:var(--muted);font-size:12px}.field__error{color:var(--error);font-size:12px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.table-wrap{border-radius:var(--radius);border:1px solid var(--border);overflow:auto}.table{border-collapse:collapse;width:100%}.table th{text-transform:uppercase;color:var(--primary);text-align:left;background:#f1f5f9;padding:12px 14px;font-size:11px;font-weight:600}.table td{border-top:1px solid #f1f5f9;padding:10px 14px;font-size:13px}.table tbody tr:hover{background:#f8fafb}.section-row{background:var(--primary-light);font-weight:700}.toggle{flex-direction:row;align-items:center;gap:10px;display:flex}.toggle__btn{cursor:pointer;background:#cbd5e1;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.toggle__btn.is-on{background:var(--primary)}.toggle__dot{background:var(--surface);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.toggle__btn.is-on .toggle__dot{transform:translate(20px)}.toggle__meta{flex-direction:column;display:flex}.toggle__label{color:var(--text);font-size:13px;font-weight:500}.kpi{text-align:center;padding:16px}.kpi__label{text-transform:uppercase;color:var(--muted);letter-spacing:.04em;font-size:11px;font-weight:600}.kpi__value{color:var(--primary);font-size:28px;font-weight:700}.notes{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:100;width:90%;max-width:600px;padding:20px;position:fixed;bottom:16px;left:50%;transform:translate(-50%)}.notes__title{color:var(--text);margin-bottom:8px;font-size:13px;font-weight:700}.notes__body{color:var(--muted);font-size:13px;line-height:1.5}.notes__hint{color:var(--muted);margin-top:8px;font-size:11px}.image-slide__img{object-fit:contain;width:100%;height:100%}.hero{background:linear-gradient(135deg,#e9efef 0%,#f7f8fc 40%,#e4ecec 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#33646614 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#3364660f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero__content{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:32px;max-width:800px;display:flex}.hero__badge{background:var(--primary-light);color:var(--primary-dark);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:8px 20px;font-size:13px;font-weight:600;animation:.6s both fadeUp;display:inline-flex}.hero__badge-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.hero__title{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;font-size:72px;font-weight:700;line-height:1;animation:.6s .1s both fadeUp}.hero__accent{color:var(--primary)}.hero__subtitle{color:var(--muted);max-width:560px;font-size:20px;line-height:1.6;animation:.6s .2s both fadeUp}.hero__features{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:700px;margin-top:8px;animation:.6s .3s both fadeUp;display:grid}.hero__feature{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:14px;align-items:flex-start;gap:14px;padding:20px;transition:all .2s;display:flex}.hero__feature:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 16px #33646614}.hero__feature-icon{background:var(--primary-light);width:44px;height:44px;color:var(--primary);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.hero__feature-text{flex-direction:column;gap:4px;display:flex}.hero__feature-title{color:var(--text);font-size:15px;font-weight:700}.hero__feature-desc{color:var(--muted);font-size:13px;line-height:1.4}.hero__cta{color:var(--muted);align-items:center;gap:8px;font-size:14px;animation:.6s .4s both fadeUp;display:flex}.hero__cta kbd{border:1px solid var(--border);font-size:12px;font-family:var(--font-body);background:#f1f5f9;border-radius:5px;padding:3px 8px;font-weight:600;display:inline}.w2{background:var(--bg);justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;position:relative}.w2__blob,.w2__scan{display:none}.w2__layout{flex-direction:row;align-items:stretch;gap:40px;width:100%;max-width:1200px;height:100%;display:flex}.w2__left{flex-direction:column;flex-shrink:0;justify-content:center;gap:20px;width:340px;padding:32px;display:flex}.w2__badge{color:var(--primary);align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.w2__badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.w2__title{font-family:var(--font-display);color:var(--text);font-size:36px;font-weight:700;line-height:1.2}.w2__title em{color:var(--primary);font-style:normal}.w2__desc{color:var(--muted);font-size:14px;line-height:1.5}.w2__ringRow{flex-direction:row;align-items:center;gap:16px;display:flex}.w2__ringWrap{width:80px;height:80px;position:relative}.w2__ring{width:100%;height:100%}.w2__ring-track{fill:none;stroke:var(--border);stroke-width:4px}.w2__ring-fill{fill:none;stroke:var(--primary);stroke-width:4px;stroke-linecap:round;transform-origin:50%;transition:stroke-dashoffset .6s;transform:rotate(-90deg)}.w2__ringLabel{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.w2__ringPct{color:var(--primary);font-size:18px;font-weight:700}.w2__ringSub{color:var(--muted);font-size:10px}.w2__stats{flex-direction:column;gap:8px;display:flex}.w2__stat{flex-direction:row;align-items:center;gap:8px;display:flex}.w2__stat-icon{color:var(--primary)}.w2__stat-icon--warn{color:var(--warning)}.w2__stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.w2__stat-val{color:var(--text);font-size:13px;font-weight:600}.w2__steps{flex-direction:row;gap:6px;display:flex}.w2__step{background:var(--border);border-radius:2px;width:24px;height:4px;transition:background .2s}.w2__step--done{background:var(--primary)}.w2__count{color:var(--muted);align-items:center;gap:4px;font-size:11px;display:flex}.w2__right{flex:1;justify-content:center;align-items:center;display:flex}.w2__formCard{background:var(--surface);box-shadow:var(--shadow-lg);border-radius:20px;width:100%;max-width:760px;overflow:hidden}.w2__topBar{background:var(--border);height:4px}.w2__topBarFill{background:linear-gradient(90deg, var(--primary), var(--primary-darker));height:100%;transition:width .4s}.w2__formBody{padding:32px}.w2__section{margin-bottom:24px}.w2__sectionLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);align-items:center;gap:6px;margin-bottom:14px;font-size:11px;font-weight:600;display:flex}.w2__row{gap:16px;display:grid}.w2__row--3{grid-template-columns:2fr 1fr 1fr}.w2__row--4{grid-template-columns:repeat(4,1fr)}.w2__divider{background:var(--border);height:1px;margin:8px 0}.w2__field{flex-direction:column;gap:6px;display:flex}.w2__field--span2{grid-column:span 2}.w2__label{color:var(--muted);align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.w2__input{border:1px solid var(--border);background:var(--surface);height:48px;color:var(--text);font-size:14px;font-family:var(--font-body);border-radius:10px;outline:none;padding:0 14px;transition:border-color .2s,box-shadow .2s}.w2__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3364661f}.w2__input:disabled{color:#94a3b8;background:#f8fafb}.w2__hint{color:var(--muted);font-size:11px}.w2__toggle{cursor:pointer;background:0 0;border:none;flex-direction:row;align-items:center;gap:10px;padding:8px 0;display:flex}.w2__toggleTrack{background:#cbd5e1;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.w2__toggle.is-on .w2__toggleTrack{background:var(--primary)}.w2__toggleKnob{background:var(--surface);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.w2__toggle.is-on .w2__toggleKnob{transform:translate(18px)}.w2__toggleTxt{color:var(--muted);font-size:12px;font-weight:500}.w2__radioGroup{flex-direction:row;gap:10px;display:flex}.w2__radio{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--muted);border-radius:10px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.w2__radio:hover{background:#f8fafb;border-color:#cbd5e1}.w2__radio.active{border-color:var(--primary);background:var(--primary-light);color:var(--primary-dark)}.w2__radio--warn.active{border-color:var(--warning);background:var(--gold-light);color:#92400e}.w2__planGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.w2__planCard{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.w2__planCard:hover{box-shadow:var(--shadow);border-color:#cbd5e1}.w2__planCard.active{border-color:var(--primary);background:#e9efef;box-shadow:0 0 0 2px #33646633}.w2__planCard-check{color:var(--primary)}.w2__planCard-empty{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;width:14px;height:14px}.w2__planCard-info{flex-direction:column;display:flex}.w2__planCard-name{color:var(--text);font-size:14px;font-weight:600}.w2__planCard-sub{color:var(--muted);font-size:11px}.w2__planCard-arrow{color:var(--primary);margin-left:auto}.w2__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.w2__nav{color:var(--muted);font-size:12px}.w2__nav kbd{border:1px solid var(--border);font-size:11px;font-family:var(--font-body);background:#f1f5f9;border-radius:4px;padding:2px 6px;display:inline}.w2__clearBtn{color:var(--error);cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:500;transition:background .2s}.w2__clearBtn:hover{background:#fef2f2}.w2--full{justify-content:center;align-items:center;width:100%;height:100%;padding:16px 48px;display:flex}.w2--full .w2__layout{display:none}.w2__formCard--full{width:100%;max-width:960px;box-shadow:var(--shadow-lg);background:var(--surface);border-radius:16px;overflow:hidden}.w2__formBody--lg{padding:24px 36px}.w2__formHeader{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.w2__formTitle{font-family:var(--font-display);color:var(--text);margin-bottom:2px;font-size:22px;font-weight:700;line-height:1.2}.w2__formDesc{color:var(--muted);font-size:13px;line-height:1.4}.w2__progressBadge{background:var(--primary-light);color:var(--primary-dark);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.w2__progressPct{color:var(--primary);font-weight:700}.w2__formBody--lg .w2__sectionLabel{gap:6px;margin-bottom:10px;font-size:11px}.w2__formBody--lg .w2__label{gap:5px;margin-bottom:0;font-size:12px}.w2__formBody--lg .w2__input{border-radius:10px;height:42px;padding:0 12px;font-size:14px}.w2__formBody--lg .w2__row{gap:14px}.w2__formBody--lg .w2__divider{margin:10px 0}.w2__formBody--lg .w2__radio{border-radius:10px;gap:6px;padding:8px 14px;font-size:13px}.w2__formBody--lg .w2__planCard{border-radius:10px;gap:10px;padding:12px 14px}.w2__formBody--lg .w2__planCard-name{font-size:14px}.w2__formBody--lg .w2__planCard-sub,.w2__formBody--lg .w2__hint{font-size:11px}.w2__formBody--lg .w2__toggleTxt{font-size:12px}.w2__formBody--lg .w2__toggleTrack{border-radius:11px;width:40px;height:22px}.w2__formBody--lg .w2__toggleKnob{width:18px;height:18px}.w2__formBody--lg .w2__toggle.is-on .w2__toggleKnob{transform:translate(18px)}.w2__formBody--lg .w2__section{margin-bottom:14px}.w2__formBody--lg .w2__field{gap:4px}.w2--full .w2__footer{padding:12px 36px}.ip{--ip-accent:var(--primary);flex-direction:column;justify-content:center;width:100%;height:100%;padding:32px 60px;display:flex;overflow-y:auto}.ip__sphere,.ip__blob{display:none}.ip--allianz{--ip-accent:#2563eb}.ip--monterrey,.ip--ambos{--ip-accent:var(--primary)}.ip__content{width:100%;max-width:1100px;margin:0 auto}.ip__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ip__badge{background:var(--primary-light);color:var(--primary-dark);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;display:flex}.ip__progressRow{align-items:center;gap:10px;display:flex}.ip__progressTxt{color:var(--muted);font-size:12px}.ip__progressBar{background:var(--border);border-radius:3px;width:120px;height:6px;overflow:hidden}.ip__progressFill{background:var(--primary);border-radius:3px;height:100%;transition:width .4s}.ip__progressPct{color:var(--primary);font-size:13px;font-weight:700}.ip__hero{margin-bottom:24px}.ip__heroEyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);align-items:center;gap:8px;margin-bottom:10px;font-size:12px;font-weight:600;display:flex}.ip__heroDot{background:var(--primary);border-radius:50%;width:8px;height:8px;display:inline-block}.ip__heroTitle{font-family:var(--font-display);color:var(--text);font-size:36px;font-weight:700;line-height:1.2}.ip__heroTitle em{color:var(--primary);font-style:normal}.ip__heroSub{color:var(--muted);max-width:700px;margin-top:12px;font-size:16px;line-height:1.6}.ip__metrics{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ip__metric{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.ip__metricIcon{background:var(--primary-light);width:36px;height:36px;color:var(--primary);border-radius:10px;place-items:center;display:grid}.ip__metricLabel{text-transform:uppercase;color:var(--muted);letter-spacing:.04em;font-size:11px;font-weight:600}.ip__metricValue{color:var(--text);font-size:18px;font-weight:700}.ip__foot{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.ip__footLeft{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.ip__footDots{gap:6px;display:flex}.ip__dot{background:var(--border);border-radius:50%;width:8px;height:8px}.ip__dot--active{background:var(--primary)}.mty3{flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex}.mty3__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;padding:0 0 12px;display:flex}.mty3__headerLeft{flex-direction:column;gap:2px;display:flex}.mty3__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:9px;font-weight:600}.mty3__title{color:var(--text);font-size:18px;font-weight:700}.mty3__clientRow{flex-wrap:wrap;gap:8px;display:flex}.mty3__clientPill{color:var(--muted);background:#f1f5f9;border-radius:999px;align-items:center;gap:3px;padding:3px 8px;font-size:9px;display:flex}.mty3__badge{background:var(--primary-light);color:var(--primary-dark);border-radius:999px;align-items:center;gap:3px;padding:3px 8px;font-size:9px;font-weight:600;display:flex}.mty3__body{flex:1;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:16px;display:grid}.mty3__col{flex-direction:column;gap:8px;display:flex}.mty3__colTitle{text-transform:uppercase;color:var(--muted);letter-spacing:.06em;border-bottom:1px solid var(--border);align-items:center;gap:4px;padding-bottom:6px;font-size:9px;font-weight:600;display:flex}.mty3__colSub{letter-spacing:normal;text-transform:none;margin-left:auto;font-size:8px;font-weight:400}.mty3__colSpacer{flex:1}.mty3__inputGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.mty3__inputCard{border:1px solid var(--border);background:#f8fafb;border-radius:8px;padding:6px 8px}.mty3__inputLabel{color:var(--muted);align-items:center;gap:3px;margin-bottom:3px;font-size:8px;font-weight:500;display:flex}.mty3__input{border:1px solid var(--border);background:var(--surface);width:100%;height:28px;color:var(--text);font-size:11px;font-weight:600;font-family:var(--font-body);border-radius:6px;outline:none;padding:0 8px;transition:border-color .2s}.mty3__input:focus{border-color:var(--primary)}.mty3__inputComputed{color:var(--primary);padding:4px 0;font-size:12px;font-weight:700}.mty3__toggleRow{border:1px solid var(--border);background:#f8fafb;border-radius:8px;padding:8px}.mty3__toggleRowLabel{color:var(--muted);align-items:center;gap:3px;margin-bottom:5px;font-size:8px;font-weight:600;display:flex}.mty3__togglePair{gap:6px;display:flex}.mty3__tBtn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;flex:1;align-items:center;gap:6px;padding:5px 8px;transition:all .2s;display:flex}.mty3__tBtn.on{border-color:var(--primary);background:#e9efef}.mty3__tBtn-icon{color:var(--muted)}.mty3__tBtn.on .mty3__tBtn-icon{color:var(--primary)}.mty3__tBtn-text{flex-direction:column;display:flex}.mty3__tBtn-label{color:var(--text);font-size:10px;font-weight:600}.mty3__tBtn-sub{color:var(--muted);font-size:8px}.mty3__tBtn-pill{color:var(--muted);background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700}.mty3__tBtn.on .mty3__tBtn-pill{background:var(--primary-light);color:var(--primary-dark)}.mty3__incomplete{color:var(--warning);background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:4px;padding:6px 8px;font-size:10px;display:flex}.mty3__aportGrid{flex-direction:column;gap:4px;display:flex}.mty3__aportRow{border:1px solid var(--border);background:#f8fafb;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;display:flex}.mty3__aportRow--header{background:0 0;border:none;padding:0 10px 3px}.mty3__aportRow--header .mty3__aportUdi,.mty3__aportRow--header .mty3__aportPesos{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:10px;font-weight:600}.mty3__coverCard--header{background:0 0;border:none;padding:0 10px 3px}.mty3__aportLabel{color:var(--muted);min-width:65px;font-size:13px;font-weight:500}.mty3__aportUdi{color:var(--text);flex:1;font-size:14px;font-weight:600}.mty3__aportDivider{background:var(--border);width:1px;height:14px}.mty3__aportPesos{color:var(--primary);font-size:14px;font-weight:700}.mty3__rentaCard{background:#e9efef;border:1px solid #afc4c4;border-radius:8px;margin-top:4px;padding:10px}.mty3__rentaTop{color:var(--primary-dark);align-items:center;gap:4px;margin-bottom:6px;font-size:9px;font-weight:600;display:flex}.mty3__rentaSub{color:var(--muted);margin-left:auto;font-size:8px;font-weight:400}.mty3__rentaBottom{justify-content:space-between;align-items:center;display:flex}.mty3__rentaUdi{color:var(--text);font-size:11px;font-weight:600}.mty3__rentaMxn{color:var(--primary);font-size:13px;font-weight:700}.mty3__coverGrid{flex-direction:column;gap:5px;display:flex}.mty3__coverCard{border:1px solid var(--border);background:#f8fafb;border-radius:8px;gap:8px;padding:8px 10px;display:flex}.mty3__coverIcon{background:var(--primary-light);width:26px;height:26px;color:var(--primary);border-radius:6px;flex-shrink:0;place-items:center;display:grid}.mty3__coverBody{flex-direction:column;flex:1;gap:2px;display:flex}.mty3__coverLabelRow{align-items:center;gap:6px;display:flex}.mty3__coverLabel{color:var(--text);font-size:13px;font-weight:600}.mty3__coverTag{background:var(--primary-light);color:var(--primary-dark);border-radius:3px;padding:1px 5px;font-size:8px;font-weight:700}.mty3__coverTag.dim{color:#94a3b8;background:#f1f5f9}.mty3__coverNums{align-items:center;gap:8px;display:flex}.mty3__coverUdi{color:var(--muted);font-size:13px}.mty3__coverDivider{background:var(--border);width:1px;height:10px}.mty3__coverPesos{color:var(--primary);font-size:14px;font-weight:700}.mty3__empty{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:24px;font-size:11px;display:flex}.mty3__emptyDot{background:var(--border);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.az3{flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex}.az3__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;padding:0 0 12px;display:flex}.az3__headerLeft{flex-direction:column;gap:2px;display:flex}.az3__body{flex:1;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:16px;display:grid}.az3__inputGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.az3__inputCard--wide{grid-column:span 2}.az3__pill--warn{background:var(--gold-light);color:#92400e}.az3__pill--ok{background:var(--primary-light);color:var(--primary-dark)}.az3__portfolioGrid{flex-direction:column;gap:5px;display:flex}.az3__etfCard{border:1px solid var(--border);background:#f8fafb;border-radius:8px;padding:8px 10px}.az3__etfName{color:var(--text);margin-bottom:4px;font-size:11px;font-weight:700}.az3__etfRow{justify-content:space-between;margin-bottom:2px;display:flex}.az3__etfLabel{color:var(--muted);font-size:9px}.az3__etfVal{color:var(--text);font-size:11px;font-weight:600}.az3__etfVal--hl{color:var(--primary)}.az3__totalCard{background:#e9efef;border:1px solid #afc4c4;border-radius:8px;padding:8px 10px}.az3__totalLabel{color:var(--primary);margin-bottom:4px;font-size:10px;font-weight:700}.az3__totalRow{justify-content:space-between;margin-bottom:2px;font-size:10px;display:flex}.az3__totalRow--hl{color:var(--primary);font-weight:700}.az3__protGrid{flex-direction:column;gap:6px;display:flex}.az3__protCard{border:1px solid var(--border);background:#f8fafb;border-radius:8px;padding:8px 10px}.az3__protHead{color:var(--text);align-items:center;gap:4px;margin-bottom:6px;font-size:10px;font-weight:600;display:flex}.az3__protBtn{background:var(--primary-light);color:var(--primary-dark);cursor:pointer;border:none;border-radius:5px;margin-left:auto;padding:3px 8px;font-size:9px;font-weight:600;transition:all .2s}.az3__protBtn:hover{background:var(--primary);color:#fff}.az3__protRow{color:var(--muted);border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:4px 0;font-size:10px;display:flex}.az3__protVal{color:var(--text);font-weight:700}.az3__protCurrency{color:var(--muted);font-size:8px;font-weight:400}.az3__protTotal{background:#e9efef;border:1px solid #afc4c4;border-radius:8px;padding:10px}.az3__protTotalLabel{color:var(--primary-dark);align-items:center;gap:4px;margin-bottom:4px;font-size:10px;font-weight:600;display:flex}.az3__protTotalVal{color:var(--primary);font-size:16px;font-weight:700}.ap3{flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex}.ap3__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;padding:0 0 12px;display:flex}.ap3__tableArea{border-radius:var(--radius);flex:1;overflow:hidden}.ap3__tableWrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);height:100%;overflow:auto}.ap3__table{border-collapse:collapse;width:100%;min-width:1100px}.ap3__table thead th{text-transform:uppercase;color:var(--muted);z-index:2;text-align:left;background:#f1f5f9;padding:10px 12px;font-size:11px;font-weight:600;position:sticky;top:0}.ap3__th-r{text-align:right!important}.ap3__table tbody td{color:var(--text);border-top:1px solid #f1f5f9;padding:8px 12px;font-size:12px}.ap3__td-r{text-align:right}.ap3__td-hl{color:var(--primary);font-weight:700}.s16{flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex}.s16__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;padding:0 0 12px;display:flex}.s16__body{flex:1;grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.s16__divider{text-transform:uppercase;color:var(--muted);letter-spacing:.04em;align-items:center;gap:4px;padding:5px 0;font-size:10px;font-weight:600;display:flex}.s16__divider:before{content:"";background:var(--border);flex:1;height:1px}.s16__mtyGrid{flex-direction:column;gap:4px;display:flex}.s17{flex-direction:column;gap:0;width:100%;height:100%;padding:0;display:flex}.s17__body{flex:1;grid-template-columns:1fr 1fr;gap:16px;display:grid}.s17__body--single{grid-template-columns:minmax(0,480px);justify-content:center}.s17__dataCard{border:1px solid var(--border);background:#f8fafb;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.s17__dataCard--hl{background:#e9efef;border:1px solid #afc4c4}.s17__dataIcon{background:var(--primary-light);width:28px;height:28px;color:var(--primary);border-radius:6px;flex-shrink:0;place-items:center;display:grid}.s17__dataInfo{flex-direction:column;gap:1px;display:flex}.s17__dataLabel{color:var(--muted);font-size:12px;font-weight:500}.s17__dataVal{color:var(--text);font-size:15px;font-weight:700}.s17__dataVal--big{color:var(--primary);font-size:17px}.s18{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;height:100%;padding:10px 0;display:flex;overflow-y:auto}.s18__hero{flex-shrink:0;margin-bottom:12px}.s18__badge{background:var(--primary-light);color:var(--primary-dark);border-radius:999px;align-items:center;gap:4px;margin-bottom:10px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.s18__title{font-family:var(--font-display);color:var(--text);font-size:22px;font-weight:700;line-height:1.2}.s18__title em{color:var(--primary);font-style:normal}.s18__name{color:var(--primary)}.s18__subtitle{color:var(--muted);justify-content:center;align-items:center;gap:4px;margin-top:6px;font-size:11px;display:flex}.s18__cards{grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:800px;display:grid}.s18__cards--single{grid-template-columns:minmax(0,420px);justify-content:center}.s18__card{background:var(--surface);border:1px solid var(--border);text-align:left;box-shadow:var(--shadow);border-radius:12px;padding:14px;position:relative}.s18__card--featured{border:2px solid var(--primary);box-shadow:0 0 0 4px #3364661a}.s18__cardHead{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.s18__cardBadge{color:var(--muted);align-items:center;gap:4px;font-size:12px;font-weight:600;display:flex}.s18__cardBadge--gold{color:var(--gold)}.s18__cardTag{background:var(--primary-light);color:var(--primary-dark);border-radius:5px;padding:3px 8px;font-size:9px;font-weight:600}.s18__cardHero{text-align:center;margin-bottom:10px}.s18__cardHeroLabel{color:var(--muted);justify-content:center;align-items:center;gap:4px;margin-bottom:5px;font-size:12px;display:flex}.s18__cardHeroVal{color:var(--text);font-size:28px;font-weight:700}.s18__cardHeroVal--gold{color:var(--primary)}.s18__cardHeroCurrency{color:var(--muted);font-size:12px}.s18__cardHeroDual{justify-content:center;align-items:stretch;gap:16px;display:flex}.s18__cardHeroDualItem{flex-direction:column;align-items:center;gap:2px;display:flex}.s18__cardHeroDualSep{background:var(--border);align-self:stretch;width:1px}.s18__cardHeroDual .s18__cardHeroVal{font-size:22px}.s18__cardDivider{background:var(--border);height:1px;margin:6px 0}.s18__cardDivider--gold{background:var(--primary);opacity:.3}.s18__cardSection{margin-bottom:6px}.s18__cardSectionTitle{color:var(--muted);align-items:center;gap:4px;margin-bottom:5px;font-size:11px;font-weight:600;display:flex}.s18__cardRow{border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:5px 0;display:flex}.s18__cardRow--hl{background:#e9efef;border-bottom:none;border-radius:6px;margin:0 -8px;padding:5px 8px}.s18__cardRowIcon{width:22px;height:22px;color:var(--muted);background:#f1f5f9;border-radius:5px;flex-shrink:0;place-items:center;display:grid}.s18__cardRow--hl .s18__cardRowIcon{background:var(--primary-light);color:var(--primary)}.s18__cardRowInfo{flex-direction:column;gap:2px;display:flex}.s18__cardRowLabel{color:var(--muted);font-size:12px}.s18__cardRowVal{color:var(--text);font-size:14px;font-weight:700}.s18__cardRowVal--pct{color:var(--primary)}.s18__cardNote{color:var(--muted);background:#f8fafb;border-radius:6px;margin-top:4px;padding:8px;font-size:11px;line-height:1.5}.s18__actions{flex-shrink:0;gap:8px;margin-top:10px;display:flex}.s18__btn{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:12px;font-weight:600;font-family:var(--font-body);border-radius:8px;align-items:center;gap:6px;padding:8px 16px;transition:all .2s;display:flex}.s18__btn:hover{box-shadow:var(--shadow);border-color:#cbd5e1}.s18__btn--primary{background:var(--primary);color:#fff;border:none}.s18__btn--primary:hover{background:var(--primary-dark)}.s18__btn--wa{color:#fff;background:#25d366;border:none}.s18__btn--wa:hover{background:#1da851}.s18__btn:disabled{opacity:.5;cursor:not-allowed}.s18__staleHint{color:#b45309;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:600;display:flex}.s17__pdfActions{flex-direction:column;align-items:center;margin-top:8px;display:flex}.share-btn__spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;display:inline-block}.allz-modal{z-index:200;background:#0006;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.allz-modal__card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;width:100%;max-width:800px;max-height:80vh;display:flex;overflow:hidden}.allz-modal__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.allz-modal__head h3{color:var(--text);font-size:18px;font-weight:700}.allz-modal__close{cursor:pointer;width:32px;height:32px;color:var(--muted);background:#f1f5f9;border:none;border-radius:8px;place-items:center;font-size:18px;transition:background .2s;display:grid}.allz-modal__close:hover{background:var(--border)}.allz-modal__sub{color:var(--muted);border-bottom:1px solid var(--border);background:#f8fafb;padding:12px 24px;font-size:13px}.allz-modal__toggle{border-bottom:1px solid var(--border);background:#f8fafb;align-items:center;gap:8px;padding:10px 24px;display:flex}.allz-modal__toggleLabel{color:var(--muted);font-size:12px;font-weight:600}.allz-modal__toggleBtn{border:1px solid var(--border);color:var(--primary-dark);cursor:pointer;background:#fff;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s}.allz-modal__toggleBtn:hover{border-color:var(--primary)}.allz-modal__toggleBtn.is-active{background:var(--primary);border-color:var(--primary);color:#fff}.allz-modal__body{padding:16px 24px;overflow:auto}@media (max-width:1024px){.slide__inner{padding:70px 24px 24px}.hud{height:56px;padding:0 16px}.h1{font-size:36px}.h2{font-size:26px}.hero__title{font-size:48px}.hero__subtitle{font-size:17px}.hero__features{grid-template-columns:1fr;gap:12px;max-width:400px}.hero__feature{gap:12px;padding:16px}.hero__content{gap:24px}.w2__layout{flex-direction:column;align-items:center;gap:20px}.w2__left{flex-flow:wrap;align-items:center;gap:16px;width:100%;padding:24px 24px 0}.w2__title{font-size:28px}.w2__ringRow{display:none}.w2__stats{flex-flow:wrap;gap:12px}.w2__formCard{max-width:100%}.w2--full{padding:16px 20px}.w2__formBody--lg{padding:20px 24px}.w2__row--4{grid-template-columns:repeat(2,1fr)}.ip{padding:24px 32px}.ip__heroTitle{font-size:28px}.ip__metrics{gap:12px}.ip__metric{padding:12px}.mty3__body{grid-template-columns:1fr 1fr;gap:12px}.mty3__title{font-size:16px}.az3__body{grid-template-columns:1fr 1fr;gap:12px}.ap3__table{min-width:750px}.ap3__table thead th{padding:8px;font-size:10px}.ap3__table tbody td{padding:6px 8px;font-size:11px}.s17__body{gap:12px}.s18__title{font-size:20px}.s18__cards{gap:12px;max-width:720px}.s18__card{padding:12px}.s18__cardHeroVal{font-size:20px}.allz-modal__card{max-width:90vw}}@media (max-width:640px){.slide__inner{padding:56px 12px 16px}.hud{height:48px;padding:0 12px}.hud__brand{font-size:14px}.hud__meta{display:none}.hud__btn{width:32px;height:32px}.hud__btn--cta{width:auto;padding:0 10px;font-size:12px}.h1{font-size:28px}.h2{font-size:22px}.hero__title{font-size:32px}.hero__subtitle{font-size:15px}.hero__content{gap:20px;padding:0 8px}.hero__badge{padding:6px 14px;font-size:12px}.hero__features{gap:10px}.hero__feature{padding:14px}.hero__feature-icon{width:36px;height:36px}.w2__left{gap:12px;padding:16px 16px 0}.w2__title{font-size:22px}.w2__desc{font-size:13px}.w2__formBody,.w2__formBody--lg{padding:16px}.w2__row--3{grid-template-columns:1fr}.w2__row--4{grid-template-columns:1fr 1fr}.w2__planGrid{grid-template-columns:1fr}.w2__field--span2{grid-column:span 1}.w2__radioGroup{flex-wrap:wrap}.w2__radio{padding:8px 12px;font-size:12px}.w2__footer{flex-direction:column;gap:8px;padding:12px 16px}.w2__formHeader{flex-direction:column;align-items:flex-start;gap:8px}.w2__formTitle{font-size:18px}.w2--full{padding:8px}.w2__formCard--full{border-radius:12px}.ip{padding:16px}.ip__header{flex-direction:column;align-items:flex-start;gap:8px}.ip__heroTitle{font-size:22px}.ip__heroSub{margin-top:8px;font-size:14px}.ip__metrics{grid-template-columns:1fr;gap:10px}.ip__metric{padding:12px}.ip__metricValue{font-size:16px}.ip__foot{flex-direction:column;gap:8px}.mty3__header{gap:6px;margin-bottom:8px;padding:0 0 8px}.mty3__title{font-size:15px}.mty3__body{grid-template-columns:1fr;gap:12px}.mty3__inputGrid{grid-template-columns:1fr 1fr;gap:5px}.mty3__clientPill{padding:2px 6px;font-size:8px}.az3__header{margin-bottom:8px;padding:0 0 8px}.az3__body{grid-template-columns:1fr;gap:12px}.az3__inputGrid{grid-template-columns:1fr 1fr;gap:5px}.az3__protTotalVal{font-size:14px}.ap3__header{gap:8px;margin-bottom:12px;padding:0 0 12px}.ap3__table{min-width:600px}.ap3__table thead th{padding:6px;font-size:9px}.ap3__table tbody td{padding:5px 6px;font-size:10px}.s16__header{margin-bottom:8px;padding:0 0 8px}.s16__body,.s17__body{grid-template-columns:1fr;gap:12px}.s17__dataVal--big{font-size:13px}.s18{padding:8px 0}.s18__title{font-size:18px}.s18__hero{margin-bottom:8px}.s18__badge{margin-bottom:6px;padding:3px 8px;font-size:8px}.s18__subtitle{flex-wrap:wrap;justify-content:center;margin-top:3px;font-size:9px}.s18__cards{grid-template-columns:1fr;gap:10px}.s18__card{border-radius:10px;padding:10px}.s18__cardHead,.s18__cardHero{margin-bottom:6px}.s18__cardHeroVal{font-size:18px}.s18__cardHeroLabel,.s18__cardHeroCurrency{font-size:8px}.s18__cardDivider{margin:4px 0}.s18__cardSection{margin-bottom:4px}.s18__cardSectionTitle{margin-bottom:3px;font-size:8px}.s18__cardRow{gap:6px;padding:4px 0}.s18__cardRowIcon{width:18px;height:18px}.s18__cardRowLabel{font-size:8px}.s18__cardRowVal{font-size:10px}.s18__cardNote{margin-top:3px;padding:6px;font-size:8px}.s18__actions{flex-direction:column;gap:6px;width:100%;margin-top:8px}.s18__btn{justify-content:center;width:100%;padding:8px 12px;font-size:11px}.allz-modal{padding:8px}.allz-modal__card{border-radius:12px;max-width:100%;max-height:90vh}.allz-modal__head{padding:14px 16px}.allz-modal__head h3{font-size:15px}.allz-modal__sub{padding:10px 16px;font-size:12px}.allz-modal__toggle{flex-wrap:wrap;padding:8px 16px}.allz-modal__body{padding:12px 16px}.mty3__badge{padding:2px 6px;font-size:8px}.mty3__eyebrow{font-size:8px}.notes{max-width:95%;padding:14px;bottom:8px}.form-grid{grid-template-columns:1fr}.kpi__value{font-size:22px}}.pdf-capture .slide,.pdf-capture .slide--past,.pdf-capture .slide--future,.pdf-capture .slide--active{opacity:1!important;background:#fff!important}.pdf-capture .slide__inner{background:#fff!important}.pdf-capture .hud,.pdf-capture .notes,.pdf-capture .s18__actions,.pdf-capture .s18__staleHint,.pdf-capture .share-btn__spinner{display:none!important}.pdf-capture *,.pdf-capture :before,.pdf-capture :after{transition:none!important;animation:none!important}.pdf-capture .hero{background:#fff!important}.pdf-capture .hero:before,.pdf-capture .hero:after{opacity:.15!important}.pdf-capture .hero__title{color:#1e293b!important}.pdf-capture .hero__accent{color:#336466!important}.pdf-capture .hero__subtitle{color:#475569!important}.pdf-capture .hero__badge{color:#043134!important;background:#d6e0e0!important}.pdf-capture .hero__feature{background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .hero__feature-title{color:#1e293b!important}.pdf-capture .hero__feature-desc{color:#64748b!important}.pdf-capture .hero__feature-icon{color:#336466!important;background:#d6e0e0!important}.pdf-capture .hero__cta{display:none!important}.pdf-capture .ip__content,.pdf-capture .ip__hero{opacity:1!important}.pdf-capture .mty3__eyebrow{color:#64748b!important}.pdf-capture .mty3__title{color:#1e293b!important}.pdf-capture .mty3__badge{color:#043134!important;background:#d6e0e0!important}.pdf-capture .mty3__clientPill{color:#475569!important;background:#f1f5f9!important}.pdf-capture .mty3__colTitle{color:#1e293b!important}.pdf-capture .mty3__aportRow{background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .mty3__aportLabel{color:#475569!important}.pdf-capture .mty3__aportUdi{color:#1e293b!important}.pdf-capture .mty3__aportPesos{color:#336466!important}.pdf-capture .mty3__coverCard{background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .mty3__coverLabel{color:#1e293b!important}.pdf-capture .mty3__coverUdi{color:#475569!important}.pdf-capture .mty3__coverPesos{color:#336466!important}.pdf-capture .mty3__coverIcon{color:#336466!important;background:#d6e0e0!important}.pdf-capture .mty3__rentaCard{background:#e9efef!important;border-color:#afc4c4!important}.pdf-capture .mty3__inputCard{background:#fff!important;border-color:#e2e8f0!important}.pdf-capture .mty3__inputLabel{color:#475569!important}.pdf-capture .mty3__input{color:#1e293b!important;background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .az3__headerLeft .mty3__eyebrow{color:#64748b!important}.pdf-capture .az3__etfCard{background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .az3__etfName,.pdf-capture .az3__etfVal{color:#1e293b!important}.pdf-capture .az3__etfLabel{color:#64748b!important}.pdf-capture .az3__protCard{background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .az3__protTitle,.pdf-capture .az3__protVal{color:#1e293b!important}.pdf-capture .az3__protLabel{color:#64748b!important}.pdf-capture .az3__totalCard{background:#e9efef!important;border-color:#afc4c4!important}.pdf-capture .az3__totalVal{color:#043134!important}.pdf-capture .ap3__table{color:#1e293b!important}.pdf-capture .ap3__table th{color:#475569!important;background:#f1f5f9!important;border-color:#e2e8f0!important}.pdf-capture .ap3__table td{color:#1e293b!important;border-color:#e2e8f0!important}.pdf-capture .ap3__table tr:nth-child(2n) td{background:#f8fafb!important}.pdf-capture .ap3__table tr:hover td{background:#e9efef!important}.pdf-capture .ap3,.pdf-capture .ap3__tableArea,.pdf-capture .ap3__tableWrap{flex:none!important;height:auto!important;max-height:none!important;overflow:visible!important}.pdf-capture .ap3__table thead th{position:static!important}.pdf-capture .s16__divider{color:#64748b!important}.pdf-capture .s16__divider:before{background:#e2e8f0!important}.pdf-capture .s17__dataCard{background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .s17__dataCard--hl{background:#e9efef!important;border-color:#afc4c4!important}.pdf-capture .s17__dataIcon{color:#336466!important;background:#d6e0e0!important}.pdf-capture .s17__dataLabel{color:#64748b!important}.pdf-capture .s17__dataVal{color:#1e293b!important}.pdf-capture .s17__dataVal--big{color:#336466!important}.pdf-capture .s18{background:#fff!important}.pdf-capture .s18__badge{color:#043134!important;background:#d6e0e0!important}.pdf-capture .s18__title{color:#1e293b!important}.pdf-capture .s18__title em,.pdf-capture .s18__name{color:#336466!important}.pdf-capture .s18__subtitle{color:#64748b!important}.pdf-capture .s18__card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}.pdf-capture .s18__card--featured{border-color:#336466!important;box-shadow:0 0 0 3px #3364661f!important}.pdf-capture .s18__cardBadge{color:#64748b!important}.pdf-capture .s18__cardBadge--gold{color:#f59e0b!important}.pdf-capture .s18__cardTag{color:#043134!important;background:#d6e0e0!important}.pdf-capture .s18__cardHeroLabel{color:#64748b!important}.pdf-capture .s18__cardHeroVal{color:#1e293b!important}.pdf-capture .s18__cardHeroVal--gold{color:#336466!important}.pdf-capture .s18__cardHeroCurrency{color:#64748b!important}.pdf-capture .s18__cardDivider{background:#e2e8f0!important}.pdf-capture .s18__cardDivider--gold{opacity:.3!important;background:#336466!important}.pdf-capture .s18__cardSectionTitle{color:#64748b!important}.pdf-capture .s18__cardRow{border-color:#f1f5f9!important}.pdf-capture .s18__cardRow--hl{background:#e9efef!important}.pdf-capture .s18__cardRowIcon{color:#64748b!important;background:#f1f5f9!important}.pdf-capture .s18__cardRow--hl .s18__cardRowIcon{color:#336466!important;background:#d6e0e0!important}.pdf-capture .s18__cardRowLabel{color:#64748b!important}.pdf-capture .s18__cardRowVal{color:#1e293b!important}.pdf-capture .s18__cardRowVal--pct{color:#336466!important}.pdf-capture .s18__cardNote{color:#64748b!important;background:#f8fafb!important}.pdf-capture .ip__metric{opacity:1!important;background:#f8fafb!important;border-color:#e2e8f0!important}.pdf-capture .ip__metricLabel{color:#64748b!important}.pdf-capture .ip__metricVal{color:#1e293b!important}.pdf-capture .ip__metricIcon{color:#336466!important;background:#d6e0e0!important}.pdf-capture .ip__note{color:#64748b!important}.pdf-capture .ip__greeting{color:#1e293b!important}.pdf-capture .ip__name{color:#336466!important}.pdf-capture .ip__desc{color:#475569!important}.pdf-capture .ip__dots{opacity:1!important}.pdf-capture .ip__progress{color:#64748b!important}.pdf-capture .ip__progressBar{background:#e2e8f0!important}.pdf-capture .ip__progressFill{background:#336466!important}.pdf-capture .s16__header{border-color:#e2e8f0!important}.pdf-capture .image-slide__img{background:#fff!important}.pdf-capture .mty3__toggle{opacity:.8!important}.pdf-capture .mty3__empty,.pdf-capture .mty3__incomplete{color:#94a3b8!important}
