/* Catálogo flipbook — pantalla completa */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
}

#fb5-ajax {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

#fb5-ajax[data-template="true"] #fb5,
#fb5 {
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  max-width: 100vw !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}

.catalogo-back-shop {
  z-index: 10050;
}

@media (max-width: 767px) {
  #fb5-about div {
    margin-top: 80px !important;
    margin-left: 16px !important;
    max-width: 42vw !important;
  }
  #fb5-about h1 {
    font-size: 20px !important;
  }
  #fb5-about p {
    font-size: 12px !important;
  }
}
