@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #111 url("../img/apoio/background.jpg") no-repeat fixed center
    center;
  background-size: cover;
  object-fit: cover;
  backdrop-filter: blur(8px);
  position: relative;
}

.aproveitaram {
  width: 100%;
  height: 20px;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.aproveitaram > ul {
  position: absolute;
  width: max-content;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.8rem;
  animation: slidein 200s linear infinite;
}

.aproveitaram > ul > li {
  display: flex;
  align-items: center;
  gap: 2px;
}

.aproveitaram > ul > li > span.valor-de-lucro {
  color: #17db4e;
  font-weight: bold;
}

.aproveitaram > ul > li > span.valor-gasto {
  color: #dc2626;
  font-weight: bold;
}

.cabecalho {
  background-color: #212529;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
}

.menu {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
}

.menu a {
  background-color: black;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid cyan;
  transition: all 0.2s ease;
}

.menu .desck {
  position: absolute;
  width: 104.6%;
  top: 95%;
}

.menu .mobile {
  display: none;
  position: absolute;
  width: 104.6%;
  top: 95%;
}

.hero {
  text-align: center;
  padding: 0 0 2rem 0;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn {
  background-color: #fff;
  color: #111;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.2s ease;
}

.btn:hover {
  background-color: #f1f1f1;
  color: #000;
}

.slider-pix {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.slider-pix > .ganharam {
  position: absolute;
  white-space: nowrap;
  display: flex;
  gap: 8px;
  animation: slider 200s linear infinite;
}

.slider-pix > .ganharam > .aviso-ganho {
  background-color: #1a1c20;
  border: 1px solid grey;
  border-radius: 14px;
  width: 270px;
  height: 90px;
  display: flex;
}

.slider-pix > .ganharam > .aviso-ganho > .esquerda {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-pix > .ganharam > .aviso-ganho > .esquerda > img {
  width: 70%;
}

.slider-pix > .ganharam > .aviso-ganho > .direita {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
}

.slider-pix > .ganharam > .aviso-ganho > .direita > .valor-pix {
  display: flex;
  gap: 4px;
}

.slider-pix
  > .ganharam
  > .aviso-ganho
  > .direita
  > .valor-pix
  > .valor-recebido {
  font-weight: bold;
  color: #17db4e;
}

.slider-pix > .ganharam > .aviso-ganho > .direita > .mensagem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slider-pix > .ganharam > .aviso-ganho > .direita > .mensagem > .nome-jogador {
  font-weight: bold;
}

.slider-pix > .ganharam > .aviso-ganho > .direita > .mensagem > p > span.sacar {
  font-weight: bold;
  color: greenyellow;
}

.slider-pix > .ganharam > .aviso-ganho > .direita > .mensagem > p > span.pix {
  font-weight: bold;
}

.atualizacao-tempo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  position: relative;
}

.atualizacao-tempo > p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 0px;
  font-size: 1.2rem;
  font-weight: bold;
}

.atualizacao-tempo > img {
  width: 600px;
  max-width: 100%;
}

.bets {
  width: 100%;
  height: auto;
}

.bets > .bet-head {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.bets > .bet-head > .listar {
  display: flex;
  gap: 12px;
}

.bets > .bet-head > .listar > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 12px 18px;
  background-color: #000;
  border: 1px solid cyan;
  border-radius: 12px;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.bets > .bet-head > .listar > button > i.bi-heart-fill {
  color: red;
}

.bets > .bet-head > input {
  width: 580px;
  max-width: 90%;
  height: 40px;
  border: none;
  border-radius: 20px;
  padding: 20px;
}

.bets > .jogos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px;
  justify-content: left;
}

.bets > .jogos > div {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.bets > .jogos > div > a {
  width: fit-content;
  height: max-content;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: white;
  transition: 0.8s;
  position: relative;
}

.bets > .jogos > div > a:hover {
  filter: contrast(150%);
}

.bets > .jogos > div > a > .bet {
  width: 180px;
  height: 408px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bets > .jogos > div > a > .bet > img {
  position: absolute;
  width: 150%;
  left: -25%;
  z-index: 11;
}

.bets > .jogos > div > a > .bet > .infos > img.img-fundo {
  height: 100%;
  position: absolute;
  z-index: 1;
}

.bets > .jogos > div > a > .bet > .infos > .info {
  margin-top: 144px;
  width: 100%;
  background-color: #3b3b3b52;
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 12;
}

.bets > .jogos > div > a > .bet > .infos > .info > .distribuicao {
  position: absolute;
  background-color: #3b3b3b7a;
  width: 100%;
  padding: 4px 0;
  top: -16px;
  z-index: 20;
  text-align: center;
}

.bets > .jogos > div > a > .bet > .infos > .info > .miniatura {
  width: 100%;
  height: 70px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
}

.bets > .jogos > div > a > .bet > .infos > .info > .miniatura > img {
  width: 50px;
  border-radius: 12px;
}

.bets > .jogos > div > a > .bet > .infos > .info > .miniatura > h5 {
  font-size: 1.1rem;
}

.bets > .jogos > div > a > .bet > .infos > .info > .porcentagens {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.bets > .jogos > div > a > .bet > .infos > .info > .porcentagens > .porcento {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bets
  > .jogos
  > div
  > a
  > .bet
  > .infos
  > .info
  > .porcentagens
  > .porcento
  > h6 {
  font-size: 1rem;
}

.bets
  > .jogos
  > div
  > a
  > .bet
  > .infos
  > .info
  > .porcentagens
  > .porcento
  > .barra {
  width: 84%;
  height: 12px;
  border-radius: 20px;
  background-color: white;
}

.bets
  > .jogos
  > div
  > a
  > .bet
  > .infos
  > .info
  > .porcentagens
  > .porcento
  > .barra
  > .baixa {
  height: 12px;
  border-radius: 20px;
  background-color: #dc2626;
}
.bets
  > .jogos
  > div
  > a
  > .bet
  > .infos
  > .info
  > .porcentagens
  > .porcento
  > .barra
  > .media {
  height: 12px;
  border-radius: 20px;
  background-color: #eab308;
}
.bets
  > .jogos
  > div
  > a
  > .bet
  > .infos
  > .info
  > .porcentagens
  > .porcento
  > .barra
  > .alta {
  height: 12px;
  border-radius: 20px;
  background-color: #22c55e;
}

.bets > .jogos > div > a > .bet > .infos > .info > .info-extra {
  height: 84px;
  background-color: #3b3b3b83;
  margin: 2px;
  border-radius: 16px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.bets > .jogos > div > a > .bet > .infos > .info > .info-extra > h6 {
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-left: 2px;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.avaliacoes-link {
  width: max-content;
  background-color: #17db4e;
  color: black;
  padding: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 8px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}

.avaliacoes-link:hover {
  text-decoration: underline;
}

.footer-container {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.footer-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
}

.footer-title.verde {
  color: #32b457;
}

.footer p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #eee;
}

.carrossel-container {
  display: flex;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.carrossel {
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.banner-desktop {
  display: none;
}

.banner-mobile {
  width: 100%;
  height: 256px;
}

.banner-mobile img,
.banner-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pix-slider {
  width: 16px;
}

.card-noventa {
  background-color: #17db4e;
  color: black;
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border-radius: 12px;
  right: 0;
  animation: piscar-noventa .8s alternate-reverse infinite;
}

#atualiza-pagina {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  background-color: black;
  color: white;
  padding: 12px;
  text-decoration: none;
  border: 1px solid cyan;
  border-radius: 22px;
}

@keyframes slidein {
  0% {
    left: 100%;
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes piscar-noventa {
  0% {
    opacity: 20%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes piscar-btn {
  0% {
    opacity: 70%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes slider {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes saiBarra {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .banner-desktop {
    display: block;
    height: 330px;
  }
  .banner-mobile {
    display: none;
  }
}

.sinais-l,
.pragmatic {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sinais-l > img,
.pragmatic > img {
  width: 600px;
  max-width: 100%;
}

.notificacoes {
  position: sticky;
  width: 240px;
  height: 50px;
  top: 90%;
  left: 90%;
  z-index: 999;
  margin: 0 8px 8px 0;
  display: flex;
  justify-content: right;
}

.notificacoes > a.notificacao {
  width: fit-content;
  width: 200px;
  height: 100%;
  padding: 0 10px;
  background-color: #32b457;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  text-decoration: none;
  color: white;
  position: relative;
  overflow: hidden;
  display: none;
}

.notificacoes > a.notificacao:hover {
  text-decoration: underline;
}

.notificacoes > .notificacao > .barra-tempo {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #31313167;
  top: 0;
  animation: saiBarra 10s linear infinite;
}

.notificacoes > .notificacao > .texto {
  width: 80%;
  text-align: center;
}

.notificacoes a.notificacao > .sino {
  position: absolute;
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  left: 8px;
}

.notificacoes > .notificacao > .link {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  right: 8px;
}

.notificacoes > .notificacao > .link > img {
  height: 16px;
}

.jogar-agora-btn {
  width: 90%;
  height: 50px;
  background-color: #16a34a;
  border: none;
  cursor: pointer;
  margin: auto;
  color: white;
  border-radius: 40px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  animation: piscar-btn .8s alternate-reverse infinite;
}

.favoritar {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 9999;
}

.favoritar > button {
  background-color: #00000048;
  border: 1px solid black;
  padding: 8px;
  border-radius: 50%;
  color: white;
}

.favorito-marc {
  color: red;
}

/* ==== MEDIA QUERIES PARA CELULARES ==== */
@media (max-width: 767px) {
  .hero h1 {
    font-size: 32px;
    width: 100%;
  }

  .hero img {
    width: 100%;
  }

  .hero p {
    font-size: 16px;
    width: 100%;
  }

  .menu {
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }

  .menu > a {
    text-align: center;
    padding: 5px 8px;
    font-size: 0.8rem;
  }

  .menu .desck {
    display: none;
  }

  .menu .mobile {
    display: block;
    position: absolute;
  }

  .bets > .jogos > div > a > .bet {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .bets > .jogos > div > a {
    width: 100%;
  }

  .bets > .jogos > div {
    width: 47%;
  }

  .bets > .jogos {
    width: 98%;
    display: flex;
    justify-content: left;
  }

  .bets > .jogos > div > a > .bet > .infos > .info > .info-extra > h6 {
    text-align: center;
    font-size: 0.7rem;
  }

  .bets
    > .jogos
    > div
    > a
    > .bet
    > .infos
    > .info
    > .porcentagens
    > .porcento
    > h6 {
    font-size: 0.8rem;
  }

  .sinais-l > img,
  .pragmatic > img {
    width: 100%;
  }

  .atualizacao-tempo > p {
    width: 100%;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .atualizacao-tempo > img {
    width: 100%;
  }

  .cabecalho {
    padding: 10px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;

  }

  @keyframes slider {
    0% {
      transform: translateX(-10%);
    }

    100% {
      transform: translateX(-100%);
    }
  }
}
