@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 */ } }
body:not(.wp-admin) figure.wp-block-image, body.wp-admin .editor-styles-wrapper figure.wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  body:not(.wp-admin) figure.wp-block-image > *, body.wp-admin .editor-styles-wrapper figure.wp-block-image > * {
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: center; }

/*# sourceMappingURL=block-styles-image.css.map */
