@charset "UTF-8";
body .broomGallery figure, body .broomGallery picture, body .broomGallery img, body .broomGallery video, body .broomGallery .mediaContainer {
  transform: translate(-50%, -50%);
  webkit-transform: translate(-50%, -50%); }

@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 .broomGallery .galleryItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
body .broomGallery figure, body .broomGallery picture, body .broomGallery img, body .broomGallery video, body .broomGallery .mediaContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important; }
body .broomGallery img, body .broomGallery video {
  object-fit: cover; }
body .broomGallery .imageCaption {
  margin: 0;
  position: absolute;
  display: flex;
  padding: 10px;
  align-items: flex-end;
  color: #FFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, transparent 63%); }
body .broomGallery .limit-notification {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 1;
  font-size: 200px; }
  body .broomGallery .limit-notification .limitBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4; }

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