body {
	font-family: 'Raleway', sans-serif;
}

input, .form-control, .btn {
	border-radius: 0;
}

.spacer-full { height: 100px; }
.spacer-medio { height: 50px; }
.spacer-min { height: 25px; }

.top {
	background: #333333;
	width: 100%;
	height: 50px;
	color: #ffffff !important;
}
.logo-min {
	width: 64px;
}

.top ul li {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	margin-top: 10px;
	clear: both;
}

.top a {
	font-size: 11px;
	color: #ffffff !important;	
}

.top a:hover {
	color: #efefef;
	text-decoration: underline;
}

.top-links {
	list-style: none;
	margin-left: -40px;
}

.menu {
	background: #57859F;
	height: 100px;
} 

.navbar {
	background: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
	height: 60px;
	margin-top: 25px;
}

.navbar a {
	color: #ffffff !important;
	font-size: 0.9em;
	font-weight: bold;
}

.navbar a:hover {
	/*border-bottom: 2px solid #ffffff;*/
	color: #333333;
}

.principal {
	margin-left: 20%;
}

.social-icons {
	color: #ffffff;
	/*width: 25px;*/
	font-size: 1.4em;
}

.social-icons:hover {
	color: #333333;
}

.top-image {
	margin-top: 10%;
}

.pagina-nome {
	width: 100px;
	margin-top: -15px;
	font-weight: bolder;
}

.slider {
	/*background: url(../img/top.jpg) no-repeat;*/
	width: 100%;
	height: 330px;
	min-width: 100%;
	clear: both;
}

.titulo-extencao {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: -58%;
	background: #333333;
	padding: 2% 1% 2% 1%;
}

/*.simple-bar {
	background: #333333;
	width: 100%;
	height: 10px;
}*/

/* conteudo */
.conteudo {
	padding-top: 1%;
}

.infos {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #333333;
	margin-top: 5px;
	font-weight: bold;
}

.descricao {
	padding-top: 1%;
	padding-bottom: 2%;
}

.descricao p {
	color: #3d3e3e;
}

.footer {
	background: #57859F;
	width: 100%;
	height: 100px;
   	/*position:absolute;*/
   	left:0px;
   	bottom:0px;
}

.logo-footer {
	width: 120px;
	margin-top: 15%;
}

.footer-cont {
	color: #ffffff;
	margin-top: 15%;
}

.divisor {
	border-bottom: 1px solid #3584A2 !important;
	width: 100%;
}

.btn-fmp {
	background: #57859F;
	color: #ffffff;
}

.btn-fmp:hover {
	background: #333333;
	color: #cfcfcf;
}

/* turns focus color to gray */

.form-control:focus {
    border-color: #cfcfcf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(207, 207, 207, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(207, 207, 207, .6);
}

.busca-top {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-color: #000;
    min-height: 34px;
    font-weight: bold;
    max-width: 160px;
}

.busca-top:focus {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-color: #000;
}

/*.footer-thin {
	width: 100%;
	height: 30px;
	background: #333333;
	position: absolute;
	bottom: 0;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}



/* responsivo */
.navbar-default .navbar-toggle {
	background: transparent;
	border: none;
	color: #ffffff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent; 
}

.navbar-default .navbar-toggle {
	color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
	background: #57859F;
	color: #333333;
}

.navbar-default .navbar-nav>li>a:hover .social-icons-top {
	background: transparent;
}

.logo-100 {
	width: 50px;
}

.cont-footer-2 {
	color: #ffffff;
	margin-top: 25px;
	float: left;
}

.cont-footer-3 {
	color: #ffffff;
	margin-top: 10px;
}


@media screen and (max-width: 780px) {
	.titulo-extencao {
    	margin-top: -40%;
	}	

	.top-links {
	    list-style: none;
	    margin-left: 120px;
	    margin-top: -5%;
	}	
	.mobile-spacer {
		width: 100%;
		margin: 100px !important;
	}
	.footer {
		margin-top: 100px;
		height: 200px;
	}

	.logo-footer {
		margin-top: 20px;
	}

	.footer-cont {
		margin-top: 20px;
	}

	.cont-footer-2 {
		margin-top: 20px;
	}

	.logo-100 {
		margin-top: -8px;
	}

	.text-denuncie {
		margin-left: 40px;
	}
}

@media screen and (max-width: 480px) {
 .top-links {display: none;}
 .top-links img {display: inline-block;}
 .navbar-default .navbar-nav>li>a {
 	background: #333333;
 	z-index: 99999;
 	width: 100%;
 }
 .footer {
 	height: auto;

 }
 .navbar-social {display: none;}
.mobile-spacer {
	width: 100%;
	margin: 100px !important;
}
.titulo-menu {
	display: none;	
}

}

.CabecalhoTable {
	background: #333333;
	color: #ffffff;
}