/*BANNER SECTION*/
.banner {
  min-height: 25vw;
  max-height: 70vw;
  height: 70vw;
  margin-top: 6rem;
  width: 100%;
  background-image: url("../img/banner-aboutUs.jpg");
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  /*Create the parallax scrolling effect*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bannerMask::after {
  background-color: #000000;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}

.titleBanner {
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 1;
}

/*MISSION AND VISION*/
.missionVision .row {
  background-color: #2a2f4a;
}

.mission-vision {
  height: auto;
  background-color: #2a2f4a;
  text-align: center;
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.mission-vision h1 {
  color: #cccccc;
  text-transform: uppercase;
  padding-bottom: 3%;
}

.mission-vision p {
  text-align: justify;
  color: #ffffff;
  font-size: 20px;
  line-height: 2.3rem;
}

/*VALUES*/
.values {
  height: auto;
  background-color: #ffffff;
}

.values .row {
  background-color: transparent;
  height: auto;
}

.circle {
  height: 200px;
  width: 200px;
  background-color: #cccccc;
  border-radius: 50%;
  display: inline-block;
  margin-top: 7%;
}

.circle-text {
  color: #242943;
  text-transform: uppercase;
  text-align: center;
}

.circle-text h1 {
  font-size: 2rem;
}

.col-md-4 {
  padding: 0;
}

.circle-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #ffffff;
}

.values-left {
  margin-top: 7%;
}

.values-right, .values-left {
  height: auto;
}

.values-right ul, .values-left ul {
  padding: 0;
}

.values-right li, .values-left li {
  list-style: none;
  margin-bottom: 35px;
  padding: 0 0 0 5%;
  justify-content: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
}

.values-right .circle-icon, .values-left .circle-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #242943;
}

.values-right i, .values-left i {
  color: #242943;
  font-size: 3em;
}

.values-right h1, .values-left h1 {
  color: #242943;
  font-size: 1.8rem;
}

/*OUR MEMBERS*/
.separatorFirst {
  height: 25vw;
  background-color: #2a2f4a;
}

.separatorFirst h1 {
  color: #cccccc;
  text-transform: uppercase;
}

.memberOdd {
  height: auto;
  background-color: #2a2f4a;
  text-align: end;
}

.memberOdd .row {
  margin: 0;
}

.memberOdd img {
  height: 192px;
  width: 192px;
  border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.memberContent {
  margin: 10px 20px 0 20px;
}

.memberName {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: lighter;
  padding-bottom: 10px;
  border-bottom: solid 2px #ffffff20;
}

.memberPost {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: lighter;
}

.memberPresentation {
  color: #ffffff;
}

.memberSocialMedia a {
  color: #ffffff;
}

.memberSocialMedia a:hover {
  color: #ffffff20;
  text-decoration: none;
}

.memberSocialMedia .circle-icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: solid 2px #ffffff20;
}

.separatorEven {
  height: 19vw;
  background-image: linear-gradient(10deg, #242943 0%, #242943 50%, #2a2f4a 50%, #2a2f4a 100%);
}

.memberEven {
  height: auto;
  background-color: #242943;
  text-align: start;
}

.memberEven .row {
  margin: 0;
}

.memberEven img {
  height: 192px;
  width: 192px;
  border-radius: 50%;
  margin-left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.separatorOdd {
  height: 19vw;
  background-image: linear-gradient(170deg, #242943 0%, #242943 50%, #2a2f4a 50%, #2a2f4a 100%);
}

@media (min-width: 576px) {
  /*VALUES*/
  .values-right li, .values-left li {
    padding: 0 0 0 25%;
  }
  /*OUR MEMBERS*/
  .separatorFirst {
    height: 21vw;
  }
}

@media (min-width: 768px) {
  /*BANNER SECTION*/
  .banner {
    height: 25vw;
  }
  .banner img {
    height: 25vw;
  }
  /*VALUES*/
  .values {
    background-image: linear-gradient(-65deg, #ffffff 0%, #ffffff 50%, #242943 50%, #242943 50%);
  }
  .circle {
    height: 120px;
    width: 200px;
    margin-top: 0;
  }
  .circle-text h1 {
    font-size: 1.5rem;
  }
  .values-left li {
    padding: 0 0% 0 0;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
  }
  .values-left .circle-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #ffffff;
  }
  .values-left i {
    color: #ffffff;
  }
  .values-left h1 {
    color: #ffffff;
    font-size: 1.3rem;
  }
  .values-right {
    margin-top: 7%;
  }
  .values-right li {
    padding: 0;
  }
  .values-right .circle-icon {
    width: 80px;
    height: 80px;
  }
  .values-right h1 {
    font-size: 1.3rem;
  }
  /*OUR MEMBERS*/
  .memberOdd img, .memberEven img {
    height: 274px;
    width: 274px;
  }
}

@media (min-width: 992px) {
  /*MISSION AND VISION*/
  .mission {
    border-right: solid 2.5px #cccccc;
  }
  .vision {
    border-left: solid 2.5px #cccccc;
  }
  /*VALUES*/
  .circle {
    height: 200px;
    width: 200px;
  }
  .circle-text h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  /*VALUES*/
  .circle {
    height: 300px;
    width: 300px;
  }
  .circle-text h1 {
    font-size: 2.5rem;
  }
  .values-left .circle-icon, .values-right .circle-icon {
    width: 130px;
    height: 130px;
  }
  .values-left i, .values-right i {
    font-size: 5em;
  }
  .values-left h1, .values-right h1 {
    font-size: 1.7rem;
  }
  /*OUR MEMBERS*/
  .memberOdd img {
    margin-right: 85px;
  }
  .memberEven img {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=nosotros.css.map */