@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 .floatingBlockContainer {
  margin: 0 auto; }
  body .floatingBlockContainer .floatingBlockContent {
    z-index: 1;
    margin: 0 auto; }

.floatingBlockImages {
  position: absolute !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 50% !important;
  width: 100%;
  height: 100%; }
  .floatingBlockImages.floatingBlockOver {
    z-index: 2 !important; }

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