<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-18378 .elementor-element.elementor-element-770fd933{--display:flex;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-35fbdca4 *//* EstilizaÃ§Ã£o geral do formulÃ¡rio */
#egoi_simple_form_18377_1 {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* EstilizaÃ§Ã£o dos campos de entrada */
#egoi_simple_form_18377_1 #egoi_name,
#egoi_simple_form_18377_1 #egoi_email, #egoi_country_code, #egoi_mobile {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

/* EstilizaÃ§Ã£o do botÃ£o de envio */
#egoi_simple_form_18377_1 #egoi_submit_button {
  background-color: #007bff;
  color: #fff;
  padding: 8px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#egoi_simple_form_18377_1 #egoi_submit_button:hover {
  background-color: #0056b3;
}

/* EstilizaÃ§Ã£o das labels */
#egoi_simple_form_18377_1 label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}

/* Responsividade */
@media (max-width: 768px) {
  #egoi_simple_form_18377_1 {
    padding: 15px;
  }

  #egoi_simple_form_18377_1 #egoi_name,
#egoi_simple_form_18377_1 #egoi_email{
    font-size: 14px;
  }

  #egoi_simple_form_18377_1 #egoi_submit_button {
    width: 100%;
    padding: 12px;
  }
}/* End custom CSS */</pre></body></html>