#banner-interna {
  height: 342px;
  background: url("../imagens/banner-interno.jpg") center no-repeat;
}

#banner-interna h2 {
  color: #FFF;
  font-size: 42px;
  padding-top: 200px;
  margin-left: 85px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#produto-interna {
  background: url("../imagens/bg-servicos.jpg") top center no-repeat;
}

#produto-interna .descricao {
  height: 124px;
  padding-top: 65px;
  text-align: center;
  position: relative;
  margin-bottom: 115px;
}

#produto-interna .descricao strong {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

#produto-interna .descricao .linha {
  border-bottom: 1px solid #dbdbdb;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#produto-interna .descricao .linha hr {
  width: 80px;
  border: none;
  border-bottom: 4px solid #00AFDE;
  display: inline-block;
  position: relative;
  bottom: -5px;
}

#produto-interna ul {
  clear: both;
}

#produto-interna ul .produto {
  height: 468px;
}

#produto-interna ul .produto .info {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 430px;
  height: 440px;
  padding-left: 50px;
  padding-top: 30px;
}

#produto-interna ul .produto .info:nth-child(odd) {
  background-color: #00385D;
}

#produto-interna ul .produto .info:nth-child(even) {
  background-color: #004A8B;
}

#produto-interna ul .produto .info h3 {
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#produto-interna ul .produto .info span {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 50px;
}

#produto-interna ul .produto .info a {
  font-size: 14px;
  color: #00AFDE;
  font-weight: 700;
  letter-spacing: 3px;
}

#produto-interna ul .produto .imagem {
  width: 680px;
  height: 468px;
  overflow: hidden;
  line-height: 468px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#produto-interna ul .produto .imagem img {
  vertical-align: top;
}

#contato-interna {
  background: url("../imagens/bg-contato-interna.jpg") top center no-repeat;
  padding-bottom: 115px;
  margin-top: -30px;
  padding-top: 30px;
}

#contato-interna .texto {
  text-align: center;
  padding: 120px 0 80px 0;
  height: 25px;
}

#contato-interna .texto span {
  line-height: 28px;
  color: #003b5c;
  font-size: 16px;
  display: inline-block;
  width: 490px;
  font-weight: bold;
}

#contato-interna .linha {
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  text-align: center;
}

#contato-interna .linha hr {
  width: 80px;
  border: none;
  border-bottom: 4px solid #00AFDE;
  display: inline-block;
  position: relative;
  bottom: -5px;
}


#servico-interna {
  margin: 40px auto;
}

#servico-interna .titulo {

  text-align: center;
  position: relative;
  margin-bottom: 115px;
}

#servico-interna .titulo h2 {
  color: #003b5c;
  font-size: 24px;
  font-weight: 600;
}

#servico-interna .titulo hr {
  width: 80px;
  border: none;
  border-bottom: 4px solid #00AFDE;
  display: inline-block;
  position: relative;
  bottom: -5px;
}

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

.listaServicos .imagem {
  width: 40%;
  margin-right: 5%;
}

.listaServicos .imagem img {
  width: 100%;
}

.listaServicos .descricao {
  width: 50%;
}

.listaServicos .descricao h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00385D;
  margin-bottom: 20px;
}

.listaServicos .descricao p {
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 400;
  line-height: 30px;
}

#linhaCarrinho {
  text-align: right;
}

#linhaCarrinho a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: end;
  align-items: center;

}

#linhaCarrinho a img {
  margin-left: 10px;
}

#linhaCarrinho span {
  position: relative;
  top: -10px;
  right: 10px;
  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;
}

#breadcamp {
  margin: 20px 0;
}

#breadcamp a {
  color: #a9a9a9;
  font: 12px;
  font-weight: 300;
}

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

#categorias {
  width: 30%;
  margin-right: 5%;
}

#categorias h3 {
  font-size: 24px;
  font-weight: 400;
  color: #00385D;
  margin: 30px 0;
}

#listaProdutos {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: transparent;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin-top: 20px;
}

.collapsible a{
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 300;
}
.collapsible::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7"; 
  margin-right: 5px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible.active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  margin-right: 5px;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  
  
  display: flex;
  flex-direction: column;
  display: none;
}

.content.active{
  display: flex;
}

.content a {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0 0px 30px;
}
#linhaBusca{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

#linhaBusca #busca{
  border: 1px solid #dbdbdb;
  padding: 10px;
  width: 40%;
  flex-direction: row;
  justify-content: space-between;
}

#linhaBusca #busca input{
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #8e8e8e;  
  width: 80%;
}
#linhaBusca #busca button{
  background: transparent; 
  border: none;
}
#linhaBusca #busca i{
  font-size: 20px;
  color: #8e8e8e;
}

#linhaBusca #ordenacao{    
  width: 40%;
  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;
}

.itemProduto{
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 5px;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.itemProduto img{
  width: 25%;
  margin-right: 5%;
}

.itemProduto .detalheItemProduto{
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.itemProduto .detalheItemProduto::before{
  content: '';
  display: block;
  width: 100%;
  height: 20px;
}

.itemProduto .detalheItemProduto h4{
 font-size: 16px; 
 color: #00385D;
 font-weight: 400; 
}

.itemProduto .detalheItemProduto span{
  color: #8ec588;
  font-size: 20px;
  font-weight: 400;
}

.itemProduto .detalheItemProduto em{
  font-size: 12px; 
  color: #a9a9a9;
  font-weight: 400;   
  
}

.itemProduto .detalheItemProduto .linhaBotao{
  display: flex;
  justify-content: end;
  width: 100%;
}
.itemProduto .detalheItemProduto .linhaBotao a {
  width: 180px;
  height: 70px;
  background-color: #00AFDE;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: auto;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#btVerMais{
  width: auto;
  padding: 0 10px;
  height: 40px;
  background-color: #00AFDE;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  cursor: pointer;
}

#btCarrinhoMobile, .btFiltroMobile{
  display: none;
}


#conteudoDetalhe {
  display: flex;
  flex-direction: row;
  margin: 80px 0;
}


#galeria{
  width:10%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
}

#galeria a{
  margin-bottom: 10px;  
  display: block;
  width: 100%;
}

#galeria a img{
  width: 100%;
}

#detalheImagem{
  width: 40%;
  margin-right: 5%;
}
#detalheImagem img{
  width: 100%;
}


#conteudoDetalhe .itemProduto{
  display: flex;
  flex-direction: column;
  width: 40%;
  border: none;
  margin-bottom: 0;
}

#conteudoDetalhe .itemProduto .detalheItemProduto{
  width: 100%;
  justify-content: center;
  height: 100%;
}

#conteudoDetalhe .itemProduto .detalheItemProduto::before{
  display: none;
  height: 0;
}

#conteudoDetalhe .itemProduto .detalheItemProduto h4{
 font-size: 16px; 
 color: #00385D;
 font-weight: bold; 
 width: 80%;
 margin-bottom: 20px;
}

#conteudoDetalhe .itemProduto .detalheItemProduto p{
  font-size: 16px; 
  color: #a9a9a9;
  font-weight: 400;  
  margin-bottom: 30px; 
 }

 
#conteudoDetalhe .itemProduto .detalheItemProduto span{
  color: #8ec588;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

#conteudoDetalhe .itemProduto .detalheItemProduto .linhaBotao{
  justify-content: start;
}

#pecas hr{
  background-color: #dbdbdb;
  height: 1px;
  border: none;
  margin-bottom: 80px;
}

.caracteristica{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;  
  font-size: 16px;
  color: #8e8e8e;
  margin: 20px 0;
}

.caracteristica div:first-child{
  width: 15%;
}
.caracteristica div:last-child{
  width: 40%;
}

#mascaraAbaEncomenda {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  top: 0;
  z-index: 9999;
  position: fixed;
  display: none;
}

#abaEncomenda {
  right: -550px;
  position: fixed;
  height: 100%;
  width: 500px;
  background-color: #f2f2f2;
  top: 0;
  z-index: 9999999;
  padding: 20px;
  transition: .3s;
}

#abaEncomenda.activeEncomenda {
  right: 0;

}



#abaEncomenda .itemProduto{
  width: 94%;
  padding: 1%;
  background-color: #fff;
  margin-bottom: 20px;
}
#abaEncomenda .itemProduto img{
  width: 50%;
}

#abaEncomenda .itemProduto .detalheItemProduto{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 10px;
}

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

#abaEncomenda .itemProduto .detalheItemProduto h4{
 font-size: 14px; 
 margin-bottom: 5px;
}

#abaEncomenda .itemProduto .detalheItemProduto span{
  color: #8ec588;
  font-size: 14px;
  font-weight: bold;
}

#abaEncomenda .itemProduto .detalheItemProduto em{
  font-size: 12px; 
  color: #a9a9a9;
  font-weight: 400;   
  
}

.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: 80px;
}
.quantidade .expanded{
  width: 35%;
}
.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;
}

#fecharAba{
  text-align: right;
  color: #003b5c;
  display: block;
}

#abaEncomenda h3{
  color: #003b5c;
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 40px;
}
#loading, #loadingPecas{
  text-align: center;
  font-size: 18px;
  color: #00385D;
  margin-bottom: 80px;
}
#btFinalizar{
  width: 100%;
  height: 40px;
  background-color: #0092D0;
  color: #FFF;
  border: none;
  border-bottom: 4px solid #00AFDF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: auto;
  border: none;
  cursor: pointer; 
  display: none;
}

#encomendaCabecalho{
  height: 10%;
}

#encomendaCorpo{
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #ccc var(--cinza1);
  scrollbar-width: thin;
  margin-bottom: 1%;
}

#encomendaRodape{
  height: 10%;
}

#form-finalizar {
  clear: both;
  text-align: center;
}
#form-finalizar div {
  width: 90%;
  margin: 0 auto;
}
#form-finalizar div input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 300;
  text-indent: 16px;
  background-color: #fff;
  border: none;
  margin-bottom: 8px;
}
#form-finalizar div textarea {
  width: 436px;
  height: 160px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 16px;
  background-color: #fff;
  border: none;
  margin-bottom: 8px;
}
#form-finalizar div button {
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #0092D0;
  color: #FFF;
  border: none;
  border-bottom: 4px solid #00AFDF;
  cursor: pointer;
  display: block;
  float: right;
}

#form-finalizar p{
  text-align: left;
  font-size: 14px;
  color: #00385D;
  margin-bottom: 40px;
}

#msgEncomenda{
  text-align: left;
  color: rgb(153, 11, 11);
  font-style: italic;
  font-size: 14px;
}

#totalPedido{
  text-align: right;
  color: #00385D;
  font-size: 18px;
  padding: 10px 10px 40px;
}

#totalPedido span{
  font-size: 24px;
}