
.circular-progress {
  margin: auto;
  position: relative; }
  .circular-progress,
  .circular-progress:before,
  .circular-progress:after {
    width: 25rem;
    height: 25rem;
    border-radius: 50%; }
  .circular-progress:before,
  .circular-progress:after {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
  .circular-progress:before {
    padding: 1.2em;
    box-sizing: border-box;
    font-size: 1.7rem;
    line-height: 7rem; }
  .circular-progress:after {
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30rem; }

.html {
  transform: rotate(162deg);
  background: linear-gradient(18deg, #6666ff 50%, rgba(102, 102, 255, 0.2) 50%); }
  
  .html1:before,
  .html1:after {
    color: #000000; }
  .html1:before {
    content: "";
    background: rgb(255, 255, 255) content-box;
    transform: rotate(-162deg);
    text-transform: uppercase; }
  .html1:after {
    content: "Esperadas";
    background: linear-gradient(transparent 50%, rgb(255, 255, 255) 50%);
    transform: scale(1.1) rotate(-162deg); }

  .html2:before,
  .html2:after {
    color: #000000; }
  .html2:before {
    content: "";
    background: rgb(255, 255, 255) content-box;
    transform: rotate(-162deg);
    text-transform: uppercase; }
  .html2:after {
    content: "Actas Capturadas";
    background: linear-gradient(transparent 50%, rgb(255, 255, 255) 50%);
    transform: scale(1.1) rotate(-162deg); }

  .html3:before,
  .html3:after {
    color: #000000; }
  .html3:before {
    content: "";
    background: rgb(255, 255, 255) content-box;
    transform: rotate(-162deg);
    text-transform: uppercase; }
  .html3:after {
    content: "Actas Contabilizadas";
    background: linear-gradient(transparent 50%, rgb(255, 255, 255) 50%);
    transform: scale(1.1) rotate(-162deg); }
