@charset "UTF-8";
body .backgroundBlockContainer .backgroundBlockImages {
  transform: translate(-50%, 0);
  webkit-transform: translate(-50%, 0); }

@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 .backgroundBlockContainer {
  display: flex; }
  body .backgroundBlockContainer .backgroundBlockImages {
    position: absolute !important;
    min-height: unset !important;
    top: 0;
    left: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    body .backgroundBlockContainer .backgroundBlockImages.fullScreen, body .backgroundBlockContainer .backgroundBlockImages.fullWidth {
      width: 100vw !important;
      background: inherit; }
    body .backgroundBlockContainer .backgroundBlockImages .backgroundBlockScrollLayer, body .backgroundBlockContainer .backgroundBlockImages .backgroundBlockMouseLayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body .backgroundBlockContainer .backgroundBlockImages .backgroundBlockMedia {
      position: absolute; }
  body .backgroundBlockContainer .backgroundBlockContent, body .backgroundBlockContainer .backgroundBlockContent .backgroundBlockInnerContent {
    width: 100%; }
  body .backgroundBlockContainer .backgroundsList {
    width: 100%; }

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