image-zoom {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000b8;
  z-index: 100;
}

.image-zoom-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: -webkit-fill-available;
  max-height: fill-available;
  height: 100%;
  flex: 1;
}

#imageViewport {
  display: flex;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  justify-content: center;
  align-items: center;
}

#imageViewport {
  position: relative;
  background-color: var(--color-modo);
  padding: 0.5rem 0.75rem 0 0.75rem;
  height: 100%;
}

#imagePannel {
  display: flex;
  /* position: absolute; */
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  border: 2px solid var(--color-terciario);
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.lupa-container {
  top: 1rem;
  right: 1.25rem;
  position: absolute;
  width: 5.7rem;
  height: 5.7rem;
  overflow: hidden;
  z-index: 102;
  border-radius: 0.125rem;
  border: 1px solid var(--color-terciario);

  /* Sombra A */
  box-shadow: 0px -7px 68px 0px rgba(96, 150, 251, 0.12),
    0px -1.564px 15.189px 0px rgba(96, 150, 251, 0.07),
    0px -0.466px 4.522px 0px rgba(96, 150, 251, 0.05);
}

.lupa-marco {
  position: absolute;
  border-radius: 0.125rem;
  transform: translate(-50%, -50%);
  border: 2px solid var(--color-acento, #db002e);
  opacity: 0.7;
}
