/* pneus */
#pneus{
  height: auto;
}

.pneus-container{
  display: block;
  width: 100%;

  display: flex;
  flex-direction: row;
}
.pneu-image{
  z-index: 0;
  position: relative;
  flex: 1 0 50%;
  min-height: 300px;
}

#pneu-auto{
  background: url(../img/pneus/pneus-auto.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#pneu-auto::after{
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
}
#pneu-agricola{
  z-index: 1;
  background: url(../img/pneus/pneus-agricola.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#pneu-agricola::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.5);
}
.pneu-content{
  flex: 1 0 30%;
  margin: 2rem;
}
.pneus-content i{
  color: green;
  padding: 0 0.5rem;
}
.pneus-content p{
  padding-top: 1rem;
}

/* footer */

.pneus-footer{
  background-color: white;
}
.ptnSlider-container{
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
.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);
}


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

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

  .pneus-container{
    flex-direction: column;
  }
  #pneu-agricola{
    order: 1;
  }
  #content-agricola{
    order: 2;
  }

  .pneu-image{
    z-index: 0;
    position: relative;
    flex: 1 0 50%;
    min-height: 350px;
  }



}
