.timeline {
    white-space: nowrap;
    overflow-x: hidden;
  }
  .timeline h2 {
    margin-top:35px;
  }
  .timeline .retangulo {
    top: 3137px;
    left: 144px;
    width: 120px;
    height: 5px;
    background: var(--unnamed-color-017bb2) 0% 0% no-repeat padding-box;
    background: #00AFDE 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom:30px;
    background: linear-gradient(90deg,#017bb2 30%,#00c3e6 5%);
  }
  .timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0;
    padding-top:150px;
    transition: all 1s;
  }
  .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #63d6eb;
  }

  @media screen and (min-width: 599px) {

  
  .timeline ol li:first-child {
    height: 0;
  }
  
  .timeline ol li:last-child {
    height: 0;
  }
}
  
  .timeline ol li:not(:first-child) {
    margin-left: 14px;
  }
  .timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #017bb2;
  }
  .timeline ol li div {
    position: absolute;
    left: calc(15% + 1px);
    width: 280px;
    padding:10px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    text-align:center;
  }
  .timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .timeline ol li:nth-child(even) div {
    top: -16px;
    transform: translateY(-100%);
  }
  .timeline ol li:nth-child(even) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
  }
  .timeline ol li:nth-child(odd) div {
    top: calc(100% + 16px);
  }
  .timeline ol li:nth-child(odd) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
  }
  .timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .timeline .arrows .arrow__prev {
    margin-right: 20px;
  }
  .timeline .disabled {
    opacity: .5;
  }
  .timeline .arrows img {
    width: 45px;
    height: 45px;
  }
  .timeline time {
      color:#017bb2!important;
  }
  .timeline div {
      color:#409cc5!important;
  }
  
  .arrows button {
    border:1px solid #63d6eb;
    background:#017bb2;
    border-radius:50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    color:white;
    font-size:20px;
    box-shadow:#00afde 2px 2px 1px;
  }

  .timeline ol {
    height:100px;
    padding-bottom:120px;
  }

  .timeline-experiencia h2 {
    text-align:left!important;
  }

  @media only screen and (min-width: 598px) {
    .arrows {
      display:block !important;
      width:120px;;
      margin:auto;
    }
  }

  @media only screen and (max-width: 598px) {
    .arrows {
      display:none !important;
      width:120px;;
      margin:auto;
    }
  }


  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 599px) {
    .timeline{
      padding: 5% 40px 10% 40px;
    }
    .timeline .container{
      padding: 0;
    }
    .timeline ol,
    .timeline ol li {
      width: auto; 
    }
    
    .timeline ol {
      padding: 0;
      transform: none !important;
    }
    
    .timeline ol li {
      display: block;
      height: auto;
      background: transparent;
    }
    
    .timeline ol li:first-child {
      margin-top: 25px;
    }
    
    .timeline ol li:not(:first-child) {
      margin-left: auto;
    }
    
    .timeline ol li div {
      width: 94%;
      height: auto !important;
      margin: 0 auto 25px;
    }
    
    .timeline ol li div {
      position: static;
    }
    
    .timeline ol li:nth-child(even) div {
      transform: none;
    }
    
    .timeline ol li:nth-child(even) div::before,
    .timeline ol li:nth-child(odd) div::before {
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      border: none;
      border-left: 1px solid white;
      height: 25px;
    }
    
    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
      display: none;
    }
    .timeline ol {
      height:auto!important;
    }
  }