.elementor-162 .elementor-element.elementor-element-ffea08a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-70a1e29 *//* Contenedor general del formulario */
.mm-registro-form {
  max-width: 420px;           /* ancho máximo */
  margin: 0 auto;             /* centrado */
  padding: 24px 24px 28px;
  background: #111111;        /* fondo oscuro (tipo header negro) */
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Título opcional: si quieres puedes añadir un <h2> encima con esta clase */
.mm-registro-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

/* Campos individuales */
.mm-field {
  margin-bottom: 14px;
}

.mm-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #f5f5f5;
}

.mm-field input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #333333;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

/* Placeholder más claro */
.mm-field input::placeholder {
  color: #777777;
}

/* Foco del input */
.mm-field input:focus {
  outline: none;
  border-color: #7c5cff;     /* morado suave, cámbialo si quieres */
  box-shadow: 0 0 0 1px #7c5cff33;
  background: #121212;
}

/* Botón */
.mm-btn {
  width: 100%;
  margin-top: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #7c5cff, #2dd4bf); /* morado + turquesa */
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.mm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  opacity: 0.96;
}

.mm-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

/* Mensajes de error */
.mm-registro-errores {
  margin-bottom: 16px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #2a0b0b;
  border: 1px solid #ff4d4f;
  color: #ffd7d7;
  font-size: 13px;
}

.mm-registro-errores p {
  margin: 0 0 4px;
}

.mm-registro-errores p:last-child {
  margin-bottom: 0;
}

/* Responsive pequeño */
@media (max-width: 480px) {
  .mm-registro-form {
    margin: 0 12px;
    padding: 20px 18px 24px;
  }
}

.mm-whatsapp-group {
  display: grid;
  grid-template-columns: 0.9fr 2.1fr;
  gap: 8px;
}

.mm-whatsapp-code {
  text-align: center;
}

.mm-whatsapp-number {
  text-align: left;
}

/* Texto de ayuda bajo el campo */
.mm-field-help {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #aaaaaa;
}

/* Asterisco de campo obligatorio */
.mm-required {
  color: #ff6b6b;
  font-weight: 600;
  margin-left: 2px;
}

/* Checkbox de términos */
.mm-field-terms {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mm-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #f5f5f5;
}

.mm-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
}/* End custom CSS */