body {
  font-weight: 300;
}

 @media (min-width: 900px) {
  .img-destaque {
    float: left;
    height: 698px;
    width: 468px;
    margin-right: 20px;
  }
}

hr {
  margin: 41px 0  20px  0;
  background: #d9d9d9;
}

p > .info{
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}

span {
  color: #555b68;
  /* font-size: 19.8px; */
}

.texto-sobre {
  margin: 35px  0  30px  0;
}

.label-title {
  font-weight: 300;
  font-size: 19.8px;
  color: #928c8c;
}
.text-title {
  margin: 25px 0 45px 0;
  color: #111;
}
.label-subtitle {
  font-size: 19px;
  color: #928c8c;
}
.text-subtitle {
  margin: 20px 0 35px 0;
  font-size: 22px;
  color: #111;
}

.projetos-do-vereador {
  margin-top: 65px;
  margin-bottom: 50px;
}

.table-projetos_col-status {
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.table-projetos_col-data {
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.table-projetos_col-descricao {
  text-align: justify;
  font-weight: bold;
}
.table-projetos_col-download {
  width: 120px;
  text-align: center;
  font-weight: bold;
}

.vereador-projeto__status-aguardando {
	background-color: #58b0e4;
	color: #fff;
	padding: 4px  9px  4px  9px;
	border-radius: 10px;
	font-size: 12px;
}
.vereador-projeto__status-atendida {
	background-color: #35d450;
	color: #fff;
	padding: 4px  9px  4px  9px;
	border-radius: 10px;
}
.vereador-projeto__status-negado {
	background-color: #f7788a;
	color: #fff;
	padding: 4px  9px  4px  9px;
	border-radius: 10px;
}
.texto-status {
  color: #fff;
  text-align: center;
  /* font-size: 19.8px; */
}


