#precisao span {
  border-bottom: 3px solid #1264aa;
}

.header{
  position: relative;
  height: 100vh;
  background: url(../img/precisao/img-agric-nh.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.header::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.article img {
  width: 100%;
  max-width: 700px;
}

.fontes > a{
  color: black;
}
#plm > img{
  max-width: 200px !important;
  float: right;
  margin: 1rem;
  margin-top: 0;
}
#plm > iframe{
  float: right;
  margin: 1rem;
  margin-top: 0;
}

#plm > div {
  display: flex;
  flex-direction: row;
}
#plm > div > a {
  margin: .5rem;
}
/* media */
@media(max-width: 1300px) {


  #plm > iframe{
    float: none;
    margin: 1rem;
  }



}
@media(max-width: 700px) {

  .header{
    position: relative;
    height: auto;
    min-height: 100vh;
  }
  #plm > img{
    float: none;
    margin: 1rem;
  }

  #plm > div {
    display: flex;
    flex-direction: column;
  }

  #plm > iframe{
    width: 300px;
    height: 225px;
    margin: 0;
  }
  .artigo-80{
    width: 95%;
  }


}
