.elementor-1004627 .elementor-element.elementor-element-7b9a629{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}#elementor-popup-modal-1004627{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1004627 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1004627 .dialog-close-button{display:flex;}#elementor-popup-modal-1004627 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-cdcc1a3 */.fujiarte-popup-sucesso {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 30px 20px;
  color: #333;
}

.fujiarte-popup-sucesso h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.fujiarte-popup-sucesso p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.popup-botoes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s ease;
  text-align: center;
}

/* Botão cinza - Apresentar mais pessoas */
.popup-btn.secundario {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
}

.popup-btn.secundario:hover {
  background-color: #e0e0e0;
}

/* Botão vermelho - Voltar à Home */
.popup-btn.primario {
  background-color: #d32f2f;
  color: #fff;
  border: none;
}

.popup-btn.primario:hover {
  background-color: #b71c1c;
}/* End custom CSS */