.elementor-kit-1397{--e-global-color-primary:#142A1C;--e-global-color-secondary:#C9EB55;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFB900;--e-global-color-62c4541:#294B29;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;}.elementor-kit-1397 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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;}}:root { --color-1:#ffffff; --color-2:#c8ed53; --color-3:#003900; --color-4:#062406; --color-32:#FFB900; }
/* Start custom CSS *//* ===== WPFORMS — LUMINA STYLE ===== */

/* Remove título do formulário */
.wpforms-title {
  display: none !important;
}

/* Remove (REQUIRED) */
.wpforms-required-label {
  display: none !important;
}

/* Labels */
.wpforms-field-label {
  font-family: 'Jost', sans-serif !important;
  font-size: .7rem !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  color: #5c5950 !important;
  font-weight: 500 !important;
  margin-bottom: .5rem !important;
}

/* Inputs */
.wpforms-field input[type=text],
.wpforms-field input[type=email],
.wpforms-field select {
  border: none !important;
  border-bottom: 1px solid #e6e0d1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: 'Fraunces', serif !important;
  font-size: 1rem !important;
  color: #221f1a !important;
  padding: .55rem 0 !important;
  height: auto !important;
}

/* Focus dourado */
.wpforms-field input:focus,
.wpforms-field select:focus {
  border-bottom-color: #d9a23a !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove fundo cinzento dos selects */
.wpforms-field select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
}

/* Espaçamento entre campos */
.wpforms-field {
  padding: 0 !important;
  margin-bottom: 1.5rem !important;
}

/* Botão submit */
.wpforms-submit {
  width: 100% !important;
  background: #1f3d2b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
  padding: 1.05rem !important;
  cursor: pointer !important;
  transition: background .2s !important;
}

.wpforms-submit:hover {
  background: #142a1c !important;
}

/* Remove padding do container */
.wpforms-container {
  padding: 0 !important;
  margin: 0 !important;
}/* End custom CSS */