/* estilos adicionados em 15-07-21 */
.small-obs {
  font-size: 11pt;
}
/* estilos adicionados em 06-07-21 */
div.card-body h3 {
  font-size: 16pt;
}
section#dicas div.card-body p {
  line-height: 1.3;
}
/* fim estilos adicionados em 06-07-21 */
a.nav-link {
  margin: 0px 0px 0px 0px;
  padding: 10px 8px 10px 8px;
  transition: margin .2s;
}

a.nav-link:hover {
  margin: 0px 10px 0px 10px;
  padding: 10px 8px 10px 8px;
}

div.separador {
  background-color: #7DB61C;
  max-width: 80%;
  height: 3px;
  margin: 50px auto 60px auto;
}

div.abra-conta {
  display: flex;
  align-items: center;
  justify-content: center;
}

img[src="./images/smart-alice.png"],
div.abraconta div.col-md-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 20px auto !important;
}

img[src="./images/smart-alice.png"] {
  width: 100%;
  max-width: 340px;
}

div.abrir-conta-app div.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

div.abrir-conta-app div.col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.abrir-conta-app div.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.abrir-conta-app img {
  max-width: 100px;
  margin: 5px auto 5px auto;
}

.abra-conta div.col-md-8 {
  padding: 0 0 0 0;
}

.abra-conta h1 {
  color: #C9D200;
  font-size: 22pt;
  font-weight: bolder;
}

.abra-conta li {
  color: #fff;
}

.abra-conta h2 {
  color: #fff;
  font-size: 21pt;
  font-weight: bolder;
}

.abra-conta h3 {
  color: #C9D200;
  font-size: 18pt;
  font-weight: normal;
}

div.row.abrir-conta-info {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  img[src="./images/smart-alice.png"] {
    width: 100%;
    max-width: 240px;
  }

  .abrir-conta-app img {
    max-width: 120px;

  }

  div.abrir-conta-app {
    width: 100%;
    margin: 0 0 0 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  div.abrir-conta-app div.col-md-6 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 580px) {
  .abra-conta {
    margin: 20px 20px 20px 20px;
  }

  .abra-conta h1 {
    font-size: 18pt;
  }

  .abra-conta h2 {
    color: #fff;
    font-size: 17pt;
    font-weight: bolder;
  }

  .abra-conta h3 {
    color: #C9D200;
    font-size: 15pt;
    font-weight: normal;
  }
}

div.lista-produtos {
  width: 100%;
  text-align: center;
}

div.lista-produtos ul.tabs {
  max-width: 970px;
  margin: 20px auto 0px auto;
}

#perguntas-frequentes button.btn.btn-link.btn-block.text-left {
  transition: margin .3s;
}

#perguntas-frequentes button.btn.btn-link.btn-block.text-left:hover {
  margin: 0px 0px 0px 10px;
}
/* fim dos estilos adicionados em 06-07-21 */

body {
  background: #02ac9d;
  background: linear-gradient(0deg, #02ac9d 0%, #14939d 39%, #2e6c9d 60%, #49479d 100%);
  font-family: 'Asap', sans-serif; }

.navbar {
  width: 100%;
  background-color: #01aba2; }
  @media (max-width: 998px) {
    .navbar {
      position: fixed;
      background-color: #16beb1;
      z-index: 15; }
      .navbar .navbar-logo {
        max-width: 150px; } }

.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  padding: 0px;
  outline: 0 !important; }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: #FFF;
    border-radius: 2px;
    display: block;
    height: 4px;
    width: 30px;
    margin: 4px 0;
    top: 9px; }
    .navbar-toggler.collapsed .navbar-toggler-icon:after {
      content: "";
      background-color: #FFF;
      border-radius: 2px;
      display: block;
      height: 4px;
      bottom: -5px;
      width: 30px;
      top: auto;
      position: relative;
      transform: rotate(0deg); }
    .navbar-toggler.collapsed .navbar-toggler-icon:before {
      content: "";
      background-color: #FFF;
      border-radius: 2px;
      display: block;
      height: 4px;
      top: -8px;
      width: 30px;
      position: relative;
      transform: rotate(0deg); }
  .navbar-toggler .navbar-toggler-icon {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 2px;
    display: block;
    height: 4px;
    width: 30px;
    margin: 4px 0;
    top: 9px;
    transition: all 0.3s;
    position: absolute; }
    .navbar-toggler .navbar-toggler-icon:after {
      content: "";
      background-color: #FFF;
      border-radius: 2px;
      display: block;
      height: 4px;
      bottom: auto;
      top: 0;
      width: 30px;
      position: relative;
      transform: rotate(-45deg);
      transition: all 0.3s;
      position: absolute; }
    .navbar-toggler .navbar-toggler-icon:before {
      position: absolute;
      content: "";
      background-color: #FFF;
      border-radius: 2px;
      display: block;
      height: 4px;
      top: 0px;
      width: 30px;
      position: relative;
      transform: rotate(45deg);
      transition: all 0.3s; }

.navbar-nav li:last-child {
  border: none; }
@media (max-width: 768px) {
  .navbar-nav li {
    border-right: 0px;
    padding: 10px; } }
.navbar-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px; }
  @media (max-width: 768px) {
    .navbar-nav li a {
      color: #FFF; } }
.navbar-nav li .nav-link-color {
  background-color: #01aba2; }

.navbar-logo {
  width: 250px; }

.p-espaco {
  padding: 50px 0px; }

p {
  color: #fff;
  font-size: 20px;
  text-align: left; }

a {
  color: #c9d200; }

.btn-cadastro {
  background: #c9d200;
  width: 150px;
  position: fixed;
  bottom: 100px;
  z-index: 2;
  right: 10px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #003641; }
  .btn-cadastro a {
    color: #003641;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    display: block;
    font-size: 14px; }

.destaque-topo {
  background-image: url(../images/img-topo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 716px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
}
  .destaque-topo .img-destaque-topo {
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
    .destaque-topo .img-destaque-topo img {
      width: 100%; }
    .destaque-topo .img-destaque-topo h1 {
      font-size: 27px;
      color: #fff;
      letter-spacing: 3.2px;
      text-align: center;
      padding-top: 48px; }
    .destaque-topo .img-destaque-topo h2 {
      color: #c9d200;
      font-size: 37px;
      text-align: center;
      padding-top: 48px;
      text-transform: uppercase;
      font-weight: 900; }
  .destaque-topo .img-mobile {
    display: none; }

@media (max-width: 1024px) {
  img.logo-topo {
    max-width: 250px;
  }
  .img-destaque-topo h1 {
    font-size: 22px!important;
  }
  .img-destaque-topo h2 {
    font-size: 32px!important;
  }
}
@media (max-width: 768px) {
  img.logo-topo {
    margin-top: 30px;
  }
  .banner-text {
    margin: 0 0 0 0;
  }

}
.video {
  margin: 0 auto; }

.info-video {
  max-width: 100%;
  width: 100%;
  margin: 50px auto 0px;
  position: relative;
  padding-left: 25px; }
  .info-video:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #bed62f; }

.abrir-conta {
  border-top: 2px solid #bed62f;
  border-bottom: 2px solid #bed62f;
  padding: 30px; }
  .abrir-conta .abrir-conta-info h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    padding-top: 50px; }
  .abrir-conta .abrir-conta-info p {
    color: #bed62f;
    font-size: 18px; }
  .abrir-conta .abrir-conta-app img {
    width: 100%; }

.abrir-conta-texto {
  border-bottom: 2px solid #bed62f;
  padding: 30px; }
  .abrir-conta-texto p {
    font-size: 27px;
    color: #fff; }

.produtos .tl-produtos h2 {
  color: #c9d200;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  font-size: 40px; }
  .produtos .tl-produtos h2 img {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -7px; }
.produtos .info-lista-produtos {
  padding-bottom: 30px; }

.posso-ajudar {
  padding: 30px;
  border-bottom: 2px solid #bed62f;
  border-top: 2px solid #bed62f; }
  .posso-ajudar h2 {
    color: #c9d200;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    font-size: 40px; }
  .posso-ajudar h3 {
    color: #c9d200;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    font-size: 30px; }

.perguntas-frequentes {
  padding: 50px 0; }
  .perguntas-frequentes .perguntas-frequentes-tl h2 {
    color: #c9d200;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    font-size: 40px; }

.rodape-logo {
  background-color: #a7d12b;
  padding-top: 50px;
  padding-bottom: 50px; }

.tabela {
  background-color: #474b9d;
  padding: 50px 0;
  border-top: solid 7px #c9d200;
  padding: 50px 0; }
  .tabela .tabela-ganhadores table {
    border-collapse: initial;
    width: 100%;
    color: #fff;
    border: solid 1px #fff; }
    .tabela .tabela-ganhadores table th {
      background: #c9d200;
      color: #003641;
      font-size: 16px;
      font-weight: 900;
      padding-left: 5px; }
    .tabela .tabela-ganhadores table tr td {
      color: #fff;
      margin-left: 20px;
      padding-left: 5px; }

.accordion {
  border: 0; }
  .accordion .card {
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: transparent; }
    .accordion .card:first-child {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; }
    .accordion .card:first-of-type {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; }
    .accordion .card .card-header {
      background-color: transparent;
      padding-bottom: 0px;
      outline: none;
      border: transparent; }
      .accordion .card .card-header .btn-link {
        color: #003641;
        font-size: 20px;
        font-weight: 900;
        text-decoration: none;
        border-bottom: 2px solid #c9d200; }
    .accordion .card .cardy-body img {
      width: 100%; }
    .accordion .card .cardy-body p {
      font-size: 16px; }
    .accordion .card .cardy-body a {
      color: #c9d200; }

.numeros {
  background-color: #49479d; }

.numero-sorte {
  background-image: url(/images/textura-numero.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0; }
  .numero-sorte .texto-numero-sorte {
    background-color: #c9d200; }
    .numero-sorte .texto-numero-sorte h2 {
      color: #003641;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 900;
      padding: 20px 0;
      text-align: center; }
    .numero-sorte .texto-numero-sorte input[type="number"] {
      text-align: left;
      background: transparent;
      border: 0;
      letter-spacing: 24px;
      width: 340px;
      -webkit-appearance: none;
      outline: none;
      position: relative;
      z-index: 2; }
    .numero-sorte .texto-numero-sorte p {
      color: #000;
      font-size: 43px;
      text-align: center;
      position: relative;
      top: -50px; }
    .numero-sorte .texto-numero-sorte input::-webkit-outer-spin-button,
    .numero-sorte .texto-numero-sorte input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.info-footer {
  padding-left: 80px; }
  .info-footer img {
    padding-bottom: 10px; }
  .info-footer p {
    font-size: 14px; }
    .info-footer p strong {
      display: block; }

.lista-produtos {
  display: block; }
  .lista-produtos h2 {
    color: #c9d200;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px; }
  .lista-produtos strong {
    display: block;
    padding-bottom: 20px; }
  .lista-produtos p {
    font-size: 16px; }
  .lista-produtos .tabs {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .lista-produtos .tabs-item {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    position: relative; }
    .lista-produtos .tabs-item div {
      background-color: #01aba2;
      padding: 20px 10px;
      border-radius: 6px;
      text-align: center;
      width: 147px;
      height: 135px; }
      .lista-produtos .tabs-item div img {
        max-width: 70px;
        height: 50px;
        margin-bottom: 15px;
        filter: grayscale(1) brightness(100); }
      .lista-produtos .tabs-item div p {
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        padding: 0;
        margin: 0; }
  .lista-produtos .tabs-item.active > div {
    background: #c9d200; }
    .lista-produtos .tabs-item.active > div p {
      color: #49479d; }
    .lista-produtos .tabs-item.active > div img {
      filter: none; }
  .lista-produtos .tabs-container {
    padding: 16px;
    color: #fff;
    margin-bottom: 16px;
    display: none; }
  .lista-produtos .tabs-container.active {
    display: block; }

.lista-ganhador {
  background-color: #49479d;
  padding: 50px 0; }
  .lista-ganhador .tl-ganhadores h2 {
    color: #c9d200;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-size: 40px; }
  .lista-ganhador .info-ganhadores {
    padding: 30px; }
    .lista-ganhador .info-ganhadores .info-ganhadores-texto {
      position: relative;
      padding-left: 90px; }
      .lista-ganhador .info-ganhadores .info-ganhadores-texto:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 80px;
        width: 80px;
        background-image: url("/images/icon-trofel.png");
        background-repeat: no-repeat; }
      .lista-ganhador .info-ganhadores .info-ganhadores-texto h3 {
        color: #c9d200;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0;
        margin-bottom: 10px; }
      .lista-ganhador .info-ganhadores .info-ganhadores-texto p {
        color: #fff;
        padding: 0;
        margin: 0;
        font-size: 16px; }
      .lista-ganhador .info-ganhadores .info-ganhadores-texto strong {
        font-size: 16px;
        display: block;
        padding: 0;
        color: #fff; }

.ganhadores-mobile {
  display: none; }

.logo-footer img {
  width: 100%;
  position: absolute;
  right: 0;
  max-width: 250px;
  padding-bottom: 20px; }

.bg-logo-form {
  background-color: #49479d;
  padding: 30px 0; }
  .bg-logo-form .logo-form {
    text-align: center; }

.destaque-cadastro {
  background-color: #003641;
  background-image: url(../images/destasque-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 366px;
  background-position: center; }
  .destaque-cadastro .img-logo-form {
    padding-top: 20px; }
    .destaque-cadastro .img-logo-form img {
      width: 100%; }
  .destaque-cadastro .tl-cadastro h2 {
    color: #c9d200;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    font-size: 40px; }

.formulario {
  background-color: #01aba2;
  padding: 50px 0;
  position: relative; }
  .formulario:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/textura-cadastro.png);
    width: 700px;
    height: 103px;
    background-repeat: no-repeat; }
  .formulario input[type="submit"] {
    background: #bed62f;
    border: 0;
    color: #003641;
    font-weight: 900;
    padding: 5px 30px;
    border-radius: 5px; }
  .formulario .formulario-cadastro {
    padding-top: 50px; }
    .formulario .formulario-cadastro h2 {
      color: #fff;
      font-size: 25px;
      text-transform: uppercase;
      padding-bottom: 20px;
      font-weight: 900; }
    .formulario .formulario-cadastro input[type="text"], .formulario .formulario-cadastro input[type="number"] {
      width: 100%;
      border: none;
      outline: none;
      margin-bottom: 15px;
      border-radius: 5px;
      padding: 5px 15px; }
    .formulario .formulario-cadastro input::-webkit-outer-spin-button,
    .formulario .formulario-cadastro input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .formulario .aceite-formulario {
    padding-bottom: 50px; }
    .formulario .aceite-formulario input[type="radio"] {
      width: 20px;
      height: 20px;
      display: inline-block; }
    .formulario .aceite-formulario label {
      display: inline-block;
      color: #fff; }

.btn-formulario {
  margin-top: 30px;
  margin-bottom: 30px; }
  .btn-formulario a {
    background-color: #003641;
    color: #c9d200;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px; }

.termos {
  background-color: #fff;
  padding: 50px 0; }
  .termos .termos-texto h3 {
    color: #003641;
    font-size: 18px;
    text-transform: none;
    font-weight: 900; }
  .termos .termos-texto h2 {
    color: #003641;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: 900;
    text-align: center; }
  .termos .termos-texto p {
    color: #003641; }
  .termos .termos-texto a {
    color: #003641;
    text-decoration: underline; }

.declaro {
  padding-top: 50px;
  background-color: #01aba2; }
  .declaro .declaro-footer {
    padding-bottom: 50px; }
    .declaro .declaro-footer input[type="radio"] {
      width: 20px;
      height: 20px;
      display: inline-block; }
    .declaro .declaro-footer label {
      display: inline-block;
      color: #fff; }

.footer-cadastro {
  background-color: #003641;
  padding: 20px 0;
  text-align: center; }
  .footer-cadastro .logo-footer-cadastro {
    text-align: center; }
    .footer-cadastro .logo-footer-cadastro img {
      margin: 0 auto; }

@media (max-width: 1024px) {
  .navbar-logo {
    width: 150px; }

  .destaque-topo {
    height: 450px; } }
@media (max-width: 991px) {
  .navbar-nav li a {
    font-style: 14px; }

  .destaque-topo {
    height: 435px; }

  .info-pontos .info-pontos-texto {
    padding-bottom: 100px; }

  .tabela-ganhadores {
    display: none; }

  .ganhadores-mobile {
    display: block; }
    .ganhadores-mobile .tabela-mobile {
      margin-bottom: 40px; }
      .ganhadores-mobile .tabela-mobile h3 {
        background: #c9d200;
        font-size: 18px;
        padding: 10px 20px;
        border-radius: 15px; }
      .ganhadores-mobile .tabela-mobile p {
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        padding-left: 15px; }
        .ganhadores-mobile .tabela-mobile p span {
          color: #fff; } }
@media (max-width: 768px) {
  .destaque-topo {
    background-image: none;
    padding-top: 0;
    height: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
    .destaque-topo .img-mobile {
      display: block; }
      .destaque-topo .img-mobile img {
        width: 100%; }
    .destaque-topo .img-destaque-topo h1 {
      font-size: 25px; }
    .destaque-topo .img-destaque-topo h2 {
      font-size: 32px;
      padding-top: 20px; }

  .tabs-item.active {
    order: 5; }

  .abrir-conta-texto p {
    font-size: 16px; }

  .img-app {
    max-width: 150px;
    margin: 0 auto; }

  .produtos .tl-produtos h2 {
    font-size: 20px; }

  .lista-produtos .tabs {
    border: none; }
    .lista-produtos .tabs .tabs-item {
      border-bottom: solid 2px #c9d200; }
      .lista-produtos .tabs .tabs-item:after {
        display: none; }

  .posso-ajudar h2 {
    font-size: 24px; }
  .posso-ajudar h3 {
    font-size: 24px; }

  .perguntas-frequentes .perguntas-frequentes-tl h2 {
    font-size: 24px; }

  .accordion .card .card-header {
    border-bottom: transparent; }
    .accordion .card .card-header .btn-link {
      font-size: 16px; }

  .rodape-logo {
    padding-bottom: 130px; }

  .rodape .info-rodape {
    margin-top: 100px; } }
@media (max-width: 480px) {
  .destaque-cadastro {
    height: 480px; } }


div.social-infos-outer {
    height: 110px;
    width: 530px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items:center;
    justify-content: flex-start;
}
div.social-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
}
div.social-col a img {
margin: 3px 5px 3px 5px;
}
div.social-hashes.social-col p {
  font-size:14pt!important;
  margin-left: 5px;
}
/*# sourceMappingURL=styles.css.map */
