.banner-title {
  width: 100%;
  height: 381px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title h1 {
  color: #1b2837;
  font-size: 1.438rem;
  font-weight: 400;
  font-family: "lora", sans-serif;
  text-align: center;
}

.banner-title h1 span {
  color: #152237;
  font-size: 6rem;
  font-weight: 100;
  font-family: "charmini-100";
}

.areas {
  width: 100%;
  margin: 0px auto;
  display: flex;
}

.areas img {
  width: 50%;
  height: 100%;
}

.areas-text-cinza {
  width: 50%;
  padding: 60px 120px;
  background-color: #8e8a79;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.areas-text-cinza h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px;
  font-family: "charmini-100";
}

.areas-text-cinza p {
  font-family: "lora", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  max-height: 15vw;
  overflow: auto;
}
.areas-text-cinza p::-webkit-scrollbar {
  width: 4px;
}
.areas-text-cinza p::-webkit-scrollbar-track {
  background: #f1f1f1;
} 
.areas-text-cinza p::-webkit-scrollbar-thumb {
  background: #888;
}
.areas-text-cinza p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.areas-text-cinza a {
  font-weight: 500;
}

.areas-text-azul {
  width: 50%;
  padding: 60px 120px;
  background-color: #1c2836;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.areas-text-azul h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px;
  font-family: "charmini-100";
}

.areas-text-azul p {
  font-family: "lora", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  max-height: 15vw;
  overflow: auto;
}
.areas-text-azul p::-webkit-scrollbar {
  width: 4px;
}
.areas-text-azul p::-webkit-scrollbar-track {
  background: #f1f1f1;
} 
.areas-text-azul p::-webkit-scrollbar-thumb {
  background: #888;
}
.areas-text-azul p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.areas-text-azul a {
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .areas-text-azul,
  .areas-text-cinza {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .banner-title {
    height: 240px;
  }
  .banner-title h1{
    font-size: 7vw;
  }
  .banner-title h1 span {
    font-size: 10vw;
  }
  .areas {
    height: auto;
    padding: 0px;
  }
  .areas img {
    display: none;
  }
  .areas-text-cinza,
  .areas-text-azul {
    width: 100%;
  }
}

.conheca-hover-azul a,
.conheca-hover-branco a {
  width: 150px !important;
}

@media screen and (max-width: 600px){
  .areas-text-cinza p, .areas-text-azul p{
    height: 300px;
    max-height: 300px;
  }
}