		/** formata elementos que tem backgrounds parallax **/
		.bgParallax {
			font-family: 'Homemade Apple', sans-serif;
			color:#FFF;
			margin: 0 auto;
			width: 100%;
			max-width: 1920px;
			position: relative;
			min-height: 50%;
			text-shadow:0 0 10px rgba(0,0,0,0.7);					
		}

		.modulo{
			text-align: left;
			line-height: 20px; 
			font-size:17px; 
			margin-top:8px;
			
		}
		
		#master {
   opacity: 0.5;
   background-color:black;
   		z-index=999;
		width:100%;
		height:100%;
position:absolute;
	}
		
		/* Define backgrounds dos divs */
		#sge {
		position:relative;
		}
		#comercio-varejista {
		position:relative;
		}
		#fast-food {
		position:relative;
		}

		/** Formata o article que vai o texto **/
		.bgParallax article {
		  width: 70%;
		  text-align: center;
		  margin:0 auto;
		  padding:0% 0 0;
		}

		/** formata texto **/
		article h1 {font-size:40px;}
		article p {line-height: 30px; font-size:20px; margin-top:15px;}
		article p a {color:#FFF; text-decoration:none; font-size:30px;}
		article strong {text-align:left; line-height: 30px; font-size:20px; margin-top:15px;}

		.bgParallax strong {
		  text-align: left;
		}
		