@charset "UTF-8";
@keyframes errorBackgroundAnimation {
  from {
    background-color: rgba(255, 0, 0, 0.6);
    /* rojo sólido */ }
  to {
    background-color: rgba(255, 0, 0, 0.2);
    /* rojo transparente */ } }
.in-grid > div > .list-item, .in-grid > div > .list-item > article, .in-grid > .list-item, .in-grid > .list-item > article {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*# sourceMappingURL=style.css.map */
