.path-slider {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
}
.path-slider:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(calc(-50% - 19px), calc(-50% - 19px));
          transform: translate(calc(-50% - 19px), calc(-50% - 19px));
  border-radius: 100%;
}

.path-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

.diapo_159 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.path-slider__path {
  stroke-width: 10px;
  stroke: rgba(0, 0, 0, 0.5);
  fill: none;
}

.path-slider__item {
  position: absolute;
  left: -100px;
  top: -100px;
  cursor: pointer;
  z-index: 1;
}

.path-slider__item > bold_h2{
  background-color: rgba(255, 255, 255, 0.5);
  font-size: calc(9pt + 5vmin);
}

.path-slider__current-item > div {
  box-shadow: 0 0 0 50px rgba(var(--additional-color-rgb), 0.3) !important;
}

.item__circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-position: center;
  border-radius: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  border: 20px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3);
}

.increasing_circle_L,
.increasing_circle_R {
  z-index: 0;
  display: none;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition-property: width, height, border-radius;
  transition-duration: 1.5s, 1.5s, 1.5s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0.5s, 0.5s, 0.5s;
}

.increasing_circle_L .content {
  opacity: 0;
  background: black;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-property: opacity, z-index;
  transition-duration: 1.5s, 1.5s;
  transition-timing-function: ease, ease;
  transition-delay: 2s, 2s;
}

.increasing_circle_L .content>div:nth-child(2) #page_0>div {
  text-align: center;
}

.increasing_circle_L .content>div:nth-child(2) #page_0 div>h1 {
  color: var(--additional-color);
}
@media screen and (max-width: 576px){
  .increasing_circle_L .content > div:nth-child(2),
  .increasing_circle_L .content > div:nth-child(3) {
    height: 50% !important;
  }

  .diapo_obras .alert_window_custom > .row > div{
    height: 50% !important;
  }
}

.timeline_close{
  position: absolute;
  top: 5%;
  right: 10%;
  width: 3vmin;
  height: 3vmin;
  fill: #fff;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px){
  .timeline_close_L,
  .timeline_close_R,
  .timeline_close_alert_window_works{
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: 0%;
  }
}
.transitioned_text{
  opacity: 0;
  top: -100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 2s ease;
}

.page_transitioned_text{
  transition: all 1s ease;
}

.transitioned_text > h1, .transitioned_text > p{
  color: #fff;
}

.image_col{
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

.selector_timeline {
  height: 15px;
  width: 15px;
  margin: 4px 0 !important;
  display: block;
  border-radius: 10px;
  background: white;
  transition: all 0.3s;
  cursor: pointer;
}

.selector_timeline_horizontal {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: var(--additional-color);
  margin: 0 5px;
  border-radius: 20px;
  opacity: 0.2;
  transition: opacity 0.5s ease, width 0.5s ease;
  cursor: pointer;
}

.active_selector {
  background: var(--additional-color);
  height: 35px;
  box-shadow: 0px 0px 20px rgba(var(--additional-color-rgb), 0.3);
}

.active_selector_horizontal {
  opacity: 1;
  background: var(--additional-color);
  width: 100px;
  transition-delay: 0;
}
