/*
 * Percival Page WordPress Version 18
 * Envío de suscripción Brevo mediante formulario nativo y respuesta en la misma página.
 */

.newsletter__brevo {
  align-content: center;
}

.newsletter__status {
  width: 100%;
  margin: 0 0 8px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.newsletter__status[hidden] {
  display: none !important;
}

.newsletter__status[data-state="loading"] {
  color: #24364a;
  border-color: rgba(3, 17, 29, .22);
  background: rgba(255, 255, 255, .68);
}

.newsletter__status[data-state="success"] {
  color: #085229;
  border-color: #79c99b;
  background: #e7faf0;
}

.newsletter__status[data-state="error"] {
  color: #661d1d;
  border-color: #e28d8d;
  background: #ffeded;
}

.newsletter__field input {
  min-height: 52px;
}

.newsletter__form .btn:disabled {
  cursor: wait;
  opacity: .72;
}

.newsletter__privacy {
  max-width: 690px;
  color: rgba(3, 17, 29, .76);
  font-size: 9.5px;
  font-weight: 600;
}

.newsletter__privacy strong {
  color: inherit;
}

.newsletter__response-frame {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 560px) {
  .newsletter__status {
    font-size: 11px;
  }

  .newsletter__privacy {
    font-size: 9px;
    line-height: 1.55;
  }
}
