*{margin: 100; font-family: calimbria;}
.movi2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.movi2 figure{
  position: relative;
  width: 1000px;
  height: 730px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.50);
  cursor: pointer;
}
.movi2 figure img{
  width: 100%;
  height: 100%;
  transition: all 500ms ease-out;
}
.movi2 figure .capa2{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.movi2 figure:hover > .capa2{
  opacity: 1;
  visibility: visible;
}
.movi2 figure:hover > .capa2 h5{
  margin-top: 300px;
  margin-bottom: 50px;
  text-align: center;
}
.movi2 figure .capa2 h5{
  color: #fff;
  font-weight: 600;
  margin-bottom: 120px;
  transition: all 500ms ease-out;
  margin-top: 30px;
}
h5{
  font-size: 50px;
  font-family: calimbria;
}
