/* CONTENEDOR GENERAL */
.form-premium {
    text-align: center;
}

/* TÍTULO */
.form-premium h2 {
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: 300;
    color: #f5f5f5;
    margin-bottom: 10px;
}

/* TEXTO INFO */
.form-premium p {
    color: #e0e0e0;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* FORM */
.form-premium .wpforms-container {
    background: transparent;
}

/* INPUTS */
.form-premium .wpforms-field input,
.form-premium .wpforms-field textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* PLACEHOLDER */
.form-premium input::placeholder,
.form-premium textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

/* FOCUS EFECTO PREMIUM */
.form-premium .wpforms-field input:focus,
.form-premium .wpforms-field textarea:focus {
    border-bottom: 1px solid #fff;
}

/* TEXTAREA BORDE COMPLETO */
.form-premium textarea {
    border: 1px solid rgba(255,255,255,0.4);
    padding: 15px;
}

/* ESPACIADO */
.form-premium .wpforms-field {
    margin-bottom: 25px;
}

/* BOTÓN PREMIUM */
.form-premium .wpforms-submit {
    background: #ffffff !important;
    color: #333 !important;
    border: none !important;
    padding: 14px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease;
}

/* CONTENEDOR */
.form-minimal {
  max-width: 600px;
  margin: 0 auto;
  color: #fff; /* texto blanco */
}

/* INPUTS */
.form-minimal input,
.form-minimal textarea {
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.4) !important;
  background: transparent !important;
  padding: 12px 0 !important;
  font-size: 16px !important;
  color: #fff !important;
}

/* FOCUS */
.form-minimal input:focus,
.form-minimal textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #fff !important;
}

/* PLACEHOLDER */
.form-minimal input::placeholder,
.form-minimal textarea::placeholder {
  color: rgba(255,255,255,0.6) !important;
}

/* LABELS */
.form-minimal label {
  color: rgba(255,255,255,0.7) !important;
  font-size: 13px;
}

/* ESPACIADO */
.form-minimal .glsr-field {
  margin-bottom: 28px !important;
}

/* ESTRELLAS */
.form-minimal .glsr-stars {
  margin-bottom: 20px;
}

/* BOTÓN */
.form-minimal button,
.form-minimal input[type="submit"] {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  padding: 6px 0 !important;
  font-size: 16px !important;
  cursor: pointer;
}

/* HOVER */
.form-minimal button:hover {
  opacity: 0.7;
}

/* CHECKBOX */
.form-minimal .glsr-field-checkbox label {
  color: rgba(255,255,255,0.7);
}

.form-minimal .glsr-star {
  color: #fff !important;
}