.area{height: 100%; width: 100%; position: fixed;}
.hide{ display: none;}
.under{top: 100%;}
.transparent {opacity: 0;}
a:visited, a:active, a:hover, a:link{text-decoration: none; color: inherit;}

body{ margin: 0; padding: 0; font-family: 'Signika'; /*min-width: 960px; overflow-x:scroll; */}

#container{position: absolute; height: 100%; width: 100%; overflow: hidden;}

/** menu **/
.menu{
	width: 100%;
	height: 76px;
	position: absolute;
	top: 0%;
}

.logo{
	width: 500px;
	left: 50%;
	margin-left: -250px;
	position: fixed;
	top: 50%;
	margin-top: -165px;
}
.logoMenu{
	top: -2%;
	width: 320px;
	margin-left: -160px;
	margin-top: 0%;
	left: 50%;
	position: fixed;
	cursor: pointer;
}

.menu div{
	width: calc(50% - 125px);
	height: 100%;
	color: #FFF;
}

.menu div ul{
	list-style: none;
	margin-top: 30px;
}

.menu div ul li{
	float: left;
	width: 33%;
	text-align: center;
	text-transform:uppercase;
	opacity: 0.5;
	font-size: 15px;
}

.menu div ul li.contacto{
	color: #E8D399;
	opacity: 1;
	/*font-weight: bold;*/
}

.menu .menuLeft{
	float: left;
}

.menu .menuRight{
	float: right;
}

@media (max-width: 1340px){
	.menu .menuRight .encomende{
		margin-top: -15px;
	}

	.menu .menuRight .encomende span{
		width: 100%;
		display: block;
	}
	.menu .menuRight .encomende span.toHide{
		display: none;
	}
}


/** footer **/

#footer{
	height: 20%;
	z-index: 999;
}

#footer div{
	width: calc(50% - 125px);
	height: 100%;
	color: #FFF;
}

#footer div ul{
	list-style: none;
	margin-top: 30px;
}

#footer div ul li{
	float: left;
	width: 33%;
	text-align: center;
	text-transform:uppercase;
	font-size: 15px;
}

#footer div ul li.contacto{
	color: #FFF;
	opacity: 1;
	/*font-weight: bold;*/
}

#footer .footerLeft{
	float: left;
	width: 50%;
	background-color: rgba(0,0,0,0.2);
	display: table;
	height: 50%;
	text-align: center;
	text-transform:uppercase;
	font-size: 15px;
}
/*
#footer .footerLeft a{
	display: table-cell;
	vertical-align: middle;
}
*/

/*
#footer .footerLeft ul{
	margin: 0; 
}

#footer .footerLeft li{
	background-color: red;
	height: 100%;
}

#footer .footerLeft li{
	margin-top: 30px;
}
*/


#footer .footerRight{
	float: right;
	width: 40% !important;
}


#footer .footerRight .simoes{
	width: 30%;
}

#footer .footerRight .links{
	width: 70%;
}

#footer .footerRight .links a{
	margin: 0 4px;
}
