@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#paginaLector {
  max-width: 600px;
  margin: 0 auto;
  padding: 35px 0px;
}

#qr-reader>div:first-child>img {
  display: none;
}

#qr-reader {
  border: none !important;
}

#qr-reader>div#qr-reader__scan_region {
  min-height: auto !important;
}

#qr-reader>div#qr-reader__scan_region>img {
  display: none;
}


/* #qr-reader__dashboard_section>div:last-child {
  display: none;
} */
html,
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  height: 100%;
  min-height: 100vh;
  font-size: 16px;
}

#header {
  background-color: #eee;
  padding: 26px 15px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header img {
  max-width: 185px;
  width: 100%;
}

#footer {
  background-color: #292625;
  color: #fff;
  text-align: center;
  padding: 35px 10px;
  font-size: 14px;
}

#content {
  min-height: calc(100vh - 189px);
}

.title_importante {
  font-weight: 500;
  font-size: 16px;
}

.texto_importante {
  font-size: 14px;
}

ul.fa-ul {
  margin-left: var(--fa-li-margin, 1.5em);
}

span.fa-li {
  left: calc(var(--fa-li-width, 1.5em)*-1);
  width: var(--fa-li-width, 1em);
}

.divInfo {
  /*max-width: 511px;*/
  padding: 16px;
  border-radius: 10px;
  background-color: #E8F1FF;
  margin: 50px auto 0;
}

.divInfo ul {
  margin-bottom: 0px;
}

.divInfo i {
  color: #1062FF;
}

.divError {
  /*max-width: 511px;*/
  padding: 16px;
  border-radius: 10px;
  background-color: rgb(209, 38, 38);
  color: #fff;
  margin: 50px auto 0;
}

.divError ul {
  margin-bottom: 0px;
}

.divError i {
  color: #630404;
  font-size: 15px;
}

#paginaInfo {
  max-width: 640px;
  margin: 0 auto;
  padding: 35px 0px;
}

.contentInfo {
  border: 1px solid #B6C2E2;
  border-radius: 10px;
  padding: 16px;
  margin-top: 26px;
}

.contentIcon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #E6EEFF;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  color: #0243EC;
}

.titleSeccion {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #11151F;
  vertical-align: middle;
  margin-left: 13px;
}
.titlePopup {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #11151F;
  vertical-align: middle;
  margin-left: 13px;
}

.title_info {
  font-size: 14px;
  font-weight: 700;
  color: #3E3E3E;
}

.texto_info {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
}

.contentInfo ul {
  margin-bottom: 0px;
}

.contentInfo li {
  line-height: 30px;
}

.contentButtons {
  margin-top: 26px;
}

.contentButtons button {
  font-size: 14px;
}

.text_alert {
  font-size: 14px;
  margin-bottom: 26px;
}
.text_alert span {
  color: #0243EC;
}
div#cargaConfirm {
  display: none;
}
.toast {
  font-size: inherit;
  background-color: #E8F1FF;
  width: 512px;
}
.toast i {
  color: #0243EC;
}
#listaToast {
  margin-bottom: 0px;
}
#contentToast {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}
.text-left{
  text-align: left;
}