.circulo-container{position:relative;width:400px;height:400px;overflow:visible}.circulo-centro{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;border-radius:50%;background-color:#e0e0e0;box-shadow:0 6px 12px #0000002e;width:140px;height:140px;display:flex;align-items:center;justify-content:center;font-weight:600;z-index:3}.circulo-valor{position:absolute;width:180px;min-height:44px;text-align:center;box-shadow:0 4px 6px #0000001f;background:#f8f8f8;border-radius:24px;padding:8px 12px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:2}.circulo-svg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;pointer-events:none}.circulo-svg circle{transition:stroke-dashoffset .7s ease;stroke-dasharray:1400;stroke-dashoffset:0}.circulo-valor-text{font-size:14px;line-height:1.2}@media (max-width: 1024px){.circulo-container{display:none}}
