/* CSS 'educacaoAmbiental.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/1806b70d-ec44-430e-919e-0dac04c2da60.jpg);
  background-position: center;
  background-size: cover;
}

/*Educação Ambiental*/
.section-educacao,
.section-educacao img {
  border-radius: 10px;
}

.section-educacao .title {
  border-bottom: 4px solid #FB7B04;
}
.section-educacao p {
  text-align: justify;
}