.home_banner_mobile{
  width: 100%;
  background: #ffffff;
  position: relative;
  display: none;
}
.home_banner_mobile #owl-slider-mobile{
  max-width: 100%;
  margin: 0 auto;
}
.home_banner_mobile img{
  width: 100%;
  max-width: 100%;
  float: left;
}
.home_banner{
  width: 100%;
  position: relative;
}
.home_banner #owl-slider{
  max-width: 100%;
  margin: 0 auto;
}
.home_banner img{
  width: 100%;
  max-width: 100%;
  float: left;
}
.buscar_produto{
  width: 100%;
  height: 300px;
  background: #ffffff;
}
.buscar_produto p{
  padding-top: 80px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #002B72;
  font-weight: 700;
}
.buscar_form{
  width: 700px;
  height: 70px;
  margin: 0 auto;
  background: url('../img/bg_home_busca.png');
  border: solid 1px #E4D9CD;
  border-radius: 4px;
}
.buscar_form input[type='text']{
  border: none;
  float: left;
  height: 70px;
  width: 590px;
  padding: 0 20px;
  background: none;
  font-size: 15px;
  color: #7D6E65;
  outline: none;
}
.buscar_form input[type='submit']{
  float: right;
  height: 70px;
  width: 70px;
  border: none;
  background: url('../img/lupa_home_busca.png') center center no-repeat;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 960px){
  .home_banner_mobile{
    display: block;
  }
  .home_banner{
    display: none;
  }
  .buscar_form{
    width: 95%;
    position: relative;
  }
  .buscar_form input[type='text']{
    width: 100%;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .buscar_form input[type='submit']{
    position: absolute;
    right: 0;
  }
}
