.blog-sidebar .widget {
margin-bottom:20px;
}

.blog-sidebar .widget:hover {
background-color: #007bfc;
}

.denuncia{
background-color: #dc3545;
font-weight: 600;
}

#subdenuncia a, #subdenuncia i{
 color: #fff;
}


.blog-sidebar .active{
font-weight: 600;
}


.form-post {
  max-width: 78%;
  text-align: left;
}

.form-post .label {
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 5px;
}

.form-post .required {
  color: #FF6868;
  font-weight: lighter;
}

.form-post .notrequired {
  color: #00CC00;
  font-weight: lighter;
}

.form-post .subtxt {
  font-size: 0.8rem;
  color: #555555;
  font-weight: lighter;
}


.form-post select {
  font-size: 0.8rem;
  padding: 5px 10px;
}

.form-post input[type=text], .form-post textarea {
  width: 96%;
  padding: 5px 10px;
}