body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

.body {
  height: 100%;
  font-family: Din, sans-serif;
  font-weight: 300;
}

.section-menu-topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.container {
  width: 1140px;
  /*height: 100%;*/
  text-align: center;
}

.container.comofunciona {
  display: none;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  height: 50%;
  padding-top: 2px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #666;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: #e7b737;
  font-weight: 700;
}

.nav-link.w--current {
  color: #333;
}

.nav-link.ultimo {
  height: 50%;
  border-right-style: none;
}

.nav-link.primeiro {
  display: none;
}

.nav-link.primeiro.w--current {
  display: none;
  border-left: 1px solid #666;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2e2f;
}

.link-login {
  margin-bottom: 0px;
  padding-right: 1px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-login:hover {
  color: #edb328;
}

.link-login.off {
  padding-right: 10px;
  font-size: 18px;
}

.coluna-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coluna-menu.ultimo {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.coluna-menu.central {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
}

.row-menu {
  height: 100%;
}

.section-evento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44vh;
  min-height: 320px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner-data.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: justify;
}

.row-evento {
  height: 100%;
}

.coluna-evento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coluna-evento.direita {
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.titulo-evento {
  /*margin-top: 0px;*/
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px none #666;
  color: #FFF;
  font-size: 27px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
}

.link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #2c2e2f;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.link:hover {
  color: #edb328;
}

.link.login {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  color: #2c2e2f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.link.login:hover {
  color: #edb328;
}

.link.login.esqueci {
  margin-bottom: 0px;
}

.link.voltar {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.link.branco {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.link.branco:hover {
  color: #edb328;
}

.link.cinza {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}

.texto-home {
  color: #fff;
  font-weight: 300;
  text-align: justify;
  font-size: 18px;
}

.section-icones {
  display: none;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
}

.div-icones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*height: 100%;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloco-icones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*height: 100%;*/
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #6c6c6c;
}

.titulo-icone {
  color: #2c2e2f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.section-recarga {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 50vh;*/
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8e8;
}

.titulo-recarga {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-valor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.5%;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a5a5a5;
  text-align: center;
}

.div-valor:hover {
  height: 115px;
  border-top: 8px solid #2980b9;
  background-color: #fff;
  color: #333;
}

.div-valor.w--current {
  height: 115px;
  border-top: 8px solid #16a085;
  background-color: #fff;
  color: #333;
}

.bloco-valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.texto-valor {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 34px;
}

.valor {
  font-size: 35px;
  font-weight: 700;
}

.valor.outro {
  font-size: 29px;
  text-transform: uppercase;
}

.tabs {
  width: 100%;
  /*margin-top: 25px;*/
}

.div-valor-recarga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-valor-recarga.null {
  display: none;
}

.subtitulo-valor-recarga {
  margin-top: -10px;
  margin-bottom: 0px;
  color: #2c2e2f;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
}

.titulo-valor-recarga {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
}

.titulo-valor-recarga.bonus {
  color: #29515f;
}

.div-finalizar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  margin-left: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 1px solid #a9a9a9;
}

@media only screen and (min-width: 800px) {
    .div-finalizar {
        width: 300px;
        height: 150px;
        display: inline-flex;
    }
}

.bloco-finalizar {
    text-align: left;
}

.link-finalize {
  margin-top: 5px;
  cursor: pointer;
}

.div-sinais {
  margin-right: 30px;
  margin-left: 30px;
  color: #666;
  font-size: 30px;
}

.div-sinais.null {
  display: none;
}

.bloco-painel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px; /*200px*/
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-bonus {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 110px;
  color: #ededed;
  font-weight: 700;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 165px; */
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d0d;
}

.titulo-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.subtitulo-footer {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.row-footer {
  /*height: 72px;*/
  margin-bottom: 20px;
}

.coluna-footer {
    /*height: 100%;*/
}

.section-comofunciona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 259px;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.titulo-comofunciona {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 30px;
  text-align: center;
}

.bloco-etapas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-etapa {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.subtitulo-etapa {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 1px solid #8a8a8a;
  font-size: 18px;
  text-align: left;
}

.section-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner-data.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-contato {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #adadad;
  color: #008c4f;
  text-align: left;
  text-transform: uppercase;
}

.bloco-icones-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-icones-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 101%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-icones-contato.direita {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-contato {
  margin-right: 20px;
}

.bloco-field-contato {
  margin-bottom: 50px;
}

.field-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cacaca;
  background-color: #fff;
}

.field-contato.direta {
  float: right;
  clear: right;
  font-weight: 300;
}

.field-contato.esquerda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  background-color: #fff;
  font-weight: 300;
}

.field-contato.maior {
  width: 100%;
  height: 160px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.field-contato.central {
  width: 100%;
  margin-top: 15px;
  float: left;
}

.texto-contato {
  padding-left: 15px;
  color: grey;
  font-size: 15px;
  text-align: left;
}

.texto-contato.cinza.valor {
  margin-bottom: 0px;
  padding-left: 0px;
  font-weight: 500;
}

.cinza {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  width: 200px;
  padding: 15px 30px;
  background-color: #edb328;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  font-weight: 700;
}

.button:hover {
  background-color: #999;
}

.button.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00804e;
  text-align: center;
}

.button.login:hover {
  background-color: #086a44;
}

.button.login.unico {
  margin-right: 0px;
}

.button.cadastre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edb328;
  color: #fff;
  text-align: center;
}

.button.cadastre:hover {
  background-color: #999;
  color: #ededed;
}

.button.cadastro {
  width: 260px;
  background-color: #edb328;
}

.button.cadastro:hover {
  background-color: #999;
}

.endereco {
  display: none;
  color: #2c2e2f;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.section-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner-data.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-faq {
  position: relative;
  margin-top: 60px;
  padding: 15px;
  border: 1px solid #dcdcdc;
  background-color: #e8e8e8;
}

.titulo-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-bottom: 9px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #adadad;
  background-color: transparent;
  color: #008c4f;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.titulo-faq.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #2c2e2f;
}

.texto-faq {
  color: #666;
  font-weight: 300;
  text-align: justify;
}

.texto-faq.central {
  text-align: center;
}

.triangulo {
  position: absolute;
  top: 34px;
  right: 31px;
  width: 15px;
  height: 15px;
  border-top: 15px solid #666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.triangulo.cadastro {
  top: 24px;
  width: 10px;
  height: 10px;
  border-top-width: 10px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.triangulo.menor {
  position: relative;
  top: 0px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-top-width: 9px;
  border-top-color: #2c2e2f;
  border-right-width: 4px;
  border-left-width: 4px;
}

.div-fundo-preto-login {
  position: fixed;
  z-index: 200000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
}

.image {
  cursor: pointer;
}

.div-login {
  position: relative;
  z-index: 300000000000;
  width: 800px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  text-align: center;
}

.div-login.esqueci {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-login.qrcode {
  width: 800px;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 0px 0px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titulo-lc {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #adadad;
  color: #008c4f;
  text-align: center;
  text-transform: uppercase;
}

.field-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 3px 32px 3px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #cacaca;
}

.field-login.login {
  width: 49%;
  font-weight: 300;
}

.bloco-field-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subtitulo-cadastro {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  color: grey;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.titulo-cadastro {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #008c4f;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.field-cadastro {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  border: 1px solid #cacaca;
}

.field-cadastro input::-webkit-input-placeholder {
    color: rgba(161, 160, 160, 0.50);
}

.field-cadastro.esquerda {
  position: relative;
  width: 49%;
  float: left;
}

.field-cadastro.direita {
  width: 49%;
  float: right;
}

.field-cadastro.direita.vazio {
  border-style: none;
}

.bloco-field-cadastro {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menor {
  font-size: 18px;
  font-weight: 400;
}

.menor.botao {
  font-size: 17px;
}

.div-bloco-termo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.texto-termo {
  height: 40px;
  margin-bottom: 0px;
}

.image-2 {
  margin-right: 11px;
}

.bloco-botoes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-fechar {
  position: absolute;
  top: 2vh;
  right: 25px;
  cursor: pointer;
}

.div-fundo-preto-cadastro {
  position: absolute;
  z-index: 200000000000000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
}

.div-fundo-preto-senha {
  position: fixed;
  z-index: 20000000000000000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
}

.field-esqueci {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  border: 1px solid #cacaca;
}

.div-fundo-preto-qrcode {
  position: absolute;
  z-index: 2000000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
}

.div-fundo-preto-qrcode.fechado {
  display: none;
}

.titulo-qrcode {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.qrcode {
  margin-top: 45px;
  margin-bottom: 20px;
}

.bloco-titulo-qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00cf92;
}

.texto-saldo {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #adadad;
  color: #edb328;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}

.bold {
  color: #edb328;
  font-size: 30px;
  font-weight: 700;
}

.bold.maior {
  color: #edb328;
}

.div-cadastro {
  display: block;
  width: 800px;
  margin: 100px auto;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.image-qrcode {
  padding: 4px;
  background-color: #fff;
}

.texto-menu-qrcode {
  margin-top: 7px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 15px;
  color: #fff;
  text-decoration: underline;
}

.titulo-menu-qrcode {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #edb328;
  font-size: 20px;
  font-weight: 400;
}

.submenu {
  position: absolute;
  top: 36px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.submenu-link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-align: right;
  text-decoration: none;
}

.submenu-link.ultimo {
  margin-top: 10px;
  border-top: 1px solid #2c2e2f;
  color: #2c2e2f;
}

.submenu-link.vazio {
  color: #2c2e2f;
  cursor: default;
}

.image-profile {
  margin-right: 10px;
  margin-left: 10px;
}

.image-3 {
  display: none;
}

.bloco-fundo-cinza {
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 199px;
  background-color: #0d0d0d;
}

.section-tela {
  position: relative;
  height: auto;
  min-height: 100%;
}

.bloco-link-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bloco-novo-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.null {
  display: none;
}

.texto-field-valor {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2c2e2f;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.image-4 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-4.off {
  margin-right: 0px;
}

.bloco-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 17px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  left: auto;
  right: -16px;
}

.dropdown-link {
  width: 100%;
  padding-right: 0px;
  float: right;
  font-weight: 700;
  text-align: right;
}

.dropdown-link:hover {
  color: #edb328;
}

.dropdown-link.ultimo {
  border-top: 1px solid #2c2e2f;
}

.dropdown-list {
  z-index: 30000;
}

.dropdown-list.w--open {
  right: 6px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.bloco-qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.map {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subtitulo-contato {
  text-transform: uppercase;
}

.bold-text {
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 700;
}

.lightbox-link {
  display: none;
}

.underline {
  text-decoration: underline;
}

.div-contato {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 22px 22px 3px;
  background-color: #e8e8e8;
}

.link-email {
  color: #333;
  text-decoration: none;
}

.link-email:hover {
  color: #e7b737;
}

.map-2 {
  display: none;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .navbar {
    display: block;
    width: 250px;
  }
  .nav-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right-style: none;
    font-size: 15px;
  }
  .nav-link.primeiro.w--current {
    border-left: 1px none #000;
    border-right-style: none;
    font-size: 15px;
  }
  .nav-menu {
    display: inline-block;
    width: 250px;
    height: auto;
    background-color: #fff;
  }
  .link-login {
    font-size: 17px;
    line-height: 23px;
  }
  .section-evento {
    height: auto;
    padding: 20px 15px;
  }
  .coluna-evento {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coluna-evento.direita {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titulo-evento {
    text-align: left;
  }
  .texto-home {
    text-align: justify;
  }
  .section-recarga {
    height: 47vh;
    min-height: 350px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bloco-valores {
    padding-right: 0px;
    padding-left: 0px;
  }
  .valor {
    font-size: 30px;
  }
  .div-valor-recarga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .titulo-valor-recarga {
    text-align: left;
  }
  .titulo-valor-recarga.bonus {
    font-size: 26px;
  }
  .link-finalize {
    width: 160px;
  }
  .bloco-painel {
    height: auto;
    /*margin-top: 17px;*/
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button {
    height: 50px;
    padding-top: 14px;
    float: left;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .menu-button.w--open {
    float: left;
    background-color: #fff;
    color: #29515f;
  }
  .section-contato {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .texto-contato.cinza.valor {
    font-size: 13px;
  }
  .div-faq {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-login {
    width: 90%;
  }
  .div-login.qrcode {
    width: 90%;
  }
  .div-fundo-preto-cadastro {
    display: none;
  }
  .div-fundo-preto-qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-cadastro {
    width: 90%;
  }
  .bloco-link-login {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .bloco-novo-menu {
    padding-right: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-block {
    position: absolute;
    left: 43%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .link-block.w--current {
    position: absolute;
    left: 43%;
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .section-recarga {
    height: auto;
    min-height: auto;
  }
  .div-valor {
    width: 49%;
    height: 100px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .div-valor:hover {
    height: 100px;
  }
  .div-valor.w--current {
    width: 49%;
    height: 100px;
  }
  .bloco-valores {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-valor-recarga {
    height: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subtitulo-valor-recarga {
    text-align: center;
  }
  .div-finalizar {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
    border-top: 1px solid #a9a9a9;
    border-left-style: none;
  }
  .bloco-finalizar {
    padding-top: 10px;
  }
  .bloco-painel {
    height: auto;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bloco-etapas {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-etapa {
    width: 50%;
    margin-bottom: 30px;
  }
  .image-contato {
    width: 59px;
    margin-right: 10px;
  }
  .button.login {
    margin-right: 15px;
  }
  .div-fundo-preto-qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .titulo-qrcode {
    font-size: 24px;
  }
  /*.bloco-fundo-cinza {
    height: 429px;
  }*/
  .link-block {
    left: 33%;
  }
  .link-block.w--current {
    left: 33%;
  }
  .subtitulo-contato {
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  .link-login {
    margin-right: 10px;
    font-size: 13px;
    line-height: 17px;
  }
  .link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bloco-icones {
    /*height: auto;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-valor:hover {
    height: 100px;
  }
  .div-valor.w--current {
    height: 100px;
  }
  .bloco-painel {
    /*margin-top: 53px;
    margin-bottom: 53px;*/
  }
  .section-footer {
    height: auto;
  }
  .row-footer {
    /*height: auto;*/
  }
  .coluna-footer {
    margin-bottom: 18px;
  }
  .section-comofunciona {
    /*height: auto;*/
  }
  .div-etapa {
    width: 100%;
  }
  .bloco-icones-contato {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .div-icones-contato {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-icones-contato.direita {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .texto-contato {
    font-weight: 400;
  }
  .cinza {
    font-weight: 500;
  }
  .button.login {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .button.cadastre {
    width: 100%;
  }
  .div-login {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-login.esqueci {
    padding-right: 15px;
    padding-left: 15px;
  }
  .field-login {
    padding-right: 15px;
  }
  .field-login.login {
    width: 100%;
    margin-bottom: 15px;
  }
  .field-login.login.senha {
    margin-bottom: 0px;
  }
  .bloco-field-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .field-cadastro.esquerda {
    width: 100%;
    float: none;
  }
  .field-cadastro.direita {
    width: 100%;
    float: none;
  }
  .field-cadastro.direita.vazio {
    display: none;
  }
  .div-bloco-termo {
    height: 71px;
    margin-bottom: 29px;
  }
  .texto-termo {
    height: auto;
    text-align: left;
  }
  .bloco-botoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bloco-botoes.menor {
    padding-right: 8px;
    padding-left: 8px;
  }
  .div-fundo-preto-cadastro {
    display: none;
  }
  .div-fundo-preto-qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .titulo-qrcode {
    padding-left: 0px;
    font-size: 18px;
    line-height: 23px;
  }
  .qrcode {
    width: 60%;
  }
  .bloco-titulo-qrcode {
    padding-right: 4px;
    padding-left: 4px;
  }
  .bold {
    font-size: 20px;
  }
  .bold.maior {
    font-size: 30px;
  }
  .div-cadastro {
    padding-right: 15px;
    padding-left: 15px;
  }
  .texto-menu-qrcode {
    display: none;
  }
  .titulo-menu-qrcode {
    margin-left: 12px;
    font-size: 16px;
  }
  .bloco-novo-menu {
    padding-right: 0px;
  }
  .link-block {
    left: 33%;
    z-index: 20000;
    width: 120px;
  }
  .link-block.w--current {
    left: 33%;
    z-index: 20000;
  }
  .texto-field-valor {
    font-size: 12px;
  }
  .bloco-qrcode {
    padding-right: 15px;
    padding-left: 15px;
  }
}