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/home/home-header-hantower.jpg') center center;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-full-banner .lettering {
  width: 100%;
  height: auto;
  padding: 10%;
  font-size: 32px;
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
  margin: 0;
  text-align: center;
}
.top-full-banner .lettering .detail {
  width: 90px;
  height: 3px;
  background-color: #943042;
  margin: 25px auto 0;
}

.home-services {
  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;
}
.home-services .service {
  width: 50%;
  height: auto;
  padding: 20% 0 0;
  text-align: center;
}
.home-services .service.construtora {
  background: url('../img/home/home-constutora.jpg') center center;
  background-size: cover;
  color: #93b4bc;
}
.home-services .service.incorporadora {
  background: url('../img/home/home-incorporadora.jpg') center center;
  background-size: cover;
  color: #93b4bc;
}
.home-services .service .infos {
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  padding: 80px 0;
}
.home-services .service .infos h2 {
  color: #ffffff;
  font-size: 40px;
}

.home-porpouses {
  background-color: #93b4bc;
  background: url('../img/home/home-porpouse.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 {
  width: fit-content;
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.home-and-n-and {
  background-color: #943042;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 10%;
  text-align: left;
}
.home-and-n-and h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 55px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .top-full-banner {
    background: url('../img/home/home-header-hantower-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;
  }

  .home-services .service {
    width: 100%;
    padding: 20% 0 0;
  }

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

  .home-and-n-and {
    padding: 20% 10%;
  }
  .home-and-n-and h1 {
    font-size: 40px;
    line-height: 35px;
  }

}