.crossfade>figure{padding:0;margin:0;animation:36s linear infinite imageAnimation;background-size:cover;background-position:center;color:transparent;height:100vh;left:0;opacity:0;position:absolute;top:0;width:100vw;z-index:-1}.crossfade>figure:first-child{background-image:url('../img/fondo-01.jpg')}.crossfade>figure:nth-child(2){animation-delay:6s;background-image:url('../img/fondo-02.jpg')}.crossfade>figure:nth-child(3){animation-delay:12s;background-image:url('../img/fondo-03.jpg')}.crossfade>figure:nth-child(4){animation-delay:18s;background-image:url('../img/fondo-04.jpg')}.crossfade>figure:nth-child(5){animation-delay:24s;background-image:url('../img/fondo-05.jpg')}.crossfade>figure:nth-child(6){animation-delay:30s;background-image:url('../img/fondo-06.jpg')}@keyframes imageAnimation{0%{animation-timing-function:ease-in;opacity:0}8%{animation-timing-function:ease-out;opacity:1}17%{opacity:1}100%,25%{opacity:0}}
