/* Início
   =================== */
   
@charset "UTF-8";

* { margin: 0; padding: 0; }

html { 
	height: 100%;
	width: 100%;
}

body { 
	font-family: 'Open Sans', 'Lucida Sans', Tahoma, Arial; 
	font-size: 16px; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%; 
}

.clear { clear: both; }

img { max-width: 100%; }

a:link.lmenu   { color: #ffffff; text-decoration: none; }
a:visited.lmenu { color: #ffffff; text-decoration: none; }
a:hover.lmenu  { color: #ffff00; text-decoration: none; }

a:link.rmenu   { color: #333333; text-decoration: none; }
a:visited.rmenu { color: #333333; text-decoration: none; }
a:hover.rmenu  { color: #003cff; text-decoration: none; }

.header-content {
	display: table;
	background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
	height: 400px;
	position: absolute; 
	width: 100%;
	z-index: 9;
}


.headerHomeRes { 
	display: none; 
	height: 100px;
	position: relative;
	width: 100%;
}
   
.topo-logo {
	background: #ffff00; 
	height: 100px; 
	padding: 10px 15px 15px 10px;
	position: absolute; 
	margin-top: 25px; 
	width: 360px; 
	z-index: 99; 
}


.topo-menu {
	display: table;
	height: 100px; 
	margin-top: 25px;
	right: 0px;
	position: absolute; 
	z-index: 99;
}

ul.menu { 
	list-style-type: none;
	font-family: Raleway, sans-serif;
	font-size: 20px;
	margin-right: 30px;
	margin-top: 30px;
	text-transform: uppercase;
	}

	ul.menu li { float: left; }
	li.menu-item { margin-left: 40px }


.topo-fundo-interno {
	height: 500px;
	overflow: hidden;	
	}

	.topo-fundo-titulo {
		font-family: "Dosis", sans-serif;
		font-size: 72px;
		color: #ffffff;
		padding-top: 300px;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}

.btn-contacto {
	background: #f0f0f0;
	border: none;
	height: 70px;
	text-align: center;
	width: 250px;
}

/* Páginas Internas
   =================== */
   
.topo-menu-suspenso {
	background-color: rgba(0,0,0,0.9);	
	border-radius: 0px 0px 15px 15px;
	display: table;
	padding-top: 15px;
	position: absolute; 
	height: 250px; 
	z-index: 999;
	width: 100%; 
}

.topo-menu-suspenso > div { width: 100%; text-align: center; line-height: 35px; }

.area-footer-copy {
	background: #dddddd;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 10px;
}


.footer-dados-contatos {
	align-items: center;
	display: flex;
	font-size: 16px; 
	justify-content: center;
	padding-top: 10px;
	width: 100%;
	}

	.footer-icones {
		font-size: 20px;
		text-align: right;
		width: 32px;
	}

.footer-dados-redes {
	display: flex;
	font-size: 30px;
	}
	
	.footer-dados-redes > div { margin: 10px }


.footer-menu {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	width: 100%;
	}

	.footer-menu > span { width: 100%; text-align: center;}


#areaAviso {
	background: #e07777;
	border-radius: 10px;
	color: #ffffff;
	display: table;
	padding: 20px;
	text-align: center;
	width: 100%;
	}

	#areaAviso > h4 {
		font-size: 72px;
	}