.estrelas input[type=radio] {
  display: none;
}

.estrelas label i.fa:before {
  content:'\f005';
  color: #02314F;
  font-size: 2em;
}
.estrelas input[type=radio]:checked ~ label i.fa:before {
  content:'\f006';
  color: #02314F;
}