
.contenedor-oscuro {
  position: relative;
  width: 100%;
  display: inline-block;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3); /* Oscurece la imagen */
}

.texto-superpuesto {
  font-family: "Hubot Sans", sans-serif !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 2em;
}

.contenedor_desc{
  margin-left: 10%;
  margin-right: 10%;
}

.img_center{
  width: 100%;
  height: 100%;
}

.detalle_quienes_somos h2 {
  font-size: 3rem;
  text-transform: uppercase;
}

.detalle_quienes_somos p {
  font-size: 1.7rem;
  line-height: 1.6;
}

.seccion_fotos_integrantes h2{
 font-size: 3rem;
}

.valores_y_objetivos h1,
.valores_y_objetivos p,
.valores_y_objetivos h3 {
  color: white;
}


.Mision{
  margin-top: 60px;

}

.Vision {
  margin-top: 5px;
}

p{
  color: #000000;
}


.seccion-video h1,
.seccion-video p{
    color: white;

}

