#of-agricola .header span{
  border-bottom: 3px solid #1264aa;
}
#of-agricola{
  height: auto;
}
.header{
  position: relative;
  height: 60vh;
  min-height: 350px;
  background: url(../img/of-agricola/motor-agric.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.header::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}


/* promoções */
.marcas-pneus{
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto!important;
  flex-wrap: nowrap;
}
.marcas-pneus > a > img{
  width: 300px;
  height: 300px;
  margin: 10px 10px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}
/* end */

.of-agricola-body3{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.menu-h-item{
  margin: 0;
}


#item1{
  background: url(../img/of-agricola/img5.jpg) no-repeat center;
  background-size: cover;
  border-top: 4px blue solid;
}
#item2{
  background: url(../img/of-agricola/img2.jpg) no-repeat center;
  background-size: cover;
  background-position: top;
  border-top: 4px blue solid;
}
#item3{
  background: url(../img/of-agricola/img1.jpg) no-repeat center;
  background-size: cover;
  border-top: 4px blue solid;
}
#item4{
  background: url(../img/of-agricola/img4.jpg) no-repeat center;
  background-size: cover;
  border-top: 4px blue solid;
}

.footer{
  padding: 1rem;
}


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

  .header > h1{
    font-size: 2.5rem;
  }
  .header > p{
    font-size: 1rem;
  }

  .of-agricola-body1 {
    width: 100%;
    display: block;
  }
  .promo-slider{
    margin: 0 auto;
  }
  .reparacoes{
    margin: 0 auto;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    height: auto;
    width: 720px;
  }


}

@media(max-width: 800px) {
  .reparacoes{
    width: auto;
  }

}

@media(max-width: 700px) {

  .header{
    background-attachment: scroll;
  }

  .header > h1{
    font-size: 2rem;
  }


  .of-agricola-body1 {
    margin: 1rem auto;
  }
  .of-ligar{
    height: 150px;
    width: 150px;
  }
  .of-orçamento{
    height: 150px;
    width: 150px;
  }
  .circle{
    height: 50px;
    width: 50px;
    margin: 0 50px;
    margin-top: 10px;
  }
  .circle > i{
    font-size: 1.5rem;
  }
  .of-ligar h2{
    font-size: 1rem !important;
  }
  .reparacoes h2{
    font-size: 1rem !important;
  }
  .of-ligar h2 > span{
    margin-bottom: 10px;
  }

  .of-agricola-menu{
    min-height: 200px;
    grid-template-columns: 1fr 1fr;
  }


  #prev,#next{
    padding: 10px;
  	border: 2px white solid;
    top: 50%;
  }

  #prev{
    left: 5px;
  }

  #next{
    right: 5px;
  }


}
