@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/UyYrYy3ltEffJV9QueSi4UU-p1xzoRgkupcXIqgYFBc.woff2');
}

@font-face {
	font-family: 'PT Sans Narrow IE'; 
	src: url('../fonts/UyYrYy3ltEffJV9QueSi4UU-p1xzoRgkupcXIqgYFBc.eot'); 
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'PT Sans Narrow safari'; 
	src: url('../fonts/PTSans-Narrow.ttf'); 
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'PT Sans Narrow safari 2'; 
	src: url('../fonts/PTSans-Narrow.woff'); 
	font-style: normal;
	font-weight: 400;
}

* {
  
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-family: 'PT Sans Narrow', 'PT Sans Narrow IE', 'PT Sans Narrow safari', 'PT Sans Narrow safari2';
}

.recuo {
	padding-right: 80px !important;
	padding-left: 80px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

a.active{
	background:#043854;
	color:#FFF !important;
}

html, body {
	height: 100%;
	margin: 0;
}

.campos_noticia{
	height: 100px;
    display: block;
	margin-top:100px;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
	opacity:1 !important;
}

#menu_rodape a{
	color:#FFF;
}

#bloco1 > div > div:first-child > div .campos_noticia{
	margin-top:0;
}

#bloco1 > div > div:last-child > div .campos_noticia{
	margin-bottom:0;
}

#thumbnail{
	text-align:center; 
	margin-top:50px;
}

.campos_noticia, .campos_noticia label{
	cursor:pointer;
}

#paginaNoticia main a{
	text-decoration:none;
	color:#083f88;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -40px;
}
	
footer, .push {
  height: 40px;
}

header #header-top {
	background: #f2f2f2;
}

main > div{
	margin-top:30px;
}


/* ------- MENU MOBILE --------- */
.sidenav {
	height: 0;
	width: 100%;
	position: fixed;
	padding-left: 20px;
	top: 45px;
	left: 0;
	background-color: #0a3953;
	overflow-x: hidden;
	transition: 0.5s;
	color: #FFF;
}

.sidenav a {
	color: #FFF;
	vertical-align: super;
	display:inline;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 130px;
	
}

.scroll{
	float:right;
	border-radius:15px;
	background:rgba(4, 56, 84, 0.47);
	width:25px;
	height:25px;
	position:absolute;
	right:15px;
}

.scroll i{
	color:#fff;
	vertical-align:middle;
}

.sidenav i {
	color: #FFF;
	padding-top: 5px;
	vertical-align: super;
}

.sidenav li {
	padding-left: 0;
	display: inline;
	text-align: left;
	margin-top: 30px;
}

.sidenav > li:first-child{
	margin-top:10px;
}

nav#menuMobile {
	background: #FFF;
	color: #0a3953;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
}

#menuMobile-texto {
	height: 46px;
	width: 100%;
	font-size: 18pt;
	text-align: left;
	position: relative;
	bottom: initial;
	text-transform: uppercase;
	color: #0e397f;
	font-weight: bold;
	position: fixed;
	background: #FFF;
	z-index: 20;
	margin-top: 0;
	padding-top: 5px;
	-webkit-box-shadow: -4px -7px 92px -16px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: -4px -7px 92px -16px rgba(0, 0, 0, 0.48);
	box-shadow: -4px -7px 92px -16px rgba(0, 0, 0, 0.48);
	display:block;
	top:0;
}

#menuMobile-texto label i {
	display: inline;
	position: relative;
	top: 1px;
	right: 4px;
	color: #0e397f;
	font-size: 27px;
}

#sideNav {
	z-index: 20;
}

#openMenu {
	width: 40%;
}

#telefoneMobile {
	display: inline;
	font-size: 12pt;
	text-align: right;
	float: right;
	color: #0e397f;
	margin-top:4px;
}

#menuMobile ul ul li {
	display: block;
}

#menuMobile ul ul {
	padding-left: 35px;
	font-size: 10pt;
}
/* ------- END MENU MOBILE --------- */


/* ------- MENU DESKTOP HEADER --------- */
#header-bottom {
	height: 95px;
	z-index:30;
	background:#FFF;
	padding-top:20px;
	-webkit-transition: height 1s; /* Safari */
    transition: height 0.5s;
	-webkit-box-shadow: 0px -10px 52px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -10px 52px -3px rgba(0,0,0,0.3);
	box-shadow: 0px -10px 52px -3px rgba(0,0,0,0.3);
}

.headerFixada{
    position: fixed !important;
    background: white !important;
	height: 85px !important;
	-webkit-transition: height 1s; /* Safari */
    transition: height 0.5s;
	padding-top:15px;
}

.logoFixado{
	width:150px !important;
	-webkit-transition: ease-out 0.5s; /* Safari */
    transition: ease-out 0.5s;
}

#logo img{
	-webkit-transition: ease-out 0.5s; /* Safari */
    transition: ease-out 0.5s;
	width:170px;
	max-width:250px;
}

.listaFixada{
	margin-top:4px !important;
}

main{
	margin-top:130px;
	font-size:13pt;
	text-align:justify;
}

#header-bottom nav ul ul {
	display: none;
}

#header-bottom nav ul li:hover>ul {
	display: block;
}

#header-bottom nav ul {
	list-style: none;
	position: relative;
}

#header-bottom nav > ul{
	float:right;
	padding:0;
	margin-top:10px;
}

#header-bottom nav ul:after {
	content: " ";
	clear: both;
	display: block;
}

#header-bottom nav ul li {
	float: left;
	font-size: 12pt;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#header-bottom nav ul li:hover {
	background: #043854;
}

#header-bottom nav ul li:hover a {
	color: #fff;
	text-decoration: none;
}

#header-bottom nav ul li a {
	display: block;
	padding: 11px 13px;
	color: #757575;
	text-decoration: none;
	font-size:11pt;
	cursor:pointer;
	
}

#header-bottom nav ul ul a {
	padding: 8px 15px;
}

#header-bottom nav ul ul {
	background: #043854;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 163px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
}

#header-bottom nav ul ul li {
	float: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

#header-bottom nav ul ul li a {
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#header-bottom nav ul ul li a:hover {
	background: #FFF;
	color: #043854;
	text-decoration: none;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

#header-bottom nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#header-bottom nav {
	float: right;
	padding:0;
}

/* ------- END MENU DESKTOP HEADER --------- */

/* ------- FOOTER  --------- */

footer{
	background:#f2f2f2;
	text-align:center;
	font-size:11pt;
}

footer > div{
	padding-top:10px;
}


/* ------- LAYOUT PAGINAS  --------- */

.titulo{
	margin-top:10px;
	margin-bottom:20px;
	color:#083f88;
	font-size:25pt;
}

.subtitulo{
	color:#083f88;
	font-weight:bolder;
	display:block;
	margin-top:30px;
	margin-bottom:4px;
	font-size:14pt;
}

main ul{
	padding-left: 20px;
	margin-top:10px;
}

main ul li {
	margin-top:5px;
}

.espacamento_div{
	margin-bottom:75px;
}

#paginaProuni #bloco1 > div{
	margin-bottom:0;
}

main img{
	display:block;
	margin: 0 auto;
	width:700px !important;
}

.margin_top_img{
	margin-top:50px;
}

#Table_01 img{
	margin:0 !important;
}


#botao_criterio{
    text-align: center;
    color: #333;
	cursor:pointer;
	margin-top:20px;
}

#botao_criterio:hover a{
	color: #333 

}

#botao_criterio a{
	color: white;
	text-decoration:none;
	display: block;
    padding: 10px 60px;
}

			   
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #083f88;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffcb2a;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: #333;;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);

}

/* ------- END LAYOUT PAGINAS  --------- */



/* ------- END FOOTER  --------- */

@media screen and (min-width: 1500px) {
	#header-bottom nav ul li {
		font-size: 15pt;
	}
}

@media screen and (min-width: 1300px) {
	.alinhaCentro{
		margin-top:6%;
	}
}


@media screen and (max-width: 1200px) {
	#header-bottom nav ul li a {
		padding: 11px 6px;
		font-size: 8pt;
		cursor:pointer;
	}
	#header-bottom {
		padding-top:15px;
	}
}

@media screen and (max-width: 991px) {
	#Table_01{
		width:100% !important;
	}
	
	main{
		margin-top:40px;
		margin-bottom:40px;
	}
	#header-top {
		margin-top: 50px;
	}
	#header-bottom{
		position:relative !important;
		height:0 !important;
		padding-top:0 !important;
	}
	.recuo {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.sidenav a:hover {
		color: #FFF;
		text-decoration:none;
	}
	header{
		position: absolute;
		left: 0;
		width: 100%;
	}
	#logo{
		position: fixed;
		z-index: 20;
		top: 5px;
		width: 150px;
		right: 0;
	}
	#logo img{
		max-width:94%;
	}
}

@media screen and (max-width: 768px) {

	#bloco2{
		margin-top:10px;
	}

	#header-bottom {
		height: 100px;
	}
	#img_projetos_sociais{
		margin-bottom:40px;
	}
	.img-bottom{
		margin-bottom:40px;
	}	
	.img-top{
		margin-top:40px;
	}
	#paginaConvenios #bloco2{
		margin-bottom:0;
	}
	.campos_noticia{
		height: auto;
		display: block;
	}
	#thumbnail{
		text-align:left;
		margin-top:0;
	}
	.espacamento_div{
		margin-bottom:30px;
	}
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 400px) {

}