/* .widget {
	width: 500px;
} */
.widgets .widget {
	margin: 0 10px;
	padding: 40px 20px;
	text-align: center;
	/*background-color: #363740;*/
}

#form {
	width: 200px;
	height: 50px;
  }
    
  input[type="radio"] {
	display: none;
  }
  
  .estrellitas {
	color: grey;
	font-size: 40px;
  }
  
  .clasificacion {
	text-align: center;
	direction: rtl;
	unicode-bidi: bidi-override;
  }
  
  .estrellitas:hover,
  .estrellitas:hover ~ .estrellitas {
	color: orange;
  }

  
  input[type="radio"]:checked ~ .estrellitas {
	color: orange;
  }