/*!
 * Paulo Henrique Designer.
 * Copyright 2014 Setis Criações.
 */

html {
  width:100%;
  height:100%;
}
body {
  background-color:#222;
  width:100%;
  height:100%;
}
.pattern-img {
  width:100%;
  height:100%;
  position:fixed;
  background:url('../img/pattern.png') repeat scroll left top transparent;
  z-index:1;
}
.container {
  max-width:900px;
}
.nacional { 
	color:#000;
	font-size:24px;
}
.navbar {
  max-height:50px;
  min-height:50px;
  margin-bottom:0px;
}
.navbar-nav > li > a {
  padding-top:18px;
  padding-bottom:12px;
}
.herick-nav {
  background:#000;
  border-bottom:none;
}
.herick-nav ul > li > a {
  font-family:'Open Sans', sans-serif;
  font-size:11px;
  background:#000;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.herick-nav ul > li > a:hover {
  color: #0000FF;
}
.herick-nav ul > li > a.active {
  color:#0000FF;
  background:#EEE;
}
.sub-top-header {
  background:rgba(124,180,0, 0.8);
  min-height:110px;
  z-index:2;
  position:relative;
  margin-bottom:0px;
}
.logo-header {
  margin-top:45px;
  opacity:1.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logo-header:hover {
  opacity:0.6;
}
.info-header {
  text-align:right;
  padding:15px;
}
.info-header p {
  font-family:'Open Sans', sans-serif;
  font-size:14px;
  font-weight: 600;
  color:#fff;
}
.icon-bar {
  color:#999;
  font-family:'Open Sans', sans-serif;
  font-size:14px;
  font-weight: 300;
  margin-top:-5px;
  position:relative;
  right:15px;
}
.content-body {
  min-height:;
  z-index:2;
  position:relative;
}


.footer-sub {
  background-color:#000;
  z-index:2;
  position:relative;
  color: #CCCCCC;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  padding:15px;
}
.title-footer {
  color:#777;
  font-size:18px;
  margin-bottom:15px;
}
.footer-menu li {
  list-style-type: none;
}
.footer-menu li > a {
  color:#555;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  font-size: 15px;
  text-transform: uppercase;
}
.footer-menu li > a:hover {
  color:#888;
  text-decoration: none;
}
.setis-link {
  opacity:1.3;
  max-width:115px;
}
.setis-link:hover {
  opacity:0.5;
}
.footer-top hr {
  border-color: #333;
}
.content-in-body {
  min-height:250px;
  background:rgba(255,255,255, 0.9);
  padding:30px;
}
.form-control {
  border-radius:0px;
}
.btn {
  border-radius:0px;
}
.content-header {
  margin-bottom:10px;
  margin-top:10px;
}
.content-in-body p {
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color: #666666;
}
.content-in-body li {
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
}
.description a {
  color:#000;
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
}
.description a:hover {

}