.elementor-1793 .elementor-element.elementor-element-c728d9c{--display:flex;}#elementor-popup-modal-1793{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1793 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1793 .dialog-close-button{display:flex;}#elementor-popup-modal-1793 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-7e7466c *//* Remove fundo e borda do fundo externo do modal */
.elementor-popup-modal {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove fundo da camada do lightbox */
.elementor-lightbox,
.dialog-type-lightbox .dialog-widget-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Aplica fundo azul no container interno principal */
.dialog-widget-content > div {
  background: #002f52 !important;
  border-radius: 16px !important;
  padding: 30px !important;
}

/* Aplica degrade (opcional) */
.dialog-widget-content > div {
  background: linear-gradient(135deg, #002f52, #004e89) !important;
}

/* Estiliza o botão */
.elementor-button {
  background-color: #ffc107 !important;
  color: #002f52 !important;
  border-radius: 8px !important;
  transition: 0.3s ease;
}

.elementor-button:hover {
  background-color: #ffaa00 !important;
  transform: scale(1.03);
}/* End custom CSS */