* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: "Nunito", sans-serif;
  }
  
  img {
    max-width: 100%;
  }
  
  .container {
    max-width: 1320px;
    padding: 0 20px;
    margin: auto;
  }
  
  .box_lp {
    background: #5f48e0;
    margin: 0;
    padding-top: 27px;
    padding-bottom: 244px;
  }
  
  .navegacao_itens {
    display: none;
  }
  
  .box_logo {
    align-self: center;
    margin-inline-end: auto;
  }
  
  .box_banner {
    border: 1px solid #ffffff;
    border-radius: 100px;
    display: flex;
    margin: 0 -44px;
  }
  
  .box_certificado > img {
    margin-top: 5px;
    margin-right: 45px;
  }
  
  .icon_logo {
    margin-left: 44px;
  }
  .box_diversao {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 94px;
    justify-items: center;
  }
  .box_games {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .box_games > img {
    border-radius: 20px;
    width: 288px;
  }
  .box-personagem {
    margin: 0 auto;
  }
  
  .box-personagem > img{
    height: 690px;
  }
  .box_informacoes_titulo {
    font-weight: 800;
    font-size: 83px;
    line-height: 80px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    width: 483px;
    margin: 0 auto 17px auto;
  }
  .box_informacoes_description {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #ffffff;
    margin: 0 auto;
    font-family: "Nunito", sans-serif;
    width: 483px;
  }
  .box_button_resgatar_bonus {
    margin-top: 40px;
  }
  .button_resgatar_bonus {
    background: #ffffff;
    border-radius: 100px;
    max-width: 415px;
    height: 75px;
    border: none;
    color: #5f48e0;
    font-weight: 800;
    font-size: 26px;
    line-height: 39px;
    min-width: 350px;
  }
  
  .box_modalidades {
    display: flex;
    grid-gap: 27px;
    justify-content: center;
    margin-top: -171px;
  }
  
  .box_modalidades img {
    margin-top: -34px;
    display: block;
  }
  
  .card_modalidades {
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
  }
  
  .titulo_esportes {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #5f48e0;
  }
  .titulo_cassino {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #ff0045;
  }
  .titulo_loterias {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #ff8433;
  }
  .descricao_modalidades {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    margin-top: 13px;
  }
  
  
  .button_esportes {
    background: #5f48e0;
    border-radius: 100px;
    border: none;
    height: 102px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    line-height: 39px;
  }
  .button_cassino {
    background: #ff0445;
    border-radius: 100px;
    border: none;
    height: 102px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    line-height: 39px;
  }
  
  .button_loterias {
    background: #ff8433;
    border-radius: 100px;
    border: none;
    height: 102px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    line-height: 39px;
  }
  
  .button_esportes,
  .button_cassino,
  .button_loterias {
    width: 100%;
  }
  
  .button_modalidades {
    margin-top: 18px;
    text-align: center;
    padding: 0 28px;
  }
  .deposito {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
  }
  .curiosidades {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 94px auto 78px auto;
    background: #ffffff;
    max-width: 915px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 32px 32px 84px rgba(125, 149, 169, 0.12);
  }
  
  .curiosidades_descricao {
    margin-left: 13px;
  }
  .curiosidades_descricao > p {
    margin: 0;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
  }
  .passos_betsul {
    display: flex;
    background: #eee9fb;
    justify-content: center;
  }
  .box_passos {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 13px;
    margin: 20px 24px;
    width: 400px;
  }
  .box_passos_icones {
    display: flex;
    height: 72px;
    background: #5f48e0;
    border-radius: 13px;
    margin: 16px;
    grid-gap: 13px;
  }
  .box_passos_icones > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    align-self: center;
  }
  .box_passos_icones > img {
    margin-left: 16px;
  }
  .box_passos_descricao > p {
    color: #212121;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-left: 16px;
    font-family: "Nunito", sans-serif;
  }
  .nosso_site {
    text-align: center;
    background: #f5f5f5;
    padding: 1px;
  }
  .nosso_site > p {
    color: #212121;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    font-family: "Nunito", sans-serif;
  }
  
  @media (max-width: 1260px) {
    .box_informacoes_titulo {
      font-size: 63px;
      line-height: 69px;
    }
  
    .box_informacoes_description {
      font-size: 24px;
      line-height: 33px;
    }
  }
  
  @media (max-width: 1260px) {
    .box_diversao {
      grid-template-columns: 1fr 1fr;
    }
  
    .box-personagem {
      display: none;
    }
  
    .box_games {
      gap: 10px;
    }
  }
  
  @media (max-width: 980px) {
    .box_lp {
      padding-bottom: 400px;
    }
  
    .box_banner {
      margin: 0;
      margin-bottom: 16px;
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 10px;
    }
    .box_certificado {
      display: grid;
      grid-column-end: none;
      margin-right: 25px;
    }
  
    .box_certificado > img {
      margin-right: 0;
    }
  
    .icon_certificado {
      margin: 5px;
    }
    .icon_logo {
      margin-left: 16px;
      margin-top: 4px;
    }
    .box_diversao {
      margin-top: 14px;
      display: block;
    }
    .box_informacoes {
      margin-left: 0;
    }
    .box_informacoes_titulo {
      font-style: normal;
      font-weight: 800;
      font-size: 28px;
      line-height: 34px;
      color: #ffffff;
      text-align: center;
      width: 328px;
      margin: 0 auto;
    }
    .box_informacoes_description {
      margin-bottom: 10px;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      max-width: 328px;
    }
    .card_modalidades {
      width: 328px;
      margin: 0 auto;
      display: none;
    }
  
    .card_modalidades.active {
      display: block;
    }
    
    .box_games {
      max-width: 288px;
      margin: auto;
    }
  
    .box_games img {
      display: none;
    }
  
    .box_games img.active {
      display: block;
    }
    
    .box_button_resgatar_bonus{
      margin-top: 10px;
      margin-bottom: 12px;
    }
    .box-personagem {
      display: none;
    }
    .box_modalidades {
      display: inline-block;
      width: 100%;
      margin-top: -370px;
    }
  
    .curiosidades {
      display: block;
      text-align: center;
      margin: 16px auto;
      max-width: 328px;
    }
  
    .curiosidades_descricao {
      width: 296px;
      margin: 0 auto;
    }
    .curiosidades_descricao > p {
      justify-content: center;
    }
    .box_passos {
      margin: 16px auto;
    }
    .passos_betsul {
      display: block;
      padding: 1px;
    }
    nav {
      display: block;
      text-align: center;
      padding: 14px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #8B76FF;
      margin: 10px auto 0;
      max-width: 328px;
    }
  
    .navegacao_itens {
      display: inline-flex;
      grid-gap: 8px;
      margin: 0;
      padding: 0;
    }
  
    .navegacao_itens > li {
      border: 1px solid #ffffff;
      border-radius: 16px;
      list-style: none;
      text-align: center;
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      width: 90px;
      padding: 14px;
      color: #ffffff;
      position: relative;
      cursor: pointer;
    }
  
    .navegacao_itens > li.active {
      border: 1px solid #ffffff;
      border-radius: 16px;
      display: block;
      background-color: #ffffff;
      color: #5f48e0;
    }
  
    .navegacao_itens > li.active::before {
      content: '';
      position: absolute;
      bottom: -17px;
      height: 4px;
      width: 100%;
      left: 0;
      background: #B5A5F0;
    }
  
    .navegacao_itens > li.active::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #B5A5F0;
      font-size: 0;
      line-height: 0;
      left: 50%;
      transform: translateX(-50%);
      bottom: -27px;
    }
  
    .esportes {
      width: 333px;
    }
    .cassino {
      width: 339px;
    }
    .loterias {
      width: 342px;
    }
  }
  button{cursor: pointer;}