* { box-sizing: border-box; } body {margin: 0;}:root{--gjs-t-color-primary:#1e3a8a;--gjs-t-color-secondary:#334155;--gjs-t-color-accent:#6d28d9;--gjs-t-color-success:#16a34a;--gjs-t-color-warning:#f59e0b;--gjs-t-color-error:#dc2626;}html{scroll-behavior:smooth;}.gjs-t-body{background-color:#f8fafc;color:#0f172a;font-size:16px;line-height:1.6;}.gjs-t-h1{color:#0f172a;font-size:36px;line-height:1.2;}.gjs-t-h2{color:#0f172a;font-size:22px;line-height:1.3;}.gjs-t-button{background-color:#1e3a8a;color:white;border-radius:10px;}.gjs-t-link{color:#1e3a8a;text-decoration:none;}.gjs-t-border{border-radius:12px;border-color:#e2e8f0;}*, ::before, ::after{box-sizing:border-box;undefined:undefined;border-width:0;border-style:solid;border-color:#e5e7eb;}html, :host{line-height:1.5;undefined:undefined;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;}body{margin:0;undefined:undefined;line-height:inherit;}hr{height:0;undefined:undefined;color:inherit;border-top-width:1px;}abbr:where([title]){text-decoration:underline dotted;}h1, h2, h3, h4, h5, h6{font-size:inherit;font-weight:inherit;}a{color:inherit;text-decoration:inherit;}b, strong{font-weight:bolder;}code, kbd, samp, pre{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;undefined:undefined;font-feature-settings:normal;font-variation-settings:normal;font-size:1em;}small{font-size:80%;}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0;undefined:undefined;border-color:inherit;border-collapse:collapse;}button, input, optgroup, select, textarea{font-family:inherit;undefined:undefined;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0;}button, select{text-transform:none;}button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']){-webkit-appearance:button;undefined:undefined;background-color:transparent;background-image:none;}:-moz-focusring{outline:auto;}:-moz-ui-invalid{box-shadow:none;}progress{vertical-align:baseline;}::-webkit-inner-spin-button, ::-webkit-outer-spin-button{height:auto;}[type='search']{-webkit-appearance:textfield;undefined:undefined;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;undefined:undefined;font:inherit;}summary{display:list-item;}blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre{margin:0;}fieldset{margin:0;padding:0;}legend{padding:0;}ol, ul, menu{list-style:none;margin:0;padding:0;}dialog{padding:0;}textarea{resize:vertical;}input::placeholder, textarea::placeholder{opacity:1;undefined:undefined;color:#9ca3af;}button, [role="button"]{cursor:pointer;}:disabled{cursor:default;}img, svg, video, canvas, audio, iframe, embed, object{display:block;undefined:undefined;vertical-align:middle;}img, video{max-width:100%;height:auto;}[hidden]{display:none;}.body{font-family:Inter;}.header{width:100%;border-bottom-width:1px;border-color:rgb(226 232 240 / 1);background-color:rgb(255 255 255 / 0.7);backdrop-filter:blur(4px);}.header-container{max-width:64rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;}.header-brand{display:flex;align-items:center;gap:1rem;}.header-icon{width:2rem;height:2rem;}.page-title{font-family:Poppins;font-weight:600;letter-spacing:-0.025em;}.header-actions{display:none;align-items:center;gap:0.75rem;}.header-link-help{font-size:0.875rem;line-height:1.25rem;}.header-link-help:hover{color:var(--gjs-t-color-accent);}.header-link-docs{font-size:0.875rem;line-height:1.25rem;}.header-link-docs:hover{color:var(--gjs-t-color-accent);}.main-content{max-width:64rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem;padding-bottom:2rem;}.calculator-section{background-color:rgb(255 255 255 / 1);border-radius:0.75rem;box-shadow:0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);border-width:1px;border-color:rgb(226 232 240 / 1);}.calculator-header{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;}.calculator-title-group{display:flex;align-items:center;gap:0.75rem;}.calculator-icon{width:1.5rem;height:1.5rem;}.section-title{font-weight:600;}.base-values-note{font-size:0.875rem;line-height:1.25rem;color:rgb(71 85 105 / 1);}.divider-top{border-top-width:1px;border-color:rgb(226 232 240 / 1);}.rows-wrapper{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem;}.cell-input-area{grid-column:span 1 / span 1;}.label-invoice{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(51 65 85 / 1);margin-bottom:0.5rem;}.input-wrapper{position:relative;}.input-invoice{width:100%;border-width:1px;background-color:rgb(248 250 252 / 1);border-radius:0.75rem;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:17px;font-weight:500;color:rgb(15 23 42 / 1);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.input-invoice:focus{background-color:rgb(255 255 255 / 1);outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;border-color:var(--gjs-t-color-primary);}.input-currency-indicator{position:absolute;top:0px;bottom:0px;right:0.75rem;display:flex;align-items:center;pointer-events:none;}.cls-iperun{color:rgb(148 163 184 / 1);font-size:0.875rem;line-height:1.25rem;}.help-invoice{margin-top:0.5rem;font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.cell-sellado-summary{grid-column:span 1 / span 1;}.card-sellado{border-width:1px;border-radius:0.75rem;padding:1rem;background-color:rgb(255 255 255 / 1);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.card-sellado:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000;}.card-sellado-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem;}.label-sellado{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:rgb(51 65 85 / 1);}.icon-percent-sellado{width:1.25rem;height:1.25rem;}.value-sellado-top{font-size:1.5rem;line-height:2rem;font-weight:600;color:rgb(15 23 42 / 1);letter-spacing:-0.025em;}.note-sellado-top{margin-top:0.75rem;font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.cell-formulario-summary{grid-column:span 1 / span 1;}.card-formulario{border-width:1px;border-radius:0.75rem;padding:1rem;background-color:rgb(255 255 255 / 1);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.card-formulario:hover{box-shadow:0 0 #0000, 0 0 #0000, 0 0 #0000;}.card-formulario-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem;}.label-formulario{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:rgb(51 65 85 / 1);}.icon-percent-formulario{width:1.25rem;height:1.25rem;}.value-formulario-top{font-size:1.5rem;line-height:2rem;font-weight:600;color:rgb(15 23 42 / 1);letter-spacing:-0.025em;}.note-formulario-top{margin-top:0.75rem;font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.cell-discount-label{grid-column:span 1 / span 1;}.card-descuento-label{border-width:1px;border-radius:0.75rem;padding:1rem;background-color:rgb(255 255 255 / 1);}.label-discount{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:rgb(51 65 85 / 1);}.note-discount{margin-top:0.5rem;font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.cell-sellado-amount{grid-column:span 1 / span 1;}.card-sellado-amount{border-width:1px;border-radius:0.75rem;padding:1rem;background-color:rgb(248 250 252 / 1);}.label-sellado-amount{font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(51 65 85 / 1);margin-bottom:0.25rem;}.value-sellado{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:rgb(15 23 42 / 1);}.sellado-discount-row{margin-top:0.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;}.base-sellado{font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.discount-sellado{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:rgb(15 23 42 / 1);}.cell-formulario-amount{grid-column:span 1 / span 1;}.card-formulario-amount{border-width:1px;border-radius:0.75rem;padding:1rem;background-color:rgb(248 250 252 / 1);}.label-formulario-amount{font-size:0.875rem;line-height:1.25rem;font-weight:500;color:rgb(51 65 85 / 1);margin-bottom:0.25rem;}.value-formulario{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:rgb(15 23 42 / 1);}.formulario-discount-row{margin-top:0.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;}.base-formulario{font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.discount-formulario{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:rgb(15 23 42 / 1);}.bottom-actions{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;}.helper-actions{display:flex;align-items:center;gap:0.75rem;}.button-clear{padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;}.button-clear:hover{background-color:var(--gjs-t-color-accent);}.button-clear:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;}.button-example{padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;background-color:var(--gjs-t-color-secondary);}.button-example:hover{background-color:var(--gjs-t-color-primary);}.button-example:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 0px #fff,    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;}.helper-text{font-size:0.75rem;line-height:1rem;color:rgb(100 116 139 / 1);}.info-section{margin-top:2rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem;}.info-card{grid-column:span 2 / span 2;border-width:1px;border-radius:0.75rem;padding:1.5rem;background-color:rgb(255 255 255 / 1);}.info-title{font-size:1rem;line-height:1.5rem;font-weight:600;color:rgb(30 41 59 / 1);margin-bottom:0.75rem;}.info-list{font-size:0.875rem;line-height:1.25rem;color:rgb(51 65 85 / 1);display:flex;flex-direction:column;gap:0.5rem;}.image-card-wrapper{grid-column:span 1 / span 1;}.image-card{border-width:1px;border-radius:0.75rem;overflow:hidden;background-color:rgb(255 255 255 / 1);}.image-moto{width:100%;height:10rem;object-fit:cover;}.image-card-content{padding:1rem;}.image-caption{font-size:0.875rem;line-height:1.25rem;color:rgb(51 65 85 / 1);}.footer-section{margin-top:2rem;}.footer-card{border-width:1px;border-radius:0.75rem;padding:1.25rem;background-color:rgb(255 255 255 / 1);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;}.footer-text{font-size:0.875rem;line-height:1.25rem;color:rgb(71 85 105 / 1);}.footer-image-wrapper{display:none;}.footer-image{width:14rem;height:6rem;object-fit:cover;border-radius:0.5rem;}.transparent-media{padding:0;margin:0;background-color:transparent;}#ic1jj.editable-base-note{font-size:14px;line-height:1.25rem;color:rgb(71, 85, 105);}#ic1jj .editable-note-row{display:flex;align-items:center;justify-content:space-between;gap:24px;}#ic1jj .note-label{display:flex;align-items:center;gap:10px;color:rgb(51, 65, 85);font-weight:500;}#ic1jj .note-icon{width:20px;height:20px;}#ic1jj .inputs-wrap{display:flex;align-items:center;gap:12px;}#ic1jj .field-group{display:flex;align-items:center;gap:8px;}#ic1jj .field-label{color:rgb(51, 65, 85);font-weight:600;}#ic1jj .field-input-wrap{position:relative;min-width:180px;}#ic1jj .field-input{width:100%;border-width:1px;border-style:solid;border-color:rgb(226, 232, 240);background-color:rgb(248, 250, 252);border-radius:12px;padding:10px 36px 10px 12px;font-size:15px;font-weight:500;color:rgb(15, 23, 42);transition:border-color 150ms ease, background-color 150ms ease;}#ic1jj .field-input:focus{outline:2px solid transparent;outline-offset:2px;background-color:rgb(255, 255, 255);border-color:rgb(30, 58, 138);box-shadow:0 0 0 1px rgba(59, 130, 246, 0.3);}#ic1jj .field-currency{position:absolute;top:0;bottom:0;right:10px;display:flex;align-items:center;color:rgb(148, 163, 184);font-size:12px;}#ic1jj .note-help{margin-top:8px;font-size:12px;color:rgb(100, 116, 139);}#i37w{background-image:linear-gradient(90deg, rgba(31, 31, 31, 1.00) 5%, rgba(122, 122, 122, 1.00) 6%, black 10%, rgba(238, 238, 238, 1.00) 60%, rgba(246, 246, 246, 1.00) 70%, rgba(251, 251, 251, 1.00) 83.85416666666666%, white 90%);background-position:0px 0px;background-size:100% 100%;background-repeat:repeat;background-attachment:scroll;background-origin:padding-box;padding-top:0.016px;padding-right:0px;padding-bottom:0px;padding-left:213px;}#immsh.editable-base-inline{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1rem;color:rgb(100, 116, 139);}#immsh .inline-label{display:flex;align-items:center;gap:8px;color:rgb(51, 65, 85);font-weight:500;}#immsh .inline-label-text{display:inline-block;}#immsh .inline-input-wrap{position:relative;min-width:160px;}#immsh .inline-input{width:100%;border-width:1px;border-style:solid;border-color:rgb(226, 232, 240);background-color:rgb(248, 250, 252);border-radius:12px;padding:8px 32px 8px 12px;font-size:15px;font-weight:500;color:rgb(15, 23, 42);transition:border-color 150ms ease, background-color 150ms ease;}#immsh .inline-input:focus{outline:2px solid transparent;outline-offset:2px;background-color:rgb(255, 255, 255);border-color:rgb(30, 58, 138);box-shadow:0 0 0 1px rgba(59, 130, 246, 0.3);}#immsh .inline-currency{position:absolute;top:0;bottom:0;right:10px;display:flex;align-items:center;color:rgb(148, 163, 184);font-size:12px;}#i1un7.editable-base-form{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-width:1px;border-style:solid;border-color:rgb(226, 232, 240);border-radius:12px;background-color:rgb(248, 250, 252);color:rgb(100, 116, 139);font-size:12px;line-height:1rem;min-height:30px;cursor:text;transition:border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;}#i1un7.editable-base-form:focus{outline:2px solid transparent;outline-offset:2px;background-color:rgb(255, 255, 255);border-color:rgb(30, 58, 138);box-shadow:0 0 0 1px rgba(59, 130, 246, 0.3);}#i1un7.editable-base-form .currency{margin-left:6px;color:rgb(148, 163, 184);font-size:12px;}#immsh-form.editable-base-inline{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1rem;color:rgb(100, 116, 139);}#immsh-form .inline-label{display:flex;align-items:center;gap:8px;color:rgb(51, 65, 85);font-weight:500;}#immsh-form .inline-label-text{display:inline-block;}#immsh-form .inline-input-wrap{position:relative;min-width:160px;}#immsh-form .inline-input{width:100%;border-width:1px;border-style:solid;border-color:rgb(226, 232, 240);background-color:rgb(248, 250, 252);border-radius:12px;padding:8px 32px 8px 12px;font-size:15px;font-weight:500;color:rgb(15, 23, 42);transition:border-color 150ms ease, background-color 150ms ease;}#immsh-form .inline-input:focus{outline:2px solid transparent;outline-offset:2px;background-color:rgb(255, 255, 255);border-color:rgb(30, 58, 138);box-shadow:0 0 0 1px rgba(59, 130, 246, 0.3);}@media (max-width: 992px){.header-actions{display:flex;}.footer-image-wrapper{display:block;}#ic1jj .editable-note-row{flex-direction:column;align-items:flex-start;gap:12px;}#ic1jj .inputs-wrap{width:100%;flex-wrap:wrap;gap:10px;}#ic1jj .field-input-wrap{min-width:160px;}#immsh .inline-input-wrap{min-width:140px;}#i1un7.editable-base-form{padding:6px 10px;font-size:12px;}#immsh-form .inline-input-wrap{min-width:140px;}}@media (max-width: 480px){.image-moto{height:7rem;}#ic1jj .field-input-wrap{min-width:140px;}#immsh .inline-input-wrap{min-width:130px;}#i1un7.editable-base-form{padding:5px 9px;font-size:12px;}#immsh-form .inline-input-wrap{min-width:130px;}}