body {
	font-family: 'Raleway', sans-serif;
}

input, .form-control, .btn {
	border-radius: 0;
}

img.img-responsive.top-slider {
    margin-left: 20px;
}

img.img-responsive {
   margin-left: -1px;
    margin-top: 5px;
    width: 100%;
}

.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: bolder;
}

.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: 10px;
	background: #333333;
	padding: 2% 1% 2% 1%;
	margin-right: 0%;
}

/*.simple-bar {
	background: #333333;
	width: 100%;
	height: 10px;
}*/

/* conteudo */
.conteudo {
	padding-top: 8%;
}

.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 #333333 !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%;
}


.col-fase{
	width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
}

/* 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;
}


.CabecalhoTable {
	background: #333333;
	color: #ffffff;
}



@media screen and (max-width: 1024px) {

	img.img-responsive.top-slider {
    margin-left: 0px;
}

	.titulo-extencao {
    	margin-top: 7px;
    	margin-right: 2px;
	}	

	.top-links {
	    list-style: none;
	    margin-left: 120px;
	    margin-top: -5%;
	}
	
	.nav-full {
		margin-top: 0px;
    	margin-left: 192px !important;
	    font-size: 0.8em;
	    background-color: #57859f;
	    border-color: #fff;
	    position: absolute;
	}
	
	.social-icons-top {
		margin-top: -20px;
	}

	.top-slider {
		margin-top: -3px;
		padding-bottom: 20px !important;
	}

	.infos {
		margin-top: 20px;
	}	

	.mobile-spacer {
		width: 100%;
		margin: 100px !important;
	}

	.footer {
		margin-top: 100px;
		height: 120px;
	}

	.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;
	}

	.top-links {display: none;}
	.top-links img {display: inline-block;}
	 .navbar-social {display: none;}

	.col-fase {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
}


}


@media screen and (max-width: 812px) {

	img.img-responsive {
		margin-top: 0px;
    	margin-left: 0px;
}

	img.img-responsive.top-slider {
    margin-left: -1px;
}

	.titulo-extencao {
    	margin-top: 7px;
	}	

	.top-links {
	    list-style: none;
	    margin-left: 120px;
	    margin-top: -5%;
	}
	
	.nav-full {
		margin-top: 0px;
    	margin-left: 192px !important;
	    font-size: 0.8em;
	    background-color: #57859f;
	    border-color: #fff;
	    position: absolute;
	}
	
	.social-icons-top {
		margin-top: -20px;
	}

	.top-slider {
		margin-top: -3px;
		padding-bottom: 20px !important;
	}

	.infos {
		margin-top: 20px;
	}	

	.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;
	}

	.top-links {display: none;}
	.top-links img {display: inline-block;}
	 .navbar-social {display: none;}

	.col-fase {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 5px;
}


}



@media screen and (max-width: 760px) {

		li.social-icons-top {
    margin-top: -24px;
    margin-left: -14px;
}


	.col-fase {
      width: 105%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 14px;
    margin-top: 0px;
	}
	
	.titulo-extencao {
    	margin-top: -5px;
	}	

	.top-links {
	    list-style: none;
	    margin-left: 120px;
	    margin-top: -5%;
	}
	
	.nav-full {
		margin-top: -124px;
    	margin-left: 450px !important;
	    font-size: 0.8em;
	    background-color: #57859f;
	    border-color: #fff;
	    position: absolute;
	}
	
	.social-icons-top {
		margin-top: -20px;
	}

	.top-slider {
		margin-top: -3px;
		padding-bottom: 20px !important;
	}

	.infos {
		margin-top: 20px;
	}	

	.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;
	}

	.top-links {display: none;}
	.top-links img {display: inline-block;}
	 .navbar-social {display: none;}


}


@media screen and (max-width: 737px) {
	.slider {
    /* background: url(../img/top.jpg) no-repeat; */
    padding-top: 250px;

}

	.col-fase {
    width: 102%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 14px;
    margin-top: 5px;
	}
	
	.titulo-extencao {
    	margin-top: -242px;
	}	

	.top-links {
	    list-style: none;
	    margin-left: 120px;
	    margin-top: -5%;
	}
	
	.nav-full {
		margin-top: -124px;
    	margin-left: 450px !important;
	    font-size: 0.8em;
	    background-color: #57859f;
	    border-color: #fff;
	    position: absolute;
	}
	
	.social-icons-top {
		margin-top: -20px;
	}

	.top-slider {
		margin-top: -3px;
		padding-bottom: 20px !important;
	}

	.infos {
		margin-top: 20px;
	}	

	.mobile-spacer {
		width: 100%;
		margin: 100px !important;
	}

	.footer {
		margin-top: 100px;
		height: 120px;
	}

	.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;
	}

	.top-links {display: none;}
	.top-links img {display: inline-block;}
	 .navbar-social {display: none;}
	

}

@media screen and (max-width: 600px) {
.slider {
    /* background: url(../img/top.jpg) no-repeat; */
    width: 100%;
    height: 272px;
    min-width: 100%;
    clear: both;
    padding-top: 230px;

}




@media screen and (max-width: 415px) {
		.titulo-extencao {
    	margin-top: -5px;
	}	

	.top-links {
	    list-style: none;
	    margin-left: 120px;
	    margin-top: -5%;
	}
	
	.nav-full {
	    margin-top: 25px;
	    margin-left: 170px !important;
	    font-size: 0.8em;
	}
	
	.social-icons-top {
		margin-top: -20px;
	}

	.top-slider {
		margin-top: -3px;
		padding-bottom: 20px !important;
	}

	.infos {
		margin-top: 20px;
	}	

	.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;
	}
	.slider {
    /* background: url(../img/top.jpg) no-repeat; */
    width: 100%;
    height: 272px;
    min-width: 100%;
    clear: both;
    padding-top: 230px;

}



}



@media screen and (max-width: 480px) {

	.titulo-extencao {
    margin-top: -223px;
}

	 .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: 18% !important;

	 }
	 .navbar-social {display: none;}
	.mobile-spacer {
		width: 100%;
		margin: 100px !important;
	}
	.titulo-menu {
		display: none;	
	}

}


.top-slider {margin-top: -10px;}

@media (min-width: 768px){
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  margin-top: 15px;
}
a{
	  margin-top: -16px;
}
}