.elementor-kit-6{--e-global-color-primary:#063B26;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--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-6 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){margin-block-end: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:740px;}.e-con{--container-max-width:740px;}}/* Start custom CSS *//* 🔥 Remover campo duplicado do Elementor */
.elementor-field-group .elementor-field-label {
  font-weight: 600;
}
.elementor-field-group .elementor-field-label:contains("Companhia de energia") {
  display: none !important;
}

/* ✨ Labels do formulário personalizado */
#formSimuladorCrefaz label {
  font-size: 1rem;
  font-weight: 600;
  color: #3c3c3c;
  display: block;
  margin-bottom: 0.5rem;
  animation: fadeIn 0.6s ease-in-out;
}

/* 🎯 Inputs e selects com estilo premium */
#formSimuladorCrefaz input[type="text"],
#formSimuladorCrefaz input[type="email"],
#formSimuladorCrefaz input[type="tel"],
#formSimuladorCrefaz select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  animation: fadeInUp 0.5s ease-in-out;
}

/* 👀 Efeitos de foco refinado */
#formSimuladorCrefaz input:focus,
#formSimuladorCrefaz select:focus {
  border-color: #67c1ff;
  box-shadow: 0 0 8px rgba(103, 193, 255, 0.5);
  transform: scale(1.02);
  outline: none;
}

/* ⚡ Estilo especial pro campo de companhia de energia */
#formSimuladorCrefaz select#companhia_energia {
  background: #eef7ff;
  border-color: #3c8dbc;
  font-weight: 600;
  color: #3c8dbc;
}

/* 🚀 Botão com animação pulsante */
#formSimuladorCrefaz button[type="submit"] {
  background: linear-gradient(to right, #3c8dbc, #67c1ff);
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  animation: pulse 1.8s infinite;
}

#formSimuladorCrefaz button[type="submit"]:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #67c1ff, #3c8dbc);
}

/* 🎉 Mensagem de aprovação/reprovação */
#respostaSimulacao {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1rem;
  animation: fadeIn 0.5s ease-in-out;
}

/* 💫 Animações */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(60, 141, 188, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(60, 141, 188, 0); }
  100% { box-shadow: 0 0 0 0 rgba(60, 141, 188, 0); }
}

/* 📱 Responsividade */
@media (max-width: 768px) {
  #formSimuladorCrefaz button[type="submit"] {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */