/*!
 * LS Theme v4.0 (https://lunestudio.com.ar)
 * Copyright 2006-2021 Lunestudio.
 * Licensed under the GPLv3+ https://www.gnu.org/licenses/gpl.html
 */
.timeline-serrat {
  margin: 40px auto;
}
.timeline-serrat__content {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}
@media (min-width: 991px) {
  .timeline-serrat__content {
    gap: 28px;
    overflow: visible;
    padding-bottom: 0;
  }
}
.timeline-serrat__item {
  flex: 0 0 240px;
}
@media (min-width: 991px) {
  .timeline-serrat__item {
    flex: 1 1 0;
    min-width: 0;
  }
}
.timeline-serrat__item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.timeline-serrat__item-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e40428;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.timeline-serrat__item-line {
  height: 2px;
  flex: 1;
  background-color: #4a4a4a;
  margin-left: 16px;
  position: absolute;
  width: 80%;
  left: 60%;
}
.timeline-serrat__item-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4a4a4a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline-serrat__item-title {
  margin: 12px auto 0;
  max-width: 190px;
  color: #3d4046;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}/*# sourceMappingURL=style.css.map */