div.item {
    display: flex;
    flex: auto;
    overflow-y: auto;
    padding: 0rem 1rem 0rem 1rem;
  }
  
  #timeline {
    position: relative;
    display: table;
    height: 100%;
    margin-top: 2rem;
  }
  #timeline2 {
    position: relative;
    display: table;
    height: 100%;
    margin-top: 2rem;
  }
  #timeline div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: .5rem;
    bottom: 0rem;
    left: 60px;
    z-index: 1;
    background: #C5C5C5;
    box-sizing: unset;
  }
  #timeline h3 {
    /*position: -webkit-sticky;
    position: sticky;*/
    top: 5rem;
    color: #888;
    margin: 0;
    width: 50px;
    font-weight: 400;
  }
  @media (min-width: 62em) {
    #timeline h3 {
     
    }
  }
  #timeline section.year {
    position: relative;
  }
  #timeline section.year:first-child section {
    margin-top: -1.3em;
    padding-bottom: 0px;
  }
  #timeline section.year section {
    position: relative;
    /*padding-bottom: 1.25em;*/
    margin-bottom: 1.2em;
  }
  #timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 0px;
    color: #898989;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
  }
  #timeline section.year h3 {
    font-size: 16px;
  }
  @media (min-width: 62em) {
    #timeline section.year section h4 {
      
    }
  }
  #timeline section.year section ul {
    list-style: none;
    padding: 0 0 0 75px;
    margin: -2.0rem 0 1em;
    max-width: auto;
    
  }
  @media (min-width: 62em) {
    #timeline section.year section ul {
      
      padding: 0 0 0 81px;
    }
  }
  #timeline section.year section ul:last-child {
    margin-bottom: 0;
  }
  #timeline section.year section ul:first-of-type:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #C5C5C5;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 54px;
    top: 3px;
    z-index: 2;
    box-sizing: unset;
  }
  #timeline section.year section ul li {
    margin-left: .5rem;
  }
  #timeline section.year section ul li:before {
    
    margin-left: -.5rem;
    padding-right: .3rem;
    box-sizing: unset;
  }
  #timeline section.year section ul li:not(:first-child) {
    margin-top: .5rem;
  }
  #timeline section.year section ul li span.price {
    color: mediumturquoise;
    font-weight: 500;
  }
  
  #price {
    display: inline;
  }
  
  .elemento-lista {
    font-size: 19px;
  }
  