	#AreaGeralProduto {position: relative; background: #000; width: 100%; display: block; max-width: 900px; margin: 0 auto; font-family: 'Arial', sans-serif; font-size: 16px;}
	#AreaMultilaser {background: #000; box-sizing: border-box; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 900px; margin: 0 auto; height: 70px; border-bottom: #FFF solid 1px;}

	h2 {font-size: 3.4375em; margin: 0;}
	h3 {font-size: 2em; margin: 0;}
	h4 {font-size: 1.375em;  margin: 0;}
	p { margin: 0;}
	.font-pequena {font-size: 0.75em;}
	.font-weight {font-weight: bold;}
	.textoBranco {color: #FFF;}
	.textoVermelho {color: #C12A21;}

	.imagemAdaptavel {max-width: 100%;}

		.ConteudoBloco {padding: 0 70px; box-sizing: border-box; top: 0; position: relative; width: 100%;}

	#BlocoUm {}
		#BlocoUm .ConteudoBloco {display: flex; justify-content: center; flex-direction: column; align-items: center; padding-top: 50px; text-align: center;}
		#BlocoUm .ConteudoBloco h4 {margin-bottom: 20px;}
		#BlocoUm .ConteudoBloco p {margin-bottom: 45px;}
		#BlocoUm .ConteudoBloco ul {list-style: none; display: flex; justify-content: space-around; flex-wrap: wrap; padding: 0; margin: 40px 0 0 0;}
		#BlocoUm .ConteudoBloco ul li {display: flex; max-width: 300px; align-items: center; text-align: left;}
		#BlocoUm .ConteudoBloco ul li p {margin-left: 10px;}

	#BlocoDois {text-align: center; margin-top: 40px;}
		#BlocoDois .ConteudoBloco {}
		#BlocoDois .ConteudoBloco h3 {padding-bottom: 20px;}
		#BlocoDois .ConteudoBloco p {padding-bottom: 45px;}

	#BlocoTres {}
		#BlocoTres .ConteudoBloco {display: flex; justify-content: space-evenly; flex-wrap: wrap; }
		#BlocoTres .ConteudoBloco ul {list-style: none; display: flex; justify-content: space-around;flex-direction: column; max-width: 300px; padding: 0; margin: 20px 0 0 0;}
		#BlocoTres .ConteudoBloco ul li {display: flex; max-width: 350px; align-items: center; text-align: left; margin: 10px 0;}
		#BlocoTres .ConteudoBloco ul li p {margin-left: 10px;}
		.BlocoTres {max-width: 400px; display: flex; justify-content: space-around; flex-direction: column;}
		.plug {display: flex; margin-top: 20px;}
		.plug p {display: inline;}
		.plug div img {
			margin-right: 10px;
		}

	#BlocoQuatro {}
		#BlocoQuatro .ConteudoBloco { display: flex; flex-wrap: wrap;}
		#BlocoQuatro .ConteudoBloco ul { max-width: 180px;}
		.ConteudoBlocoQuatro {display: flex;display: flex; flex-wrap: wrap; justify-content: space-evenly; margin-top: 20px;}
		.odysseusTres img {margin-left: -60px;}

	#FimBlocos {background-color: #FFF; color: #fff; padding: 30px; font-size: 10px; box-sizing: border-box;}

	@media screen and (min-width: 901px) { /* Desktop */
		.DesktopItem {display: block !important;}
		.MobileItem {display: none !important;}

	#BlocoUm {}
		#BlocoUm .ConteudoBloco {}

	#BlocoDois {}
		#BlocoDois .ConteudoBloco {}

	#BlocoTres {}
		#BlocoTres .ConteudoBloco {}

	#BlocoQuatro {}
		#BlocoQuatro .ConteudoBloco {}

	}
	@media screen and (max-width: 900px) {
		.DesktopItem {display: none !important;}
		.MobileItem {display: inline-block !important;}

	#BlocoUm {}
		#BlocoUm .ConteudoBloco {}

	#BlocoDois {}
		#BlocoDois .ConteudoBloco {}

	#BlocoTres {}
		#BlocoTres .ConteudoBloco {}

	#BlocoQuatro {}
		#BlocoQuatro .ConteudoBloco {}
	}
	@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;}
	}