.elementor-839 .elementor-element.elementor-element-1dee928{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-839{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-839 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-839 .dialog-close-button{display:flex;}#elementor-popup-modal-839 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-1dee928 *//* Botão X do Popup Elementor — bolinha preta com X branco */
.elementor-popup-modal .dialog-close-button {
  width: 36px !important;
  height: 36px !important;
  background: #ffaa61 !important;
  border-radius: 50% !important;
  top: 15px !important;
  right: 15px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  z-index: 99999 !important;
  opacity: 0.95 !important;
  transition: 0.2s ease !important;
}

/* X branco dentro da bolinha */
.elementor-popup-modal .dialog-close-button i::before {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

/* Hover suave */
.elementor-popup-modal .dialog-close-button:hover {
  opacity: 1 !important;
  transform: scale(1.07);
}/* End custom CSS */