/* About */
.about {
  width: 100%;
}

/* Header */
.content-header {
  width: 100%;
  min-height: 600px;
  height: 90%;
  background-color: #803343;
  background: url('../img/about/about-header.jpg') center center;
  background-size: cover;
  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;
}
.content-header .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;
}
.content-header .lettering .detail {
  width: 90px;
  height: 3px;
  background-color: #943042;
  margin: 25px auto 0;
}

/*.Content */
.about .content-main { 
  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: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .content-main article.about-content {
  background-color: #943042;
  width: 100%;
  height: auto;
  padding: 10% 40% 10% 10%;
}
.about .content-main article.about-content h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
}
.about .content-main article {
  padding: 10%;
}
.about .content-main article h2 {
  font-size: 30px;
  text-transform: inherit;
  line-height: 36px;
  color: #93b4bc;
  margin-bottom: 30px;
}
.about .content-main article h3 {
  font-size: 50px;
  line-height: 60px;
  text-transform: inherit;
  margin-bottom: 30px;
}

.about .services {
  width: 100%;
  min-height: auto;
  height: auto;
  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;
}
.about .services .service {
  width: 33.333%;
  padding: 7% 10%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  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;
}
.about .services .service.experience {
  background-color: #333333;
}
.about .services .service.construtora {
  background-color: #943042;
}
.about .services .service.incorporadora {
  background-color: #93b4bc;
}
.about .services .service h1 {
  font-size: 90px;
  line-height: 36px;
  color: #93b4bc;
  margin-bottom: 20px;
}
.about .services .service h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: inherit;
  margin-bottom: 10px;
}
.about .services .service .icon {
  width: 120px;
  height: 120px;
  margin: auto;
}

@media (max-width: 900px) {
  .content-header {
    min-height: 500px;
  }

  .about .content-main article.about-content {
    padding: 15% 10%;
  }
  .about .content-main article.about-content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .about .content-main article {
    padding: 15% 10%;
  }
  .about .content-main article h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .about .services .service {
    width: 100%;
    min-height: 60%;
    padding: 20% 10%;
    font-size: 12px;
  }
}