#historia-prevemax-wrapper {
  width: 100%;
  max-width: 600px;
  height: fit-content;
}
@media screen and (max-width: 39.9375em) {
  #historia-prevemax-wrapper {
    width: calc(100vw - 72px);
  }
}

.loading-bar__wrapper {
  border-radius: 5px;
  padding: 60px 60px 30px;
  z-index: 99;
  max-width: 100%;
}

.loading-bar {
  height: 108px;
  justify-content: space-around;
  margin-top: 14px;
}
@media screen and (min-width: 40em) {
  .loading-bar {
    height: 108px;
    margin-top: 14px;
  }
}
.loading-bar::before {
  content: " ";
  height: 2px;
  width: 100%;
  top: calc(50% - 5px);
  left: 0;
  position: absolute;
  background: rgb(59, 59, 59);
  background: linear-gradient(90deg, rgb(59, 59, 59) 0%, rgb(59, 59, 59) calc(50% - 5px), rgb(217, 217, 217) calc(50% - 5px), rgb(217, 217, 217) 100%);
}
@media screen and (min-width: 40em) {
  .loading-bar::before {
    top: calc(50% + 2px);
    background: linear-gradient(90deg, rgb(59, 59, 59) 0%, rgb(59, 59, 59) calc(50% + 5px), rgb(217, 217, 217) calc(50% + 5px), rgb(217, 217, 217) 100%);
  }
}

.loading-bar-bullet {
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .loading-bar-bullet {
    top: -17px;
  }
}
.loading-bar-bullet .ano {
  position: relative;
  font-family: var(--font-bold);
  font-size: 20px;
  top: -65px;
  width: 50px;
  left: -10px;
  text-align: center;
}
.loading-bar-bullet::before {
  content: "";
  display: block;
  background: var(--light-grey);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 999;
  margin-top: 50%;
  cursor: pointer;
}
.loading-bar-bullet:has(~ .slick-current)::before {
  height: 30px;
  width: 30px;
  border: 2px solid var(--primary-color);
}
.loading-bar-bullet.slick-current::before {
  width: 34px;
  height: 34px;
  border: 0;
  background-color: var(--primary-color);
}

.labels {
  margin-top: 50px;
  text-align: left;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 32px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  line-height: 1;
  color: var(--neutro-zero);
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--primary-color);
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 3px 0;
  display: block;
  border-radius: 50%;
  margin-top: 4px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none;
}

.slick-prev {
  left: -15px;
}
.slick-prev:before {
  content: "\f060";
}

.slick-next {
  right: -15px;
}
.slick-next:before {
  content: "\f061";
}

/*# sourceMappingURL=historia-style-v2.css.map */
