/* ================================================================================================================== */
/* corpo */

#company { display: block; position: relative; width: 100%; margin: 0 auto; padding: 100px 0 50px 0; }
	#company div.container { display: block; position: relative; width: 1200px; margin: 0 auto; }
	#company div.dark { display: block; position: relative; width: 100%; background-color: #ececed; margin: 50px 0 0 0; }
		#company div.dark div.left { display: block; position: relative; width: 475px; float: left; margin: 0 0 0 175px; padding: 50px 0; }
		#company div.dark div.right { display: block; position: relative; width: 475px; float: right; margin: 0; padding: 50px 0; }

/* ================================================================================================================== */
/* titulo */

#company h1 { display: block; position: relative; width: 100%; margin: 0; line-height: 40px; font-size: 36px; text-indent: 175px; }
	#company h1 span { display: block; position: absolute; bottom: 0; left: 0; font-size: 132px; line-height: 100px; color: #119148; text-indent: 0; }

/* ================================================================================================================== */
/* fotos */

#company div.photos { display: block; position: relative; width: 444px; height: 444px; float: right; }
	#company div.photos a { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#company div.photos a:first-child { display: block; }

/* ================================================================================================================== */
/* texto superior  */

#company div.text { display: block; position: relative; width: 475px; padding: 0 0 0 175px; float: left; }
	#company div.text p { display: block; position: relative; font-size: 16px; line-height: 25px; margin: 35px 0 0 0; }

/* ================================================================================================================== */
/* texto de baixo */

#company div.dark div.right p,
#company div.dark div.left p { display: block; position: relative; font-size: 16px; line-height: 25px; margin: 0; }