/* CSS 'cogeracao.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/imgUsina/imgtest.jpg);
  background-position: center;
  background-size: cover;
}

/*cogeração de energia*/
.section-cogeracao,
.section-cogeracao img {
  border-radius: 10px;
}

.section-cogeracao .title {
  border-bottom: 4px solid #FB7B04;
}
.section-cogeracao p {
  text-align: justify;
}