/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color:#f8f8f8;
	font-family: 'Open Sans', sans-serif;
	color:#494848;
}

img {
	max-width:100%;
	border:0;
}

a {
	color:#0098cf;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	font-weight:300;
}
h1 i, h1 em, h2 i, h2 em {
	color:#0098cf;
	font-style:normal;
}

h2 {
	clear:both;
	margin-top:0;
	padding-top:1.5em;
	margin-bottom:1.5em;
}

h3 {
	color:#0098cf;
	font-size:1.1em;
}

#central {
	width:100%;
	max-width:910px;
	margin:auto;
}

#topo {
	position:relative;
}
#logo {
	margin-top:1.428em;
	margin-bottom:1.428em;
	width:279px;
	height:108px;
}
#idiomas, #pme {
	clear:right;
	display:block;
	position:absolute;
	right:0;
}

#idiomas {
	display:block;
	position:absolute;
	top:6.5em;
	right:0;
}
#idiomas a {
	font-size: 0.7em;
	color:#787878;
	text-transform:lowercase;
	margin-left:1em;
}
#idiomas a:hover {
	text-decoration:none;
	color:#333;
}
#idiomas a.sel {
	color:#c4c4c4;
}
#pme {
	top:1.428em;
	width:110px;
	height:62px;
}



#menu {
	position:relative;
	text-align:center;
	border-top:1px solid #CCC;
	background-image:url(../imagens/border_menu.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:1em;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu ul li {
	display:inline-block;
	position:relative;
	margin:0 0.714em;
}
#menu ul.sub1 {
	position:absolute;
	border-top:2px solid transparent;
	left:0;
	right:0;
	max-height:0;
	transition:all 0.3s ease-out;
	overflow:hidden;
	z-index:20;
}
#menu li:hover ul.sub1 {
	max-height:15em;
}
#menu a {
	display:block;
	padding:0.9em 1.8em;
	color:#494848;
	text-decoration:none;
	text-transform:lowercase;
}
#menu a:hover, #menu a.sel {
	color:#0098cf;
}
#menu a.sel {
	background-color:#F8F8F8;
	background-image:url(../imagens/border_menu_sel.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:80% 2px;
}
#menu ul.sub1 li {
	display:block;
	margin:0;
	border-bottom:2px solid #f8f8f8;
}
#menu ul.sub1 a {
	font-size:0.8em;
	padding:0.357em;
	color:#fff;
	background-color:#0098cf;
}
#menu ul.sub1 a:hover, #menu ul.sub1 a.sel {
	background-color:#e6e6e6;
	color:#0098cf;
	border-bottom:0;
	background-image:none;
}

#rodape {
	clear:both;
	background-color:#494848;
	position:relative;
	padding:1em;
	font-size:x-small;
	color:#FFF;
	overflow:hidden;
	margin-top:4.286em;
}
#rodape .mapa {
	margin:1em;
	margin-left:3.286em;
	display:inline-block;
	vertical-align:top;
	width:254px;
	height:126px;
}
#rodape .blocos {
	display:inline-block;
}
#rodape .bloco {
	display:inline-block;
	margin:1em;
	text-align:left;
	margin-left:5.286em;
	vertical-align: top;
}
#rodape .bloco strong {
	font-size:1.3em;
	margin-top:0;
	margin-bottom:1em;
	display:block;
}
#rodape .telefones {
	display:block;
	margin:1em;
	text-align:center;
	margin-left:5.286em;
	vertical-align: top;
}
#rodape a {
	text-decoration:none;
	color:#FFF;
}
#rodape a:hover {
	text-decoration:underline;
}
#apoios strong {
	display:block;
	font-size:x-small;
	font-weight:normal;
	margin-top:0.6em;
	margin-bottom:0.4em;
}
#apoios img {
	width:355px;
	height:25px;
	margin-bottom:1em;
}

#conteudo_texto {
	overflow:hidden;
}

#conteudo_texto .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 2em;
	height: 0;
	margin-bottom:3em;
}
#conteudo_texto .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#menu .toggle {
	display:none;
}



/* slider galeria */
.slideFrame {
	position:relative;
	width:100%;
	margin-bottom:2em;
}
.slideFrame .slide {
	position:relative;
	width:100%;
	padding-top:48.352%;
	overflow:hidden;
}
.slideFrame .setas {
	position:absolute;
	top:45%;
	left:0;
	right:0;
	z-index:100;
	transition:all 0.5s ease-out;
	opacity:0;
}
.slideFrame:hover .setas {
	top:40%;
	opacity:1;
}
.slideFrame .setas a {
	display:block;
	position:absolute;
}
.slideFrame .setas a img {
	width:35px;
}
.slideFrame .setas .dir {
	right:1em;
}
.slideFrame .setas .esq {
	left:1em;
}
.slideFrame .setas .dir:hover {
	right:0.8em;
}
.slideFrame .setas .esq:hover {
	left:0.8em;
}
.slideFrame .thumbs {
	float:right;
}
.slideFrame .thumbs a {
	width:1em;
	height:1em;
	display:block;
	background-color:#e6e6e6;
	float:left;
	margin-left:0.3em;
}
.slideFrame .thumbs a.sel {
	background-color:#0098cf;
}
.slideFrame .playPause {
	display:block;
}
.slideFrame .playPause img {
	display:block;
	width:16px;
	height:16px;
}
.slideFrame .thumbs, .slideFrame .playPause {
	margin-top:1em;
}


/* slider destaques */
.destaques .slideFrame .fotos {
	width:999999px;
}
.destaques .slideFrame .fotos a {
	display:block;
	position:relative;
	float:left;
}
.destaques .slideFrame .fotos a img {
	display:block;
}
.destaques .slideFrame .fotos a .titulos {
	position:absolute;
	right:0;
	left:0;
	padding:1em;
	color:#FFF;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:10;
}
.destaques .slideFrame .fotos a .titulos span {
	display:block;
}
.destaques .slideFrame .fotos a .titulos span.titulo {
	text-transform:uppercase;
	font-weight:300;
	font-size:1.4em;
}


/* noticias */

.noticiaBloco {
	position:relative;
	padding-left:45%;
	overflow:hidden;
	margin-bottom:4em;
	padding-bottom:1em;
	min-height:10em;
}
.noticiaResumo, .noticiaCorpo {
	margin-bottom:2em;
}
.noticiaFoto {
	position:absolute;
	left:0;
	max-width:40%;
}
.noticiaTitulo {
	color:#0098cf;
	margin-bottom:1em;
}
.noticiaFim {
	position:absolute;
	bottom:0;
	right:0;
	width:55%;
}
.noticiaFim .noticiaData {
	float:right;
}
.noticiaFim .noticiaLerMais {
	float:left;
	margin-right:2em;
}


#mapa {
	position:relative;
	height:440px;
	margin-top:2em;
}
#mapa img {
	position:absolute;
	left:50%;
	width:910px;
	height:440px;
	max-width:none;
	margin-left:-455px;
}


.tabelaPaginacao a {
	display:inline-block;
	background-color:#0098cf;
	padding:0.5em;
	color:#FFF;
}
.tabelaPaginacao a:hover {
	text-decoration:none;
	opacity:0.5;
}


/* grelha 3 */
.grelha3 {
	margin-top:3em;
	overflow:hidden;
}
.grelha3 a {
	position:relative;
	vertical-align:top;
	display:block;
	width:31.33%;
	margin:1%;
	float:left;
	text-transform:lowercase;
}
.grelha3 a span {
	position:absolute;
	display:block;
	left:0;
	padding:0.2em 0.5em;
	top:73%;
	color:#FFF;
	background-color:#0098ce;
	transition:all 0.2s ease-out;
}
.grelha3 a:hover span {
	padding-left:2em;
}
.grelha3 a img {
	display:block;
	margin-bottom:0.4em;
	width:100%;
}
.grelha3 a:hover {
	text-decoration:none;
	color:#000;
}


/* floats */
.fRight {
	float:right;
	margin-left:1em;
}

.fLeft {
	float:left;
	margin-right:1em;
}


/* grelha 2 */

.grelha2 {
	margin-top:3em;
	overflow:hidden;
}
.grelha2 a {
	vertical-align:top;
	display:inline-block;
	position:relative;
	width:47.5%;
	margin:1%;
	margin-bottom:3%;
}
.grelha2 a img {
	display:block;
	margin-bottom:0.4em;
	width:100%;
}
.grelha2 a:hover {
	text-decoration:none;
}
.grelha2 a strong, .grelha2 a b {
	font-weight:normal;
}
.grelha2 a i, .grelha2 a em {
	display:block;
	color:#494848;
	font-size:0.8em;
	margin-top:0.5em;
	font-style:normal;
}

.grelha2 a strong {
	position:absolute;
	left:0;
	padding:0.2em 0.5em;
	top:69%;
	color:#FFF;
	background-color:#0098ce;
	transition:all 0.2s ease-out;
}
.grelha2 a:hover strong {
	padding-left:2em;
}






@media all and (min-width: 0px) and (max-width: 910px) {

	#rodape {
		height:auto;
		overflow:hidden;
		text-align:center;
		padding:0;
	}

	#apoios, #conteudo_texto {
		padding:1em;
	}

}

@media all and (min-width: 768px) and (max-width: 910px) {

	#topo {
		padding-left:1em;
		padding-right:1em;
	}

	/* grelha 3 passa a 2 */
	.grelha3 a {
		width:48%;
		margin-bottom:3%;
	}

}


@media all and (min-device-width: 0px) and (max-device-width: 768px), all and (min-width: 0px) and (max-width: 768px) {


	/*
	h1, h2, h3 {
		text-align:center;
	}
	*/

	#topo {
		height:	auto;
	}
	#topo #logo {
		position:static;
		display:block;
		margin:1em auto;
	}
	#topo #idiomas {
		position:static;
		text-align:center;
		padding:1em;
		margin:0;
	}
	#topo #pme {
		display:none;
	}
	#topo #idiomas a {
		margin:0em 0.5em;
	}

	#rodape .bloco {
		margin:1em;
		text-align:center;
	}

	.slideFrame .setas {
		opacity:1;
		top:40%;
	}
	.slideFrame .setas a img {
		width:1em;
	}


	/* toggle menu */
	#menu a {
		text-align:left;
	}
	#menu a.toggle {
		position:relative;
		display:block;
		background-color:#0098cf;
		color:#FFF;
		text-transform:uppercase;
	}
	#menu a.toggle span {
		position:absolute;
		left:100%;
		top:0;
		bottom:0;
		margin-left:-3.1em;
		width:3em;
		border-left:1px solid rgba(255,255,255,0.2);
	}
	#menu a.toggle img {
		display:block;
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-0.5em;
		margin-left:-0.5em;
		width:1em;
		height:1em;
		background-image:url(../imagens/menu_fechado.png);
		background-size:100% 100%;
		background-repeat:no-repeat;
	}
	#menu.on a.toggle img {
		background-image:url(../imagens/menu_aberto.png);
	}
	#menu ul.sub0 {
		max-height:0;
		overflow:hidden;
		transition:all 0.5s ease-out;
	}
	#menu.on ul.sub0 {
		max-height:34em;
	}

	#menu li:hover ul.sub1 {
		max-height:none;
	}
	#menu ul.sub1 {
		max-height:none;
		display:block;
		position:static;
		border-top:1px solid #CCC;
		padding-top:2px;
	}
	#menu ul li {
		display:block;
		float:none;
		border-top:1px solid #CCC;
		margin:0;
	}
	#menu a {
		background-color:#E6E6E6;
	}
	#menu a.sel {
		background-color:#AAA;
		color:#FFF;
		border-bottom:0;
		background-image:none;
	}

	#menu ul.sub1 li {
		border-top:0;
		border-bottom:1px solid #EEE;
	}
	#menu ul.sub1 li a {
		background-color:#FFF;
		color:#787878;
		padding:0.6em 2.315em;
	}
	#menu ul.sub1 a:hover, #menu ul.sub1 a.sel {
		background-color: #FFF;
		color: #0098cf;
	}


	/* destaques */
	.destaques .slideFrame .fotos a .titulos {
		padding:0.6em;
		font-size:0.5em;
	}
	.destaques .slideFrame .fotos a .titulos span.titulo {
		font-size:1.3em;
	}



	/* noticias */
	.noticiaBloco {
		padding-left:0;
		margin-bottom:3em;
	}
	.noticiaFoto {
		position:static;
		display:block;
		max-width:none;
		width:100%;
		margin-bottom:1em;
	}
	.noticiaFim {
		width:100%;
	}





	/* grelha 3 passa a 1 */
	.grelha3 a {
		width:100%;
		padding:0;
		margin:0;
		margin-bottom:6%;
	}


	/* floats */
	.fRight, .fLeft {
		float:none;
		display:block;
		margin:1em auto;
	}

	/* grelha 2 passa a 1 */
	.grelha2 a {
		width:100%;
		padding:0;
	}

}
