.s_titulo {
  margin: 50px 0 20px;
  background: url("../img/projeto5.jpg") no-repeat center;
  height: 120px;
  width: 100%;
  text-align: center;
}

.s_titulo h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 30px 0;
  color: #f1f3f3;
}

.s_titulo h1:after {
  content: "";
  display: block;
  width: 220px;
  height: 5px;
  background: #f1f3f3;
  margin: 6px auto 30px;
}

.corpo1 p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
}

.corpo1 h2 {
  font-size: 24px;
  font-weight: bold;
}
/*---*/
/*.container_sobre {
  margin-top: -20px;
} */

.sobre_foto {
  float: left;
  height: 200px;

}
.sobre_foto img {
  margin: 0 auto;
}
.sobre_texto {
  height: auto;
  float: left;
  padding: 20px;
}

#cite {
  padding-top: 10px;
  text-align: justify;
  font-size: 11px;
}
.sobre_texto p {
  text-align: justify;
  line-height: 20px;
}

.comentarios {
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
}

#form1 {
  margin-bottom: 10px;
}
.coment1 {
  padding: 5px 0 0 0;
  height: auto;
  width: 960px;
  background-color: #785443;
}

.coment2 {
  padding: 2px 10px;
  width: 960px;
  background-color: #F1F3F3;
}
.nome_c {
  width: 300px;
  font-weight: bold;
  font-size: 13px;
  float: left;
}
.data_c {
  float: left;
  width: 600px;
  color: #666;
  font-size: 12px;
  text-align: right;
}
.campo {
  font-size: 15px;
  padding: 0 5px;
  font-style: italic;
  border: solid 1px #000;
}
.nome_r {
  width: 300px;
  font-weight: bold;
  font-size: 13px;
  float: left;
}
.data_r {
  float: left;
  width: 560px;
  color: #666;
  font-size: 12px;
  text-align: right;
}
.resposta1 {
  background-color: #fff;
  padding: 5px 5px 0 5px;
  margin-top: 0px;
  height: auto;
  width: 100%;
  /* display: none; */
}

.resposta2 {
  background-color: #ddd;
  padding: 2px 10px;
  width: 100%;
  margin-bottom: 5px;
}

