.checkLGPD.error input {
  border: 2px solid red;
}

.lgpd-error {
  margin-top: 8px;
  text-align: center;
}

.checkLGPD .txt-termos-ebook span.openTerm {
  text-decoration: underline;
  color: #102d75;
  cursor: pointer;
}

.textLGPD {
  position: fixed; /* Use fixed para centralizar na viewport */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 400px;
  z-index: 999; /* Mais alto para garantir visibilidade */
  transition: all ease 0.4s;
  pointer-events: auto;
  display: none;
  padding: 20px;
}

.textLGPD > p {
  margin: 0;
  position: absolute;
  top: 0;
  font-size: 15px;
  color: #fff;
  background: rgba(30, 42, 90, 0.95);
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
  z-index: 10;
  transition: all ease 0.4s;
  box-sizing: border-box;
  overflow-y: auto;
}

.textLGPD.termoAberto {
  pointer-events: auto !important;
  width: 100%;
}

.textLGPD.termoAberto p {
  opacity: 1;
  left: 0%;
}

/* msg-sucesso-form */
.success-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.success-message {
  background: white;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.success-message h2 {
  color: #1db954;
  font-size: 28px;
  margin-bottom: 16px;
}

.success-message p {
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}

.success-message button {
  padding: 10px 20px;
  background-color: #1db954;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.success-message button:hover {
  background-color: #17a44b;
}

.success-message a {
  padding: 10px 20px;
  background-color: #1db954;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.success-message a:hover {
  background-color: #17a44b;
}

/* msg-sucesso-form */

/* lgpd-termos */
.checkLGPD {
  text-align: center;
  position: relative;
}

.checkLGPD .txt-termos {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}

.checkLGPD {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 4px;
  padding: 36px 0px;
}

.campoErro {
  color: #fff;
  margin-bottom: 32px;
}

.txt-termos {
  color: #fff;
}

.txt-termos span {
  cursor: pointer;
}

.textLGPD.termoAberto {
  pointer-events: auto !important;
  width: 100%;
}

.textLGPD.termoAberto p {
  opacity: 1;
  right: 0;
}

.textLGPD > p a {
  color: var(--corSecundaria);
}

.fechar-termo {
  display: block;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#msgLgpd {
  max-width: 400px;
  margin: 0 auto;
}

span.color-red {
  color: #ff2c35;
  text-decoration: none;
}
/* lgpd-termos */

.hidden {
  display: none !important;
}

.terms-text {
  color: var(--global-color-newton-white, var(--newton-white, #fff));

  /* label/regular-400/normal/sm */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.openTerm {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.form-button {
  display: flex;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--senai-color-secondary-p, #ff9500);
  border: none;
}

.form-button p {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.content-term {
  display: flex;
  flex-direction: column;
  align-items: center;
}
