#div_<<idUnico>>{
	 .progress {
      height: 30px;
    }
    .progress-bar {
      font-weight: bold;
      font-size: 1rem;
      color: #fff; /* Asegura texto visible */
      transition: width 0.1s linear; /* Animación fluida */
    }
}