#parceiros, #recrutamento{
  height: auto;
  min-height: 100vh;
}
.parceiros-header{
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../img/parceiros/business.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.parceiros-body {
  width: 90%;
  margin: 2rem auto;
}
.parceiros-body > p{
  padding: 1rem 0;
}



#item1{
  background: url(../img/parceiros/pt/pt1-c.png) no-repeat center;
  background-size: contain;
}
#item2{
  background: url(../img/parceiros/pt/pt2-c.png) no-repeat center;
  background-size: contain;
}
#item3{
  background: url(../img/parceiros/pt/pt3-c.png) no-repeat center;
  background-size: contain;
}
#item4{
  background: url(../img/parceiros/pt/pt4-c.png) no-repeat center;
  background-size: contain;
}
#item5{
  background: url(../img/parceiros/pt/pt5-c.png) no-repeat center;
  background-size: contain;
}
#item6{
  background: url(../img/parceiros/pt/pt6-c.png) no-repeat center;
  background-size: contain;
}
#item7{
  background: url(../img/parceiros/pt/pt7-c.png) no-repeat center;
  background-size: contain;
}
#item8{
  background: url(../img/parceiros/pt/pt8-c.png) no-repeat center;
  background-size: contain;
}
#item9{
  background: url(../img/parceiros/pt/pt9-c.png) no-repeat center;
  background-size: contain;
}
#item10{
  background: url(../img/parceiros/pt/pt10-c.png) no-repeat center;
  background-size: contain;
}
#item11{
  background: url(../img/parceiros/pt/pt11-c.png) no-repeat center;
  background-size: contain;
}


/* media */
@media(max-width: 700px) {

  .parceiros-header{
    height: 200px;
  }

  .parceiros-body > h2{
    text-align: justify;
  }


}
