* {
  box-sizing: border-box;
}

.itinerary-timeline {
/*   height: 400px;
  overflow-y: auto;
  overflow-x: hidden; */
  position: relative;
}

/* timeline vertical  */
.itinerary-timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #EEEEEE;
  top: 0;
  bottom: 0;
  left: 3.5%;
  margin-left: -7px;
  font-family: Helvetica, sans-serif;
}

.itinerary-container {
  padding: 10px 25px;
  position: relative;
  background-color: inherit;
/*   width: 50%; */
}

.itinerary-container::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -17px;
  background-color: #E9E9E9;
  border: 5px solid white;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.itinerary-content {
  /*border-top: 1px solid lightgray;*/
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  font-family:'Open Sans';
  font-size: 18px;
  font-weight: 400;
  line-height:150%;
}

/* Place the container to the right */
.itinerary-right {
  left: 3%;
}

/* Fix the circle for containers on the right side */
.itinerary-right::after {
  left: -16px;
}

.itinerary-periodo{
  font-size: 16px;
  font-weight: 400;
  margin-bottom:10px;
}

.itinerary-ciudad{
  font-family:'Open Sans';
  font-size: 20px;
  font-weight: bold;
}