:root {
  --main-color: #00223a;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.page-container {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100svw;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  display: block;
}

.page-container.external {
  display: none;
}

.simulator-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.simulator-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 24px;
  display: flex;
}

.client-logo {
  max-width: 107px;
  max-height: 40px;
}

.client-logo.big {
  max-width: 180px;
  max-height: 100px;
}

.simulator-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.simulator-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.no-code-wrapper {
  margin-bottom: 20px;
  display: none;
}

.simulator-wrapper {
  display: none;
}

.no-invite-form {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  color: #333;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 14px;
  font-size: 16px;
  display: block;
}

.text-field:focus {
  border-color: #00223a;
}

.text-field::placeholder {
  font-size: 14px;
}

.text-field.form-account {
  width: 240%;
  max-width: 320px;
  margin-bottom: 0;
  display: none;
}

.submit-button {
  background-color: var(--main-color);
  border-radius: 6px;
  width: 100%;
  height: 48px;
}

.invite-check-heading {
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
}

.lottie-animation {
  min-width: 80px;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.simulate-heading {
  color: #333;
  text-align: center;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.simulate-credito-text {
  color: #333;
  text-align: center;
  letter-spacing: -.05em;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.text-block {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.code-embed {
  margin-bottom: 0;
}

.simulate-installments-wrapper {
  border-bottom: 1px solid #00223a1a;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
}

.simulate-txt-right {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.text-block-3 {
  font-size: 16px;
  line-height: 130%;
}

.simulate-firstpayment-wrapper {
  border-bottom: 1px solid #00223a1a;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.div-block {
  padding: 20px 0;
}

.bt-continuar {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 16px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.select-installments {
  border: 1px solid var(--main-color);
  color: #00223a;
  background-color: #0000;
  border-radius: 8px;
  min-width: 100px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 700;
}

.form-block {
  margin-bottom: 0;
}

.toast {
  color: red;
  background-color: #fcc;
  border-bottom: 3px solid red;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: 12px;
  font-family: Inter, sans-serif;
  display: none;
  position: fixed;
  inset: 20px 20px auto auto;
  box-shadow: 0 2px 8px 2px #00000026;
}

.toast.success {
  color: #015103;
  background-color: #caffcb;
  border-bottom-color: #015103;
  display: none;
}

.create-account-wrapper {
  margin-bottom: 20px;
  display: block;
}

.create-account-form {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.create-account-step1, .create-account-step2 {
  display: none;
}

.request-code-form {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.radio-button {
  background-color: #00223a;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.radio-button-label {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  font-size: 10px;
  font-weight: 700;
}

.email-code-radio {
  justify-content: flex-start;
  align-items: center;
  width: 54%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.email-code-radio.first {
  margin-bottom: 10px;
}

.create-account-step3 {
  display: none;
}

.code-field {
  color: #333;
  text-align: center;
  border-radius: 6px;
  width: 40px;
  height: 48px;
  font-size: 18px;
}

.code-confrmation-wrapper {
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.loader-simulator, .create-account-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.home-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--main-color);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 24px;
  display: flex;
}

.home-box {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 230px;
  padding: 20px;
  display: flex;
}

.loader-home {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.main-wrapper {
  border: 1px solid #00223a4d;
  border-radius: 8px;
  overflow: hidden;
}

.tabs-menu {
  background-color: #fff;
  border: 1px #00223a4d;
  height: 64px;
  display: flex;
}

.tab-option {
  color: #00223a;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #3333334d;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tab-option.w--current {
  border-bottom: 4px solid var(--main-color);
  color: #333;
  background-color: #33333308;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.tab-pane {
  border: 1px #00223a4d;
  min-height: 350px;
  padding: 30px;
}

.tab-text {
  font-size: 18px;
}

.home-shares-description {
  font-size: 16px;
  line-height: 140%;
}

.home-shares-heading {
  color: #333;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.home-shares-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  margin-top: 20px;
  display: flex;
}

.share-card {
  grid-column-gap: 30px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.share-info-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.share-info-upper-heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.share-info-txt {
  color: #1f2937;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.share-card-link {
  color: #00223a;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.login-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.login-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 24px;
  display: flex;
}

.login-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.login-wrapper {
  margin-bottom: 20px;
  display: block;
}

.loader-login {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.create-account-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.create-account-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 24px;
  display: flex;
}

.create-account-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.login-code-confirmation, .login-method-choice {
  display: none;
}

.login-form {
  width: 100%;
  margin-bottom: 0;
}

.shares-content {
  min-height: 350px;
  display: none;
  position: relative;
}

.simulation-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.simulation-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.loader-simulation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.simulate-subtxt-right {
  color: #00223a99;
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.simulation-wrapper {
  display: none;
}

.sign-out {
  color: #fff;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.icon-edit {
  text-align: left;
  width: 18px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 18px;
}

.text-icon {
  width: 18px;
  max-width: 18px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 18px;
}

.kyc-personal-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.kyc-personal-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.loader-kyc {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.kyc-personal-wrapper {
  display: none;
}

.kyc-label {
  color: #333;
  font-weight: 400;
}

.kyc-subtitile {
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
}

.kyc-heading {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.kyc-documents-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.kyc-documents-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px;
  display: flex;
}

.kyc-documents-wrapper {
  display: none;
}

.text-block-6 {
  color: #333;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
}

.div-block-2 {
  margin-top: 10px;
}

.doc-heading {
  color: #333333b3;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
}

.bank-radio {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bank-method-pix {
  display: block;
}

.bank-method-account {
  display: none;
}

.select-field {
  color: #6b7280;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  width: 100%;
  height: 48px;
}

.select-field:focus {
  border-color: #00223a;
}

.radio-group {
  margin-bottom: 30px;
}

.kyc-subtitile-bank {
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
}

.bank-heading {
  color: #333333b3;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 18px;
}

.random-key-wrapper {
  display: none;
}

.legal-txt {
  text-align: center;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 20px;
}

.link-legal {
  color: #333;
}

.container-proposal {
  padding: 20px 0;
}

.text-block-7 {
  color: #fff;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 96px;
  line-height: 96px;
}

.proposal-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.loader-proposal {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.proposal-wrapper {
  margin-bottom: 20px;
  display: block;
}

.text-span-2 {
  font-weight: 700;
}

.standard-button {
  background-color: #00223a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 22px;
  padding: 0;
  display: flex;
}

.standard-button.w--current {
  background-color: var(--main-color);
}

.proposal-text {
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
}

.proposals-container {
  justify-content: center;
  align-items: center;
  padding: 24px 24px 0;
  display: none;
  position: relative;
  inset: auto 0% 0%;
}

.open-proposals {
  background-color: var(--main-color);
  color: #fefefe;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.number-proposals {
  font-weight: 700;
}

.proposals-modal {
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.proposals-box {
  background-color: #f6f6f6;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.proposals-heading {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.heading-proposals-topbar {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.proposals-close {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.proposals-list {
  flex: 1;
  display: block;
  overflow: auto;
}

.proposal-card {
  color: #00223a;
  background-color: #fff;
  border: 1px solid #00223a26;
  border-radius: 6px;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.proposal-number {
  color: #333333b3;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.proposal-credit {
  color: #333;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.proposal-status {
  background-color: #fff07f;
  border-radius: 30px;
  padding: 7px 12px 8px;
  font-size: 12px;
}

.proposal-status.approved {
  background-color: #a2ff88;
}

.proposal-status.denied {
  background-color: #ff7f81;
}

.proposal-second-line {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.proposal-status-txt {
  color: #333;
  font-weight: 700;
  line-height: 100%;
}

.proposal-first-line {
  justify-content: space-between;
  margin-bottom: 6px;
  display: flex;
}

.proposal-date {
  color: #33333380;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.close-proposals {
  text-decoration: none;
}

.txt-bt-propostas {
  text-align: center;
  letter-spacing: .03em;
  font-size: 14px;
}

.profile, .voltar {
  color: #fff;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.proposal-info-wrapper {
  display: none;
  overflow: auto;
}

.proposal-header {
  color: #00223a;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.account-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.account-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 40px 40px 20px;
  display: flex;
}

.loader-account {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.account-wrapper {
  display: none;
}

.account-heading {
  color: #333;
  text-align: center;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.account-field {
  border-bottom: 1px solid #00223a1a;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.account-field-txt {
  font-size: 16px;
  line-height: 130%;
}

.account-txt-right {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.account-txt-cpf {
  color: #00223a;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.bt-editar {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 40px;
  padding: 16px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.notifications-heading {
  color: #333;
  text-align: center;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.form-notifications {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-notifications {
  border: 4px solid #000;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  overflow: hidden;
}

.notifications-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.check-notifications-label {
  color: #333;
  font-size: 16px;
  font-weight: 800;
}

.contracts-wrapper {
  min-height: 350px;
  display: none;
  position: relative;
}

.home-contracts-heading {
  color: #333;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.home-contracts-description {
  font-size: 16px;
  line-height: 140%;
}

.home-contracts-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
  margin-top: 20px;
  display: flex;
}

.contract-card {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
  padding: 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.home-contract-content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.home-contract-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.home-contract-top-left {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-contract-header {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.home-contract-number {
  color: #7c7c7c78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.home-contract-icon {
  object-fit: cover;
  overflow: hidden;
}

.home-contrat-bottom {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.home-contract-value {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.group-1866 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 288px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.home-installments-paid {
  color: #000;
  text-align: right;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.home-contract-progress {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  width: 100%;
  height: 10px;
  padding: 1px;
}

.home-contract-progress-inner {
  background-color: var(--main-color);
  border-radius: 20px;
  width: 62.5%;
  height: 100%;
  padding: 0;
}

.contract-container {
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.contract-box {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  padding: 20px 40px 40px;
  display: flex;
}

.loader-contract {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.contract-wrapper {
  display: none;
}

.contract-heading {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.contract-number {
  color: #7c7c7c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.contract-top-info {
  margin-bottom: 12px;
}

.contract-progress {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  width: 100%;
  height: 10px;
  padding: 1px;
}

.contract-progress-inner {
  background-color: var(--main-color);
  border-radius: 20px;
  width: 62.5%;
  height: 100%;
  padding: 0;
}

.contract-paid-info {
  flex-flow: column;
  display: flex;
}

.contract-installments-info {
  color: #7c7c7c;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.text-block-8 {
  color: #333;
  font-size: 40px;
  line-height: 40px;
}

.text-block-9 {
  color: #333;
  text-transform: none;
  font-size: 21px;
}

.contrct-amount-owed {
  color: #00223a99;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.contract-tabs {
  border: 1px solid #00223a4d;
  border-radius: 8px;
  overflow: hidden;
}

.contract-tab-pane {
  border: 1px #00223a4d;
  min-height: 350px;
  padding: 30px;
}

.contract-tab-content {
  flex-flow: column;
  min-height: 300px;
  display: flex;
}

.contract-tab-option {
  color: #333;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #33333326;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contract-tab-option.w--current {
  border-bottom: 4px solid var(--main-color);
  color: #333;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.contract-tab-menu {
  background-color: #0000;
  border: 1px #00223a4d;
  border-bottom-width: 0;
  height: 64px;
  display: flex;
}

.contract-details-content {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  overflow: auto;
}

.contract-loan-details {
  color: #00223a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 90%;
  display: flex;
}

.div-block-3 {
  width: 100%;
  margin-bottom: 30px;
}

.loan-details-item {
  border-bottom: 1px solid #00223a1a;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 0;
  display: flex;
}

.loan-details-right {
  color: #00223a;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.loan-details-left {
  font-size: 14px;
  line-height: 130%;
}

.text-block-10 {
  margin-bottom: 16px;
}

.loan-subtxt-right {
  color: #00223a99;
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.contract-tab {
  flex: 1;
  max-height: 300px;
  padding: 30px 26px;
  overflow: auto;
}

.contract-loan-detail {
  color: #00223a;
  border-bottom: 1px solid #00223a1a;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 0;
  display: flex;
}

.contract-loan-detail.paid {
  color: #3336;
}

.contract-loan-detail.current {
  color: #333;
  text-decoration: none;
}

.contract-loan-detail.coming {
  color: #333;
}

.loan-txt-right {
  color: #00223a;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.loan-txt-left {
  font-size: 14px;
  line-height: 130%;
}

.loan-detail-subtxt {
  color: #00223a99;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-11 {
  color: #00223a;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.collateral-detais-heading {
  color: #00223a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.installment-number, .installment-date {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.installment-status {
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 70%;
  display: block;
}

.installment-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.installment-arrow {
  width: 20px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 70%;
  display: block;
}

.div-block-5 {
  display: flex;
}

.loader-home-contracts {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-12 {
  color: var(--main-color);
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
}

.contract-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader {
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
}

.text-block-13 {
  color: #33333380;
}

.link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.field-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.kyc-label-2 {
  color: #1f2937;
  font-weight: 400;
}

.text-field-2 {
  color: #6b7280;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .account-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-container {
    padding-top: 0;
  }

  .simulator-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .simulator-box {
    min-height: 300px;
  }

  .home-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .home-box {
    min-height: 300px;
  }

  .login-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .login-box {
    min-height: 300px;
  }

  .create-account-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .create-account-box {
    min-height: 300px;
  }

  .simulation-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .simulation-box {
    min-height: 300px;
  }

  .kyc-personal-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .kyc-personal-box {
    min-height: 300px;
  }

  .kyc-documents-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .kyc-documents-box, .proposal-box {
    min-height: 300px;
  }

  .account-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .account-box {
    min-height: 300px;
  }

  .contract-container {
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .contract-box {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .page-container {
    width: 100%;
    height: 100%;
    max-height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .simulator-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .simulator-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 30px;
  }

  .client-logo {
    max-width: 107px;
  }

  .simulator-title {
    text-align: center;
    max-width: 200px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }

  .simulator-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 88px;
    overflow: auto;
  }

  .simulator-wrapper {
    display: none;
    position: relative;
  }

  .text-field {
    color: #00223a;
    font-size: 16px;
  }

  .text-field::placeholder {
    font-size: 14px;
  }

  .text-field.form-account {
    width: 100%;
    max-width: 230px;
    display: none;
  }

  .invite-check-heading {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .simulate-heading {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .simulate-credito-text {
    color: var(--main-color);
    margin-bottom: 20px;
  }

  .code-embed {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .simulate-installments-wrapper, .simulate-firstpayment-wrapper {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-top: 0;
    display: flex;
  }

  .simulate-firstpayment-wrapper.last {
    border-bottom-style: none;
  }

  .div-block {
    background-color: #fff;
    padding: 20px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .bt-continuar {
    background-color: var(--main-color);
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    font-weight: 500;
    line-height: 17px;
    display: flex;
  }

  .toast {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .create-account-step2 {
    display: none;
  }

  .email-code-radio, .email-code-radio.first {
    width: 76%;
  }

  .create-account-step3 {
    display: none;
  }

  .loader-simulator {
    padding-top: 40px;
    display: flex;
  }

  .create-account-loader {
    padding-top: 40px;
  }

  .home-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .home-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 65px;
    min-height: 65px;
    max-height: 65px;
    padding: 16px;
  }

  .home-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    position: relative;
    overflow: auto;
  }

  .loader-home {
    padding-top: 40px;
    display: flex;
  }

  .main-wrapper {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .tabs-menu {
    justify-content: space-between;
    display: flex;
  }

  .tab-pane {
    border-bottom-width: 0;
    height: 100%;
    padding: 30px;
  }

  .tab-text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .tabs-content {
    flex: 1;
  }

  .home-shares-description {
    color: #4e4e4e;
    margin-bottom: 10px;
  }

  .home-shares-heading {
    color: #00223a;
    font-size: 24px;
    font-weight: 500;
  }

  .share-card {
    padding: 16px 20px;
  }

  .share-info-upper-heading {
    line-height: 16px;
  }

  .share-card-link {
    color: #00223a;
    width: 100%;
    text-decoration: none;
  }

  .login-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .login-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: 300px;
    padding: 30px;
  }

  .login-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 88px;
    overflow: auto;
  }

  .loader-login {
    padding-top: 40px;
    display: none;
  }

  .create-account-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .create-account-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 30px;
  }

  .create-account-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 88px;
    overflow: auto;
  }

  .login-method-choice {
    display: none;
  }

  .shares-content {
    display: none;
    position: static;
  }

  .simulation-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .simulation-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 86px;
    overflow: auto;
  }

  .loader-simulation {
    padding-top: 40px;
    display: flex;
  }

  .simulation-wrapper {
    display: none;
    position: relative;
  }

  .kyc-personal-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .kyc-personal-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 86px;
    overflow: auto;
  }

  .loader-kyc {
    padding-top: 40px;
    display: flex;
  }

  .kyc-personal-wrapper {
    position: relative;
  }

  .kyc-subtitile {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .kyc-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .kyc-documents-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .kyc-documents-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 145px;
    overflow: auto;
  }

  .kyc-documents-wrapper {
    position: relative;
  }

  .kyc-subtitile-bank {
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .bank-heading {
    margin-top: 10px;
  }

  .legal-txt {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-legal {
    color: #00223a;
  }

  .container-proposal {
    background-color: #fff;
    height: 145px;
    padding: 20px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .proposal-box {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    padding: 30px;
    overflow: auto;
  }

  .loader-proposal {
    padding-top: 40px;
    display: none;
  }

  .proposal-wrapper {
    display: block;
  }

  .proposal-text {
    text-align: center;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .proposals-container {
    padding: 20px;
    position: absolute;
  }

  .proposals-modal {
    padding: 16px;
  }

  .proposals-box {
    padding: 18px;
  }

  .proposals-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }

  .heading-proposals-topbar {
    margin-bottom: 18px;
  }

  .proposals-close {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }

  .close-proposals {
    text-decoration: none;
  }

  .proposal-info-wrapper {
    position: relative;
  }

  .proposal-header {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .account-container {
    border-radius: 0;
    height: 100svh;
    overflow: visible;
  }

  .account-box {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 30px 86px;
    overflow: auto;
  }

  .loader-account {
    padding-top: 40px;
    display: flex;
  }

  .account-wrapper {
    position: relative;
  }

  .account-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .account-field {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin-top: 0;
    display: flex;
  }

  .bt-editar {
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    font-weight: 500;
    line-height: 17px;
    display: flex;
  }

  .notifications-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }

  .contracts-wrapper {
    display: none;
    position: static;
  }

  .home-contracts-heading {
    color: #00223a;
    font-size: 24px;
    font-weight: 500;
  }

  .home-contracts-description {
    color: #4e4e4e;
    margin-bottom: 10px;
  }

  .contract-card.hidden {
    display: none;
  }

  .contract-container {
    border-radius: 0;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    overflow: visible;
  }

  .contract-box {
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    max-height: calc(100svh - 65px);
    padding: 20px 0 0;
    overflow: visible;
  }

  .loader-contract {
    padding-top: 40px;
  }

  .contract-wrapper {
    flex-flow: column;
    flex: 1;
    max-height: calc(100svh - 80px);
    position: relative;
  }

  .contract-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
  }

  .contract-content {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .contract-number {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
  }

  .contract-top-info, .contract-paid-info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contract-installments-info {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contract-tabs {
    border-top-width: 0;
    border-top-color: #00223a26;
    border-radius: 0;
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .contract-tab-pane {
    border-bottom-width: 0;
    flex: 1;
    height: 100%;
    padding: 20px;
  }

  .contract-tab-content {
    flex-flow: column;
    flex: 1;
    min-height: 0;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .contract-tab-menu {
    border-top-color: #00223a26;
    flex: 0 auto;
    justify-content: space-between;
    display: flex;
  }

  .contract-details-content {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .contract-loan-details {
    color: #00223a;
    font-size: 16px;
    font-weight: 500;
    line-height: 90%;
    overflow: auto;
  }

  .loan-details-item {
    justify-content: space-between;
    align-items: center;
    height: 48px;
    margin-top: 0;
    display: flex;
  }

  .tabs, .tabs-content-2 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .contract-tab {
    background-color: #0000;
    flex: 1;
    height: calc(100svh - 399px);
    min-height: 0;
    max-height: calc(100svh - 359px);
    padding: 20px 22px;
    overflow: auto;
  }

  .contract-tab.installments {
    padding-top: 10px;
  }

  .tab-pane-tab-2 {
    flex: 1;
  }

  .contract-loan-detail {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-4, .installment-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .loader-home-contracts {
    padding-top: 40px;
    display: flex;
  }

  .div-block-6 {
    width: 24px;
    font-family: Material Symbols Rounded, sans-serif;
    font-size: 32px;
  }

  .text-block-12 {
    color: #00223a;
  }

  .contract-loader, .page-loader {
    padding-top: 40px;
  }

  .text-block-14 {
    text-align: center;
  }
}


