section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1{
  font-size: 2.5rem;

}
P{
  font-size: 1.1rem;
}
.hero{
  background-color: #f5f6f7;
  min-height: 450px;
  text-align: center;
}
.navbar{
padding: 2rem;
background-color: white;
}
.navbar-collapse{
  align-items: center;
  justify-content: space-between;

}
.eye{
  z-index: 1;
}

.heaven{  
  z-index: -1;
}
.fondo{
  background-color: blue;
}
/* Container holding the image and the text */
.container1 {
  position: relative;
  text-align: center;
  color: black;
}
/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.top-left {
  position: absolute;
  top: 18px;
  left: 16px;
}
/* .Galeria{
  height: 900px;
} */
.slide img{
  height: 100vh;
  max-width: 100%;
  object-position: center;
}