/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Para las imágenes del home */
@keyframes cf4FadeInOut {
  0% {
    background-size: 0% 0%;
  }
  17% {
    background-size: 0% 100%;
  }
  25% {
    background-size: 0% 0%;
  }
  92% {
    background-size: 0% 0%;
  }
  100% {
    background-size: 0% 100%;
  }
}
