@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#036;
	margin:0;
}

#container{
	width:90%;
	min-width:350px;
	margin:auto;
}

#bloco{
	background-color:#fff;
	width:98%;
	padding:1%;
	border-radius:0 0 15px 15px;
	box-shadow:0 0 30px #000;
	float:left;

}

#redes{
	position:relative;
	width:100%;
	text-align:left;
}

header{
	width:100%;
}

header figure#banner{
	display:none;
}

header figure#banner_mobile{
	display:none;
}

nav{
	background-color:#a8cf45;
	width:100%;
	border-radius:15px;
	margin:20px 0;
	float:left;
	}

@media screen and (min-width:800px){

	header figure#logo{
		width:28%;
		min-width:335px;
		margin:0 1%;
		float:left;
	}
	
	header figure#logo img{
		width:100%;
	}
	
	header figure#banner{		
		width:67%;
		min-width:335px;
		margin:0 1%;
		float:left;
		display:inherit;
	}
	
	header figure#banner img{
		width:100%;
	}
	
	nav a{
		display:block;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		text-shadow:none;
		text-align:center;
		color:#000;
		padding:10px 20px;
		border-radius:15px;
		float:left;
	}
}

@media screen and (max-width:800px){
	header figure#logo{
	width:28%;
	min-width:335px;
	margin:0 1%;
	float:left;
	}
	
	header figure#logo img{
		width:100%;
	}	
	
	header figure#banner_mobile{
		min-width:335px;
		margin:0;
		float:left;
		display:inherit;
	}
	
	nav a{
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		text-shadow:none;
		text-align:center;
		color:#000;
		padding:10px 14px;
		border-radius:15px;
		float:left;
		transition:0.5s;
	}
}

nav a:hover{
	color:#fff;
	background-color:#ec268f;
	border-radius:15px;
}

.ativo{
	background-color:#ec268f;
	color:#fff;
}

footer{
	background-color:#0098da;
	width:98%;
	text-align:center;
	text-decoration:none;
	text-shadow:none;
	text-align:center;
	color:#000;
	border-radius:15px;
	padding:10px 1%;
	float:left;
}

.error{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#f00;
}