.buscar_produto{
  padding-top: 50px;
  width: 100%;
  height: 120px;
  background: #e9e9e9;
}
.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;
}
.produtos_titulo p{
  padding: 40px 10px 0 10px;
  text-align: center;
  font-size: 18px;
  color: #002B72;
  font-weight: 700;
  text-transform: uppercase;
}
.produtos_titulo p i{
  font-size: 16px;
  color: #8ECE2C;
  margin: 0 5px;
}
.produtos_lista{
  padding: 40px 0 60px 0;
}
.produtos_tablet{
  display: none;
}
.produtos_mobile{
  display: none;
}
.produtos_item{
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.produtos_item_conteudo{
  padding: 20px;
}
.produto_imagem{
  background: #ffffff;
  text-align: center;
  border: solid 1px #d5d5d5;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
  padding: 20px;
  overflow: hidden;
}
.produto_imagem img{
  max-width: 95%;
}
.produto_descricao{
  padding: 20px 0;
  color: #7D6D65;
  font-size: 16px;
}
.produto_descricao_codigo{
  font-size: 14px;
  font-weight: 700;
}
.produto_botao a{
  display: block;
  float: left;
  background: #e5e5e5;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #b5b5b5;
  text-decoration: none;
  border-radius: 4px;
}
.produto_botao a i{
  margin-left: 5px;
  color: #b5b5b5;
  font-size: 18px;
}
.produto_botao a:hover{
  background: #8ECE2C;
  color: #002B72;
}
.produto_botao a:hover i{
  color: #002B72;
}
.produto_naoencontrado{
  text-align: center;
  padding: 20px 0;
  font-style: italic;
}
.produtos_detalhes{
  padding: 40px 30px 60px 30px;
}
.produtos_detalhes_img{
  float: left;
  background: #ffffff;
  text-align: center;
  border: solid 1px #d5d5d5;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 40%;
  padding: 20px 0;
}
.produtos_detalhes_img img{
  max-width: 90%;
}
.produtos_detalhes_descricao{
  float: left;
  max-width: 59%;
}
.produtos_detalhes_codigo{
  font-size: 14px;
  font-weight: 700;
  margin-left: 50px;
}
.produtos_detalhes_nome{
  text-transform: uppercase;
  color: #002B72;
  font-weight: 700;
  font-size: 34px;
  margin-left: 50px;
  line-height: 40px;
  margin-bottom: 40px;
}
.produtos_detalhes_informacoes{
  margin-left: 50px;
  font-size: 15px;
}
.produtos_detalhes_informacoes img{
	max-width: 100%;
	height: auto !important;
}
.produtos_detalhes_link{
  margin-left: 50px;
  margin-top: 30px;
}
.produtos_detalhes_link a{
  color: #002B72;
  text-decoration: none;
  font-size: 14px;
}
.produtos_detalhes_link a:hover{
  font-weight: 700;
}
@media screen and (max-width: 960px){
  .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;
  }
  .produtos_desktop{
    display: none;
  }
  .produtos_tablet{
    display: block;
  }
  .produtos_mobile{
    display: none;
  }
  .produtos_item{
    width: 50%;
  }
  .produtos_detalhes_img{
    float: inherit;
    max-width: 100%;
  }
  .produtos_detalhes_descricao{
    float: inherit;
    max-width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  .produtos_detalhes_codigo,
  .produtos_detalhes_nome,
  .produtos_detalhes_informacoes,
  .produtos_detalhes_link{
    margin-left: 0;
  }
  .produtos_detalhes_nome{
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 480px){
  .produtos_desktop{
    display: none;
  }
  .produtos_tablet{
    display: none;
  }
  .produtos_mobile{
    display: block;
  }
  .produtos_item{
    width: 100%;
  }
}
