#sobreNosotros {
  background-image: url("../imagenes/nosotros_dif.png");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem;
}

.nosotros {
  display: flex;
  justify-content: center;
}

.separadorDos {
  display: block;
  width: 10%;
  height: 2px;
  margin: 15px auto 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  background-color: #0408db;
  text-align: left;
  opacity: 0.2;
}

.titulo-sobreNosotros {
  color: white !important;
}

.subtitulo-sobreNosotros {
  font-size: 15px;
  color: white !important;
  font-weight: 600;
}

.subtitulo_subseccion {
  color: white !important;
  font-size: 20px;
}

.descripcion_about {
  text-align: left !important;
  margin-top: 2em;
}

.vision, .valores, .presentamos, .socios {
  margin-top: 4em;
}

#tituloMision, #tituloVision, #tituloValores, #tituloPresen, #tituloEstructura {
  margin-bottom: 1em;
}

#tituloPresen {
  text-align: left;
  color: #db0433;
}

#presentaciones, #estructuraInterna {
  background-color: rgb(244, 236, 236);
  margin-bottom: 2em;
}/*# sourceMappingURL=sobreNosotros.css.map */