/* CSS 'recursosHidricos.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/imgUsina/IMG_20200528_093237_1.jpg);
  background-position: center;
  background-size: cover;
}

/*Controle Biológico*/
.section-cbio,
.section-cbio img {
  border-radius: 10px;
}
.section-cbio .title {
  border-bottom: 4px solid #FB7B04;
}
.section-cbio h4 {
  font-weight: 600;
}
.section-cbio p {
  text-align: justify;
}