h1 {
  font-size: 50px;
  margin:40px 0px 30px 0px;
  color: #002e40;
  font-weight:100;
  text-align:center;
  font-family: 'Roboto', sans-serif;
}

h1.h1branco {
  color: #FFF;
  background:none;
}

h2{
	width:300px;
	height:60px;
	margin:0 auto;
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	font-weight:100;
	font-size:35px;
	text-transform:uppercase;
	color:#3bbdfb;
	margin-bottom:30px;
	background: url(../images/sep-tit.png) no-repeat center bottom;
}

h2.branco {
  font-size: 25px;
  color:#FFF;
  text-transform:uppercase;
  margin:0px 0px 10px 0px;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	color:#666;
	font-size: 20px;
}

h4 {
  font-size: 20px;
  margin-bottom: 10px; }



a {
  cursor: pointer; }

ul {
  list-style: none;
  padding-left: 10px; }

.nav-container {
	width: 100%;
	position: absolute;
	left: 0px;
	height:65px;
	background-color:#fff;
	filter: alpha(opacity=95);
    opacity: 0.95;
	box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.20);
	z-index:4;
}

.nav-container.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}