@charset "UTF-8";
/* CSS Document */

body
{
	font-family: 'aaarghnormal';
	font-size: 11px;
	background-color:#FFFFFF;
	line-height:22px;
	/*overflow:hidden;*/ /*PARA QUE O SCROLL FUNCIONE*/
}

header
{
	position:fixed;
   	left:0px;
	top:0px;
   	height:65px;
   	width:100%;
	z-index:2;
	background-color:#FFFFFF;
}
header nav
{
	font-size:12px;
	line-height:38px;
	padding-top:65px;
	margin:auto;
	width:280px;
	text-align:center;
	letter-spacing:1px;
	display:none;
}
header nav a
{
	color:#424548;
	text-decoration:none;
}
header a:hover
{
	text-decoration:line-through;
	color:#3399CC;
}
header nav ul li 
{
	display:block;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:thin;
	padding-bottom:1px;
	padding-top:1px;
	text-transform:uppercase;
	background-color: rgba(255, 255, 255, 0.7);
}
header nav ul li ul, header nav ul li:last-child 
{
	display:none;
}
header nav ul li ul li 
{
	border-bottom:none;
	text-transform:capitalize;
	padding-left:122px;
	text-align:left;
}

header nav ul li a h
{
	text-transform:lowercase;
	color:#999999;
}






.info
{
	display:none;
}
.mainContainerIndex1
{
	top:65px;
	right:0px;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:right top;
	position:absolute;
	width:100%;
	height:100%;
	/*margin-right:auto;*/
}
.mainContainer
{
	width:100%;
	padding-top:65px;
}
.mainContainer section
{
	width:100%;
}
.mainContainer section .contentImage
{	
	width:100%;
	vertical-align:top;
	display:block;
	margin-bottom:2px;
}
.mainContainerText
{
	width:100%;
	left:0;
	height:100%;
	position:absolute;
	background-color:#f1f2f2;
	margin-top: 65px;
}
.mainContainerText section h1
{
	color:#333333;
	font-family: 'aaarghnormal';
	font-size:12px;
	line-height:30px;
	margin-left:23px;
	margin-top:50px;
}
.mainContainerText section p
{
	color:#333333;
	font-family: 'aaarghnormal';
	font-size:11px;
	margin-left:23px;
	margin-top:20px;
	line-height:15px;
}
.mainContainerText section a
{
	text-decoration:none;
	color:#333333;
}
.socialMenu
{
	width: 30px;
	position:absolute;
	padding-top:/*10*/20px;
	left: 50%;
	margin-left: 97px;
}
.socialMenu .menu
{
	color:#666666;
	font-size:/*46*/23px;
}
.logo
{
	max-width:10%;
	padding-top:/*20px*/12px;
	padding-left:/*23*/32px;
	position:fixed;
}	
footer
{
	position:fixed;
   	left:0px;
   	bottom:0px;
   	height:45px;
   	width:100%;
}
footer .horizontalBar
{
	background-color:#000000;
	width: 100%;
	height: 45px;
}
footer .horizontalBar ul
{
	color:#FFFFFF;
	padding-left:25px;
	padding-top:12px;
}
footer .horizontalBar ul li
{
	display:inline-block;
	padding-right:12px;
}
footer .horizontalBar ul li a
{
	font-family: 'aaarghnormal';
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:2px;
}
footer section img
{
	margin-left: 80px;
	margin-top:1px;
}





/*SOCIAL NETWORK FOOTER*/

footer .social
{
	position:absolute;
	top:50%;
	margin-top: /*480*/-500px;
	display:inline-block;
}

footer .social .blogger
{
	color:#000000;
	font-size:14px;
	position:fixed;
	right:24px;
	margin-top:444px;
	padding-top:3px;
	display:block;
	text-align:center;

	width:/*28*/26px;
	height:/*25*/23px;
	background-color:#FFFFFF;
	border-radius: 50%;
}
.social .blogger:hover
{
	background-color:#666666;
	color:#FFFFFF;
}
.social .facebook
{
	color:#000000;
	font-size:15px;
	position:fixed;
	right:68px;
	margin-top:422px;
	padding-top:4px;
	display:block;
	text-align:center;

	width:26px;
	height:23px;
	background-color:#FFFFFF;
	border-radius: 50%;
}
.social .facebook:hover
{
	background-color:#666666;
	color:#FFFFFF;
}
.social .flickr
{
	color:#000000;
	font-size:15px;
	position:fixed;
	right:110px;
	margin-top:400px;
	padding-top:4px;
	display:block;
	text-align:center;

	width:26px;
	height:23px;
	background-color:#FFFFFF;
	border-radius: 50%;
}
.social .flickr:hover
{
	background-color:#666666;
	color:#FFFFFF;
}
.social .tumblr
{
	color:#000000;
	font-size:15px;
	position:fixed;
	right:152px;
	margin-top:466px;
	padding-top:4px;
	display:block;
	text-align:center;

	width:26px;
	height:23px;
	background-color:#FFFFFF;
	border-radius: 50%;
}
.social .tumblr:hover
{
	background-color:#666666;
	color:#FFFFFF;
}



/*ALTERAÇÕES SCROLL NOVO */

.track
{
    width: 12px;
    height: 100%;
    background-color:#bcbbbb;
	position:absolute;
	top:65px;
	position: fixed;
	right: 0;
	display:none;
}

.track .scroll
{
    width: 12px;
	height:60px;
    background-color:#000000;
	position:absolute;
	top: 0;
	display:none;
}


/*FORM*/
#contactform
{
	margin-left:23px;
	width:150px;
	position:absolute;
	display:block;
	top:80px;
}
#contactform label
{
	width:62px;
	font-family: 'aaarghnormal';
	font-size: 11px;
	color:#333333;
	display:inline-block;
	position:relative;
	top:0;
}
#contactform input, #contactform textarea
{
	border:0px;
	outline:0px;
	font-family: 'aaarghnormal';
	font-size: 11px;	
	color:#3a3a3a;
}
#contactform #name
{
	width:230px;
	height:20px;
	margin-bottom:5px;
	padding:0px 5px;
	color:#3a3a3a;
	background-color:#e7e5e5;
	overflow: hidden;
}
#contactform #email
{
	width:230px;
	height:20px;
	margin-bottom:5px;
	padding:0px 5px;
	color:#3a3a3a;
	background-color:#e7e5e5;
	overflow: hidden;
}
#contactform #subject
{
	width:230px;
	height:20px;
	margin-bottom:5px;
	padding:0px 5px;
	color:#3a3a3a;
	background-color:#e7e5e5;
	overflow: hidden;
}
#contactform #message
{
	width:230px;
	height:105px;
	margin-bottom:5px;
	padding:0px 5px;
	color:#3a3a3a;
	background-color:#e7e5e5;
	overflow: hidden;
}
/*#contactform .message
{
	position:relative;
	top:-2px;
}*/
#contactform #submit
{
	background-color:#b1b1b1;
/*	background:url(/frontend/images/submit-form.png) 0px 0px no-repeat;
*/	width:55px;
	height:20px;
	font:12px;
	color:#FFFFFF;
	cursor:pointer;
}
#contactform #submit:hover
{
	background-color:#333333;
}

#contactform #enviado
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:none;
}
#contactform #enviado p
{
	width:100%;
	height:32px;
	text-align:center;
	top:55px;
}
.messageForm
{
	width:400px;
	color:#333333;
	padding-top:5px;
	font-size:12px;
}