
.loader,
.loader:before,
.loader:after {
  background: #EAD9C8;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
}
.loader {
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #EAD9C8;
    height: 4em;
    background:#5C5045;
  }
  0%{
    background: #EAD9C8;
    opacity: 0.3;
  }
  33% {
    box-shadow: 0 -2em #EAD9C8;
    height: 5em;
    background:#EAD9C8;
    opacity: 0.6;
  }
  66%{
    background: #EAD9C8;
    opacity: 1;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #EAD9C8;
    height: 4em;
    background:#5C5045;
  }
  0%{
    background: #EAD9C8;
    opacity: 0.3;
  }
  33% {
    box-shadow: 0 -2em #EAD9C8;
    height: 5em;
    background:#EAD9C8;
    opacity: 0.6;
  }
  66%{
    background: #EAD9C8;
    opacity: 1;
  }
}
.frase_loader{
    position: absolute;
    width: 100%;
    margin-top: 60px;
    font-size: 14px;
    color: #5C5045;
    font-family: 'outfit';
}
.vg_obras_volver_series{
  margin-bottom: 25px;
}
div#cargando_obra > *:not(div.openseadragon-container) {
    opacity: 0.8;
}
.contenedor_loading{
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 99999;
}
#cargando_obra .contenedor_loading{
    background: transparent !important;
    display: block;
    position: relative;
}
div#cargando_obra[max-range='0'] {
    display: none;
}
div#cargando_obra {
    width: 100%;
    height: 100%;
    overflow: auto;
    bottom: 0px;
    position: absolute;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    display: flex;
    justify-content: center;
    align-items: center;
}
div#cargando_obra span {
    display: inline-block;
    color: #5C5045;
    z-index: 0;
}