#banner-interna {
  height: 250px;
  background-size: cover;
}
#banner-interna h2 {
  font-size: 30px;
  padding-top: 105px;
  margin-left: 20px;
}

#produto-interna {
  background-size: cover;
}
#produto-interna .descricao {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
#produto-interna .descricao strong {
  font-size: 14px;
  line-height: 20px;
}
#produto-interna ul .produto {
  height: auto;
  margin-bottom: 20px;
}
#produto-interna ul .produto .info {
  display: block;
  width: 290px;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#produto-interna ul .produto .info h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#produto-interna ul .produto .info span {
  font-size: 14px;
  line-height: 20px;
  width: 270px;
  margin-bottom: 20px;
}
#produto-interna ul .produto .info a {
  font-size: 12px;
  letter-spacing: 1px;
}
#produto-interna ul .produto .imagem {
  width: 310px;
  height: auto;
  line-height: normal;
}
#produto-interna ul .produto .imagem img {
  max-width: 310px;
  max-height: unset;
}

#contato-interna {
  background-size: cover;
  padding-bottom: 50px;
  margin-top: 0px;
  padding-top: 0px;
}
#contato-interna .texto {
  padding: 30px 0 30px 0;
  height: auto;
}
#contato-interna .texto span {
  line-height: 20px;
  font-size: 14px;
  width: 300px;
}

.listaServicos{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.listaServicos .imagem{
  width: 100%;
  margin-right: 0;
}
.listaServicos .imagem img{
  width: 100%;
  margin-bottom: 20px;
}

.listaServicos .descricao{
  width: 100%;
}

/*# sourceMappingURL=produto-mobile.css.map */
#linhaCarrinho {
  display: none;
}

#btCarrinhoMobile {
  display: flex;
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #00AFDE;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

#btCarrinhoMobile span {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #00385D;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#conteudo {
  display: flex;
  flex-direction: column;
}

#categorias {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
  display: none;
}

#linhaBusca{
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  display: none;
}

#linhaBusca #busca{
  padding: 10px;
  width: 100%;
}



#linhaBusca #ordenacao{    
  padding: 10px;  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#linhaBusca #ordenacao span{  
  font-size: 16px;
  font-weight: bold;
  color: #8e8e8e;
  width: 50%;
  margin-right: 2%;
}
#linhaBusca #ordenacao select{
  width: 48%;
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #8e8e8e;  
  width: 80%;
  background-color: transparent;
}
.btFiltroMobile{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  width: 45%;
  height: 70px;
  background-color: #00AFDE;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: auto;
  border: none;
  cursor: pointer;
}

.btFiltroMobile i{
  margin-right: 5px;
}


.itemProduto{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.itemProduto img{
  width:100%;  
  margin: 0 0 20px;
}

.itemProduto .detalheItemProduto{
  width: 100%;
  align-items: center;
}

.itemProduto .detalheItemProduto::before{
  display: none;
}

.itemProduto .detalheItemProduto h4{
 margin-bottom: 10px;
}

.itemProduto .detalheItemProduto span{
  margin-bottom: 20px;
}

.itemProduto .detalheItemProduto .linhaBotao{
  width: 100%;
}
.itemProduto .detalheItemProduto .linhaBotao button{
  width: 100%;
}

#fecharAba
{
  margin: 10px;
}
#abaEncomenda {
  width: 96%;
  padding: 2%;
}

#abaEncomenda .itemProduto{
  width: 94%;
  padding: 1%;
  display: flex;
  flex-direction: row;
}
#abaEncomenda .itemProduto img{
  width: 30%;
}

#abaEncomenda .itemProduto .detalheItemProduto{
  width: 66%;
  padding: 2%;
}
#abaEncomenda .itemProduto .detalheItemProduto h4{
  width: 80%;
}
#abaEncomenda .itemProduto .detalheItemProduto span{
  margin-bottom: 0;
}

#abaEncomenda .itemProduto img {
 
  margin: 0
}
.quantidade{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
  justify-content: space-between;
  width: 100%;
}

.quantidade button{
  background:transparent;
  border: none;
  color: #00385D;
  font-size: 16px;
}

.quantidade input{
  border: none;
  text-align: center;
  color: #8e8e8e;
  background-color: transparent;
  width: 40px;
}
.quantidade .expanded{
  width: 30%;
}
.quantidade .precoTotal{
  font-size: 16px; 
  color: #00385D;
  text-align: right;
  display: flex;
  flex-direction: column;
  
}

.quantidade .precoTotal em{
  font-size: 16px;
  color: #00385D;
  font-weight: 300;
}
#form-finalizar div textarea{
  width: 95%;
}