.quienes_somos {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.quienes_logo {
  width: 50%;
}
.quienes_parrafo {
  width: 50%;
  line-height: 1.8em;
  font-size: 1.5em;
}

.quienes_logo img {
  max-width: 100%;
}
.contenedor_misionyvision {
  width: 100%;
  height: 450px;
  background-image: url("/imagenes/IMG1.jpg");
  background-size: cover;
  /* background-attachment: fixed; */
  display: flex;
  flex-wrap: wrap;
}
.contenedor_misionyvision::before {
  content: "";
  width: 100%;
  height: 450px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;

  opacity: 0.7;
}
.mvh {
  position: relative;
  color: crimson;
  font-size: 3em;
  z-index: 10;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mision {
  width: 49%;
  display: block;
}
.vision {
  width: 49%;
  display: block;
}
.mvp {
  color: var(--naranjaRecind);
  font-size: 1.8em;
  position: relative;
  z-index: 10;
  text-align: center;
}
.nuestros_valores {
  width: 95%;
  display: flex;
  border-radius: 25px;
  margin: 35px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.nuetros_valoresP {
  width: 80%;
}
.nuestros_valoresPp {
  font-size: 1.5em;
  margin: 15px;
  text-align: justify;
}
.npp {
  padding: 10px 20px 10px 20px;
}

.nuetros_valoresLogo {
  width: 20%;
  text-align: right;
  max-width: 100%;
  padding: 30px;
}
.nuetros_valoresLogo img {
  width: 100%;
  max-width: 50%;
}
.nuestros_valoresH {
  text-align: center;
  font-size: 4em;
  color: crimson;
}
.nuestros_valoresHdos {
  text-align: center;
  font-size: 3em;
}
@media (max-width: 950px) {
  .nuestros_valores {
    width: 90%;
    margin: auto;

    border-radius: none;

    box-shadow: none;
  }
  .quienes_somos {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4em;
   
  }
  .quienes_logo {
    width: 98%;
    max-width: 40%;
    float: right;
  }
  .quienes_parrafo {
    width: 100%;
    line-height: 1.2em;
    font-size: 1.1em;
  }

  .contenedor_misionyvision {
    width: 100%;
    height: 300px;
    background: white;
    /* background-attachment: fixed; */
    display: block;
  }
  .contenedor_misionyvision::before {
    content: "";
    background: none;
  }
  .mvh {
    position: relative;
    color: crimson;
    font-size: 2em;
  }
  .mision {
    width: 100%;
  }
  .vision {
    width: 100%;
  }
  .mvp {
    font-size: 1.3em;
  }
  .nuetros_valoresP {
    width: 100%;
  }
  .nuestros_valoresPp {
    font-size: 1.2em;
    margin: 15px;
    text-align: justify;
  }
  .npp {
    padding: 10px 20px 10px 20px;
  }

  .nuetros_valoresLogo {
    display: none;
  }

  .nuestros_valoresH {
    text-align: center;
    font-size: 2.5em;
    color: crimson;
  }
  .nuestros_valoresHdos {
    text-align: center;
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .nuestros_valores {
    
    width: 90%;
    margin: auto;
    border-radius: none;
    box-shadow: none;
  }
  .quienes_somos {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
   
  
    
  }
  .quienes_logo {
    width: 98%;
    max-width: 40%;
    float: right;
  }
  .quienes_parrafo {
    width: 100%;
    line-height: 1.1em;
    font-size: .9em;
    
  }

  .contenedor_misionyvision {
    width: 100%;
    height: 300px;
    background: white;
    /* background-attachment: fixed; */
    display: block;
  }
  .contenedor_misionyvision::before {
    content: "";
    background: none;
  }
  .mvh {
    position: relative;
    color: crimson;
    font-size: 2em;
  }
  .mision {
    width: 100%;
  }
  .vision {
    width: 100%;
  }
  .mvp {
    font-size: 1.3em;
  }
  .nuetros_valoresP {
    width: 100%;
  }
  .nuestros_valoresPp {
    font-size: 1.2em;
    margin: 15px;
    text-align: justify;
  }
  .npp {
    padding: 10px 20px 10px 20px;
  }

  .nuetros_valoresLogo {
    display: none;
  }

  .nuestros_valoresH {
    text-align: center;
    font-size: 2.5em;
    color: crimson;
  }
  .nuestros_valoresHdos {
    text-align: center;
    font-size: 2em;
  }
}



