	#AreaGeralProduto {position: relative; background: #FFF; width: 100%; display: block; max-width: 900px; margin: 0 auto; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #444242; overflow: hidden; z-index: 2;}
	#AreaMultilaser {background: #FFF; box-sizing: border-box; display: block; clear: both; width: 100%; max-width: 900px; margin: 0 auto;}

	.BackgroundGeral {width: 100%; display: block;}

		#AreaGeralProduto br {display: block; clear: both;}
		#AreaGeralProduto img {display: block; pointer-events: none;}
		#AreaGeralProduto img::selection {background: transparent;}
		#AreaGeralProduto > div {position: relative; float: left; width: 100%; display: block; clear: both;}

		.ConteudoBloco {padding: 0 70px; box-sizing: border-box; top: 0; position: relative; width: 100%;}

		.BackgroundBloco {width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -1;}

	@media screen and (min-width: 901px) { /* Desktop */
		.DesktopItem {display: block !important;}
		.MobileItem {display: none !important;}
		#LogoDaMultilaser img {max-width: 288px; padding: 40px;}
		#LogoDaMultilaser {width: 45%; display: block; float: left;}

	}
	@media screen and (max-width: 900px) {
		.DesktopItem {display: none !important;}
		.MobileItem {display: block !important;}
		#AreaGeralProduto img {width: 100%; display: block;}
		#LogoDaMultilaser img {max-width: 288px; padding: 20px;}

	}
	@media screen and (max-width: 700px) {
	}
	@media screen and (max-width: 550px) {
		.ConteudoBloco {padding: 0 20px;}
	}
	@media screen and (max-width: 350px) {
		#LogoDaMultilaser {padding-left: 0;}
	}