@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 .broom-media-container {
  display: flex;
  width: 100%; }
  body .broom-media-container * {
    justify-content: inherit; }
  body .broom-media-container .broom-media {
    width: 100%; }
  body .broom-media-container figure, body .broom-media-container img, body .broom-media-container picture, body .broom-media-container video, body .broom-media-container .broom-media-background {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0; }
  body .broom-media-container.in-grid .broom-media {
    width: 100%;
    height: 100%; }
  body .broom-media-container .aspectRatioCatch figure, body .broom-media-container .aspectRatioCatch img, body .broom-media-container .aspectRatioCatch picture, body .broom-media-container .aspectRatioCatch video, body .broom-media-container .aspectRatioCatch .broom-media-background {
    aspect-ratio: inherit; }

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