.elementor-kit-9{--e-global-color-primary:#0A574E;--e-global-color-secondary:#D5B91D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#DAB180;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1px;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:400;--e-global-typography-045d832-font-family:"Poppins";color:var( --e-global-color-text );font-family:"Poppins", poppins;font-size:12px;font-weight:300;background-color:#161061;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#92D894;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-9 {
  /* Set font size, color, and weight for all text in the form */
  font-size: 14px;
  color: #333;
  font-weight: normal;

  /* Set form input styles */
  input[type="text"], 
  input[type="password"], 
  input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  /* Set form button styles */
  input[type="submit"], 
  button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  input[type="submit"]:hover, 
  button[type="submit"]:hover {
    background-color: #0069d9;
  }
  
  /* Set form wrapper styles */
  .form-wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }

  /* Set form section styles */
  .form-section {
    margin-bottom: 20px;
  }

  /* Set form label styles */
  .form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  /* Set form error message styles */
  .form-error {
    color: #ff0000;
    font-weight: bold;
    margin-top: 5px;
  }
}

.elementor-kit-9 .conversao-do-facebook {
  background-color: #3b5998;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
}

.elementor-kit-9 .conversao-do-facebook:hover {
  background-color: #2a4374;
}/* End custom CSS */