body {

	font-family: 'Arial'
	
	, Helvetica
	
	,sans-serif;


	
	
	
		background-position: top center;
	
	
		background-attachment: scroll;
	
	
		background-repeat: repeat;
	

}


.busca.borda-alpha.ok{

    position: top;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    background: white;
    height: 40px;
    width: 500px;
    border-radius:20px;
    padding: 10px;
    text-decoration : none;
    
}

.botao.botao-busc.sim{
    color: white;
    float: left ;
    width: 30px;
    height:30px;
    border-radius: 50%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration : none;

}

.busca.auto-complete.ui{

    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: white;
    font-size: 15px;
    transition: 0.5s;
    line-height: 40px;
    width: 240px;
    text-decoration : none;

}

.conteiner {
  max-width: 100vw;
    background : white;
    color : white;
    font : white;
    
}
.cor-principal{color: white;}
.cor-secundaria { color: white; }
.fundo-secundario { background-color: black; }
.borda-secundaria { border-color: white; }
.fundo-principal{color : white;}


.titulo {
	font-family: 'Open Sans'
  
  , serif;
	
	
}



#cabecalho {


		
		background-position: top center;
		
		
			background-repeat: repeat;
		
	
}





#cabecalho .conteiner { background : black;}
#cabecalho .fundo-principal{color : white;}
#cabecalho .cor-secundaria{color : white;}
#cabecalho .cor-principal{color : white;}


#corpo .conteiner {background : white;}

#corpo .listagem .listagem-item .imagem-produto {height: 500px;    
margin:0px;
border: 0;
padding: 0;
width:333.5

}



#rodape .institucional {
	
		
		
		
		background-position: top center;
		
		
			background-repeat: repeat;

    background : black;
    color : black;

		
	
}

.cor-principal{
color: black;
}
.cor-secundaria{
color: black;
}
#barrasuperior {
background : #de8603;
    color: #de8603;
}




  