.timeline {
  width: 100%;
  height: auto;
  padding: 5% 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.timeline h2 {
  font-size: 48px;
  line-height: 48px;
  width: 100%;
  height: auto;
  color: #ffffff;
}
.timeline h4 {
  font-size: 32px;
  line-height: 32px;
  height: auto;
  color: #ffffff;
}
.timeline .image {
  width: 40%;
  height: auto;
}
.timeline .content {
  width: 50%;
  height: auto;
  color: #ffffff;
  font-size: 15px;
}

content.home {
  width: 100%;
  height: auto;
  display: initial;
}

header {
  background: none;
  background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.9));
}

/* Home */
.top-full-banner {
  width: 100%;
  min-height: auto;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-full-banner .logotipo {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .timeline {
    padding: 0;
  }
  .timeline h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .timeline h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .timeline .image {
    width: 100%;
  }
  .timeline .content {
    width: 100%;
    padding: 10%;
  }

  .top-full-banner {
    padding: 100px 0 0;
  }
}