@font-face {
  font-family: 'Gotham Book';
  src: url('../../../fonts/Gotham-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../../../fonts/Gotham-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Ultra';
  src: url('../../../fonts/Gotham-Ultra.ttf') format('opentype');
}

@font-face {
  font-family: 'Nexa';
  src: url('../../../fonts/nexa/NexaLight.otf') format('opentype');
}


.multiversa-acesso-page {
  background: linear-gradient(270deg, #F5D127 20.45%, #FFF 81.87%);
  display: flex;
  position: relative;
  overflow: hidden;
}

#multiversa-acesso .multiversa-acesso-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#multiversa-acesso .multiversa-acesso-geral {
  display: flex;
}

#multiversa-acesso .multiversa-acesso-header {
  padding: 110px 30px;
  max-width: 570px;
  position: absolute;
}

#multiversa-acesso .multiversa-bg-base {
  position: relative;
  display: block;
}

#multiversa-acesso .multiversa-bg-mid {
  display: none;
}

#multiversa-acesso .multiversa-bg-small {
  display: none;
}


#multiversa-acesso .multiversa-header-logo-base {
  margin-bottom: 24px;
}

#multiversa-acesso .multiversa-acesso-title {
  color: #FFF;
  font-family: 'Inter';
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 70px */
  margin-bottom: 40px;
}

#multiversa-acesso .multiversa-acesso-title span {
  color: #F5D127;
  font-weight: 700;
}

#multiversa-acesso .multiversa-acesso-text {
  color: #FFF;
  font-family: 'Inter';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 27px;
}

#multiversa-acesso .multiversa-acesso-pergunta {
  color:#FFF;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#multiversa-acesso .multiversa-acesso-login {
  /*position: absolute;*/
  height: 73%;
  right: 90px;
  width: 550px;
  position: absolute;
  background-color: #FFF;
  bottom: 131px;
  border-radius: 24px;
}

#multiversa-acesso .multiversa-acesso-form-title {
  color: #1E2849;
  font-family: 'Inter';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 190px;
}

#form-login-multiversa label {
  color: #071731;
  border-radius: 7px;
  margin-bottom: 14px;
}

#form-login-multiversa input {
  background-color: #FFF;
  color: #161616;
  border-radius: 8px;
  margin-bottom: 14px;
  height: 44px;
  font-size: 19px;
}

#multiversa-acesso .form-group {
  color: #06080F;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  color: #a9aba3;
}

#multiversa-acesso .forgot-password {
  color: #145B9E;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
}

#multiversa-acesso .btn {
  border-radius: 8px;
  background: #F5D127;
  color: #000;
  text-align: center;
  
  /* Base/Botões */
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.25px;

  width: 100%;
  margin-bottom: 16px;
}

#multiversa-acesso .btn:hover {
  background-color: #937D17;
  color: #FFF;
}

#multiversa-acesso #form-login-multiversa {
  padding: 67px 49px;
}

#multiversa-acesso .create-account {
  color: var(--secundrias-185-adb, #145B9E);
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
  margin-top: 14px;
}

#multiversa-acesso .create-account2 {
  display: none;
}

footer#application-footer {
  background-color: #161616;
}






@media (min-width: 577px) and (max-width: 1023px) {

  .multiversa-acesso-page{
    display: unset;
  }

  #multiversa-acesso .multiversa-bg-base {
    position: relative;
    display: none;
  }

  #multiversa-acesso .multiversa-bg-mid {
    display: block;
    width: 100%;
  }

  #multiversa-acesso .multiversa-bg-small {
    display: none;
  }

  #multiversa-acesso .multiversa-acesso-header {
    padding: 12.182vw 3.837vw;
  }

  #multiversa-acesso .multiversa-acesso-title {
    font-size: 4.796vw;
    line-height: normal;
    max-width: 41.556vw;
    margin-bottom: 1.918vw;
  }

  #multiversa-acesso .multiversa-acesso-title span {
    font-size: 3.837vw;
    line-height: 2.639vw;
  }

  #multiversa-acesso .multiversa-acesso-text {
    font-size: 2.758vw;
    line-height: normal;
    max-width: 38.41vw;
    margin-bottom: 3.837vw;
  }

  #multiversa-acesso .multiversa-acesso-pergunta {
    font-size: 2.278vw;
    line-height: normal;
  }

  #multiversa-acesso #form-login-multiversa {
    padding: 2.878vw;
  }

  #form-login-multiversa input {
    height: 4.317vw;
  }

  #multiversa-acesso .form-group {
    font-size: 2.278vw;
  }

  #multiversa-acesso .forgot-password {
    font-size: 1.559vw;
  }

  #multiversa-acesso .btn {
    padding: 1.799vw 2.398vw;
    font-size: 3.237vw;
  }

  #multiversa-acesso .create-account {
    font-size: 1.559vw;
  }

  #multiversa-acesso .create-account2 {
    display: none;
  }

  #multiversa-acesso .btn {
    padding: 1.918vw 2.878vw;
    font-size: 1.918vw;
    letter-spacing: 0.32px;
  }

  #multiversa-acesso .multiversa-acesso-login {
    max-width: 54vw;
    right: 3.957vw;
    width: 44.844vw;
    bottom: 14.748vw;
  }

  #multiversa-acesso .multiversa-acesso-form-title {
    font-size: 3.957vw;
    font-style: normal;
  }
}




@media (min-width: 0px) and (max-width: 576px) {

  .multiversa-acesso-page {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  #multiversa-acesso .multiversa-bg-base {
    display: none;
  }

  #multiversa-acesso .multiversa-bg-mid {
    display: none;
  }

  #multiversa-acesso .multiversa-bg-small {
    display: block;
    position: relative;
    width: 100%;
  }

  #multiversa-acesso .multiversa-acesso-geral {
    display: unset;
  }


  #multiversa-acesso .multiversa-acesso-header {
    padding: 8.889vw 4.444vw;
    width: 100%;
    flex: none;
    position: absolute;
    top: 0;
    max-width: 100%;
    overflow: hidden;
  }

  #multiversa-acesso .multiversa-acesso-title {
    font-size: 8.889vw;
    line-height: normal;
    margin-bottom: 6.667vw;
  }

  #multiversa-acesso .multiversa-acesso-title span {
    font-size: 8.889vw;
    line-height: 10.556vw;
  }

  #multiversa-acesso .multiversa-acesso-text {
    font-size: 5vw;
    line-height: normal;
    margin-bottom: 4.5vw;
    max-width: 71.556vw;
  }

  #multiversa-acesso .multiversa-acesso-pergunta {
    font-size: 4.444vw;
    line-height: 184.58%;
    margin-bottom: 12.5vw;
    margin-right: 1vw;
  }

  #multiversa-acesso .form-group {
    font-size: 5.278vw;
    line-height: 6.111vw;
    margin-bottom: 2.222vw;
  }

  #multiversa-acesso .forgot-password {
    font-size: 4.444vw;
    line-height: normal;
    margin-bottom: 3.611vw;
  }

  #form-login-multiversa input {
    height: 10vw;
    border-radius: 2.222vw;
    font-size: 4.444vw;
  }

  #multiversa-acesso .btn {
    padding: 4.167vw 5.556vw;
    font-size: 7.5vw;
    margin-bottom: 3.611vw;
    margin-top: 3.611vw;
  }

  #multiversa-acesso .multiversa-acesso-login {
    width: 100%;
    position: unset;
    height: unset;
  }

  #multiversa-acesso .form-control {
    margin-bottom: 3.611vw;
    width: 91vw;
  }

  #multiversa-acesso .create-account {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 4.444vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.08px;
    text-decoration-line: underline;
    padding-left: 4.167vw;
    margin-bottom: 3.611vw;
    display: block;
  }

  #multiversa-acesso .create-account2 {
    display: none;
  }

  #multiversa-acesso #form-login-multiversa {
    padding: 8.889vw 4.444vw;
    margin-bottom: -15px;
  }

  #multiversa-acesso .btn {
    padding: 4.444vw 6.667vw;
    font-size: 4.444vw;
    letter-spacing: 0.32px;
  }

  #multiversa-acesso .multiversa-acesso-form-title {
    font-size: 6.667vw;
    font-style: normal;
  }
}