.AreasDescription {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../imgs/area-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .AreasDescription {
    background-position-x: 63%;
  }
}
@media only screen and (max-width: 480px) {
  .AreasDescription {
    background-position-x: 83%;
  }
}
.IntroductionContent {
  color: #fff;
  text-align: center;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  margin: 0 7%;
}
.IntroductionContent h6 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0.5rem 0 1.4rem 0;
  letter-spacing: 5px;
}
@media only screen and (max-width: 480px) {
  .IntroductionContent h6 {
    font-size: .8em;
  }
}
.IntroductionContent p {
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 480px) {
  .IntroductionContent p {
    font-size: 1em;
  }
}
.IntroductionContent i {
  color: #fff;
}
.Perfil {
  background-color: white;
  padding-bottom: 9%;
  padding-top: 9%;
}
.Perfil div {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .Perfil {
    min-height: 500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .Perfil {
    min-height: 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .Perfil {
    min-height: 100px;
  }
}
.Perfil img {
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .Perfil img {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .Perfil img {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .Perfil img {
    width: 40%;
  }
}
.Perfil h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 2.5em;
}
@media only screen and (min-width: 992px) {
  .Perfil h4 {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .Perfil h4 {
    text-align: center;
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .Perfil h4 {
    text-align: center;
    font-size: 1.2em;
  }
}
.AreasContent {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../imgs/background-areas2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: 26%;
}
@media only screen and (min-width: 992px) {
  .AreasContent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .AreasContent .Areas-showcase {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding: 5%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .AreasContent .Areas-showcase {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.AreasContent .Areas-showcase .AreaType:nth-child(3) {
  margin-bottom: 15%;
}
.AreasContent .Areas-showcase .AreaType {
  text-align: center;
  margin: 15% 2% 15% 2%;
  font-family: "Open Sans", sans-serif;
}
.AreasContent .Areas-showcase .AreaType div {
  height: 100%;
}
.AreasContent .Areas-showcase .AreaType img {
  width: 65%;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .AreasContent .Areas-showcase .AreaType img {
    width: 40%;
  }
}
.AreasContent .Areas-showcase .AreaType h2 {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .AreasContent .Areas-showcase .AreaType h2 {
    font-size: 1.6em;
  }
}
.AreasContent .Areas-showcase .AreaType h6 {
  font-size: 1.2em;
  color: #fff;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 991px) {
  .AreasContent .Areas-showcase .AreaType h6 {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media only screen and (max-width: 480px) {
  .AreasContent .Areas-showcase .AreaType h6 {
    font-size: 1em;
  }
}
.AreasContent .Areas-showcase .AreaType:hover img {
  cursor: pointer;
}
.AreasContent .Areas-showcase .AreaType:hover h2 {
  color: #fff;
  cursor: pointer;
}
.AreasContent .Areas-showcase .AreaType:hover h6 {
  color: #fff;
  cursor: pointer;
}
