a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  font: inherit;
    font-size: inherit;
  font-size: 100%;
  vertical-align: initial;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  font-family: Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;
  color: var(--primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
}

body.dark {
    background-color: #101a1f;
    background-image: none;
}

#app, body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#app {
  position: absolute;
  top: 0;
  left: 0;
}


._capa1 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
    overflow-y: hidden;
}

.landing-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.landing-wrapper {
  padding-bottom: 92px;
  cursor: default;
}


.landing-wrapper-before {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 222px;
}
.landing-wrapper-before {
  background-color: #00a884;
}
.landing-wrapper-before {
  left: 0;
}

.landing-header {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: flex-start;
  width: 1050px;
  min-height: 39px;
}
.landing-header {
  margin: 27px auto 28px;
}


.landing-headerTitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}
.landing-headerTitle {
  margin-left: 14px;
}


.landing-window {
  z-index: 2;
  display: flex;
  flex: none;
  flex-direction: column;
  max-width: 1050px;
  overflow: visible;
}
.landing-window {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 17px 50px 0 rgba(11,20,26,.19),0 12px 15px 0 rgba(11,20,26,.24);
}
.landing-window {
  margin-right: auto;
  margin-left: auto;
}



.landing-main {
  position: relative;
}
.landing-main {
  padding: 64px 60px 110px;
}


._capa2 {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}

._capa3 {
  flex: none;
  max-width: 556px;
}

.landing-title {
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  color: #41525d;
}

._capa4 {
  margin-bottom: 52px;
}

ol, ul {
  padding: 0;
  margin: 0;
}
._capa5 {
  list-style-type: decimal;
}

._capa5 {
  padding: 0 0 0 24px;
}

._capa6 {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray-700);
}

._capa6 + ._capa6 {
  margin-top: 18px;
}

._capa6 strong {
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
}

._capa7 {
  position: relative;
}
._capa7 {
  margin-left: 60px;
}


._capa8 {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  overflow: hidden;
}
._capa8 {
  border-radius: 2px;
}



._capa8 .qrdev {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 64px;
  height: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

._capa8 .qrdev {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

._img-line {
  display: inline-block;
  vertical-align: top;
}

._capa8 canvas, 
._capa8 img {
  max-width: 320px;
}

._capa8 #capa_qr svg{
  width: 320px;
  height: 320px;
}

.botss img{
    position: absolute;
    top: -160px;
    width: 165px;
    left: 70px;
}


.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 10px;
}


.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}


a .bi{
  vertical-align: middle;
}

._capa10{
  max-width: 930px;
}