
body {
  margin: 0px;
  padding:0px;
  background-color: #121212;
}

.titulo{
  width:100%;
  display: table;
}
.titulo .td_1{
  display: inline-block;
  width:25%;
}
.td_2{
  display: inline-block;
  text-align: center;
  width:49%;
}
.td_3{
  display: inline-block;
  width:25%;
  text-align: center;
  margin-top: 0px;
}

.pontuacao{
  display: table;
  margin: auto;
  margin-top: 10px;
}
.pontuacao .td{
  display: inline-block;
  vertical-align: top;
}
.pontuacao .txt{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  color: #ffffff;
  line-height: 29px;
  padding-right: 10px;
}


.botao a{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #121212;
  text-decoration: none;
  background-color: #ffc903;
  padding: 15px 20px !important;
  cursor: pointer;
  border-width: 0px!important;
  border-color: #ffc903;
  border-radius: 30px;
}
.botao a:hover{
  color: #121212;
  background-color: #ffffff;
 }

.comentarios{
  width:100%;
  display: table;
}
.comentarios .td{
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 18%;
}
.comentarios .td .content{
  width: 100%;
  height: 200px;
  background-color: #282828;
  border: 1px solid #282828;
  border-radius: 20px;
  box-shadow: rgba(0,0,0,0.1) 0 0 15px;
  border-collapse: collapse;
}
.comentarios .td .content.last{
  background-color: #282828;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ffc903;
  color: #ffc903;
}
.comentarios .td .content .titulo{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 16px;
}
.comentarios .td .content .descricao{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  line-height: 15px;
}
.comentarios .td .content .pont{
  display: table;
  text-align: left;
  margin: 5px 0;
  width: 100%;
}
.comentarios .td .content .pont .td_pont{
  display: inline-block;
  vertical-align: top;
  width: 12px;
}

.comentarios .td .content.last{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #ffc903;
  text-decoration: underline;
  line-height: 30px;
  display: block;
  cursor: pointer;
}
.comentarios .td .content.last:hover{
  color: #000000;
  background-color: #f5b401;
}

.comentario_1, .comentario_2, .comentario_3, .comentario_4{
  display: inline-block;
  margin-bottom: 0px;
}


@media only screen and (max-width: 1150px) {
  .comentarios .td{
    width: 22%;
  }
  .comentario_4{
    display: none !important;
  }
}

@media only screen and (max-width: 950px) {
  .titulo .td_1{
    width:100%;
  }
  .td_2{
    width:100%;
  }
  .td_3{
    width:100%;
    margin-top: 30px;
  }
  .comentarios .td{
    width: 47%;
  }
  .comentario_1, .comentario_2, .comentario_3, .comentario_4{
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .comentarios .td{
    width: 97%;
  }
}