/* CSS Document */
body {	
	font: 15px/25px 'Slabo 27px', serif;
	color: #222222;
	background: #fff;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a { color: #009bdb; text-decoration: underline;}
a:hover, 
a:focus {
	color: #222222;
	text-decoration: underline;
}
a:focus { outline: none; }
/*---------------------------------------------------------------------------*/
/*  Heading Styles  */
/*---------------------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4 {
	font-family:'Ranga', cursive;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }

h1 {
	color: #FF0000;
	position: relative;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
h1:after {
	content: "";
	margin-top:5px;
	width: 170px;
	height: 3px;
	display: block;
	background-color: #000000;
}
h2 {
	color: #0085B2;
	position: relative;
	padding: 0 0 0 20px;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color:#FF0000;
	border-radius: 2px;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/* MENU - NAV BAR */
/*---------------------------------------------------------------------------*/
#nav {
	font-family:'Ranga', cursive;
	font-size: 1.3em;
	text-shadow:1px 0px 0px #000000, 
                 -1px 0px 0px #000000, 
                 0px 1px 0px #000000, 
                 0px -1px 0px #000000;
	z-index: 999;
	
}
#nav.navbar-default {
	background-color: transparent;
	border: none;
	border-radius: 0;
	display: flex !important;
	justify-content: right !important;
}
		#nav .navbar-nav > li > a {
			line-height: normal;
			color: #FFFFFF;
			font-weight: 600;
		}
		#nav .navbar-nav > li > a:hover, 
		#nav .navbar-nav > li.current > a {
			color: #CCCCCC;
		}
		#nav.navbar-default .navbar-toggle {
			border:1px solid  #000000;
			background: none;
		}
		#nav.navbar-default .navbar-toggle span {
			background-color:  #000000;
		}
		#nav.navbar-default .navbar-toggle:hover span {
			background-color:  #666666;
		}
		#nav.navbar-default .navbar-collapse {
			border-color: #666666;
		}
.container-topo{
	background-color:rgba(255,255,255,0.3);
}

.topo{
	background-color: #0085B2;
}
.branding{
	float: left;
	clear: both;
	position: fixed;
	top:0;
	margin-left: 2em;
	margin-top: 0.5em;
	z-index: 9000;
}
.bk-barra{
	background-color: #000000;
	min-height:5px;	
}
.btn-transparent {
	color: #FFFFFF;
	text-shadow:1px 0px 0px #000000, 
                 -1px 0px 0px #000000, 
                 0px 1px 0px #000000, 
                 0px -1px 0px #000000;
	background: none;
	border: 1px solid #000000;
	font-size: 1em;
	
}
.btn-transparent:hover, 
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
	color: #FFFFFF;
	background-color: #FF0000;
}
/*---------------------------------------------------------------------------*/
/*  FOOTER  */
/*---------------------------------------------------------------------------*/
#footer {
	background-color: #000000;
	-moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.4);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
	border-bottom: none;
	border-right: none;
	border-left: none;
	font-size: 0.9em;
	color: #FFFFFF;
	text-shadow: 0.2em 0.2em 0.3em rgba(0,0,0,0.8);
}
#footer p a {
	color: #F5F5F5;
	text-decoration: none;
}
#footer p a:hover {
	color:#FF8000;
	text-decoration: none;
}
#footer li a {
	color: #F5F5F5;
	text-decoration: none;
}
#footer li a:hover {
	color:#FF8000;
	text-decoration: none;
}
#footer .fa a {
	color: #F5F5F5;
	text-decoration: none;
}
#footer .fa a:hover {
	color:#FF8000;
	text-decoration: none;
}
#footer h3 {
	color: #F5F5F5;
	position: relative;
	padding: 0 0 0 0.5em;
	font-size: 1.6em;
}
#footer h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color:#FF0000;
	border-radius: 2px;
}
.hidea{
	font-size: 0.8em;
	color:#FF8000;
}
.hidea a{
	color: #FF8000;
	text-decoration: none;
}
.hidea a:focus, a:hover{
	color: #FF8000;
	text-decoration: none;
}
.copy{
	font-size: 0.8em;
	color: #666666;
	font-style: italic;
}
/*---------------------------------------------------------------------------*/
/*  REGRAS GERAIS PÁGINAS INTERNAS  */
/*---------------------------------------------------------------------------*/
.internas{
	padding-top: 100px;
	margin-bottom: 1.4em;
}
.panel-title{
	font-size: 1.5em;
}
input {
	margin-bottom: 2px;
}
/*---------------------------------------------------------------------------*/
/*  INDEX  */
/*---------------------------------------------------------------------------*/
.carousel{
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.carousel .item img{
	width: 100%;
}
.dodge{
	z-index: 900;
	margin-top: -60px;
	position: relative;
	float: right;
}
/*---------------------------------------------------------------------------*/
/*  INDEX 2 */
/*---------------------------------------------------------------------------*/
#nav-restrita{
	text-align: center;
	margin-bottom: 1.5em;
}
#nav-restrita a {
	text-decoration:none;
	font-size: 1.1em;
}
#nav-restrita a:link{
	text-decoration:none;
}
#nav-restrita a:hover, a:focus{
	text-decoration: none;
}
#nav-restrita .btn{
	margin: 3px 0;
}
#nav-restrita .btn-primary{
	border: none;
	border-radius: 15px;
}
#nav-restrita .btn-danger{
	border: none;
	border-radius: 15px;
	background-color: #FF0000;
}
#nav-restrita .btn-success{
	border: none;
	border-radius: 15px;
}
#nav-restrita .btn-warning{
	border: none;
	border-radius: 15px;
}
#nav-restrita .btn-placa-preta{
	border: none;
	border-radius: 15px;
	color: #FFFFFF;
	background-color: #000000;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE MENU  */
/*---------------------------------------------------------------------------*/
@media (max-width: 1119px) {
  .navbar-header {
      float: none;
  }
	.navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/*---------------------------------------------------------------------------*/
/*  FLUXO DE CAIXA  */
/*---------------------------------------------------------------------------*/
.texto9preto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}