#cabecalho{
	background-color: #FFF;
    background-size: 100%;	
    padding: 1%;
}


@media (max-width: 1000px){


	#contenedor{
		padding: .5em;
		max-width: 1200px; 
		margin: auto;
		
	}

	#cabecalho{
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 214, 153, 0.3), rgba(126, 177, 204, 0.3));
	}

}

@media (min-width: 1001px){

	#item_produto{
		 flex: 1 0 32%; /* 30% de largura, 3 por linha em telas grandes */
		 margin: .5em;
	}

	#cabecalho{
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 214, 153, 0.3), rgba(126, 177, 204, 0.3));
	}

}

	

	#cabecalho > div{
		display: table-cell;
		vertical-align: middle;

	}
	
	#cabecalho > div > a{
		text-transform: uppercase;
		padding: 2%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;				
		letter-spacing: 1px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}

	#cabecalho > div > a:hover{
		text-decoration: none;
	}
	
	#cab_menu_grande, #cab_menu_pequeno {
		text-align: right;
		width: 100%;		
	}


	#cab_menu_pequeno > a > img{
		height: 40px;
	}
	
	@media screen and (max-width: 999px){
	
		#cab_menu_grande{
			display: none !important;
		}


	}


	@media screen and (min-width: 1000px){	
		#cab_menu_pequeno{
			display: none !important;
		}
	}	




	