.form-reinvencao
  .hubspot-form-container
  [data-form-container]
  .form-messages
  .hs-main-font-elements.hs-form-msg.hs-success-msg {
  color: #ffffff;
  font-family: "Margem-regular";
  font-size: 36px;
  line-height: 125%;
}

.form-reinvencao form {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.form-reinvencao .form-messages .hs-success-msg {
  display: none !important;
}

.form-reinvencao .form-messages:has(.hs-success-msg) {
  display: none !important;
}

.hs-main-font-elements.hs-form-msg.hs-error-msg ul li {
  list-style: none !important;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field .input,
.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field
  .input,
.hs_email.hs-email.hs-fieldtype-email.field.hs-form-field .input {
  height: 56px;
  margin-bottom: 8px;
}

.hs-form-field label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display),
.field label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display)
{
  display: none !important;
}

.hs-button.primary.large {
  position: relative;
  font-size: 0;
}

.hs-button.primary.large span {
  font-size: 0;
  visibility: hidden;
}

.hs-button.primary.large::after {
  content: "confirmar inscrição gratuitamente";
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Margem-regular";
  line-height: 125%;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.right {
  width: 100%;
  max-width: 510px;
}

.form-reinvencao {
  width: 100%;
}

.hubspot-form-container {
  width: 100%;
}

.form-reinvencao .hubspot-form-container [data-form-container] {
  width: 100%;
}

.cta-footer-fields-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  align-items: flex-start !important;
}

.cta-footer-fields-row .hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field,
.cta-footer-fields-row
  .hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field {
  flex: 0 0 calc(49.1% - 0.25rem) !important;
  max-width: calc(49.1% - 0.25rem) !important;
  display: flex !important;
  flex-direction: column !important;
  margin-right: 0 !important;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field .hs-error-msg,
.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field
  .hs-error-msg {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex-shrink: 0;
}

.hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field {
  display: inline-block;
  width: 49.1%;
  margin-right: 0.5rem;
  vertical-align: top;
}

.hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field {
  display: inline-block;
  width: 49.1%;
  vertical-align: top;
}

input[name="nome"],
input[data-phone-input="numero_de_celular"],
input[type="email"] {
  height: 3.5rem;
  padding: 1.25rem 1rem;
  border-radius: 12px;
}

.hs-button.primary.large {
  height: 3.5rem;
  border-radius: 12px;
}

.hs-button.primary.large span {
  font-size: 1.25rem;
  content: "Garantir minha vaga" !important;
  font-family: "Margem-medium";
  line-height: 125%;
}

.hs-form-field label:not(.hs-error-msg),
.field label:not(.hs-error-msg) {
  color: #bcbcbc !important;
}

.hs-form-booleancheckbox-display span {
  color: #bcbcbc !important;
}

.hs-form-booleancheckbox-display span {
  color: #bcbcbc !important;
}

@media screen and (max-width: 489px) {
  .hs_nome.hs-nome.hs-fieldtype-text.field.hs-form-field,
  .hs_numero_de_celular.hs-numero_de_celular.hs-fieldtype-tel.field.hs-form-field {
    width: 100%;
  }

  .hs-button.primary.large::after {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1280px) {
  .hubspot-form-container {
    justify-content: center !important;
  }
}
