/* CSS Document */

	/* CSS Reset */
	@import url('reset.css');
	
	/* Fontes */
	@import url('http://fonts.googleapis.com/css?family=Titillium+Web:400,700,200');
	/* H1 */ @import url('http://fonts.googleapis.com/css?family=Lato:400,300,400italic,700');
	/* H2 */ @import url('http://fonts.googleapis.com/css?family=Lato:400,300,400italic,700');

/* ------------------------------- 1. Base ------------------------------- */
html {
	background: url(../img/fundo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
}

header {
	margin-top: 50px;
	padding: 25px;
	text-align:center;
}

section {
	width: 1080px;
	margin: 0 auto;
}


aside { 
	color:#fff;
	text-align: center;
	font-size: 20pt;
	font-weight: 1;
	margin-top: 60px;
	text-shadow:1px 1px 1px #333333;
	
}

aside nav { 
	width: 500px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 20px;
	float: right;
	
}

aside nav ul{ 
	font-weight: 200;
	text-shadow:1px 1px 1px #333333;
	font-size:14pt;
	color:#fff;
	margin-left: 20px;
}

aside nav ul li{ 
	line-height: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 2px;
}

article {
	float: left;
	width: 500px;
	padding: 20px;
	text-align:left;
}

article p { 
	color:#fff;
	font-size: 44pt;
	margin-top: -0.1em;
	margin-bottom: 0;
	line-height: 0.8em;
	font-weight: 800;
	text-shadow:1px 1px 1px #333333;
	text-align:left;
}

article h2 {
	color:#fff;
	font-size: 44pt;
	margin-top: -0.1em;
	margin-bottom: 0;
	line-height: 0.8em;
	font-weight: 800;
	text-shadow:1px 1px 1px #333333;
	text-align:left;
}

article .address {
	font-size: 16px;
	font-weight:400;
	padding-top: 15px;
	text-decoration:none;
	text-shadow:1px 1px 1px #333333;
	line-height: 25px;
	color: #fff;
	text-align:left;
}

.whatsapp {
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/whatsapp.png) left center no-repeat;
}

.telefone {
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/telefone-fotter.png) left center no-repeat;
}

.mail a {
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/mail.png) left center no-repeat;
		color:#fff;
		text-decoration:none;
		
}

.rodapeMapa a {
		
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/google-maps.png) left center no-repeat;
		color:#fff;
		text-decoration:none;
		
}

.facebook a {
	
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/facebook.png) left center no-repeat;
		color:#fff;
		text-decoration:none;
}

.skype a {
	
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/skype.png) left center no-repeat;
		color:#fff;
		text-decoration:none;
}

.instagram a {
	
		padding-left: 30px;
		font-size: 22pt;
		font-weight:100;
		background: url(../img/instagramlogo.png) left center no-repeat;
		color:#fff;
		text-decoration:none;
}

footer {
	clear:both;
	width: 1080px;
	padding-top: 15px;
	padding-left: 35px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	font-weight:400;
	color: #ffffff;
	text-shadow:1px 1px 1px #333333;
}

.selo {
	clear:both;
	float: right;
	width: 129px;
	height:32px;
	background:url('http://www.inconnect.com.br/site/include/img/ico-in-solitario.png') no-repeat right;
	text-indent: -1000px;
	overflow:hidden;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;
}

.selo:hover {
	clear:both;
	float: right;
	width: 129px;
	height:32px;
	background:url('http://www.inconnect.com.br/site/include/img/ico-inconnect.png') no-repeat left;
	text-indent: -1000px;
	overflow:hidden;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;
}

/* ------------------------------- 2. Cabeçalho ------------------------------- */

