@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-group.overlap_true:not(.is-style-accordion, .is-style-slider) > * > *:first-child:first-child, body.wp-admin .editor-styles-wrapper .wp-block-group.overlap_true:not(.is-style-accordion, .is-style-slider) > * > *:first-child:first-child {
  margin-top: -41px !important; }
body:not(.wp-admin) .wp-block-group.overlap_true:not(.is-style-accordion, .is-style-slider).verticalMargins_big > * > *:first-child:first-child, body.wp-admin .editor-styles-wrapper .wp-block-group.overlap_true:not(.is-style-accordion, .is-style-slider).verticalMargins_big > * > *:first-child:first-child {
  margin-top: -71px !important;
  background: inherit;
  background: linear-gradient(180deg, inherit 90%, inherit 100%); }
body:not(.wp-admin) .wp-block-group.verticalMargins_big > *, body.wp-admin .editor-styles-wrapper .wp-block-group.verticalMargins_big > * {
  padding: 50px 0 !important; }
body:not(.wp-admin) .wp-block-group.horizontalMargins_big > * > *, body.wp-admin .editor-styles-wrapper .wp-block-group.horizontalMargins_big > * > * {
  max-width: 600px !important; }

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