@font-face {
  font-family: sansserifbldflf;
  src: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/fonts/SansSerifFLF-FontZillion/Fonts/sansserifbldflf.otf");
}
@font-face {
  font-family: wumbology;
  src: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/fonts/Wumbology-FontZillion/Fonts/wumbology.ttf");
}
@font-face {
  font-family: "hind bold";
  src: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/fonts/hind/hind-bold.otf");
}
@font-face {
  font-family: "Futura New";
  src: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/fonts/Futura/futuraNewHeavy.woff2") format("woff2");
}
@font-face {
  font-family: "Futura PT";
  src: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/fonts/FuturaPT/FuturaPT-Heavy.woff2") format("woff2");
}

#body_localization{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  /* min-height: 100vh; */
  justify-content: center;
  align-items: center;
}
/***/
#cookiebanner {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

html {
  height: 100%;
}

.simplemodal-overlay::after, .simplemodal-container::after {
  content: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/gifs/direct_loading.gif");
  position: fixed;
  border-radius: 5px;
  z-index: 1 !important;
  opacity: 1 !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.68);
}

#loading {
  content: url("https://zaesew1b2cprdsto02.blob.core.windows.net/b2cstaticcontent/common/gifs/direct_loading.gif");
  height: 3rem;
}

.hideBody {
  display: none;
}

.wrapperapi {
  height: 100%;
  width: 90%;
  padding: 10px;
  background-color: #F4F2F6;
  margin-top: 4.25rem;
}
.wrapperapi__title {
  font-family: "Futura New";
  text-align: center;
}
.wrapperapi__subtitle {
  text-align: center;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  transform: none;
}
.welcome_areacliente{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.wrapperapi__banner {
  font-family: "Futura New";
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem 0;
}
.wrapperapi #api {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wrapperapi #api .error.pageLevel {
  display: none !important;
}
.wrapperapi #api .working {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 2rem;
}
.wrapperapi #api #signInName {
  display: none;
}
.wrapperapi #api #signInNameFake {
  margin-bottom: 1rem;
  text-indent: 0.9rem;
  height: 3.5rem;
  font-size: 0.87em;
}
.wrapperapi #api #password_wrapper {
  position: relative;
}
.wrapperapi #api #password_wrapper #password_show, .wrapperapi #api #password_wrapper #password_hide {
  display: none;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  color: #69A0BE;
  font-family: "Futura New";
}
.wrapperapi #api #password_wrapper #password {
  text-indent: 0.9rem;
  height: 3.5rem;
  font-size: 0.87rem;
  margin-bottom: 0.45rem;
}
.wrapperapi #api #password_wrapper #password[type=password] ~ #password_show, .wrapperapi #api #password_wrapper #password[type=text] ~ #password_hide {
  display: block;
  cursor: pointer;
  padding-right: 0.6rem;
  margin-top: 0.49rem;
}
.wrapperapi #api #signInNameFake.inputError, .wrapperapi #api #password.inputError {
  border: 1px solid #FA5A5A;
  color: #FA5A5A;
}
.wrapperapi #api #signInNameFake.inputOk, .wrapperapi #api #password.inputOk {
  border: 1px solid green;
  color: green;
}
.wrapperapi #api #suggestions {
  margin-bottom: 20px;
}
.wrapperapi #api #suggestions p {
  font-family: Tahoma;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.wrapperapi #api #suggestions #passwordSuggestion {
  display: none;
}
.wrapperapi #api #suggestions #passwordSuggestion.errorMessage {
  display: block;
}
.wrapperapi #api #suggestions .errorMessage {
  color: #FA5A5A;
}
.wrapperapi #api #CustomB2CError {
  margin-bottom: 20px;
}
.wrapperapi #api #CustomB2CError p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #FA5A5A;
}
.wrapperapi #api #forgotPassword {
  color: black;
  font-family: "Futura New";
  font-size: 1.1rem;
}
.wrapperapi #api .rememberMe {
  display: none;
}
.wrapperapi .needhelp {
  padding-bottom: 5rem;
}
.wrapperapi .needhelp #needHelp {
  margin-top: 1em;
  border-top: 1px solid black;
  color: black;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}
.wrapperapi .needhelp__link--show + #needHelpText {
  display: block;
}
.wrapperapi .needhelp__text {
  display: none;
}
.wrapperapi .needhelp__text p {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

/*content to api*/
.content {
  display: none;
}
#api {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.error {
  color: #FA5A5A;
}

#signInNameFake, #password {
  border: none;
  height: 3rem;
  width: 100%;
  text-indent: 0.9rem;
  font-size: 0.87rem;
}
#signInNameFake:focus, #password:focus {
  outline: 0;
}
#signInNameFake::-moz-placeholder, #password::-moz-placeholder {
  color: #3C3C3C;
}
#signInNameFake:-ms-input-placeholder, #password:-ms-input-placeholder {
  color: #3C3C3C;
}
#signInNameFake::placeholder, #password::placeholder {
  color: #3C3C3C;
}
.create{
  display: flex;
  height: 54px;
  padding: 13px 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin: 15px 0px 40px;
}
#createAccount{
  display: flex;
  text-decoration: none;
  height: 3em;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: var(--Neutros-Negro, #000);
  text-align: center;
  font-family: "Futura New";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border-radius: 28px;
  border: 2px solid var(--Neutros-Negro, #000);
}

.buttons{
  display: flex;
  height: 54px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 50px;
}
#next {
  display: none;
}

#fakeNext {
  border: none;
  border-radius: 32px;
  height: 3em;
  width: 100%;
  /* cursor: pointer; */
  justify-content: center;
  align-items: center;
  background: var(--verdes-verde-80, #E1E891);
  color: var(--Neutros-Negro, #000);
  text-align: center;
  font-family: "Futura New";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  text-transform: uppercase;
}
#fakeNext:focus {
  outline: 0;
}
#fakeNext:hover:enabled {
  border-radius: 32px;
  border: 3px dashed var(--Neutros-Negro, #000);
  background: var(--verdes-verde-80, #E1E891);
}
#fakeNext:disabled {
  border-radius: 32px;
  background: var(--Verdes-Verde, #DAE275);
}
#fakeNext:enabled {
  cursor: pointer;
}
#newAccount {
  display: none;
}

@media only screen and (max-width: 679px) {
  #body_localization{
    gap: 40px;
  }
  .wrapperapi {
    width: 95%;
    margin-top: 0;
  }
  .wrapperapi__subtitle {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 680px) and (max-width: 1000px) {
  .wrapperapi {
    width: 55%;
  }
  .wrapperapi__subtitle {
    margin-top: 24px;
    width: calc(100% + 80px);
    transform: translateX(-40px);
  }
  .wrapperapi__banner {
    width: 80vw;
    transform: translateX(-25%);
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .wrapperapi {
    width: 40%;
  }
  .wrapperapi__subtitle {
    margin-top: 24px;
    font-size: 1.3rem;
    width: calc(100% + 80px);
    /* transform: translateX(-40px); */
  }
  .wrapperapi__banner {
    width: 100vw;
    transform: translateX(-32%);
    text-align: center;
  }
}/*# sourceMappingURL=login.css.map */
*, *:before, *:after {
  box-sizing: border-box;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}















