#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-Extrapequena {font-size: 0.6em;}
	.font-weight {font-weight: bold;}
	.textoBranco {color: #FFF;}
	.textoVermelho {color: #C12A21;}
	.textoAzul {color: #00B5DE;}

	.imagemAdaptavel {max-width: 100%;}

	#BlocoUm {}
		#BlocoUm .ConteudoBloco {display: flex; flex-direction: column; align-items: center; text-align: center;}
		#BlocoUm .ConteudoBloco h2 {padding: 50px 0 10px 0;}
		#BlocoUm .ConteudoBloco h4 {padding: 10px 0 20px 0;}
		#BlocoUm .ConteudoBloco p {max-width: 660px;}

	#BlocoDois {background: url(images/background.png) no-repeat; padding-top: 550px; margin-top: -550px;}
		#BlocoDois .ConteudoBloco {padding-left: 10vw;}
		#BlocoDois .ConteudoBloco p {max-width: 370px;}
		.divAzul {padding: 20px 30px; background: #00B5DE; max-width: 400px; border-radius: 4px; margin-top: 40px;}
		.p-position {text-align: end;}
		.ConteudoBlocoDois {display: flex; flex-direction: column; padding: 40px 20px; align-items: center; justify-content: space-evenly;text-align: center;}
		.detalhes {display: flex; justify-content: space-evenly; flex-wrap: wrap;}
		.doisBlocos {width: 380px; padding: 30px 0;}
		.doisBlocos div {padding: 20px 0;}

	#BlocoTres {}
		#BlocoTres .ConteudoBloco {display: flex; justify-content: center; flex-direction: column;}
		.ConteudoBlocoTres {display: flex; flex-direction: row; justify-content: space-evenly; padding-top: 30px;}
		.tresBloco {width: 320px;}

	#BlocoQuatro {background: url(images/backgroundDois.png) no-repeat; padding-top: 1000px; margin-top: -1000px;}
		#BlocoQuatro .ConteudoBloco {padding: 40px 20px; display: flex; justify-content: space-evenly; align-items: center;}
		.quatroBloco {width: 250px;}
		.fimbloco {padding: 20px;}

	#FimBlocos {background-color: #000; 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) {
		.ConteudoBlocoTres, #BlocoQuatro .ConteudoBloco {flex-wrap: wrap;}
	}
	@media screen and (max-width: 550px) {
		.ConteudoBloco {padding: 0 20px;}
	}
	@media screen and (max-width: 350px) {
		#LogoDaMultilaser {padding-left: 0;}
	}