@charset "UTF-8";
#revista.loading canvas {
  display: none;
  opacity: 0;
}

#revista + progress {
  display: none;
}

#revista.loading + progress {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  display: block;
}

#revista #zoomBt::before {
  content: "-";
}

#revista #zoomBt::after {
  content: "+";
}

#revista {
  display: grid;
  place-content: center;
}

#revista {
  display: grid;
  place-content: center;
  filter: blur(0px);
  /* Inicialmente sin desenfoque */
  transition: filter 0.3s ease;
  /* Agregar transición para suavizar el efecto */
}

#cerrarModal {
  right: 5px;
  top: 5px;
  text-decoration: none;
}

#cerrarModal .cerrar {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: grid !important;
  place-content: center;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
}

/*botones*/
#zoomBt {
  display: none;
  position: absolute;
  right: 75px;
  bottom: 5px;
}

#fullscreenBt {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: Material Icons;
}

#prevBt,
#nextBt {
  font-family: "Material Icons";
  width: 70px;
  height: 70px;
}

.contenedor-modal {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  display: grid;
  place-content: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  backdrop-filter: blur(5px);
  z-index: 1111;
}

#pageLoad {
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  width: 100%;
}

.miniatura-container canvas {
  height: 100%;
  object-fit: contain;
  border: 1px solid black;
  border-radius: 16px;
}

#verminiaturas {
  width: 70px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}

#miniaturas {
  display: none;
}

/* Clase para mostrar el contenedor de miniaturas */
.mostrar-miniaturas {
  display: flex !important;
  width: 100%;
  gap: 20px;
  text-align: center;
  padding: 10px;
  height: 150px;
  flex-direction: row;
  overflow: scroll;
  position: fixed;
  bottom: 0;
}

/* Cambiar el color del scrollbar */
.mostrar-miniaturas::-webkit-scrollbar {
  width: 12px; /* Ancho del scrollbar */
  background-color: black; /* Color del fondo del scrollbar */
}

/* Cambiar el color de la pista (track) del scrollbar */
.mostrar-miniaturas::-webkit-scrollbar-track {
  background-color: black; /* Color de fondo de la pista del scrollbar */
}

/* Cambiar el color del pulgar (thumb) del scrollbar */
.mostrar-miniaturas::-webkit-scrollbar-thumb {
  background-color: grey; /* Color del pulgar del scrollbar */
  border-radius: 6px; /* Radio de borde del pulgar */
}

/* Cambiar el color del pulgar (thumb) del scrollbar cuando está en estado hover */
.mostrar-miniaturas::-webkit-scrollbar-thumb:hover {
  background-color: darkgrey; /* Color del pulgar del scrollbar en estado hover */
}

.mostrar-miniaturas .miniatura-container {
  position: relative;
}

/* Clase para ocultar el contenedor de miniaturas */
.ocultar-miniaturas {
  display: none;
}

.numero-pagina {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  color: white;
  width: 29px;
  border-radius: 10% 0px 50% 0;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
}

.indice {
  position: fixed;
}/*# sourceMappingURL=hilda.css.map */