.fabStackCatalogo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fabMain,
.fabOption {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
}

.fabMain img,
.fabOption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Opciones ocultas */
.fabOption {
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.25s ease;
}

/* Estado abierto */
.fabStackCatalogo.open .fabOption {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* =========================================================
   FAB STACK – Osa Insumos Catálogo
   ========================================================= */

.fabStackCatalogo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fabMain,
.fabOption {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
}

.fabMain img,
.fabOption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Opciones ocultas */
.fabOption {
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.25s ease;
}

/* Estado abierto */
.fabStackCatalogo.open .fabOption {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
