.telao-content {
    padding: 15px 30px;
  }
  
  .pergunta-section {
    padding: 15px;
  }
  
  .p-0 {
    padding: 0px;
  }
  
  .pergunta-section-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
    width: 100%;
  }
  
  .pergunta-section-loading h2 {
    color: #333;
    font-size: 28px;
  }
  
  .pergunta-section-loading i {
    color: #333;
    font-size: 35px;
  
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .pergunta-section-load {
    display: none;
  }
  
  .pergunta-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .gamificacao-card {
    width: 80vw;
    background-color: white;
    border-radius: 15px;
    padding: 0px 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
  .gamificacao-podium {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    transform: scale(0.9);
  }
  
  .gamificacao-ranking {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 15px 30px;
  }
  
  .ranking-title {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: none;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
  
  .ranking-list {
    display: flex;
    flex-direction: column;
  }
  
  .ranking-row {
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 10px;
    border: none;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  
  .avatar-participant {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 15%;
  }
  
  .avatar-participant img {
    width: 40px;
    border-radius: 50px;
  }
  
  .ranking-position {
    width: 15px;
    height: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    background-color: white;
    border-radius: 50px;
    color: #444;
    margin-left: -15px;
  }
  
  .name-participant {
    padding-left: 10px;
    font-size: 18px;
    color: #444;
    font-weight: 600;
    width: 70%;
  }
  
  .points-participant {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .points-participant .qtd-points {
    color: #222;
    line-height: 0.8;
    font-size: 22px;
    font-weight: bold;
  }
  
  .points-participant .label-points {
    font-size: 14px;
  }
  
  /* podium */
  
  .blue-circle {
    width: 40vw;
    height: 60vh;
    background-image: linear-gradient(to bottom, #008af0 0%, #bae2ff 68%);
    border-radius: 50% 50% 50% 50%;
  }
  
  .img-podium {
    width: 35vw;
    height: 50vh;
    object-fit: contain;
    margin-top: -42vh;
  }
  
  .winners-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 40vw;
    padding: 30px;
    margin-top: -63vh;
    position: relative;
  }
  
  .column-podium {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 42vh;
  }
  
  .column-podium.primeiro-lugar {
    margin-top: -2vh;
  }
  
  .column-podium.segundo-lugar {
    margin-top: 6vh;
  }
  
  .column-podium.terceiro-lugar {
    margin-top: 9vh;
  }
  
  .participante-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .participante-info .avatar-winners {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    border: 3px solid white;
  }
  
  .podium-position {
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    font-weight: bold;
    background-color: white;
    border-radius: 50px;
    color: #444;
    margin-top: -10px;
  }
  
  .participante-title {
    font-size: 2.4vh;
    color: white;
    font-weight: bold;
    white-space: initial;
    line-height: 1;
    width: 8vw;
    text-align: center;
  }
  
  .medalha {
    width: 4vw;
    margin-bottom: 1vw;
  }
  
  .podium-qtd-points {
    color: #414141;
    line-height: 0.8;
    font-size: 3vw;
    font-weight: bold;
  }

  .podium-position.gold{
    background: #f8d66b;
  }

  .podium-position.silver{
    background: #babbbe;
  }

  .podium-position.copper{
    background: #fd9737;
  }
  
  .podium-label-points {
    color: #414141;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 1.7;
  }
  
  .podium-title {
    width: 40vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    font-weight: bold;
    color: #444;
    background-color: #f1f1f1;
    border-radius: 50px;
    border: none;
    padding: 5px 15px;
    margin-top: -3vh;
  }
  
  .gamification-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* podium */

  
.gamification-block{
  width: 90vw;
  height: 160px;
  background: #fff;
  box-shadow: 1px 0px 16px #33333333;
  margin-top: -10vh;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 25px;
  z-index: 1;
  margin-top: -2rem;

}
.gamification-block .gamification-block-img img{
  width: 100%;
  max-width: 120px;
}

.gamification-block
.gamification-block-text
.block-text-title{
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: clamp(1em, 1em + 0.8vw, 1.5em);
  color: #353535;
}

.gamification-block
.gamification-block-text{
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.gamification-block
.gamification-block-text
.block-text-desc{
  font-family: 'Titillium Web';
  font-weight: 400;
  font-size: clamp(1em, 1em + 0.2vw, 1em);
  color: #353535;
}

.gamification-block .gamification-block-action a{
  width: 190px;
  padding: 9.5px;
  text-decoration: none;
  color: #ffff;
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: clamp(1em, 1em + 0.2vw, 1em);
  background: #009AFF;
  border-radius: 42.6089px;
  text-align: center;
}

.gamification-block .gamification-block-action{
  display: flex;
}

.gamification-layer{
  position: absolute;
  width: 100vw;
  height: 45px;
  background: white;
  bottom: -14px;
  box-shadow: 1px -8rem 7rem #ffffff;
}
@media (max-width: 1030px) {
  .gamification-block .gamification-block-action a{
    text-align: center;
    font-size: clamp(1em, 0.6em + 0.2vw, 0.8em);
    width: 140px;
  }
}
@media screen  and (max-width: 500px){
  .gamification-block{
    flex-direction: column;
    height: auto;
  }

  .podium-position {
    margin-top: -20px !important;
  }

  .gamification-block .gamification-block-img img{
    width: 100%;
    max-width: 100px;
  }

  .gamification-block
  .gamification-block-text
  .block-text-title{
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: clamp(1em, 0.5em + 0.5vw, 1.5em);
    color: #353535;
  }

  .gamification-block
  .gamification-block-text{
    padding: 1rem;  
  }
}