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

@font-face {
  font-family: 'RubikBold';
  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>h3 {
  margin: 0;
  max-width: 612px;
  height: max-content;
  font-family: RubikRegular;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}

.content-ranking-container>h3>span {
  font-family: RubikBold;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 39px;
  top: -20px;
  width: 78px;
  height: 36px;
  border-radius: 20px;
  background-color: #FF333B;
  color: #FFFFFF;
  font-family: RubikBold;
  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;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}

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

.top3-content>span>span {
  margin: 0;
  text-align: center;
  font-family: RubikRegular;
  color: #42526E;
  font-size: 12px;
  line-height: 15px;
  width: 294px;
  height: 40px;
}

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

.top5-content>span {
  margin: 0;
  width: 294px;
  height: 40px;
}

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

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

.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;
  height: 149px;
}

.content-ranking-container .indicacoes>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 149px;
  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;
}

.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;
}

.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;
  }

  .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;
  }

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

  .content-ranking-container .indicacoes {
    height: 507px;
    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 {
    letter-spacing: -2px;
  }
}

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

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