/* barra progreso */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #ec1c24;
  width: 0%;
  z-index: 2000;
}