.p_titulo1 {
  margin: 50px 0 20px 0;
  background: url("../img/projeto9.jpg") no-repeat center;
  height: 120px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.p_titulo2 {
  margin: 50px 0 20px 0;
  background: url("../img/projeto7.jpg") no-repeat center;
  height: 120px;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.p_titulo1 h1, .p_titulo2 h1 {
  font-size: 34px;
  font-weight: bold;
  margin: -15px 0;
  color: #f1f3f3;
}

.p_titulo1 h1:after {
  content: "";
  display: block;
  width: 262px;
  height: 5px;
  background: #f1f3f3;
  margin: 6px auto 30px;
}
.p_titulo2 h1:after {
  content: "";
  display: block;
  width: 140px;
  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;
  padding-bottom: 15px;
}

.container_sobre {
  margin-top: -20px;
}
.lnk1, .lnk2 {
  float: left;
  height: auto;
}
.lnk1 p {
  text-align: justify;
}

.lnk2 table {
  width: 580px;
  font-size: 13px;
}

.lnk2 table td {
  padding: 0 10px;
}
.botao {
  outline: 0;
  background: #e9dfd5;
  width: 200px;
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-sizing: border-box;
  cursor:pointer;
  margin: 5px 0;
  font-size: 16px;
}