/* Invisible texto */
figcaption {
  display:none; 
  transition: all .5s;
}

/* Visible texto figura 1 */
figure1:hover > figcaption {
  display:block;
  transition: all .5s;
}
