/* =========================
   FORMULARIOS
========================= */

.pd-form {
  max-width: 640px;
  margin-top: 40px;
}

.pd-form-group {
  margin-bottom: 20px;
}

.pd-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.pd-form input,
.pd-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 4px;
  font-family: inherit;
  font-size: 1rem;
}

.pd-form input:focus,
.pd-form textarea:focus {
  outline: none;
  border-color: #085056;
}

/* =========================
   BOTÓN WHATSAPP
========================= */

.pd-btn-whatsapp {
  margin-top: 24px;
  display: inline-block;
  background-color: #25D366;
  color: #ffffff;
}

.pd-btn-whatsapp:hover {
  background-color: #1ebe5d;
}
