.timelineContainer{
  margin-left: 50%;
  display: inline-block;
  transform: translateX(-50%);
}
.timelineContainer {
  width: 80%;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  top: 0px;
}
.timeline {
  margin: 50px auto;
  max-width: 60em;
  /*overflow: hidden;*/
  height: auto;
  display:inline-block;
  position: relative;
  padding: 0px;
  list-style-type: none;
  background: url('../imgs/timeline.jpg');
  background-repeat: repeat-y;
  background-position: 50% 0;
}

.truncate {
  /*width: 250px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*.timeline .year {
  background: #505050;
  font-size: 3em;
  max-width: 4em;
  clear: both;
  margin: 1em auto 2em;
  color: white;
  border-radius: 30% / 100%;
  text-align: center;
  margin-top: 2em;
  }*/
  .event .year{
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 0em;
  }
  .timeline .year:first-of-type {
    margin-top: 0 !important;
  }
  .timeline .event {
    position: relative;
    text-align: left;
    float: right;
    clear: right;
    width: 45%;
    /* margin: 4em 15px; */
    margin: 10px 15px;
    list-style-type: none;
    display: block;
    padding: 20px;
    background: white;
    z-index: auto;
    color: #333333;
    text-decoration: none;
    -webkit-transition: background .15s linear;
    -moz-transition: background .15s linear;
    -ms-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear;
  }
  .event.border {
    border-color:#313131;
    border-radius: 2px;
  }

  .event>span.eventIcon {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-size: contain;
    display: inline-block;
    float: left; 
    left: 0%;
    top: 5%;
    margin-right: 10px;
    margin-bottom: 35px;
    border: 2px solid transparent;
    transform: translateX(0px); 
    /*position: absolute;*/
    z-index: 20;
  }
  .timeline .event.featured {
    width: 95% !important;
    background: #e8e8e8;
  }
  .timeline .event.featured:after, .timeline .event.featured:before {
    display: none;
  }
  @media all and (max-width: 600px) {
    .timeline .event {
      width: 85%;
    }
  }
  .timeline .event.offset-first {
    margin-top: 1.5em !important;
  }
  .timeline .event img {
    /*margin-top: 10px;*/
    max-width: 100%;
  }
  .timeline .event:hover {
    background: #e9e9e9;
  }
  .timeline .event:hover:after {
    background: #0d80b7;
  }
  .timeline .event:nth-of-type(2n) {
    float: left;
    clear: left;
    text-align: right;

  }

  .timeline li.event.border{
    border: 2px solid #1a1a1a;
  }



  .timeline .event .titulo{
    margin-top: 5px;
    /*text-align: right;*/
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .timeline .event .descripcion{
    padding-top:1rem;
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
    color: #4c4c4c;
  }
  .timeline .event .btn{
    line-height: 20px;
  }
  @media all and (min-width: 600px) {
    .timeline .event:nth-of-type(2n) {
      /*margin-top: 9em;*/
    }
  }
  @media all and (min-width: 650px) {
    .timeline .event:after {
      display: block;
      content: ' ';
      height: 18px;
      width: 18px;
      background: #000;
      border-radius: 50%;
      position: absolute;
      left: -9%;
      top: 3.5em;
      border: none;
    }
  }
  @media (max-width: 768px){
    .timeline .event {
      text-align: left !important;
    }

    .truncate{
      width: 77%;
      float: left;
      display: inline;
    }
  }
  @media (max-width: 480px){
    .timeline{
      max-width: 100%;
    }
    .timelineContainer {
      width: 100%;
      left: 0;
      display: inline-block;
      top: 0px;
    }
  } 
  .timeline .event:nth-child(2n):after {
    right: -10%;
    /* reset the standard declaration I defined before*/
    left: auto;
  }

  .padd {
    display: block;
    padding: 10px;
  }
  .padd.center {
    text-align: center;
  }

  .ad {
    display: block;
    background: rgba(50, 50, 50, 0.5);
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    font-weight: 800;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
  }

  .timelineContainer a {
    text-decoration: none;
    font-weight:bold;
    /*color: black;*/
  }

  .timelineContainer .destacado-parrado{
   font-weight: bold;
   font-size: 1.2rem;
   font-weight: bold;
   font-size: 2rem;
   color: #1a1a1a;
   font-family: Montserrat;
   line-height: 1.1;
 }

 .timeline .btn-group.open .dropdown-toggle{
  box-shadow: none;
}

