.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 {
  background: url('../img/landing/the-sands/header.jpg') center center;
  background-size: cover;
  width: 100%;
  min-height: 80%;
  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;
  padding: 10%;
}
.top-full-banner .lettering {
  max-width: 320px;
  height: auto;
}
.top-full-banner .lettering .logotipo {
  width: 100%;
  height: auto;
}

.video-container {
  background-color: #0f141c;
  padding: 3% 10%;
}
.video-container .video {
  max-width: 900px;
  height: auto;
  margin: auto;
  position: relative;
}
.video-container .video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container .video .video-wrapper iframe,
.video-container .video .video-wrapper object,
.video-container .video .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.infraestrutura {
  background-color: #f9f3ed;
  width: 100%;
  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: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.infraestrutura .image {
  width: 40%;
}
.infraestrutura .infos {
  width: 55%;
  padding: 25px;
  text-align: left;
  color: #333333;
}
.infraestrutura .infos h1 {
  color: #333333;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin: 0 0 50px;
}
.infraestrutura .infos h2 {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}

.gallery {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
}
.gallery h2 {
  background-color: #333333;
  color: #f9f3ed;
  width: 100%;
  padding: 60px 0;
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.gallery .image {
  width: 50%;
  height: auto;
  padding: 0;
}
.gallery .floor-plan {
  width: 100%;
  background-color: #333333;
  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: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3% 20%;
}
.gallery .floor-plan .full {
  width: 100%;
}
.gallery .floor-plan .long {
  width: 75%;
}
.gallery .floor-plan .med {
  width: 50%;
}
.gallery .floor-plan .short {
  width: 25%;
}

.home-porpouses {
  background-color: #f9f3ed;
  background: url('../img/landing/the-sands/footer.jpg') center center;
  background-size: cover;
  width: 100%;
  min-height: 50%;
  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: center;
  -webkit-flex-wrap: wrap;
  padding: 80px;
  text-align: center;
}
.home-porpouses h2 {
  background-color: #f9f3ed;
  width: fit-content;
  color: #333333;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 10px 20px;
}

@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 {
    background: url('../img/landing/the-sands/header-mobile.jpg') center center;
    background-size: cover;
    min-height: auto;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 90%;
  }
  .top-full-banner .detail-title {
    width: 100%;
    padding: 40px;
  }

  .infraestrutura {
    padding: 0;
  }
  .infraestrutura .image,
  .infraestrutura .infos {
    width: 100%;
  }

  .home-porpouses {
    min-height: 80%;
    padding: 20% 10%;
  }
  .home-porpouses h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .gallery .image {
    width: 100%;
  }
  .gallery h2 {
    font-size: 24px;
  }

  .video-container {
    padding: 0;
  }
  .gallery .floor-plan {
    padding: 10% 5%;
  }
}