/* 
ROXO CLARO: #a155a0
ROXO: #532647
ROXO ESCURO: #351031
LARANJA: #f97244
LARANJA CLARO: #fcbe9b
VERDE MUSGO: #b3a488
VERDE: #557b72
*/

/* 	Site desenvolvido por Movila Design
	http://movi.la
*/


/* ---------------------------------
	
	RESET

------------------------------------ */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------
	
	*

------------------------------------ */

body{
	background: #351031 url('images/bg.jpg') no-repeat center fixed;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}

strong{
	font-weight: 700 !important;
}

#container{
	width: 780px;
	padding: 100px 0;
	margin: 0 auto;
	overflow: hidden;
}


#container #sobre{
	width: 400px;
	float: left;
	color: #fff;
}


#container h1{
	text-indent: -99999px;
	width: 400px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;	
}

#container h1 img{
	display: block;
	width: 100%;
	height: auto;
}

#container #sobre p{
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	width: 100%;
	text-align: right;
	float: right;
}


#container #contato{
	width: 330px;
	float: right;
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	opacity: 0.7;
}


#container #contato .contato-section{
	margin-bottom: 30px;
}

#container #contato h2{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}


#container #contato h3{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 14px;
	display: block;
	
}

#container #contato .contato-icon{
	width: 30px;
	position: relative;
	bottom: -7px;
	left: -2px;
	opacity: 0.5;
}

#container #contato a{
	color: #fff;
	text-decoration: none;
}


#container #contato a:hover{
	color: #f97244;
}
