html {  
  overflow-x:hidden;
}

body {
  background-color:#e5d1c5;
}

.fundo-secundario {
    background-color: #ffb486;
}

.botao.principal.botao, .principal.botao-comprar{
    background-color: #ff4d4d;
}

.fundo-principal, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
background-color: transparent;
}

.bem-vindo {    
    font-size: 0;   
}

.bem-vindo a {    
    font-size: 0; 
    text-decoration: none;
}

.menu.superior {
    /* background-color: #ffc266; */
    /* background-color: #ffb486; */    
    /* border-radius: 5px;*/
}

.menu.superior li>a i {
    font-size: 18px;   
    background-color: transparent;
}

.menu.lateral li>a i {
    font-size: 18px;   
    background-color: transparent;
    /* color: #ffc266; */
    color: #ffb486;
}

.icon-file:before {
    content: "\f15b";
    display: none;
}

.icon-shopping-cart:before {
    content: "\f290";
}
.menu.superior .nivel-dois {    
    padding: 0 10px;
    background-color: cornsilk;
}

.menu.superior .nivel-um>li {    
    padding: 0 10px;
}

.menu.superior .nivel-dois a {
    line-height: 50px;
}

.menu.superior .categoria-paginas .nivel-dois li a {
    padding: 0 20px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0.5px solid #ccc;
}



.carrinho-interno>div .botao {    
    background-color: #e21a22;
}
    

.menu-simples li a:hover {
    background-color: #ffb486;
}

.menu-simples li.active a:hover {
    background-color: #ffb486;
}

 .menu-simples li.active a {    
    background-color: #ffb486;
}
.menu-simples li a {
    color: #333;
}

.titulo, .cor-secundaria h1{
    color: #666;
}

#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner {    
    background: #ccc;
}


.lista-redes .icon-instagram {
    background:#ffb486;
    background:-webkit-linear-gradient(305deg,#ffb486 10%,#e5d1c5 70%) no-repeat;
    background:linear-gradient(145deg,#ffb486 10%,#e5d1c5 70%) no-repeat;
    
}


/* Sobre */

.sobre-items {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 0;
  color: #e21a22;
  align-items: center;
  text-align: center;
  margin-top: 0;
}
.sobre-items p {
  color: #333;
  padding: 0;
  text-align: center;
}
.sobre-items h3 {
  padding-top: 20px;   
  font-size: 17px;
}


/*Lab */

.lab-txt p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 15px;
  margin: 0;  
  padding: 10px 15px;
  line-height: 30px;
}


/* Nossa historia */

.historia {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.historia-img img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding: 0 30px;
}
.historia-img h4 {
  text-align: center;
  padding-left: 40px;

}
.historia-img p {
  text-align: center;
  margin: 0;
}
.historia-txt h4 {
  text-align: left;
  margin: 20px 20px;    
}

.historia-txt h3 {
  margin: 20px 0;
}

.historia-txt {  
  color: #666;
  width: 100%;
  padding: 20px 20px;
}
.historia-txt p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* Valores, Compromisso */

.sobre-valores {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-self: start;
}

.valores-img img {
  width: 100%;
  height: 400px;
  
}

.valores-txt {
  background: #f5821f;
  color: #fff;
  padding: 10px;
}

.valores-txt h2 {
  margin: 0;
  padding: 0;
  text-align: justify;
}
.valores-txt p {
  font-size: 14px;
  text-align: left;
  padding: 0;
}

/* Revenda */
.revenda {
  background: #ffe6e6;
  margin-bottom: 30px;
}

.revenda-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  height: 200px;
}

.revenda-img img {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.revenda-txt > p {
  color: #333;
  margin: auto;
  font-size: 30px;
  padding: 15px 0 0 0;
  text-align: center;
}

.grid-lab {
  display: grid;
  grid-template-columns: repeat(4, 6fr);
  grid-gap: 50px 30px;
  align-items: center;
  margin: 0;
  justify-self: start;
}

.grid-lab img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.menu.superior .nivel-dois {
    
    top: 20px;
    border-radius: 5px;
}

.menu.superior .nivel-um>li {
    
    border-radius: 5px;
}

.menu.superior .categoria-marcas, .menu.superior .categoria-paginas {
    background-color: rgba(0,0,0,0.0);
}

.menu.superior .nivel-um, .menu.lateral .nivel-um {
    margin: 0;
    border: none;
}

.borda-principal 
{
    /* border-color: #fddd7f; */
    border-color: #f6635f;
}



@media only screen and (max-width: 767px)
{
    
       
   #barraNewsletter.posicao-rodape .componente .interno 
    {
    padding: 0 0 20px 0;
    } 
    
    #barraNewsletter .componente input[type="text"] {    
    border-radius: 5px;
	}
    
    #barraNewsletter .componente .botao {
    background-color: #f5821f;
    border-radius: 10px;
	}    


.fundo-principal, .botao.principal, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #333333;
}
    
    .botao.principal:hover{
    background-color:#ff4d4d;    
    }
    
    .nivel-um.active {
    background-color: transparent;
    border-radius: 5px;   
    }     
    
    .menu.superior .nivel-um>li {
    padding: 10px 10px;    
    }
    
.acoes-produto-responsiva .tag-comprar span 
    {
        font-size: 18px;
        color: #fff;
	}
    
 .grid-lab {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin: 60px 15px;
  }
    
 input[type="text"]
    {        
    font-size: 13px;    
	}  
    
    .historia {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
  .historia-txt p {
    font-size: 17px;
    margin-top: 20px;
  }
  .historia-img img {
    width: 100%;
    height: 40%;
    margin: 15px 0;
    padding: 0;
  }
  .historia-txt {
    padding: 20px 0;
  }
  .historia-img h4 {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    margin: 0;
  }
  .historia-img p {
    margin-bottom: 20px;
  }
    
  .sobre-items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    padding: 20px 20px;
    margin: 0;
  }
  .sobre-items p {
    padding: 0;
    font-size: 16px;
  }
  .sobre-valores {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin: 0;
  }
  .valores-img img {
    width: 100%;
    height: 90%;
    margin: 15px 0;
  }

  .valores-txt {
    height: fit-content;
    padding: 10px 10px;
  }
    
  .revenda {
    margin: 0;
  }
  .revenda-img {
    grid-template-columns: repeat(1, 1fr);
    height: 300px;
  }
  .revenda-img img {
    width: 50%;
  }  
    
    /* Menu mobile itens cinza transparente e rounded  */
  .menu.superior .nivel-dois li, .menu.lateral .nivel-dois li {
    padding: 7px 10px;
    border: solid 1px #666;
    background-color: rgba(102, 102, 102, 0.5);
    border-radius: 5px; 
    font-weight: 600;
    margin-top: 4px;
  }
  
  .menu.superior .categoria-paginas .nivel-dois li a {
    font-weight: 600;
    padding: 7px 10px;
    border: solid 1px #666;    
    border-radius: 5px; 
  }
    
    .menu.superior .nivel-dois {
    padding: 0;
    background-color: transparent;
	}
   
}


    
	
