#lp-wallets .header-action .name-ticker {
  display: flex;
  align-items: center;
}
#lp-wallets .header-action .name-ticker > div {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  #lp-wallets .header-action .name-ticker {
    justify-content: center;
  }
}
#lp-wallets section .container {
  display: block;
  max-width: 1200px;
  padding: 0 20px;
}
#lp-wallets section .container .row {
  display: flex;
}
@media screen and (max-width: 767px) {
  #lp-wallets section .container .row {
    flex-wrap: wrap;
  }
}
#lp-wallets section .container .row .col {
  width: 50%;
}
#lp-wallets section .container .row .col img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #lp-wallets section .container .row .col {
    width: 100%;
  }
}
#lp-wallets section .content span {
  display: block;
}
#lp-wallets section#section-1 .col:first-child {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#section-1 .col:first-child {
    padding-right: 0;
  }
}
#lp-wallets section#section-1 .col:last-child img {
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#section-1 .col:last-child img {
    margin-left: 0;
  }
}
#lp-wallets section#section-1 .content > div {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#section-1 .content > div {
    flex-direction: column;
  }
}
#lp-wallets section#section-1 .content .t {
  text-align: left;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#section-1 .content .t {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }
}
#lp-wallets section#section-1 .content .v {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#section-1 .content .v {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #lp-wallets section#section-1 .row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#lp-wallets section#controle {
  background-color: #293038;
}
#lp-wallets section#controle > img {
  max-width: 60%;
}
#lp-wallets section#controle .container > .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#controle .container > .row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#lp-wallets section#controle .wrap-img {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#controle .wrap-img {
    justify-content: center;
  }
}
#lp-wallets section#controle .wrap-img img {
  max-width: 740px;
  width: auto;
  height: 100%;
  margin-right: -160px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#controle .wrap-img img {
    margin-right: 0;
    max-width: 150%;
    width: auto;
    height: auto;
  }
}
#lp-wallets section#controle .row {
  align-items: flex-end !important;
}
#lp-wallets section#controle .content {
  padding: 80px 0;
}
#lp-wallets section#controle .content .t {
  font-size: 40px;
  font-weight: 900;
  color: #D3B583;
  line-height: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#controle .content .t {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
#lp-wallets section#controle .content .v {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#controle .content .v {
    font-size: 18px;
    text-align: center;
  }
}
#lp-wallets section#controle .vantagens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#controle .vantagens {
    grid-template-columns: 1fr;
  }
}
#lp-wallets section#controle .vantagens .item-vantagem {
  background-color: #3F454C;
  border-radius: 10px;
  display: flex;
  min-height: 74px;
  transition: all 0.3s linear;
}
#lp-wallets section#controle .vantagens .item-vantagem:hover {
  transform: translateY(-1px);
  transition: all 0.3s linear;
}
#lp-wallets section#controle .vantagens .item-vantagem .icon {
  width: 80px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 20px;
  border-right: 1px solid #707070;
}
#lp-wallets section#controle .vantagens .item-vantagem .text {
  padding: 12px 15px 12px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 25px;
}
#lp-wallets section#free {
  background-color: #EAEAEA;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#free {
    padding: 50px 0;
  }
}
#lp-wallets section#free .title-free .t1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#free .title-free .t1 {
    font-size: 30px;
  }
}
#lp-wallets section#free .title-free .t2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#free .title-free .t2 {
    font-size: 18px;
  }
}
#lp-wallets section#free .row-celulares {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#free .row-celulares {
    grid-template-columns: 1fr;
  }
}
#lp-wallets section#free .row-celulares > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp-wallets section#free .row-celulares > div img {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#free .row-celulares > div {
    width: 100%;
  }
}
#lp-wallets section#free .row-celulares > div .sombra {
  margin-top: 45px;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#free .row-celulares > div .sombra {
    display: none;
  }
}
#lp-wallets section#free .row-celulares > div .smart {
  transition: all 0.3s linear;
}
#lp-wallets section#free .row-celulares > div:hover .sombra {
  transform: scale(0.9);
  transition: all 0.3s linear;
}
#lp-wallets section#free .row-celulares > div:hover .smart {
  transform: translateY(-5px);
  transition: all 0.3s linear;
}
#lp-wallets section#comece {
  padding: 100px 0;
}
#lp-wallets section#comece .row {
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #lp-wallets section#comece .row {
    flex-direction: column;
    justify-self: unset;
  }
}
#lp-wallets section .alert-text {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #lp-wallets section .alert-text {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#lp-wallets section a.btn-new-account {
  padding: 0 44px;
  line-height: 50px;
  height: 50px;
  background: transparent linear-gradient(96deg, #D3B583 0%, #AE956C 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.4s linear;
  text-align: center;
}
#lp-wallets section a.btn-new-account:hover {
  transform: scale(1.01);
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #lp-wallets section a.btn-new-account {
    padding: 0 15px;
    width: 100%;
    display: block;
  }
}
#lp-wallets section a.btn-login {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
#lp-wallets section a.btn-login-default {
  line-height: 50px !important;
  height: 50px;
  background-color: #CCCCCC;
  text-transform: uppercase;
  border-radius: 100px;
  color: #293038;
  font-size: 14px;
  line-height: 19px;
  padding: 0 30px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp-wallets section a.btn-login-default {
    width: 100%;
    display: block;
  }
}
#lp-wallets section a + a.btn-login-default {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #lp-wallets section a + a.btn-login-default {
    margin-left: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#lp-wallets #section-1 {
  background-color: #EAEAEA;
  padding: 35px 0 45px;
}
