/* IMAGEN DE FONDO EN COMITÉ DE ETICA EN INVESTIGACIÓN */
.image-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
    url("https://images.pexels.com/photos/356040/pexels-photo-356040.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}