@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) .wp-block-separator, body.wp-admin .editor-styles-wrapper .wp-block-separator {
  margin: var(--paddingNormal) auto; }
  body:not(.wp-admin) .wp-block-separator.custom-style-secondary, body:not(.wp-admin) .wp-block-separator.separator-end, body.wp-admin .editor-styles-wrapper .wp-block-separator.custom-style-secondary, body.wp-admin .editor-styles-wrapper .wp-block-separator.separator-end {
    min-height: 5px;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 10.1 5"><circle cx="5" cy="2.5" r="2.5"/></svg>');
    mask-repeat: repeat-x;
    mask-size: contain;
    mask-position: center center; }
  body:not(.wp-admin) .wp-block-separator.custom-style-tertiary, body.wp-admin .editor-styles-wrapper .wp-block-separator.custom-style-tertiary {
    min-height: 10px;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 126.3 21.2"><circle cx="63.2" cy="10.6" r="10.6"/></svg>');
    mask-repeat: repeat-x;
    mask-size: contain;
    mask-position: center center; }

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