.proceso-anillo{position:relative;flex:0 0 auto;--proceso-anillo-rojo:var(--btn-peligro-borde,#b4443f)}.proceso-anillo__svg{display:block;transform:rotate(-90deg)}.proceso-anillo__svg circle{fill:none}.proceso-anillo__pista{stroke:rgba(0,0,0,.08)}.proceso-anillo__valor{transition:stroke-dashoffset .45s cubic-bezier(.22,.61,.36,1)}.proceso-anillo__arco,.proceso-anillo__valor{stroke:var(--color-primary,#007bff);stroke-linecap:round}.proceso-anillo__arco{opacity:.45;transform-origin:50px 50px;animation:proceso-anillo-girar 1.4s linear infinite}.proceso-anillo__numero{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:600;line-height:1;color:var(--color-text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.proceso-anillo__por-ciento{font-size:.55em;font-weight:500;margin-left:1px;color:var(--color-text-secondary)}.proceso-anillo__icono{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1;color:var(--color-primary,#007bff);animation:proceso-anillo-aparecer .3s cubic-bezier(.22,.61,.36,1)}.proceso-anillo--fallo .proceso-anillo__arco,.proceso-anillo--fallo .proceso-anillo__valor{stroke:var(--proceso-anillo-rojo)}.proceso-anillo--fallo .proceso-anillo__icono{color:var(--proceso-anillo-rojo)}@keyframes proceso-anillo-girar{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes proceso-anillo-aparecer{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.proceso-anillo__arco{animation:none;opacity:.25}}html.dark-mode .proceso-anillo__pista{stroke:hsla(0,0%,100%,.16)}