/* Start custom CSS */.ag-form-intro {
  background: #F7F6F1;
  padding: 64px 20px 24px;
}

.ag-form-card {
  width: min(100% - 32px, 920px);
  margin: 0 auto;
  background: #07160F;
  color: #fff;
  border-radius: 24px;
  padding: 42px;
  border: 1px solid rgba(201,151,43,.28);
  box-shadow: 0 24px 60px rgba(0,0,0,.14);
}

.ag-form-label {
  display: block;
  font-family: monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #C9972B;
  margin-bottom: 10px;
}

.ag-form-card h2 {
  font-family: Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
  margin: 0 0 16px;
  color: #fff;
}

.ag-form-card p {
  max-width: 760px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.ag-form-alert {
  background: rgba(201,151,43,.10);
  border: 1px solid rgba(201,151,43,.28);
  color: #F5E6BD;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 13px;
  line-height: 1.65;
}

/* Gravity Forms premium */
.gform_wrapper {
  width: min(100% - 32px, 920px) !important;
  margin: 0 auto 70px !important;
  background: #fff;
  border-radius: 24px;
  padding: 38px !important;
  border: 1px solid rgba(17,28,21,.08);
  box-shadow: 0 20px 55px rgba(0,0,0,.08);
}

.gform_wrapper label,
.gform_wrapper legend {
  font-family: monospace !important;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 11px !important;
  color: #111C15 !important;
  font-weight: 800 !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper select,
.gform_wrapper textarea {
  background: #F7F6F1 !important;
  border: 1px solid rgba(17,28,21,.14) !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  color: #111C15 !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.gform_wrapper textarea {
  min-height: 130px !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #C9972B !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(201,151,43,.16) !important;
}

.gform_wrapper .gform_button {
  background: #C9972B !important;
  color: #111C15 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 15px 24px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  width: auto !important;
}

.gform_wrapper .gform_button:hover {
  background: #E0B547 !important;
  color: #111C15 !important;
}

.gform_confirmation_message {
  width: min(100% - 32px, 920px);
  margin: 30px auto 70px;
  background: #07160F;
  color: #fff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(201,151,43,.28);
  font-size: 15px;
  line-height: 1.7;
}

@media(max-width: 720px) {
  .ag-form-card {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .gform_wrapper {
    padding: 24px !important;
    border-radius: 20px;
  }

  .gform_wrapper .gform_button {
    width: 100% !important;
  }
}

html {
  scroll-behavior: smooth;
}

#form-ia-compliance {
  scroll-margin-top: 110px;
}

/* Campo select do Gravity Forms */
.gform_wrapper select,
.gform_wrapper .gfield_select {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(17, 28, 21, .18);
  background-color: #F7F5EE;
  color: #111C15;
  font-size: 15px;
  padding: 0 16px;
  outline: none;
  appearance: auto;
  -webkit-appearance: menulist;
}

.gform_wrapper select:focus,
.gform_wrapper .gfield_select:focus {
  border-color: #C9972B;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, .18);
}/* End custom CSS */