/*  ============================== PAGE PRODUTOS CONFIGURATIONS */
	
			
			@media only screen and (max-width:1050px) {
				
				#doc_produtos_main{
					
					width:100%;
					max-width:100%;
					height:auto;
					border:0px solid red;
					padding:10px;
				}
				
				#doc_produtos_image{
					width:100%;
					max-width:100%;
					height:auto;
					margin-top:0px;
				}
				#doc_produtos_descricao{
					width:100%;
					max-width:350px;
					height:auto;
					margin:10px;
					
				}
			}
			
