.elementor-930 .elementor-element.elementor-element-a8e4c9b{--display:flex;}.elementor-930 .elementor-element.elementor-element-9c08144{font-size:10px;line-height:1px;color:#FFFFFF;}/* Start custom CSS for text-editor, class: .elementor-element-9c08144 *//* Contenedor general */
.cf7-modern-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-family: "Inter", sans-serif;
  animation: fadeIn 0.8s ease-in-out;
}

/* Animación de entrada */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Floating con íconos */
.cf7-floating {
  position: relative;
  margin-bottom: 25px;
  animation: slideUp 0.6s ease both;
}
.cf7-floating:nth-child(1) { animation-delay: 0.1s; }
.cf7-floating:nth-child(2) { animation-delay: 0.2s; }
.cf7-floating:nth-child(3) { animation-delay: 0.3s; }
.cf7-floating:nth-child(4) { animation-delay: 0.4s; }
.cf7-floating:nth-child(5) { animation-delay: 0.5s; }
.cf7-floating:nth-child(6) { animation-delay: 0.6s; }
.cf7-floating:nth-child(7) { animation-delay: 0.7s; }
.cf7-floating:nth-child(8) { animation-delay: 0.8s; }

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.cf7-floating .cf7-input,
.cf7-floating .cf7-file {
  width: 100%;
  padding: 14px 12px 14px 40px; /* espacio para ícono */
  border: 1px solid #cce0dd;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.cf7-floating .cf7-input:focus,
.cf7-floating .cf7-file:focus {
  border-color: #22c55e; /* verde */
  box-shadow: 0 0 0 3px rgba(34,197,94,0.2);
  background: #fff;
}

/* Label flotante */
.cf7-floating label {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #555;
  pointer-events: none;
  transition: all 0.2s ease;
}

.cf7-floating .cf7-input:focus + label,
.cf7-floating .cf7-input:not(:placeholder-shown) + label {
  top: -8px;
  left: 35px;
  font-size: 12px;
  background: #fff;
  padding: 0 6px;
  color: #2563eb; /* azul */
  border-radius: 4px;
}

/* Íconos */
.cf7-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #2563eb; /* azul moderno */
  pointer-events: none;
}

/* Botón enviar */
.cf7-submit-wrap {
  text-align: center;
  margin-top: 25px;
  animation: fadeIn 0.9s ease-in-out;
}

.cf7-submit {
  background: linear-gradient(135deg, #2563eb, #22c55e); /* azul → verde */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cf7-submit:hover {
  background: linear-gradient(135deg, #1d4ed8, #16a34a); /* tonos más intensos */
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(37,99,235,0.25);
}/* End custom CSS */