.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-5 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;}}/* Start custom CSS *//* FORMULÁRIO ESTILIZADO COM MELHOR LEGIBILIDADE E ESPAÇAMENTO REDUZIDO */
.formulario-estilizado form {
  max-width: 500px;
  margin: 0 auto;
  padding: 0px;
  background: transparent;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

/* Redução total do espaçamento entre os campos */
.formulario-estilizado .form-group {
  margin-bottom: 6px;
}

/* INPUTS E SELECT */
.formulario-estilizado input[type="text"],
.formulario-estilizado input[type="email"],
.formulario-estilizado select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: rgba(200, 200, 200, 0.15);
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  backdrop-filter: blur(2px);
}

/* Placeholder com mais nitidez */
.formulario-estilizado input::placeholder,
.formulario-estilizado select::placeholder {
  color: rgba(1, 1, 1, 1.0);
  font-weight: 500;
}

/* Foco nos campos */
.formulario-estilizado input:focus,
.formulario-estilizado select:focus {
  border-color: #ff6600;
  outline: none;
}

/* BOTÃO */
.formulario-estilizado input[type="submit"] {
  background-color: #D59118;
  color: white;
  border: none;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100%;
}

.formulario-estilizado input[type="submit"]:hover {
  background-color: #e05a00;
  transform: scale(1.02);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .formulario-estilizado form {
    padding: 15px;
  }
}/* End custom CSS */