﻿/*  RESPONSIVE  */


@media screen and (max-width: 990px) {
.container {
	width: 95%;
}

#nav {
	position: relative;
	float: right;
	color: #0099cc;
	width: 500px;
	margin-top: 20px;
	z-index: 2;
}

#nav li {
 float: left;
 list-style: none;
}

#nav li a {
 color: #000;
 position: relative;
 z-index: 2;
 float: left;
 font-size: 15px;
 font-family:"Century Gothic";
 text-decoration: none;
 padding:2px 8px;
}

}
@media screen and (max-width: 778px) {
#nav{
display: none;
	}
.header{
	display: none;
}
.header_fixo{
	display: none;
}
.header-mobili{
	display: block;
	position: relative;
	width: 98%;
	height: 90px;
	background: #fff;
	margin: 0 2%;
}

}
@media screen and (max-width: 640px) {
h2 {
font-size: 2.5em;
	}
h3 {
font-size: 2em;}	
.rodape {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	width: 100%;
	height: 30px;
	background: #333;
}

.col-rodape {
	position: fixed;
	bottom: 0px;
	left: 0px;
	float: left;
	width: 100%;
	z-index: 999;
	height: 8%;	
}
}
@media screen and (max-width: 520px) {
	
}