.elementor-5643 .elementor-element.elementor-element-4d601be{--display:flex;--min-height:775px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}.elementor-5643 .elementor-element.elementor-element-4d601be:not(.elementor-motion-effects-element-type-background), .elementor-5643 .elementor-element.elementor-element-4d601be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tapirlodge.com/wp-content/uploads/2026/01/pauta-tapilodge.png");background-position:center center;background-repeat:no-repeat;background-size:contain;}#elementor-popup-modal-5643{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5643 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5643 .dialog-close-button{display:flex;}#elementor-popup-modal-5643 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-5643 .elementor-element.elementor-element-4d601be{--content-width:1154px;}}/* Start custom CSS *//* El box real del popup */
.elementor-popup-modal .dialog-widget-content{
  position: relative !important;
  overflow: visible !important;
}

/* Asegura que tu botón esté por encima de todo */
.elementor-popup-modal .dialog-widget-content .popup-close-btn{
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  z-index: 2147483647 !important; /* súper alto */
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Fuerza la X (pseudo-elementos) en producción */
.elementor-popup-modal .dialog-widget-content .popup-close-btn::before,
.elementor-popup-modal .dialog-widget-content .popup-close-btn::after{
  content: "" !important;
  position: absolute !important;
  width: 20px !important;
  height: 2.5px !important;
  background: #fff !important;
  top: 50% !important;
  left: 50% !important;
  transform-origin: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.elementor-popup-modal .dialog-widget-content .popup-close-btn::before{
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.elementor-popup-modal .dialog-widget-content .popup-close-btn::after{
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

/* Botón cerrar nativo de Elementor */
.elementor-popup-modal .dialog-lightbox-close-button{
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  left: auto !important;

  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;

  background: rgba(0,0,0,.65) !important;
  z-index: 2147483647 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;

  box-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}

/* Tamaño y color del ícono X */
.elementor-popup-modal .dialog-lightbox-close-button svg{
  width: 18px !important;
  height: 18px !important;
  fill: #fff !important;
}

/* Hover */
.elementor-popup-modal .dialog-lightbox-close-button:hover{
  background: #000 !important;
  transform: scale(1.08);
  transition: .2s ease;
}

/* Mobile */
@media (max-width: 768px){
  .elementor-popup-modal .dialog-lightbox-close-button{
    top: 12px !important;
    right: 12px !important;
    width: 38px !important;
    height: 38px !important;
  }
}/* End custom CSS */