@import url('https://fonts.googleapis.com/css?family=Muli&display=swap'); 

.container {
  width: 100%;
  display: flex;
  padding: 0 20px;
  height: auto;
}

.slide {
  position: relative;
  cursor: pointer;
  height: 80vh;
  flex: 1;
  margin: 10px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .5s
}

.slide > img {
  width: 100%;
  height: 100%;
}

.slide > h3 {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: .5s
  
}

.slide.active {
  flex: 10;
}

.slide.active > h3{
  opacity: 1
}


.uno{
  background-image: url('../img/primerdiaillia.png');
}

.dos{
  background-image: url('../img/onu5.png');
}


.tres{
  background-image: url('../img/guitarra.png');
}

.cuatro{
  background-image: url('../img/viajeplastica.png');
}

.cinco{
  background-image: url('../img/upd.png');
}
.slide > img {
  width: 100%;
  height: 100%;
}

.slide > h3 {
  position: absolute;
  color:black;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: .5s
  
}

.slide.active {
  flex: 10;
}

.slide.active > h3{
  opacity: 1
}


