/* Scss Document */
.div_back_gif {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

.div_back_img {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

.gif_cargando {
  position: absolute;
  height: 8vw;
  top: calc(50% - 4vw);
  left: calc(50% - 4vw); }

@media screen and (max-width: 800px) {
  .gif_cargando {
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px); } }
