@import url(__variables.css);
body {
  font-family: "Inter", sans-serif;
  background-color: var(--white-color);
}
/* ############################################################# */
/* ############################################################# */
/* #################/* SYSTEM DEFAULT  ######################### */
/* #################/* SYSTEM DEFAULT  ######################### */
/* #################/* SYSTEM DEFAULT  ######################### */
/* ############################################################# */
/* ############################################################# */
.container {
  background-color: red;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
.box-container {
  width: 100%;
  max-width: 1140px;
  background-color: yellow;
  height: 100px;
  margin: 0 20px;
}

/* ############################################################# */
/* ############################################################# */
/* #################/* LOGIN  ##################### */
/* #################/* LOGIN  ##################### */
/* #################/* LOGIN  ##################### */
/* ############################################################# */
/* ############################################################# */
.title-screen-onboarding {
  font-size: 32px;
}
.banner-login {
  width: 50%;
  background-image: url("../images/banner-login-comercio-milhas.svg");
  height: 100vh;
  background-size: cover;
}
.img-title-banner {
  max-width: 100%;
  height: auto;
}
.box-banner-login {
  width: 100%;
  margin: 0 20%;
}
.text-banner-login {
  font-size: 20px;
  color: var(--white-color);
}
.space {
  height: 32px;
}
.box-login {
  margin: 0 15%;
  width: 100%;
}
.subtitle-screen-onboarding {
  font-size: 18px;
}
.box-input {
  font-family: "Inter", sans-serif;
  position: relative;
}
.box-input label {
  font-weight: 600;
  font-size: 14px;
}
.box-input input {
  background-color: transparent;
  height: 40px;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0px !important;
  transition: .4s;
}
.box-input input:focus {
  border-bottom: 1px solid var(--primary-color);
}
.box-input select {
  background-color: transparent;
  height: 40px;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0px !important;
  transition: .4s;
}
.box-input select:focus {
  border-bottom: 1px solid var(--primary-color);
}
.toggle-password {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
}
.show-password {
  position: relative;
  top: 3px;
}
.box-remember-password * {
  font-size: 18px;
}
.checkbox-input[type="checkbox"] {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid var(--text-color);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.checkbox-input[type="checkbox"]:checked {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
}
.checkbox-input[type="checkbox"]:checked::before {
  content: "L";
  transform: scaleX(-1);
  rotate: 40deg;
  display: block;
  width: 8px;
  height: 8px;
  text-align: center;
  font-size: 18px;
  position: relative;
  top: -1px;
  left: 10px;
  color: white;
}
.btn-login {
  height: 64px;
  border-radius: 16px;
  font-size: 22px;
  transition: 0.4s;
}
.btn-login:hover {
  background-color: #0c56d4;
}
.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: 0.4s;
}
.btn-primary:hover {
  background-color: #083b94;
}
.btn-primary-outline {
  border: 3px solid var(--primary-color) !important;
  border-radius: 16px;
  background-color: var(--white-color);
}
.btn-primary-outline:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  transition: 0.4s;
  border: 3px solid var(--primary-color) !important;
}
.btn-success {
  background-color: var(--success-color);
  color: var(--white-color);
  transition: 0.4s;
}
.btn-success:hover {
  background-color: #0b815a;
}
.btn-success-outline {
  border: 3px solid var(--success-color);
  border-radius: 16px;
  background-color: var(--white-color);
}

.forget-password {
  transition: 0.4s;
}
.forget-password:hover {
  color: #08388a;
}

.link-create-account {
  transition: 0.4s;
}
.link-create-account:hover {
  color: #08388a;
}
/* ############################################################# */
/* ############################################################# */
/* #################/* ONBOARDING 1  ##################### */
/* #################/* ONBOARDING 1  ##################### */
/* #################/* ONBOARDING 1  ##################### */
/* ############################################################# */
/* ############################################################# */
.container-onboarding {
  display: flex;
}
.box-image-onbording {
  width: 30%;
  height: 100vh;
  background-image: url("../images/banner-onboarding-1.svg");
  background-size: cover;
}
.box-form-onboarding {
  width: 60%;
  margin: 0 200px;
  display: flex;
  align-items: center;
}
.box-img-step-onboarding img {
  width: 232px;
}
.btn-step-onboarding {
  width: 249px;
  height: 58px;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 600;
}
.btn-step-onboarding-back {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  width: 249px;
  max-width: 249px;
  height: 56px;
  border-radius: 10px;
  border: 3px solid transparent;
}
/* ############################################################# */
/* ############################################################# */
/* #################/* ONBOARDING 2  ##################### */
/* #################/* ONBOARDING 2  ##################### */
/* #################/* ONBOARDING 2  ##################### */
/* ############################################################# */
/* ############################################################# */
.container-onboarding {
  display: flex;
}
.box-image-onbording-2 {
  width: 30%;
  height: 100vh;
  background-image: url("../images/banner-onboarding-2.svg");
  background-position: 0 -5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-form-onboarding-2 {
  width: 60%;
  margin: 0 56px;
  display: flex;
  align-items: center;
}
.box-img-step-onboarding img {
  width: 232px;
}
.text-accept-terms {
  font-size: 18px;
  color: black;
}

.title-verification-onboarding-2 {
  font-size: 18px;
}
.text-verification-onboarding-2 {
  font-size: 18px;
  color: #999999;
}
.box-upload-verificarition {
  width: calc(80% - 152px);
  border: 5px dotted #d9d9d9;
  border-radius: 12px;
  height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 76px;
  gap: 24px;
}
.img-verification {
  width: 100px;
}
.text-box-verification {
  font-size: 18px;
  color: #999999;
  text-align: center;
}
.btn-verification {
  width: 363px;
  height: 52px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

/* ############################################################# */
/* ############################################################# */
/* #################/* ONBOARDING SUCCESS  ##################### */
/* #################/* ONBOARDING SUCCESS  ##################### */
/* #################/* ONBOARDING SUCCESS  ##################### */
/* ############################################################# */
/* ############################################################# */

.container-onboarding-success {
  display: flex;
}
.box-image-onbording-success {
  background-image: url("../images/banner-onboarding-success.svg");
  width: 50%;
  height: 100vh;
  background-size: cover;
}
.box-onboarding-success {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-check-title-onboarding-success {
  width: 42px;
}

.btn-access-onboarding-success {
  width: 100%;
  height: 64px;
  border-radius: 10px;
  font-size: 22px;
}

/* ########################################################## */
/* ########################################################## */
/* #################/* RESPONSIVE AREA  ##################### */
/* #################/* RESPONSIVE AREA  ##################### */
/* #################/* RESPONSIVE AREA  ##################### */
/* ########################################################## */
/* ########################################################## */

/* EXTRA BIG DESKTROP LARGE */
@media screen and (min-width: 1800px) {
}

/* BIG DESKTOP LARGE */
@media screen and (min-width: 1440px) and (max-width: 1799px) {
  /* ONBOARDING */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording {
    width: 50%;
    height: 100vh;
    background-image: url("../images/banner-onboarding-1.svg");
    background-size: cover;
  }
  .box-form-onboarding {
    width: 60%;
    margin: 0 200px;
    display: flex;
    align-items: center;
  }
  .box-img-step-onboarding img {
    width: 232px;
  }
  /* ONBOARDING 2 */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording-2 {
    width: 40%;
    height: 100vh;
    background-image: url("../images/banner-onboarding-2.svg");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .box-form-onboarding-2 {
    width: 60%;
    margin: 0 56px;
    display: flex;
    align-items: center;
  }
  .text-accept-terms {
    font-size: 18px;
    color: black;
  }
  .btn-step-onboarding {
    width: 249px;
    height: 56px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
  }
  .btn-step-onboarding-back {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    width: 249px;
    max-width: 249px;
  }
  .title-verification-onboarding-2 {
    font-size: 18px;
  }
  .text-verification-onboarding-2 {
    font-size: 16px;
    color: #999999;
  }
  .box-upload-verificarition {
    width: calc(90% - 152px);
    border: 5px dotted #d9d9d9;
    border-radius: 12px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 76px;
    gap: 16px;
  }
  .img-verification {
    width: 80px;
  }
  .text-box-verification {
    font-size: 16px;
    color: #999999;
    text-align: center;
  }
  .btn-verification {
    width: 363px;
    height: 52px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
  }

  /* ONBOARDING SUCCESS */
  .container-onboarding-success {
    display: flex;
  }
  .box-image-onbording-success {
    background-image: url("../images/banner-onboarding-success.svg");
    width: 50%;
    height: 100vh;
    background-size: cover;
  }
  .box-onboarding-success {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-check-title-onboarding-success {
    width: 48px;
  }
  .text-onboarding-success {
    font-size: 20px;
  }
  .btn-access-onboarding-success {
    width: 100%;
    height: 64px;
    border-radius: 10px;
    font-size: 22px;
  }
  .text-button-onboarding-success {
    font-size: 20px;
  }
}

/* NORMAL DESKTOP */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  /* LOGIN */
  .subtitle-screen-onboarding {
    font-size: 18px;
  }
  .text-remember-password,
  .forget-password {
    font-size: 18px;
  }
  .btn-login {
    height: 56px;
    border-radius: 10px;
    font-size: 20px;
    transition: 0.4s;
  }
  .text-cadastro,
  .text-cadastro a {
    font-size: 18px;
  }

  /* ONBOARDING */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording {
    width: 45%;
    height: 100vh;
    background-image: url("../images/banner-onboarding-1.svg");
    background-size: cover;
  }

  .box-form-onboarding {
    width: 50%;
    margin: 0 80px;
    display: flex;
    align-items: center;
  }
  .text-onboarding {
    font-size: 20px;
  }
  .box-img-step-onboarding img {
    width: 232px;
  }
  .btn-step-onboarding {
    width: 249px;
    height: 56px;
    font-size: 22px;
    border-radius: 10px;
    font-weight: 600;
  }

  /* ONBOARDING 2 */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording-2 {
    width: 50%;
    height: 100vh;
    background-image: url("../images/banner-onboarding-2.svg");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .box-form-onboarding-2 {
    width: 50%;
    margin: 0 56px;
    display: flex;
    align-items: center;
  }
  .form-onboarding-1 {
    width: 100%;
  }

  .text-onboarding-2 {
    font-size: 18px;
  }
  .text-accept-terms {
    font-size: 18px;
    color: black;
  }

  .title-verification-onboarding-2 {
    font-size: 18px;
  }
  .text-verification-onboarding-2 {
    font-size: 16px;
    color: #999999;
  }
  .box-upload-verificarition {
    width: calc(90% - 152px);
    border: 5px dotted #d9d9d9;
    border-radius: 12px;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 76px;
    gap: 16px;
  }
  .img-verification {
    width: 80px;
  }
  .text-box-verification {
    font-size: 16px;
    color: #999999;
    text-align: center;
  }
  .btn-verification {
    width: 363px;
    height: 52px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
  }

  /* ONBOARDING SUCCESS */
  .container-onboarding-success {
    display: flex;
  }
  .box-image-onbording-success {
    background-image: url("../images/banner-onboarding-success.svg");
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  .box-onboarding-success {
    width: calc(50% - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
  }

  .icon-check-title-onboarding-success {
    width: 36px;
  }
  .text-onboarding-success {
    font-size: 18px;
  }
  .btn-access-onboarding-success {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    font-size: 20px;
  }
  .text-button-onboarding-success {
    font-size: 18px;
  }
}

/* SMALL DESKTOP E TABLET */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-screen-onboarding {
    font-size: 36px;
    text-align: center;
  }

  /* LOGIN */
  .container-screen-login {
    flex-direction: column;
  }

  .banner-login {
    width: 100%;
    height: 150px;
  }
  .box-banner-login {
    display: flex;
    flex-direction: column;
  }
  .img-title-banner {
    width: 400px;
    display: none;
  }
  .text-banner-login {
    font-size: 16px;
    display: none;
  }
  .container-login {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    top: -15px;
    background-color: var(--white-color);
    padding: 32px 0;
  }
  .logo-login {
    display: none;
  }
  .logo-login-mobile {
    display: block;
    margin: 0 auto;
  }
  .subtitle-screen-onboarding {
    font-size: 18px;
    text-align: center;
  }
  .btn-login {
    height: 56px;
    border-radius: 10px;
    font-size: 24px;
    transition: 0.4s;
  }
  .text-cadastro,
  .text-cadastro a {
    font-size: 20px;
  }

  /* ONBOARDING */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording {
    display: none;
  }

  .box-form-onboarding {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-1-mobile.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 5%;
    padding: 86px 20px;
  }
  .box-form-onboarding-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px 50px;
    position: relative;
    top: 32px;
  }
  .box-btn-onboarding {
    justify-content: space-between;
  }
  .form-onboarding-1 {
    width: 100%;
  }

  .text-onboarding {
    font-size: 20px;
  }
  .box-img-step-onboarding img {
    width: 232px;
  }
  .btn-step-onboarding {
    width: 249px;
    height: 56px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
  }

  /* ONBOARDING 2 */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording-2 {
    display: none;
  }
  .box-form-onboarding-2 {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-2-mobile.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 5%;
    padding: 86px 20px;
  }

  .form-onboarding-1 {
    width: 100%;
  }

  .text-onboarding-2 {
    font-size: 18px;
  }
  .text-accept-terms {
    font-size: 18px;
    color: black;
  }

  .title-verification-onboarding-2 {
    font-size: 18px;
  }
  .text-verification-onboarding-2 {
    font-size: 16px;
    color: #999999;
  }
  .box-upload-verificarition {
    width: calc(90% - 152px);
    border: 5px dotted #d9d9d9;
    border-radius: 12px;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 76px;
    gap: 16px;
  }
  .img-verification {
    width: 80px;
  }
  .text-box-verification {
    font-size: 16px;
    color: #999999;
    text-align: center;
  }
  .btn-verification {
    width: 363px;
    height: 52px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
  }

  /* ONBOARDING SUCCESS */
  .container-onboarding-success {
    display: flex;
    height: 100vh;
  }
  .box-image-onbording-success {
    display: none;
  }
  .box-onboarding-success {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-success-mobile.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 86px 20px;
  }
  .box-onboarding-success-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px 50px;
  }

  .icon-check-title-onboarding-success {
    width: 36px;
  }
  .text-onboarding-success {
    font-size: 18px;
  }
  .btn-access-onboarding-success {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    font-size: 20px;
  }
  .text-button-onboarding-success {
    font-size: 18px;
  }
}

/* TABLET */
@media screen and (min-width: 425px) and (max-width: 767px) {
  .title-screen-onboarding {
    font-size: 28px;
    text-align: center;
  }
  /* LOGIN */
  .container-screen-login {
    flex-direction: column;
  }

  .banner-login {
    width: 100%;
    height: 100px;
    padding: 18px 0;
  }
  .space {
    height: 16px;
  }
  .box-banner-login {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 72px;
    margin-right: 32px;
  }
  .img-title-banner {
    width: 200px;
    display: none;
  }
  .box-img-title-banner {
    display: flex;
    justify-content: center;
  }
  .text-banner-login {
    font-size: 12px;
    display: none;
  }
  .container-login {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    top: -15px;
    background-color: var(--white-color);
    padding: 32px 0;
  }
  .logo-login {
    display: none;
  }
  .logo-login-mobile {
    display: block;
    margin: 0 auto;
    width: 70px;
  }
  .box-login {
    margin: 0 22px;
    width: 100%;
  }
  .subtitle-screen-onboarding {
    font-size: 16px;
    text-align: center;
  }
  .btn-login {
    height: 48px;
    border-radius: 10px;
    font-size: 20px;
    transition: 0.4s;
  }
  .text-cadastro,
  .text-cadastro a {
    font-size: 16px;
  }
  .text-remember-password,
  .forget-password {
    font-size: 16px;
  }

  /* ONBOARDING */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording {
    display: none;
  }

  .box-form-onboarding {
    width: calc(100% - 40px);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/banner-onboarding-1-mobile.svg");
    background-size: cover;
    padding: 86px 20px;
  }
  .box-form-onboarding-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px 50px;
    width: calc(100% - 100px);
    position: relative;
    top: 32px;
  }
  .box-flex-inputs-onboarding {
    flex-direction: column;
  }
  .box-btn-onboarding {
    justify-content: space-between;
  }
  .form-onboarding-1 {
    width: 100%;
  }
  .title-onboarding-success {
    font-size: 24px;
  }
  .box-img-step-onboarding img {
    width: 232px;
  }
  .btn-step-onboarding {
    width: 100%;
    height: 48px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
  }
  .btn-step-onboarding-back {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    height: 48px;
  }
  /* ONBOARDING 2 */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording-2 {
    display: none;
  }
  .box-form-onboarding-2 {
    width: calc(100% - 40px);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/banner-onboarding-2-mobile.svg");
    background-size: cover;
    padding: 86px 20px;
  }

  .form-onboarding-1 {
    width: 100%;
  }

  .text-accept-terms {
    font-size: 12px;
    color: black;
  }

  .title-verification-onboarding-2 {
    font-size: 16px;
  }
  .text-verification-onboarding-2 {
    font-size: 16px;
    color: #999999;
  }
  .box-upload-verificarition {
    width: calc(100% - 32px);
    border: 5px dotted #d9d9d9;
    border-radius: 12px;
    min-height: 300px;
    height: 100%;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 24px;
  }
  .img-verification {
    width: 70px;
  }
  .text-box-verification {
    font-size: 12px;
    color: #999999;
    text-align: center;
  }
  .btn-verification {
    width: 80%;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .checkbox-input-onboarding-2 {
    flex-shrink: 0;
  }

  /* ONBOARDING SUCCESS */
  .container-onboarding-success {
    display: flex;
    height: 100vh;
  }
  .box-image-onbording-success {
    display: none;
  }
  .box-onboarding-success {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-success-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 20px;
  }
  .box-onboarding-success-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px 50px;
    position: relative;
    top: 64px;
  }

  .icon-check-title-onboarding-success {
    width: 32px;
  }

  .box-btn-onboarding-success {
    margin-top: 24px;
  }
  .btn-access-onboarding-success {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    font-size: 18px;
  }
  .text-button-onboarding-success {
    font-size: 16px;
  }
}

/* BIG MOBILE */
@media screen and (min-width: 375px) and (max-width: 424px) {
  .title-screen-onboarding {
    font-size: 22px;
    text-align: center;
  }
  /* LOGIN */
  .container-screen-login {
    flex-direction: column;
  }

  .banner-login {
    width: 100%;
    height: 80px;
    padding: 18px 0;
    background-position: center;
  }
  .space {
    height: 12px;
  }
  .box-banner-login {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-left: 64px;
    margin-right: 32px;
  }
  .img-title-banner {
    width: 150px;
    display: none;
  }
  .box-img-title-banner {
    display: flex;
    justify-content: center;
  }
  .text-banner-login {
    font-size: 12px;
    display: none;
  }
  .container-login {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    top: -15px;
    background-color: var(--white-color);
    padding: 32px 0;
  }
  .logo-login {
    display: none;
  }
  .logo-login-mobile {
    display: block;
    margin: 0 auto;
    width: 70px;
  }
  .box-login {
    margin: 0 22px;
    width: 100%;
  }
  .subtitle-screen-onboarding {
    font-size: 16px;
    text-align: center;
  }
  .btn-login {
    height: 48px;
    border-radius: 10px;
    font-size: 20px;
    transition: 0.4s;
  }
  .text-cadastro,
  .text-cadastro a {
    font-size: 16px;
  }
  .text-remember-password,
  .forget-password {
    font-size: 16px;
  }

  /* ONBOARDING */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording {
    display: none;
  }

  .box-form-onboarding {
    width: calc(100% - 40px);
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-1-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 20px;
  }
  .box-form-onboarding-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px;
    width: calc(100% - 64px);
    position: relative;
    top: 32px;
  }
  .box-flex-inputs-onboarding {
    flex-direction: column;
  }
  .box-btn-onboarding {
    justify-content: space-between;
  }
  .form-onboarding-1 {
    width: 100%;
  }

  .box-img-step-onboarding img {
    width: 100%;
  }
  .btn-step-onboarding {
    width: 100%;
    height: 46px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
  }
  .btn-step-onboarding-back {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    height: 36px;
  }

  /* ONBOARDING 2 */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording-2 {
    display: none;
  }
  .box-form-onboarding-2 {
    width: calc(100% - 40px);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/banner-onboarding-2-mobile.svg");
    background-size: cover;
    padding: 86px 20px;
  }

  .form-onboarding-1 {
    width: 100%;
  }
  .title-onboarding-success {
    font-size: 22px;
  }

  .text-accept-terms {
    font-size: 12px;
    color: black;
  }

  .title-verification-onboarding-2 {
    font-size: 14px;
  }
  .text-verification-onboarding-2 {
    font-size: 12px;
    color: #999999;
  }
  .box-upload-verificarition {
    width: calc(100% - 32px);
    border: 5px dotted #d9d9d9;
    border-radius: 12px;
    min-height: 300px;
    height: 100%;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .img-verification {
    width: 70px;
  }
  .text-box-verification {
    font-size: 12px;
    color: #999999;
    text-align: center;
  }
  .btn-verification {
    width: 80%;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .checkbox-input-onboarding-2 {
    flex-shrink: 0;
  }

  /* ONBOARDING SUCCESS */
  .container-onboarding-success {
    display: flex;
    height: 100vh;
  }
  .box-image-onbording-success {
    display: none;
  }
  .box-onboarding-success {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-success-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 20px;
  }
  .box-onboarding-success-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px;
    position: relative;
    top: 64px;
  }

  .icon-check-title-onboarding-success {
    width: 32px;
  }
  .text-onboarding-success {
    font-size: 16px;
  }
  .box-btn-onboarding-success {
    margin-top: 24px;
  }
  .btn-access-onboarding-success {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    font-size: 18px;
  }
  .text-button-onboarding-success {
    font-size: 16px;
  }
}

/* NORMAL MOBILE */
@media screen and (min-width: 320px) and (max-width: 374px) {
  .title-screen-onboarding {
    font-size: 28px;
    text-align: center;
  }

  /* LOGIN */
  .container-screen-login {
    flex-direction: column;
  }

  .banner-login {
    width: 100%;
    height: 80px;
    padding: 18px 0;
  }
  .space {
    height: 12px;
  }
  .box-banner-login {
    display: flex;
    flex-direction: column;
    margin: 0 48px;
  }
  .img-title-banner {
    width: 150px;
    display: none;
  }
  .box-img-title-banner {
    display: flex;
    justify-content: center;
  }
  .text-banner-login {
    font-size: 12px;
    display: none;
  }
  .container-login {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    top: -15px;
    background-color: var(--white-color);
    padding: 32px 0;
  }
  .logo-login {
    display: none;
  }
  .logo-login-mobile {
    display: block;
    margin: 0 auto;
    width: 60px;
  }
  .box-login {
    margin: 0 22px;
    width: 100%;
  }

  .subtitle-screen-onboarding {
    font-size: 16px;
    text-align: center;
  }
  .btn-login {
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.4s;
  }
  .text-cadastro,
  .text-cadastro a {
    font-size: 12px;
  }
  .text-remember-password,
  .forget-password {
    font-size: 12px;
  }

  /* ONBOARDING */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording {
    display: none;
  }

  .box-form-onboarding {
    width: calc(100% - 40px);
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-1-mobile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 86px 20px;
  }
  .box-form-onboarding-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px;
    width: calc(100% - 64px);
  }
  .box-flex-inputs-onboarding {
    flex-direction: column;
  }
  .box-flex-inputs-onboarding label {
    font-size: 14px;
  }
  .box-btn-onboarding {
    justify-content: space-between;
  }
  .form-onboarding-1 {
    width: 100%;
  }

  .box-img-step-onboarding img {
    width: 100%;
  }
  .btn-step-onboarding {
    width: 249px;
    height: 46px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
  }
  .btn-step-onboarding-back {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    width: 249px;
    max-width: 249px;
    height: 32px;
  }

  /* ONBOARDING 2 */
  .container-onboarding {
    display: flex;
  }
  .box-image-onbording-2 {
    display: none;
  }
  .box-form-onboarding-2 {
    width: calc(100% - 40px);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/banner-onboarding-2-mobile.svg");
    background-size: cover;
    padding: 86px 20px;
  }

  .form-onboarding-1 {
    width: 100%;
  }
  .title-onboarding-success {
    font-size: 20px;
    gap: 10px;
  }
  .text-accept-terms {
    font-size: 12px;
    color: black;
  }
  .title-verification-onboarding-2 {
    font-size: 14px;
  }
  .text-verification-onboarding-2 {
    font-size: 12px;
    color: #999999;
  }
  .box-upload-verificarition {
    width: calc(100% - 32px);
    border: 5px dotted #d9d9d9;
    border-radius: 12px;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    gap: 24px;
  }
  .img-verification {
    width: 60px;
  }
  .text-box-verification {
    font-size: 10px;
    color: #999999;
    text-align: center;
  }
  .btn-verification {
    width: 90%;
    height: 36px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
  }
  .checkbox-input-onboarding-2 {
    flex-shrink: 0;
  }

  /* ONBOARDING SUCCESS */
  .container-onboarding-success {
    display: flex;
    height: 100vh;
    background-color: var(--primary-color);
  }
  .box-image-onbording-success {
    display: none;
  }
  .box-onboarding-success {
    width: 100%;
    margin: 0px;
    display: flex;
    align-items: center;
    background-image: url("../images/banner-onboarding-success-mobile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 86px 20px;
  }
  .box-onboarding-success-mobile {
    background-color: var(--white-color);
    border-radius: 24px;
    padding: 32px 16px;
    position: relative;
    top: 24px;
  }

  .icon-check-title-onboarding-success {
    width: 32px;
  }
  .text-onboarding-success {
    font-size: 14px;
  }
  .box-btn-onboarding-success {
    margin-top: 24px;
  }
  .btn-access-onboarding-success {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
  }
  .text-button-onboarding-success {
    font-size: 14px;
  }
}

.container-alert {
  margin: 16px 0;
}
.box-alert {
  padding: 18px 12px;
  font-size: 16px;
  width: 80%;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #0000000f;
  font-weight: 600;
}
.alert-error {
  background-color: #f9e7e7;
  color: #d62323;
  -webkit-animation: shake-horizontal 0.8s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.alert-success {
  background-color: #aaf1da;
  color: #0d805b;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.alert-warning {
  background-color: #ffe396;
  color: #d56000;
  -webkit-animation: shake-horizontal 0.8s
    cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.toast-show {
  position: fixed;
  right: 32px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.toast-show .box-alert {
  display: inline-block;
  padding: 24px;
  font-size: 16px;
  max-width: 500px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #0000000f;
  font-weight: 600;
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media screen and (max-width: 1024px) {
  .box-alert {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .toast-show {
    right: 16px;
  }
  .toast-show .box-alert {
    display: inline-block;
    padding: 24px;
    font-size: 16px;
    max-width: 250px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 5px 10px #0000000f;
    font-weight: 600;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* POPUP VERIFICATION */
.popup-verification-hide {
  display: none !important;
}
.container-popup-verification {
  background-color: #0000008d;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-popup {
  width: 500px;
  max-width: 90%;
  height: 300px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.loader {
  width: 80px;
  height: 80px;
  border: 8px solid #e2e2e2;
  border-bottom-color: var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@media screen and (max-width: 768px) {
  .box-popup h2 {
    font-size: 20px;
  }
  .loader {
    width: 60px;
    height: 60px;
    border: 8px solid #e2e2e2;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.veriff-submit {
    border-radius: 5px !important;
    background-color: var(--primary-color) !important;
    height: 45px !important;
    transition: .4s !important;
}
.veriff-submit:hover {
    background-color:#0b3e97 !important;
}
.veriff-description {
    display: none !important;
}
a#termos-de-uso-link {
    color: #007bff;
    text-decoration: underline;
    font-weight: bold;
}
a#termos-de-uso-link:hover {
    color: #0056b3;
}
