@font-face {
  font-family: 'RubikRegular', sans-serif;
  font-style: normal;
  src: url(../fonts/Rubik-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'RubikBold', sans-serif;
  font-style: bold;
  src: url(../fonts/Rubik-Bold.ttf) format('woff2');
}

.content-ranking-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1266px;
}

.content-ranking-container > h2 {
  color: #FFFFFF;
  font-family: 'RubikRegular', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.content-ranking-container > h2 > span {
  color: #FF333B;
  font-family: 'RubikBold', sans-serif;
}

.content-ranking-container > p {
  color: #FFFFFF;
  font-family: 'RubikRegular', sans-serif;
}

.content-ranking-container>h3 {
  margin: 0;
  width: 100%;
  max-width: 612px;
  height: max-content;
  font-family: 'RubikRegular', sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}

.content-ranking-container>h3>span {
  font-family: 'RubikBold', sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #FF333B;
}

.ranking {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 223px;
  margin-top: 69px;
}

.top3, .top5, .top10 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 402px;
  height: 201px;
  border: 1px solid #42526E;
  border-radius: 12px;
}

.top-ranking {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 39px;
  top: -20px;
  padding: 8px 16px;
  height: 36px;
  border-radius: 20px;
  background: linear-gradient(90deg, #DF303E 0%, #FF616D 100%), #FF333B;
  color: #FFFFFF;
  font-family: 'RubikBold', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.top3-content i,
.top5-content i,
.top10-content i {
  font-size: 40px;
  margin-bottom: 24px;
}

.top3-content,
.top5-content,
.top10-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'RubikRegular', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}

.top3-content img,
.top5-content img,
.top10-content img {
  margin-bottom: 24px;
}

.top3-content span,
.top5-content span,
.top10-content span {
  display: flex;
  flex-direction: column;
}

.top3-content>span {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 330px;
}

.top3-content>span>span,
.top5-content>span>span {
  margin: 0;
  text-align: center;
  font-family: 'RubikRegular', sans-serif;
  color: #42526E;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  height: 40px;
}

.top5-content {
  text-align: center;
}

.top5-content>span {
  margin: 0;
  width: 100%;
  max-width: 330px;
}

.top10-content>span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 327px;
  font-size: 16px;
  line-height: 20px;
}

.top10-content>span>span {
  font-size: 12px;
  line-height: 15px;
}

.text-color-mid-600 {
  color: #B3BAC5;
  font-size: 14px;

}

.content-ranking-container .premios-liberados,
.content-ranking-container .premios-liberados-mobile {
  font-size: 24px;
  line-height: 40px;
  margin-top: 88px;
  height: max-content;
}

.content-ranking-container .premios-liberados-mobile {
  display: none;
  letter-spacing: -1px;
}

.content-ranking-container .premios-liberados-mobile strong {
  display: contents;
}

.content-ranking-container .indicacoes {
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
  width: 942px;
}

.content-ranking-container .indicacoes>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 184px;
  border-radius: 20px;
  border: 1px solid #42526E;
}

.content-ranking-divider {
  width: 72px;
  height: 1px;
  margin: 12px 0 24px 0;
  background-color: #FF333B;
  border: 1px solid #FF333B;
}

.content-ranking-container .indicacoes .indicacoes-10 .first-span,
.content-ranking-container .indicacoes .indicacoes-20 .first-span,
.content-ranking-container .indicacoes .indicacoes-30 .first-span {
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'RubikRegular', sans-serif;
}

.content-ranking-container .indicacoes .indicacoes-10 .second-span,
.content-ranking-container .indicacoes .indicacoes-20 .second-span,
.content-ranking-container .indicacoes .indicacoes-30 .second-span {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'RubikRegular', sans-serif;
}

.confira-regulamento {
  width: 100%;
  text-align: center;
  color: #C1C7D0;
  font-size: 16px;
  line-height: 20px;
  margin-top: 56px;
}


.confira-regulamento i {
  margin-right: 16px;
}

.confira-regulamento span {
  text-decoration: underline;
}

.confira-regulamento span:hover {
  cursor: pointer;
}

@media screen and (max-width: 1266px) {
  .content-ranking-container {
    width: 90%;
  }

  .top3, .top5, .top10 {
    width: 33%;
  }
}

@media screen and (max-width: 1050px) {
  .ranking {
    flex-direction: column;
    align-items: center;
    height: 642px;
    margin-top: 48px;
  }

  .top3, .top5, .top10 {
    width: 100%;
    max-width: 328px;
    height: 183px;
  }

  .top3 div:last-of-type > span,
  .top5 div:last-of-type > span,
  .top10 div:last-of-type > span {
    padding: 0 5px;

  }

  .content-ranking-container .indicacoes {
    width: 100%;
  }

  .content-ranking-container .indicacoes>div {
    width: 33%;
  }
}

@media screen and (max-width: 800px) {
  .content-ranking-container .premios-liberados-mobile {
    display: flex;
    justify-content: center;
  }

  .content-ranking-container .premios-liberados {
    display: none;
  }

  .content-ranking-container .indicacoes {
    /* height: 507px; */
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }

  .content-ranking-container .indicacoes>div {
    width: 100%;
    max-width: 328px;
  }

  .content-ranking-container .indicacoes .indicacoes-10 .second-span,
  .content-ranking-container .indicacoes .indicacoes-20 .second-span,
  .content-ranking-container .indicacoes .indicacoes-30 .second-span {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .top10-content>span {
    width: 90%;
  }

  .content-ranking-container>h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2px;
  }

  .content-ranking-container>h3>span {
    font-size: 28px;
  }

  .top-ranking {
    font-size: 14px;
  }

  .grupo-telegram {
    width: 95%;
  }

  .grupo-telegram>div>p {
    font-size: 15px;
  }


}

.text-color-mid-600 {
  color: #B2BAC4 !important;
}

.rubik-bold {
  font-family: 'RubikBold', sans-serif;
}


@media screen and (max-width: 375px) {
  .content-ranking-container > h2 {
    font-size: 22px;
  }

  .content-ranking-container .premios-liberados, .content-ranking-container .premios-liberados-mobile {
    font-size: 22px;
  }
}

@media screen and (max-width: 350px) {
  .content-ranking-container > h2 {
    font-size: 20px;
  }
}
