:root {
  --fz-html: 62.5%;
  --fz-base: 2rem;
  --fw-base: 400;
  --lh-base: 1.5;
  --ff-base: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-helvetica: Helvetica, Arial, sans-serif;
  --ff-corporate-a-pro: "Corporate A Pro", "Times New Roman", Times, serif;
  --c-base: #000;
}

/* ---- Pages Timeline ---- */
@media (min-width: 991.02px) {
  .timeline-row {
    background: linear-gradient(gray, gray) no-repeat top center;
    background-size: 1px 100%;
    --bs-gutter-x: 5%;
  }
}
@media (min-width: 991.02px) {
  .timeline-row > div:first-child article:nth-child(2n) {
    display: none;
  }
  .timeline-row > div:first-child .timeline-date {
    left: auto;
    right: -5.5%;
    padding: 0.25em 2em 0.25em 1em;
  }
  .timeline-row > div:first-child .slider-timeline {
    margin-left: -24.25%;
  }
}
.timeline-row > div:nth-child(2) {
  display: none;
}
@media (min-width: 991.02px) {
  .timeline-row > div:nth-child(2) {
    display: block;
    margin-top: 25em;
  }
  .timeline-row > div:nth-child(2) article:nth-child(2n+1) {
    display: none;
  }
}
.timeline-row .views-element-container {
  display: block;
  margin: 0;
}
.timeline-row .timeline-article {
  position: relative;
  margin-bottom: 5em;
}
@media (min-width: 991.02px) {
  .timeline-row .timeline-article {
    margin-bottom: 8em;
  }
}
.timeline-row .timeline-article h2 {
  font-size: 1.75em;
  line-height: 1.1;
  hyphens: none;
}
.timeline-row .timeline-article img {
  width: 100%;
}
.timeline-row .timeline-article .timeline-date {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
  padding: 0.25em 1em;
  background-color: white;
  border-bottom: 1px solid gray;
}
@media (min-width: 991.02px) {
  .timeline-row .timeline-article .timeline-date {
    left: -5.4%;
    padding: 0.25em 1em 0.25em 2em;
  }
}
.timeline-row .timeline-article .timeline-video {
  display: block;
  position: relative;
}
.timeline-row .timeline-article .timeline-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(192, 32, 36, 0.5);
}
.timeline-row .timeline-article .timeline-video:after {
  content: "";
  position: absolute;
  background-image: url(../img/timeline/timeline-lecture--video.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 991.02px) {
  .timeline-row .timeline-article .slider-timeline {
    width: 124.5%;
  }
}
.timeline-row .timeline-article .owl-nav > div {
  background-size: 40%;
  width: 2em;
  top: 50%;
  margin-top: -2.5em;
}
@media (min-width: 991.02px) {
  .timeline-row .timeline-article .owl-nav > div {
    margin-top: -1.5em;
  }
}
.timeline-row .timeline-article .owl-nav > div.owl-prev {
  left: -1.75em;
}
.timeline-row .timeline-article .owl-nav > div.owl-next {
  right: -1.75em;
}
.timeline-row .img-hover-zoom,
.timeline-row .swiper {
  margin-bottom: 1em;
}
.timeline-row .slider .slider__actions {
  left: -2rem;
  right: -2rem;
  z-index: 1;
}
.timeline-row .slider .slider__prev,
.timeline-row .slider .slider__next {
  background: white;
  padding: 0.25em;
}

/*# sourceMappingURL=timeline.css.map */
