header, nav, footer, aside, section{
	display:block;
}

*{
	margin:0px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

/*****************************************************************************************************************************************************************************/
/*************************************************************************** - WRAPPER - *************************************************************************************/
/*****************************************************************************************************************************************************************************/
#wrapper{
	margin:0 auto;
}

figure { 
	display: inline-block; 
}
/*****************************************************************************************************************************************************************************/



#sair a{
	color:#FFFFFF;
	color:grey;
	color:#FFF;
	font-family: "Calibri";
	font-weight: 100;
	font-size: x-large;
	letter-spacing: 3px;
	text-decoration: overline;
	position: fixed;
	top:70%;
	left: 80%;
}

#sair a:hover{
	color:#333333;
	text-decoration: none;
}



/*****************************************************************************************************************************************************************************/
/************************************************************************ - LOGO PRINCIPAL - *********************************************************************************/
/*****************************************************************************************************************************************************************************/
.logoprincipal{
	position: fixed;
	width:400px;
	height:200px;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/******************************************************************** - LOGO SUPERIOR ESQUERDA - *****************************************************************************/
/*****************************************************************************************************************************************************************************/
.logoesquerda{
	position: fixed;
	display: block;
	width:200px;
	height:130px;
	top: 2%;
	left: 1%;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/*************************************************************************** - ENTRAR - **************************************************************************************/
/*****************************************************************************************************************************************************************************/
#entrar a{
	color:#333;
	color:grey;
	color:#FFF;
	font-family: "Calibri";
	font-weight: 100;
	font-size: x-large;
	letter-spacing: 3px;
	text-decoration: overline;
	position: fixed;
	top:70%;
	left: 80%;
}

#entrar a:hover{
	color:#4e4a4a;
	text-decoration: none;
}
/*****************************************************************************************************************************************************************************/





/*****************************************************************************************************************************************************************************/
/*************************************************************************** - TEXTO INICIAIL - ******************************************************************************/
/*****************************************************************************************************************************************************************************/
#textoinicial{
	position: fixed;
	display: block;
	background-color: black;
	box-shadow: 10px 10px 5px black;
	color: white;
	width:500px;
	height: 150px;
	bottom: 20%;
	right: 3%;
	opacity: 0.7;
	padding: 5px;
	font-size: small;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/**************************************************************************** - AVISOS LEGAIS - ******************************************************************************/
/*****************************************************************************************************************************************************************************/
#avisos{
	position: fixed;
	display: block;
	background-color: black;
	box-shadow: 10px 10px 5px black;
	color: white;
	width:620px;
	height: 500px;
	bottom: 16%;
	right: 3%;
	opacity: 0.7;
	padding: 5px;
	font-size: small;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/****************************************************************************** - CONTACTOS - ********************************************************************************/
/*****************************************************************************************************************************************************************************/
.titulocontactos {
	font-weight: bold;
	font-size: larger;
}

.contactos {
	font-size: large;
}

#contactar{
	position: fixed;
	display: block;
	background-color: black;
	box-shadow: 10px 10px 5px black;
	color: white;
	width:320px;
	height: 125px;
	bottom: 18%;
	left: 2%;
	opacity: 0.7;
	padding: 5px;
	font-size: small;
}

#enviaremail {
	position: fixed;
	display: block;
	background-color: black;
	box-shadow: 10px 10px 10px black;
	color: white;
	width: 400px;
	height: 410px;
	opacity: 0.7;
	padding: 5px;
	bottom: 20%;
	right: 3%;
}

form ul {
	list-style-type: none;
}

form ul li {
	margin: 10px 0;
}

form label {
	display: block;
	font-size: small;
}

form input, textarea {
	font-size: small;
	padding: 5px;
	border: #ccc 3px solid;
	width: 97%;
}

.enviar {
	width: 300px;
	position: fixed;
	right: 7%;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/********************************************************************** - DESCRIÇÃO DA CASA - ********************************************************************************/
/*****************************************************************************************************************************************************************************/
.descricaocasa{
	display: block;
	position: fixed;
	background-color: black;
	color:white;
	width:600px;
	height:105px;
	font-size: small;
	
	bottom: 15%;
	left: 2%;
	padding: 5px;
	opacity: 0.8;
	
	box-shadow: 10px 10px 5px black;
	
}


.titulo {
	font-size: larger;
	font-weight: bold;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/******************************************************************************* - THUMBNAIL - *******************************************************************************/
/*****************************************************************************************************************************************************************************/
#preview{
	position: absolute;
	border: 3px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
	box-shadow: 4px 4px 3px rgba(103, 115, 130, 1);
}
/*****************************************************************************************************************************************************************************/




/*****************************************************************************************************************************************************************************/
/******************************************************************************** - BOTÕES - *********************************************************************************/
/*****************************************************************************************************************************************************************************/
#botao1 a{
	display: block;
	position: fixed;
	bottom: 91%;
	right: 55%;
	
	width: 100px;
	height: 30px;
	padding: 0;
	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 10px auto;

	-o-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -o-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,211,18)),color-stop(0.67, rgb(255,149,20)),color-stop(0.98, rgb(250,125,15)));
}

#botao1 a:hover {
	display: block;
	position: fixed;
	bottom: 91%;
	right: 55%;
	
	width: 100px;
	height: 30px;
	padding: 0;
	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 10px auto;
	
	-o-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -o-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,166,20)),color-stop(0.67, rgb(255,111,0)),color-stop(0.98, rgb(255,38,0)));
}
/*****************************************************************************************************************************************************************************/

#botao2 a{
	display: block;
	position: fixed;
	bottom: 82.5%;
	right: 55%;
	
	width: 100px;
	height: 30px;
	padding: 0;
	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 10px auto;
	
	-o-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -o-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,211,18)),color-stop(0.67, rgb(255,149,20)),color-stop(0.98, rgb(250,125,15)));
}

#botao2 a:hover {
	display: block;
	position: fixed;
	bottom: 82.5%;
	right: 55%;
	
	width: 100px;
	height: 30px;
	padding: 0;
	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 10px auto;
	
	-o-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -o-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,166,20)),color-stop(0.67, rgb(255,111,0)),color-stop(0.98, rgb(255,38,0)));
}
/*****************************************************************************************************************************************************************************/

#botao3 a{
	display: block;
	position: fixed;
	bottom: 74%;
	right: 55%;
	
	width: 100px;
	height: 30px;
	padding: 0;
	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 10px auto;
	
	-o-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -o-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,211,18)),color-stop(0.67, rgb(255,149,20)),color-stop(0.98, rgb(250,125,15)));
}


#botao3 a:hover {
	display: block;
	position: fixed;
	bottom: 74%;
	right: 55%;
	
	width: 100px;
	height: 30px;
	padding: 0;
	
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: 'Play', sans-serif;
	font-size: small;
	font-weight: bold;
	color: white;
	margin: 10px auto;
	
	-o-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -o-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,166,20) 4%, rgb(255,111,0) 67%, rgb(255,38,0) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,166,20)),color-stop(0.67, rgb(255,111,0)),color-stop(0.98, rgb(255,38,0)));
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/***************************************************************************** - MENU PRINCIPAL - ****************************************************************************/
/*****************************************************************************************************************************************************************************/

#menu {
	font-size: medium;
	width: 200px;
	background: black;
	position: fixed;
	top: 33%;
	left:2%;
	opacity: 0.8;
}

#menu ul {
	margin:0;
	padding: 0;
}

#menu li {
	list-style: none;
}

#menu a {
	color: white;
	cursor: pointer;
	display: block;
	height: 30px;
	text-indent: 10px;
	text-decoration: none;
	width:200px;
	text-align: left;
}

#menu a:hover {
	text-decoration: none;
	
	background-image: linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -o-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -moz-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -ms-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);

	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.75, rgb(255,140,0)),color-stop(0.08, rgb(255,68,0)),color-stop(0.39, rgb(245,80,30)));
}

#menu li:hover {
	position: relative;
	
	background-image: linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -o-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);

	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(240,192,0)),color-stop(0.37, rgb(255,170,0)),color-stop(0.78, rgb(255,113,5)));
}

ul.sub-menu {
	display: none;
}

.sub-menu a {
	height: 25px;
}

.sub-menu a:hover {
	position: relative;

	background-image: linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -o-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -moz-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);
	background-image: -ms-linear-gradient(bottom, rgb(255,140,0) 75%, rgb(255,68,0) 8%, rgb(245,80,30) 39%);

	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.75, rgb(255,140,0)),color-stop(0.08, rgb(255,68,0)),color-stop(0.39, rgb(245,80,30)));
}

li:hover .sub-menu {
	display: block;
	position: absolute;
	left: 100%;
	top: 0%;
		
	background-image: linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -o-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(240,192,0) 0%, rgb(255,170,0) 37%, rgb(255,113,5) 78%);
}

ul.sub-menu li {
	border: none;
	float: left;
	width: 200px;
}



/*** - SUB MENU - ***/
#menu .sub-menu {
	background: #5a5a5a;
}
/********************/

/*** - SUB SUB MENU - ***/
#menu .sub-menu .sub-menu {
	background: #999;
}

li:hover .sub-menu .sub-menu {
	display: none;
}

.sub-menu li:hover .sub-menu {
	display: block;
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/**************************************************************************** - SLIDESHOW - **********************************************************************************/
/*****************************************************************************************************************************************************************************/
#slideshow {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: -7%;
	top: 3%;
	width: 600px;
	height: auto;
	overflow: hidden;
		
}
/*****************************************************************************************************************************************************************************/








/*****************************************************************************************************************************************************************************/
/********************************************************************************* - FOOTER - ********************************************************************************/
/*****************************************************************************************************************************************************************************/
#footer{
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	width: 96%;
	
	background-image: linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -o-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -moz-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -webkit-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);
	background-image: -ms-linear-gradient(top, rgb(250,211,18) 4%, rgb(255,149,20) 67%, rgb(250,125,15) 98%);

	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.04, rgb(250,211,18)),color-stop(0.67, rgb(255,149,20)),color-stop(0.98, rgb(250,125,15)));
	
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 500px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	opacity: 0.6;
	box-shadow: 5px 5px 5px black;
}

.copyright{
	font-size: 13px;
	position: relative;
	text-align: center;
	
}

.legal{
	color: black;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
}

.legal a:link {
	text-decoration: none;
	color: black;
}
/*****************************************************************************************************************************************************************************/
