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{
	text-align:center;
	min-width:350px;
	font-size:25px;
	margin:0 auto;
	padding-bottom:55px;
	text-transform:uppercase;
	color:#c3241e;
	background:url(../../images/sep_titulos.png) no-repeat center;
}

h2.espacamento{
	margin-top:70px;
}

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

h3{
	font-family: sans-serif;
	font-weight:700;
	color:#c3241e;
	font-size: 19px;
	text-transform:uppercase;
	padding:17px 0px 17px 0px;
	background:url(../../images/bg_h2.jpg) no-repeat bottom left;
}

h4 {
	font-family:sans-serif;
	font-size: 20px;
	font-weight:700;
	color:#777777;
	margin-bottom: -10px;
}

a {
  cursor: pointer; }

.nav-container {
	width: 100%;
	position: absolute;
	left: 0px;
	height:180px;
	background-color:#c3241e;
	box-shadow: 0px 2px 37px 9px rgba(50,50,50,0.2);
	text-align:center;
	z-index:4;
}


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


@media (min-width: 767px) {

	.nav-container {
		height:94px;
	}

	.nav-container.stick {
		position: fixed;
	}

}

.menu-container{
	width: 100%;
}

.logo{
	width:100%;
	text-align:center;
	height:94px;
}

.social{
	width: 100%;
	text-align:center;
	background-color:#c3241e;
	color:#fff;
}

.idioma{
	width:100%;
	line-height:23px;
	text-align:center;
}

.menu{
	text-align:left;
	width: 100%;
	height:59px;
}

@media (min-width: 767px) {

  .menu-container{
	  margin:0 auto;
	  width: 1100px;
  }

  .logo{
	  width:27%;
	  float:left;
	  text-align:left;
  }
  
  .social{
	  width: 73%;
	  height:28px;
	  float:right;
	  text-align:right;
	  padding-top:7px;
	  color:#fff;
  }

  .idioma{
	  float:left;
	  width:95%;
	  text-align:right;
  }

  .menu{
	  text-align: right;
	  width: 73%;
	  height:59px;
	  float:right;
  }

}


.social a{
	color:#fff;
}



nav {
  
  }
  nav ul {
    padding: 0px; }
  nav li {
	  /*padding:10px 15px 3px 15px;*/
	  margin-top:5px;
	  display: inline-block;
	}
    nav li a {
	  font-family: 'Roboto', 'sans-serif';
	  font-weight:700;
      font-size: 18px;
      color:#fff;
	  text-decoration:none;
	  text-transform:uppercase;
	  padding:21px 15px 20px 15px;
	}
    nav li a:hover {
		background-color:#667274;}
	nav li a.active {
	  background-color:#667274;}
  @media screen and (max-width: 86%) {
    nav {
      width: 1105px; }
      nav li {
        
      }
      nav li a {
        font-size: 13px; } }

section {
  padding-top: 65px;
  width: 100%;
 }
  section .content {
    margin: 0px auto;
    max-width: 86%;
	}
    @media screen and (max-width: 86%) {
      section .content {
        width: 90%; } }
    section .content a {
      color: #002e40; }

/*section:nth-child(odd) {
  background-color: #002e40;
  color: white; }
  section:nth-child(odd) a {
    color: white; }
*/