/* Cotizador de autopresupuesto — Blueorange.
   Todo el CSS esta acotado a #bo-cotizador: no pisa el tema del sitio ni Bootstrap.
   Se enlaza desde views/cotizador.xml con un <link>, no desde el bundle
   web.assets_frontend, para no cargarlo en el resto del sitio y para que el
   @import de las fuentes quede al inicio del archivo. */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@700;800&family=Montserrat:wght@400;500;600;700&display=swap');
#bo-cotizador{
  /* Marca, tinta, texto secundario y lineas los hereda de .bo2-root (home.scss):
     no se redeclaran para que no haya dos paletas. Aca quedan solo los tonos
     propios del cotizador y los colores de terceros. */
  --bo-soft:#f9edf2; --bo-soft-2:#fdf6f9; --bo-paper:#fff;
  --bo-coral:#E5314A;
  --bo-wa:#25D366;
  font-family:'Montserrat',system-ui,sans-serif; color:var(--bo-ink); line-height:1.5; text-align:left;
  font-size:15px; -webkit-font-smoothing:antialiased; box-sizing:border-box;
  max-width:1180px; margin:0 auto; padding:28px 20px 120px;
}
#bo-cotizador *,#bo-cotizador *::before,#bo-cotizador *::after{box-sizing:border-box}
#bo-cotizador button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0;margin:0;-webkit-appearance:none;appearance:none;text-align:left}
#bo-cotizador button:focus-visible,#bo-cotizador input:focus-visible,#bo-cotizador [tabindex]:focus-visible{outline:3px solid rgba(180,43,97,.35);outline-offset:2px}
#bo-cotizador h1,#bo-cotizador h2,#bo-cotizador h3{font-family:'Baloo Bhaina 2',cursive;font-weight:800;color:var(--bo-title);margin:0;line-height:1.1;letter-spacing:-.005em}
#bo-cotizador p{margin:0}

/* ---- encabezado ---- */
#bo-cotizador .bo-head{max-width:720px;margin-bottom:32px}
#bo-cotizador .bo-head .bo-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--bo-brand);margin-bottom:10px}
#bo-cotizador .bo-head .bo-kicker i{width:8px;height:8px;border-radius:50%;background:var(--bo-brand);display:inline-block}
#bo-cotizador .bo-head h1{font-size:clamp(34px,4.5vw,52px)}
#bo-cotizador .bo-head p{margin-top:12px;font-size:17px;color:var(--bo-muted);max-width:60ch}

/* ---- layout ---- */
#bo-cotizador .bo-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:36px;align-items:start}
@media (max-width:960px){#bo-cotizador .bo-grid{grid-template-columns:1fr}}

#bo-cotizador .bo-step{padding:28px 0;border-top:1px solid var(--bo-line)}
#bo-cotizador .bo-step:first-child{border-top:0;padding-top:0}
#bo-cotizador .bo-step h2{font-size:26px;display:flex;align-items:baseline;gap:12px}
#bo-cotizador .bo-step h2 .bo-n{font-size:15px;font-family:var(--bo-font, 'Montserrat',sans-serif);font-weight:700;color:var(--bo-brand);letter-spacing:0}
#bo-cotizador .bo-step .bo-lead{color:var(--bo-muted);margin:6px 0 20px;max-width:62ch}

/* ---- opciones de implementación ---- */
#bo-cotizador .bo-opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
#bo-cotizador .bo-opts:not(.bo-opts-lic){grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:560px){#bo-cotizador .bo-opts:not(.bo-opts-lic){grid-template-columns:1fr}}
#bo-cotizador .bo-opt{border:1px solid var(--bo-line);border-radius:12px;padding:18px 18px 16px;background:#fff;display:flex;flex-direction:column}
#bo-cotizador .bo-opt-t{font-weight:700;color:var(--bo-title);font-size:15px}
#bo-cotizador .bo-opt-d{font-size:13px;color:var(--bo-muted);margin:4px 0 14px;line-height:1.45;flex:1}
#bo-cotizador .bo-seg{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--bo-line);border-radius:999px;padding:3px;background:var(--bo-soft-2);width:100%}
#bo-cotizador .bo-seg button{border-radius:999px;padding:9px 12px;font-size:13.5px;font-weight:600;color:var(--bo-muted);text-align:center;transition:background .15s,color .15s}
#bo-cotizador .bo-seg button[aria-checked="true"]{background:var(--bo-brand);color:#fff}
#bo-cotizador .bo-seg button:not([aria-checked="true"]):hover{color:var(--bo-brand)}
#bo-cotizador .bo-opt-n{font-size:12.5px;color:var(--bo-muted);margin-top:10px;height:54px;line-height:1.45;overflow:hidden}
#bo-cotizador .bo-line.bo-lock label{color:#a39daa;cursor:default}
#bo-cotizador .bo-line.bo-lock .bo-hs{color:#a39daa}

/* ---- steppers ---- */
#bo-cotizador .bo-steppers{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
#bo-cotizador.bo-nohs .bo-mod-hs,#bo-cotizador.bo-nohs .bo-acc-meta b,#bo-cotizador.bo-nohs .bo-line .bo-hs:not(.bo-hs-txt){display:none}
#bo-cotizador .bo-contrato{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}
#bo-cotizador .bo-ctile{position:relative;text-align:left;border:1px solid var(--bo-line);border-radius:12px;padding:16px 18px 14px 48px;background:#fff;cursor:pointer;font:inherit;color:var(--bo-ink);display:flex;flex-direction:column;gap:4px;transition:border-color .15s,background .15s}
#bo-cotizador .bo-ctile::before{content:'';position:absolute;left:18px;top:19px;width:18px;height:18px;border-radius:50%;border:2px solid var(--bo-line);background:#fff;box-sizing:border-box}
#bo-cotizador .bo-ctile[aria-checked="true"]{border-color:var(--bo-brand);background:var(--bo-soft)}
#bo-cotizador .bo-ctile[aria-checked="true"]::before{border-color:var(--bo-brand);border-width:5px}
#bo-cotizador .bo-ctile:hover{border-color:var(--bo-brand)}
#bo-cotizador .bo-ctile-t{font-weight:700;font-size:15px;color:var(--bo-title)}
#bo-cotizador .bo-ctile-t em{font-style:normal;font-size:12px;font-weight:700;color:var(--bo-brand);background:#fff;border:1px solid var(--bo-brand);border-radius:999px;padding:1px 8px;margin-left:6px;vertical-align:middle}
#bo-cotizador .bo-ctile-d{font-size:13px;line-height:1.45;color:var(--bo-muted)}
@media (max-width:560px){#bo-cotizador .bo-contrato{grid-template-columns:1fr}}
#bo-cotizador .bo-dev{display:flex;flex-direction:column;gap:10px}
#bo-cotizador .bo-dev-lbl{font-weight:600;font-size:14px;margin-top:4px}
#bo-cotizador .bo-dev textarea{width:100%;box-sizing:border-box;border:1px solid var(--bo-line);border-radius:12px;padding:12px 14px;font:inherit;font-size:14px;line-height:1.45;color:var(--bo-ink);background:var(--bo-paper);resize:vertical;min-height:84px}
#bo-cotizador .bo-dev textarea:focus{outline:none;border-color:var(--bo-brand);box-shadow:0 0 0 3px var(--bo-soft)}
#bo-cotizador .bo-dev .bo-ctrl input{width:64px}
#bo-cotizador .bo-stepper{border:1px solid var(--bo-line);border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--bo-paper)}
#bo-cotizador .bo-stepper .bo-lbl{font-weight:600;font-size:14px}
#bo-cotizador .bo-stepper .bo-hint{display:block;font-weight:400;font-size:12px;color:var(--bo-muted);margin-top:2px}
#bo-cotizador .bo-ctrl{display:inline-flex;align-items:center;border:1px solid var(--bo-line);border-radius:999px;overflow:hidden;flex:0 0 auto}
#bo-cotizador .bo-ctrl button{width:36px;height:36px;display:grid;place-items:center;font-size:18px;font-weight:600;color:var(--bo-brand);background:var(--bo-soft-2)}
#bo-cotizador .bo-ctrl button:hover{background:var(--bo-soft)}
#bo-cotizador .bo-ctrl button:disabled{color:#c9c2cd;cursor:not-allowed;background:#fafafa}
#bo-cotizador .bo-ctrl input{width:46px;height:36px;border:0;border-left:1px solid var(--bo-line);border-right:1px solid var(--bo-line);text-align:center;font:inherit;font-weight:700;color:var(--bo-title);background:#fff;-moz-appearance:textfield}
#bo-cotizador .bo-ctrl input::-webkit-inner-spin-button,#bo-cotizador .bo-ctrl input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

/* ---- módulos ---- */
#bo-cotizador .bo-quick{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px;font-size:14px;color:var(--bo-muted)}
#bo-cotizador .bo-chip{border:1px solid var(--bo-line);border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--bo-title);background:#fff}
#bo-cotizador .bo-chip:hover{border-color:var(--bo-brand);color:var(--bo-brand)}
#bo-cotizador .bo-chip.bo-chip-on{background:var(--bo-brand);border-color:var(--bo-brand);color:#fff}
#bo-cotizador .bo-chip-clear{color:var(--bo-muted);border-style:dashed}
#bo-cotizador .bo-quick > span{flex-basis:100%}
#bo-cotizador .bo-mods{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}
#bo-cotizador .bo-mod{position:relative;border:1px solid var(--bo-line);border-radius:12px;padding:16px 16px 14px 18px;background:#fff;display:flex;flex-direction:column;gap:6px;min-height:104px;transition:border-color .15s,background .15s}
#bo-cotizador .bo-mod::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:0 4px 4px 0;background:transparent;transition:background .15s}
#bo-cotizador .bo-mod:hover{border-color:#cdbfd0}
#bo-cotizador .bo-mod[aria-pressed="true"]{border-color:var(--bo-brand);background:var(--bo-soft-2)}
#bo-cotizador .bo-mod[aria-pressed="true"]::before{background:var(--bo-brand)}
#bo-cotizador .bo-mod .bo-mod-top{display:flex;gap:10px;align-items:flex-start}
#bo-cotizador .bo-mod .bo-mod-ico{flex:0 0 auto;width:36px;height:36px;border-radius:9px;object-fit:contain;display:block;box-shadow:0 1px 3px rgba(33,29,38,.18)}
#bo-cotizador .bo-mod .bo-mod-logo{background:#714B67;padding:6px 3px;box-sizing:border-box}
#bo-cotizador .bo-mod .bo-mod-mono{display:grid;place-items:center;background:var(--bo-brand);color:#fff;font-family:'Baloo Bhaina 2',cursive;font-weight:800;font-size:13px;line-height:1;letter-spacing:.2px;box-shadow:none}
#bo-cotizador .bo-mod .bo-mod-name{flex:1;min-width:0;font-weight:700;font-size:15px;color:var(--bo-title);display:flex;justify-content:space-between;gap:8px;align-items:flex-start;padding-top:1px}
#bo-cotizador .bo-mod .bo-tick{flex:0 0 auto;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--bo-line);display:grid;place-items:center;color:#fff;font-size:12px;font-weight:700;margin-top:1px}
#bo-cotizador .bo-mod[aria-pressed="true"] .bo-tick{background:var(--bo-brand);border-color:var(--bo-brand)}
#bo-cotizador .bo-mod .bo-mod-desc{font-size:13px;color:var(--bo-muted);line-height:1.4}
#bo-cotizador .bo-mod .bo-mod-hs{font-size:12.5px;font-weight:600;color:var(--bo-brand);margin-top:auto;min-height:18px}

/* ---- detalle por módulo ---- */
#bo-cotizador .bo-detail{margin-top:28px}
#bo-cotizador .bo-detail h3{font-size:20px;margin-bottom:6px}
#bo-cotizador .bo-detail .bo-lead{margin-bottom:14px}
#bo-cotizador .bo-acc{border:1px solid var(--bo-line);border-radius:12px;margin-bottom:10px;background:#fff;overflow:hidden}
#bo-cotizador .bo-acc-h{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;font-weight:700;color:var(--bo-title)}
#bo-cotizador .bo-acc-h:hover{background:var(--bo-soft-2)}
#bo-cotizador .bo-acc-h .bo-acc-meta{font-weight:600;font-size:13px;color:var(--bo-muted);display:flex;gap:14px;align-items:center}
#bo-cotizador .bo-acc-h .bo-acc-meta b{color:var(--bo-brand)}
#bo-cotizador .bo-acc-h .bo-chev{width:22px;height:22px;display:grid;place-items:center;transition:transform .2s;color:var(--bo-muted)}
#bo-cotizador .bo-acc[open] .bo-chev{transform:rotate(180deg)}
#bo-cotizador .bo-acc-b{display:none;padding:4px 18px 16px;border-top:1px solid var(--bo-line)}
#bo-cotizador .bo-acc[open] .bo-acc-b{display:block}
#bo-cotizador .bo-acc-drv{display:flex;flex-wrap:wrap;gap:10px 24px;padding:12px 0 10px;border-bottom:1px dashed var(--bo-line);margin-bottom:6px}
#bo-cotizador .bo-acc-drv .bo-stepper{border:0;padding:0;gap:14px}
#bo-cotizador .bo-acc-drv{flex-direction:column;align-items:stretch;gap:12px}
#bo-cotizador .bo-acc-drv .bo-stepper,#bo-cotizador .bo-q{display:flex;align-items:center;justify-content:space-between;gap:14px}
#bo-cotizador .bo-q .bo-lbl{font-weight:600;font-size:14px}
#bo-cotizador .bo-q .bo-hint{display:block;font-weight:400;font-size:12px;color:var(--bo-muted);margin-top:2px}
#bo-cotizador .bo-seg-s{width:auto;grid-template-columns:none;grid-auto-flow:column;flex:0 0 auto}
#bo-cotizador .bo-seg-s button{padding:7px 14px;font-size:13px}
#bo-cotizador .bo-seg button:disabled{cursor:not-allowed;opacity:.7}
#bo-cotizador .bo-line.bo-rule input[type=checkbox]:disabled:checked{background:var(--bo-brand);border-color:var(--bo-brand);opacity:.75}
#bo-cotizador .bo-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--bo-soft)}
#bo-cotizador .bo-line:last-child{border-bottom:0}
#bo-cotizador .bo-line label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;flex:1;min-width:0}
#bo-cotizador .bo-line input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:1.5px solid #c9c2cd;border-radius:4px;flex:0 0 auto;display:grid;place-items:center;background:#fff;margin:0;cursor:pointer}
#bo-cotizador .bo-line input[type=checkbox]:checked{background:var(--bo-brand);border-color:var(--bo-brand)}
#bo-cotizador .bo-line input[type=checkbox]:checked::after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg)}
#bo-cotizador .bo-line .bo-hs{font-size:13px;font-weight:600;color:var(--bo-muted);white-space:nowrap}
#bo-cotizador .bo-line.bo-off label{color:#a39daa;cursor:default}
#bo-cotizador .bo-line.bo-off .bo-hs{color:var(--bo-coral);font-weight:600}
#bo-cotizador .bo-line.bo-excl input[type=checkbox]{border-radius:50%}
#bo-cotizador .bo-line.bo-excl input[type=checkbox]:checked::after{width:7px;height:7px;border:0;border-radius:50%;background:#fff;transform:none}
#bo-cotizador .bo-line .bo-tag{font-size:11.5px;color:var(--bo-muted);background:var(--bo-soft);border-radius:999px;padding:2px 8px;white-space:nowrap}

/* ---- resumen ---- */
#bo-cotizador{--bo-top:12px}
#bo-cotizador .bo-sum{position:sticky;top:var(--bo-top);border:1px solid var(--bo-line);border-radius:16px;background:#fff;padding:14px 20px 12px;box-shadow:0 14px 40px -24px rgba(33,29,38,.35)}
@media (min-width:961px){
  #bo-cotizador .bo-sum{max-height:calc(100vh - var(--bo-top) - 12px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bo-line) transparent}
  #bo-cotizador .bo-sum::-webkit-scrollbar{width:6px}
  #bo-cotizador .bo-sum::-webkit-scrollbar-thumb{background:var(--bo-line);border-radius:3px}
}
#bo-cotizador .bo-sum .bo-sum-t{font-size:13px;font-weight:600;color:var(--bo-muted);margin-bottom:2px}
#bo-cotizador .bo-big{font-family:'Baloo Bhaina 2',cursive;font-weight:800;font-size:30px;line-height:1;color:var(--bo-title);display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
#bo-cotizador .bo-big em{font-family:var(--bo-font, 'Montserrat',sans-serif);font-style:normal;font-size:15px;font-weight:600;color:var(--bo-muted);align-self:center;margin-right:2px}
#bo-cotizador .bo-big small{font-family:var(--bo-font, 'Montserrat',sans-serif);font-size:14px;font-weight:600;color:var(--bo-muted)}
#bo-cotizador .bo-price{margin-top:8px;font-size:20px;font-weight:700;color:var(--bo-brand)}
#bo-cotizador .bo-price small{display:block;font-size:12.5px;font-weight:500;color:var(--bo-muted);margin-top:2px}
#bo-cotizador .bo-range{position:relative;height:6px;background:var(--bo-soft);border-radius:999px;margin:18px 0 6px;overflow:hidden}
#bo-cotizador .bo-range i{position:absolute;top:0;bottom:0;background:var(--bo-brand);border-radius:999px;transition:left .3s,width .3s}
#bo-cotizador .bo-range-l{display:flex;justify-content:space-between;font-size:11.5px;color:var(--bo-muted);margin-bottom:18px}
#bo-cotizador .bo-rows{border-top:1px solid var(--bo-line);padding-top:2px;margin-top:8px}
#bo-cotizador .bo-row{display:flex;justify-content:space-between;gap:12px;padding:4px 0;font-size:13px;border-bottom:1px solid var(--bo-soft)}
#bo-cotizador .bo-row span:last-child{font-weight:600;white-space:nowrap}
#bo-cotizador .bo-row.bo-row-m span:first-child{color:var(--bo-muted)}
#bo-cotizador .bo-dur{display:flex;align-items:center;justify-content:space-between;background:var(--bo-soft-2);border-radius:10px;padding:12px 14px;margin-top:14px;font-size:14px}
#bo-cotizador .bo-dur b{font-family:'Baloo Bhaina 2',cursive;font-weight:800;font-size:18px;color:var(--bo-title);text-align:right}
#bo-cotizador .bo-imp .bo-sum-t{display:flex;justify-content:space-between;align-items:baseline}
#bo-cotizador .bo-lic-tot b.bo-ink{color:var(--bo-title)}
#bo-cotizador .bo-lic-tot b em{font-family:var(--bo-font, 'Montserrat',sans-serif);font-style:normal;font-size:12px;font-weight:600;color:var(--bo-muted);margin-right:6px}
#bo-cotizador .bo-tot-price{padding-top:0}
#bo-cotizador .bo-link{color:var(--bo-brand);font-weight:600;text-decoration:underline;font-size:12.5px}
#bo-cotizador .bo-lic{margin-top:10px;border-top:1px solid var(--bo-line);padding-top:8px}
#bo-cotizador .bo-lic .bo-sum-t{display:flex;justify-content:space-between;align-items:baseline}
#bo-cotizador .bo-lic-freq{font-weight:500;color:var(--bo-muted)}
#bo-cotizador .bo-rows-lic{border-top:0;margin-top:0;padding-top:0}
#bo-cotizador .bo-rows-lic .bo-row{font-size:13px;padding:4px 0}
#bo-cotizador .bo-rows-lic .bo-row span:first-child{color:var(--bo-muted)}
#bo-cotizador .bo-lic-tot{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0 0;font-size:13px}
#bo-cotizador .bo-lic-tot b{font-family:'Baloo Bhaina 2',cursive;font-weight:800;font-size:22px;color:var(--bo-brand)}
#bo-cotizador .bo-lic-yr{font-size:11.5px;color:var(--bo-muted);line-height:1.35;margin-top:2px}
#bo-cotizador .bo-opts-lic .bo-stepper{border:0;padding:0}
#bo-cotizador .bo-cta{display:flex;flex-direction:column;gap:2px;margin-top:12px}
#bo-cotizador .bo-links{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--bo-muted);font-size:13px}
#bo-cotizador .bo-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:11px 18px;font-weight:700;font-size:14px;text-decoration:none;transition:transform .1s,background .15s;width:100%}
#bo-cotizador .bo-btn:active{transform:translateY(1px)}
#bo-cotizador .bo-btn-wa{background:var(--bo-brand);color:#fff}
#bo-cotizador .bo-btn-wa:hover{background:var(--bo-brand-dark);color:#fff}
#bo-cotizador .bo-btn-wa[aria-disabled="true"]{background:#e2d9de;color:#8f8695;pointer-events:none}
#bo-cotizador .bo-btn-ghost{border:0;color:var(--bo-muted);background:transparent;padding:4px;font-size:13px;font-weight:600;text-decoration:underline}
#bo-cotizador .bo-btn-ghost:hover{border-color:var(--bo-brand);color:var(--bo-brand)}
#bo-cotizador .bo-fine{margin-top:10px;font-size:11.5px;color:var(--bo-muted);line-height:1.4}
#bo-cotizador .bo-empty{color:var(--bo-muted);font-size:14px;padding:6px 0 10px}
#bo-cotizador .bo-toast{position:fixed;left:50%;bottom:96px;transform:translateX(-50%) translateY(20px);background:var(--bo-title);color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:60}
#bo-cotizador .bo-toast.on{opacity:1;transform:translateX(-50%) translateY(0)}

/* ---- barra móvil ---- */
#bo-cotizador .bo-mini{display:none}
@media (max-width:960px){
  #bo-cotizador{padding-bottom:110px}
  #bo-cotizador .bo-sum{position:fixed;left:0;right:0;bottom:0;top:auto;border-radius:20px 20px 0 0;transform:translateY(calc(100% - 78px));transition:transform .28s;z-index:50;max-height:88vh;overflow:auto;box-shadow:0 -12px 40px -16px rgba(33,29,38,.35)}
  #bo-cotizador .bo-sum.bo-open{transform:translateY(0)}
  #bo-cotizador .bo-mini{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0 0 14px;margin:-6px 0 10px;border-bottom:1px solid var(--bo-line)}
  #bo-cotizador .bo-mini .bo-mini-h{display:block;font-family:'Baloo Bhaina 2',cursive;font-weight:800;font-size:22px;color:var(--bo-title);line-height:1}
  #bo-cotizador .bo-mini .bo-mini-p{display:block;font-size:12.5px;font-weight:700;color:var(--bo-brand);margin-top:3px}
  #bo-cotizador .bo-mini .bo-mini-c{font-size:13px;font-weight:600;color:var(--bo-muted);display:flex;align-items:center;gap:6px;white-space:nowrap}
  #bo-cotizador .bo-mini .bo-mini-c i{display:inline-block;transition:transform .2s}
  #bo-cotizador .bo-sum.bo-open .bo-mini .bo-mini-c i{transform:rotate(180deg)}
}
@media (prefers-reduced-motion:reduce){#bo-cotizador *{transition:none!important}}
