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

body
{
	font-family: 'aaarghnormal';
	font-size: 11px;
	background-color:#FFFFFF;
	line-height:22px;
	overflow:hidden;
}
.mainContainer
{
	width:100%;
	height:550px;
	position:absolute;
	z-index:0;
	background-color:#FFFFFF;
	top:50%;
	margin-top: -275px;
    overflow: hidden;
	/*overflow-x:scroll;
	overflow-y:hidden;*/
}
.mainContainer section
{
	min-width:200px;
	height:550px;
	background-color:#FFFFFF;
	margin-left:280px;
	position: absolute;
}
.mainContainer section img
{
	margin-right:4px;
}


/*ALTERAÇÕES SCROLL NOVO */

.track
{
    width: 12px;
    height: 550px;
    background-color:#bcbbbb;
	position:absolute;
	top:50%;
	margin-top: -275px;
	position: fixed;
	right: 0;
/*	background-image:url(/frontend/images/fundo_menu1.png);
*/}

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




.mainContainerText
{
	width:100%;
	margin-left:410px;
	height:550px;
	position:absolute;
	z-index:0;
	background-color:#f1f2f2;
	top:50%;
	margin-top: -275px;
	/*overflow-x:scroll;
	overflow-y:hidden;*/
}
.mainContainerText section h1
{
	color:#333333;
	font-family: 'aaarghnormal';
	font-size:12px;
	line-height:30px;
	margin-left:380px;
	margin-top:146px;
/*	text-transform:uppercase;*/
}
.mainContainerText section p
{
	color:#333333;
	font-family: 'aaarghnormal';
	font-size:11px;
	margin-left:380px;
	margin-top:80px;
}
.mainContainerText section a
{
	text-decoration:none;
	color:#333333;
}
header
{
	width:/*257*/272px;
	height:550px;
	margin-left:24px;/*32*/
/*	color: rgb(0, 0, 0);*/
	background-color: rgba(255, 255, 255, 0.6);
/*	background-image:url(/frontend/images/fundo_menu.png);*/
	background-repeat:no-repeat;
	background-position:left;
	background-origin:content-box;
	
	position:absolute;
	top:50%;
	margin-top: -275px;
	z-index:1;
}
header nav
{
	color:#666666;
	padding-top:30px;
	padding-bottom:25px;
	padding-left:/*40*/55px;
	padding-right:/*88px;*/55px;
}
header nav a
{
	color:#000000 /*#424548*/;
	text-decoration:none;
}
header a:hover
{
	text-decoration:line-through;
	/*background-color:#333333;*/
	color:#FF9999/*#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;
}

header nav ul li a h
{
	text-transform:lowercase;
	color:#999999;
}
header nav ul li ul
{
	display:none;
}
header nav ul li ul li 
{
	border-bottom:none;
	text-transform:capitalize;
	padding-left:20px;
}

.logo
{
	max-width:100%;
	margin-top:40px;
	margin-bottom:60px;
	margin-left:110px;
	
	
	/*padding-top:80px;*/
/*	padding-left:(55)70px;*/
	/*padding-bottom:20px;*/
}


.mainContainerIndex1
{
	overflow:auto;
	position:absolute;
	height: 100%;
	width: 100%;
	background-image:url(/frontend/contents/index/big/entrada2.jpg);
	background-repeat:no-repeat;
	top: 0px;
	left:0px;
	background-size: cover;
	background-position:left-top;
}
/*ALTERADO POR TER COLOCADO UM RANDOM DE IMAGENS NA ENTRADA*/
/*@media screen and (min-width: 1440px) and (max-width: 2560px)
{
  .mainContainerIndex1
 {
	 background-image:url(/frontend/images/entrada2.jpg)
 }
}*/




/*FORM*/
#contactform
{
	margin-left:380px;
	margin-top:75px;
	width:150px;
	position:absolute;
	display:block;
	top:100px;
}
#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;
}



.socialMenu  
{
	display:none;
}

/*SOCIAL NETWORK*/
.social
{
	/*position:absolute;
	top:50%;
	margin-top: -350px;*/
	display:inline-block;
}
.social .blogger
{
/*	display:none;
	margin-top:48px;
*/	color:#a3a3a3;
	font-size:12px;
	position:fixed;
	right:71px/*44px*/;
	top:50%;
	margin-top: -310px;
}
.social .blogger:hover
{
	color:#333333;
}
.social .facebook
{
/*	display:none;
*/	color:#a3a3a3;
	font-size:14px;
	position:fixed;
	right:/*71px*/98px;
	top:50%;
	margin-top: -310px;
}
.social .facebook:hover
{
	color:#333333;
}
.social .flickr
{
/*	display:none;
*/	color:#a3a3a3;
	font-size:14px;
	position:fixed;
	right:/*98px*/125px;
	top:50%;
	margin-top: -309px;}
.social .flickr:hover
{
	color:#333333;
}

.social .tumblr
{
/*	display:none;
	margin-top:48px;
*/	color:#a3a3a3;
	font-size:14px;
	position:fixed;
	right:44px;
	top:50%;
	margin-top: -310px;
}
.social .tumblr:hover
{
	color:#333333;
}