.m0 {
  margin: 0;
}

.banner {
  height: 730px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  color: white;
  padding-top: 100px;
}
.banner > div {
  margin-left: 160px;
  width: 34%;
  padding-top: 100px;
}
.banner .titulo {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.banner .texto {
  font-size: 26px;
  font-family: "Myriad Pro Regular";
  text-align: left;
}
@media (max-width: 1199.98px) {
  .banner {
    height: 650px;
  }
  .banner > div {
    margin-left: 100px;
  }
  .banner .titulo {
    font-size: 49px;
  }
}
@media (max-width: 991.98px) {
  .banner .titulo {
    font-size: 45px;
  }
  .banner .texto {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .banner {
    height: 550px;
    background-size: cover;
    background-attachment: local;
  }
  .banner .titulo {
    font-size: 44px;
  }
  .banner > div {
    margin-left: 70px;
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .banner {
    padding-top: 100px;
    background-size: cover;
    background-attachment: inherit;
    background-position-x: right;
    height: 390px;
    padding-bottom: 0px;
  }
  .banner .titulo {
    font-size: 24px;
  }
  .banner > div {
    margin-left: 30px;
    width: 54%;
    padding-top: 0px;
  }
  .banner .texto {
    font-size: 14px;
  }
}

.contenido {
  padding: 100px 150px;
  background-position: 0% 4%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .contenido {
    padding: 90px 50px;
  }
}
@media (max-width: 767.98px) {
  .contenido {
    background-attachment: inherit;
  }
}
.contenido .titulo {
  font-size: 36px;
  text-align: center;
  font-weight: 800;
  color: #233977;
  margin-bottom: 50px;
}
.contenido .texto {
  font-size: 24px;
  color: #666666;
  font-family: "Myriad Pro Regular";
  text-align: justify;
  margin-bottom: 60px;
}
.contenido .contImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenido > div > img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .contenido {
    padding: 70px;
  }
  .contenido .titulo {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .contenido .texto {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .contenido {
    padding: 60px 10px;
  }
  .contenido .titulo {
    font-size: 28px;
  }
  .contenido .texto {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.valores {
  background-color: #2283AD;
  padding: 50px 90px;
}
@media (max-width: 1199.98px) {
  .valores {
    padding: 50px 50px;
  }
}
@media (max-width: 575.98px) {
  .valores {
    padding: 30px 20px;
  }
}
.valores .iconos {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .valores .iconos {
    margin-bottom: 0;
  }
}
.valores .iconos img {
  height: 80px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .valores .iconos img {
    height: 50px;
  }
}
.valores .iconos .textos {
  color: white;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .valores .iconos .textos {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .valores .iconos .textos {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .valores .iconos .textos {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .valores .iconos .textos {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .valores .iconos .textos {
    margin-bottom: 30px;
  }
}
.valores .iconos > div {
  padding: 5px 30px;
}
@media (max-width: 991.98px) {
  .valores .iconos > div {
    padding: 5px 70px;
  }
}
@media (max-width: 767.98px) {
  .valores .iconos > div {
    padding: 5px 10px;
  }
}

.seccionEquipo {
  padding: 90px 120px;
  transition: 0.4s;
  background-color: #EEEEF0;
  margin-top: 100px;
}
@media (max-width: 1199.98px) {
  .seccionEquipo {
    padding: 90px 90px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo {
    padding: 40px 20px;
  }
}
@media (max-width: 767.98px) {
  .seccionEquipo {
    margin-top: 0px;
  }
}
.seccionEquipo .titulo {
  font-size: 38px;
  font-weight: 800;
  color: #233977;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .seccionEquipo .titulo {
    font-size: 33px;
  }
}
@media (max-width: 575.98px) {
  .seccionEquipo .titulo {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo .titulo {
    margin-bottom: 30px;
  }
}
.seccionEquipo > .equipo {
  margin-left: 0;
  margin-right: 0;
}
.seccionEquipo > .equipo > .integrante {
  position: relative;
  height: auto;
  background-color: #233977;
  width: 30%;
  margin: 7px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .seccionEquipo > .equipo > .integrante {
    width: 45%;
  }
}
.seccionEquipo > .equipo > .integrante img {
  width: 100%;
  transition: 0.4s;
}
.seccionEquipo > .equipo > .integrante > div {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-size: 17px;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 1199.98px) {
  .seccionEquipo > .equipo > .integrante > div {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .seccionEquipo > .equipo > .integrante > div {
    font-size: 0px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo > .equipo > .integrante > div {
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo > .equipo > .integrante > div {
    padding-right: 10px;
  }
}
.seccionEquipo > .equipo > .integrante > div h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .seccionEquipo > .equipo > .integrante > div h1 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo > .equipo > .integrante > div h1 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .seccionEquipo > .equipo > .integrante > div h1 {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .seccionEquipo > .equipo > .integrante > div h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo > .equipo > .integrante > div h1 {
    margin-bottom: 10px;
  }
}
.seccionEquipo > .equipo > .integrante > div h2 {
  font-size: 20px;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .seccionEquipo > .equipo > .integrante > div h2 {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo > .equipo > .integrante > div h2 {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .seccionEquipo > .equipo > .integrante > div h2 {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .seccionEquipo > .equipo > .integrante > div h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .seccionEquipo > .equipo > .integrante > div h2 {
    margin-bottom: 10px;
  }
}
.seccionEquipo > .equipo > .integrante:hover img {
  opacity: 0.3;
  transition: 0.4s;
}
.seccionEquipo > .equipo > .integrante:hover > div {
  transition: 0.4s;
  opacity: 1;
}

/*# sourceMappingURL=nosotros.css.map */
