﻿.timeline-list a {
  transition: 0.35s all !important;
  margin-right: 25px;
}
  .timeline-list a:last-child {
    margin-right: 0;
  }
  .timeline-list a:after {
    display: flex;
    content: '';
    width: 20px;
    height: 1px;
    background: #585858;
    bottom: 10px;
    position: absolute;
    right: -24px;
  }
  .timeline-list a:last-child:after {
    display: none;
  }

.timeline-list a:hover, .timeline-list a.active {
  color: var(--Orange600) !important;
  text-decoration: underline !important;
}

. h3-height {
    height: 1px !important;
}

.historia-slider video {
  min-height: 347px;
}

.bg-historia::after {
  content: "";
  position: absolute;
  background: #FFF;
  top: 10%;
  left: 0;
  width: 60%;
  height: 80%;
  z-index: 1;
}

@media (max-width: 1360px) {
  .historia-slider video {
    min-height: 300px;
  }
}

@media (max-width: 1199px) {
  .historia-slider video {
    min-height: 250px;
  }
}

@media (max-width: 991px) {
  .historia-slider video {
    min-height: 180px;
  }
}

@media (max-width: 768px) {
  .historia-slider video {
    min-height: 280px;
  }
}

@media (max-width: 475px) {
  .historia-slider video {
    min-height: 210px;
  }
}