/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 01 2025 | 09:52:38 */
@charset "UTF-8";
.gform_button.button.darklup--input {
  background-color: #051C85 !important;
  border-radius: 8px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  /* Anulación de restricciones de altura base de MDC para respetar el padding */
  height: auto !important;
  min-height: 0 !important;
  line-height: normal !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.mdc-button.label-large.mdc-button--filled.darklup--btn:hover {
  background-color: #1a4a9b !important;
}
