.titulo {
  color: #93cc56;
}

.subtitulo {
  font-size: 22px;
  font-family: "Shanti", sans-serif;
  font-weight: 500;
}

.descripcion {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.caption {
  font-size: 15px;
  font-weight: 400;
}

figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.img-fluid {
  object-fit: cover;
  height: 100%;
}

#dataProyecto {
  margin-left: 20%;
  margin-right: 20%;
}
