/*
Theme Name: Carma Digital
Author: Carma Digital
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.imagen-servicio {
  transition: all 0.5s;
  opacity: 0;
  transform-origin: center center;
}
.imagen-servicio.animate {
  animation: fadeOutScaleUp 0.5s forwards;
}
.imagen-servicio.active {
  opacity: 1;
}

@keyframes fadeOutScaleUp {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}/*# sourceMappingURL=style.css.map */