.elementor .Box-megamenu{width:auto;height:215px;min-width:auto;min-height:215px;max-width:auto;max-height:215px;overflow:hidden;padding:10px;background-image:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,#073427 100%);background-repeat:repeat;background-attachment:scroll;background-size:auto auto;background-position:0% 0%;transition:all 200ms;flex-direction:column;gap:20px;justify-content:space-between;.heading-oculto, .btn-box {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;       /* Forzamos la altura a cero */
  min-height: 0 !important;   /* ¡LA CLAVE! Rompe el mínimo automático de Flexbox */
  margin: 0 !important;       /* Evita que los márgenes empujen a Iquitos */
  overflow: hidden;           /* Corta el botón para que no se desborde */
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease, min-height 0.3s ease, margin 0.3s ease;
}\n}.elementor .Box-megamenu:hover,.elementor .Box-megamenu:focus-visible{background-image:linear-gradient(#073427cc, #073427cc);background-repeat:repeat;background-attachment:scroll;background-size:auto auto;background-position:0% 0%;.heading-oculto, .btn-box {
  opacity: 1;
  visibility: visible;
  height: auto !important;     /* Devuelve su altura automática perfecta */
  min-height: auto !important; /* Restaura su comportamiento original */
  margin-top: 15px !important; /* Separa el botón elegantemente de "Iquitos" */
}\n}