* html img,
* html .png {
	position: relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName=="IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage="none",
						this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
						this.src="transparent.gif"):(this.origBg=this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),
						this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
						this.runtimeStyle.backgroundImage="none")), this.pngSet=true));
}

/* inicializacoes no estilo */
* {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none
}

li {
	vertical-align: top;
	line-height: 1.2em
}

li a,
li span {
	line-height: 1.2em
}

a {
	color: #E75B0C;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	width: auto !important;
	width: 50%;
	background: #FFFFFF;
	color: #E75B0C;
	font-family: "Arial", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;

}

body a,
body img,
body input {
	outline: 0;
}

section#geral {
	margin: 0 auto;
	display: block;
	min-width: 1000px;
	width: 100% !important;
	min-height: 600px;
	background: #ffffff;
}

header {
	background: #FFFFFF;
	background-image: url('../img/bg_topo_2025.jpg');
	background-position-x: center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 250px;
	margin: 0px auto;
}

header #topo {
	display: block;
	width: 990px;
	height: 179px;
	margin: 0px auto;
}

header #topo:after {
	clear: both;
}

/* logo */
header #topo #logo {
	width: 100%;
	transform: scale(.65);
	display: flex;
	justify-content: center;
}

header #topo #logo img {
	max-height: 170px;
	image-rendering: -moz-crisp-edges;
	/* Firefox        */
	image-rendering: -webkit-optimize-contrast;
}

/* fim logo */

/* patrocínio */
header #topo #patrocinio {
	display: flex;
	align-items: center;
	margin: 40px 0 0;
	width: auto;
	float: left;
	border-left: 2px solid #99ff33;
	padding: 8px 0 8px 0;
}

header #topo #patrocinio a {
	height: 100px;
	display: block;
}

header #topo #patrocinio img {
	max-height: 100%;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* fim patrocínio */

/* Busca/Redes Sociais */
header #topo .busca_redes_sociais {
	float: right;
	height: auto;
	margin-top: 70px;
	margin-right: 75px;
	width: 195px;
}

/* Busca */
.busca_redes_sociais #busca {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 auto;
}

#busca input.buscar {
	float: left;
	width: 150px;
	height: 25px;
	padding: 0 6px;
	border: none;
	background: #fff;
	font-size: 11px;
	color: #E75B0C;
	line-height: 25px;
	border-radius: 4px;
}

#busca .bt_buscar {
	float: left;
	margin: 0 0 0 8px;
	border: none;
	background: #FFFFFF;
	cursor: pointer;
	height: 25px;
	width: 25px;
	border-radius: 4px;
}

#busca .bt_buscar:focus,
#busca .bt_buscar:hover {
	background-color: #e51038 !important;
}

#busca .bt_buscar i {
	color: #E75B0C;
}

/* fim Busca */

#topo .redes_sociais {
	display: inline-block;
	margin: 20px 0 0;
	width: 100%;
}

.rede_sociais ul {
	display: block;
	height: 100%;
	width: 60%;
	margin: 0 auto;
	padding-right: 30px;
}

.redes_sociais ul p {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
	margin-left: 1px;
	color: #ffffff;
}

.redes_sociais ul li {
	float: right;
	margin-right: 8px;
}

.redes_sociais ul li:first-of-type {
	margin-right: 0px;
}

.redes_sociais ul li a>.fa {
	color: #ffffff;
}

.redes_sociais ul li a:hover>.fa-instagram {
	background-color: #e51038;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.redes_sociais ul li a:hover>.fa-youtube-play {
	background-color: #e51038;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.redes_sociais ul li a:hover>.fa-rss-square {
	background-color: #e51038;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

/* area do menu */
nav#area_menu {
	display: block;
	width: 100%;
	min-height: 53px;
	margin: -53px auto 0;
	border-bottom: 2px solid #eeeef0;
	background: transparent;
	position: relative;

}

/* ----- inicio - menu ----- */
#area_menu #menu {
	width: 990px;
	height: 53px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#menu ul {
	display: block;
	height: 100%;
	margin: -1px 0 0;
	position: absolute;
}

/* ----- Estrutura ----- */

article#estrutura {
	display: block;
	width: 990px;
	min-height: 450px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}

/* ----- fim estrutura ----- */

/* ----- Conteudo ----- */
article#estrutura #conteudo {
	display: block;
	min-height: 410px;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
}

/* ----- Conteudo Inicial ----- */
section#conteudo .bloco {
	display: inline-block;
	padding: 0;
	min-height: 220px;
	margin: 0;
	width: 453px;
	vertical-align: top;
}

section#conteudo .bloco2 {
	display: inline-block;
	padding: 0;
	height: 223px;
	margin: 0 0 20px;
	width: 284px;
	vertical-align: top;
}

section#conteudo .bloco3 {
	display: inline-block;
	padding: 0;
	height: auto;
	margin: 0;
	width: 500px;
	vertical-align: top;
}

section#conteudo .titulo {
	font-size: 14pt;
	color: #E75B0C;
	padding-bottom: 10px;
}

section#conteudo p {
	color: #E75B0C !important;
}

section#conteudo p  span{
	color: #E75B0C !important;
}

section#conteudo p a span{
	color: #00BBB9 !important;
}

section#conteudo p a span strong{
	color: #00BBB9 !important;
}

section#conteudo .subtitulo {
	color: #E75B0C;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 0;
}

section#conteudo ul.lista {
	display: block;
	width: auto;
	height: auto;
	padding: 0 0 0 5px;
}

ul.lista li {
	display: block;
	padding: 0 0 10px;
	text-align: left;
}

ul.lista li:last-child {
	padding-bottom: 0;
}

ul.lista li a label {
	color: #E75B0C;
	font-weight: bold;
}

ul.lista li a:hover {
	text-decoration: none;
	color: #F5B300;
}

ul.lista li a:hover.azul {
	color: #F5B300;
	text-decoration: none;
}

section#conteudo .tamanho_galeria .link_galeria {
	display: block;
	width: auto;
	height: 65px;
	margin-bottom: 15px;
	color: #E75B0C;
}

section#conteudo .tamanho_galeria .link_galeria img {
	background: #eeeef0;
	float: left;
	height: 53px;
	width: 74px;
	margin: 3px 6px;
	padding: 1px;
	border: 3px solid #E75B0C;
}

section#conteudo .tamanho_galeria p {
	font-size: 9pt;
	line-height: 16px;
}

section#conteudo .tamanho_videos iframe {
	border: 3px solid #E75B0C;
}

section#conteudo .tamanho_parceiros {
	height: auto;
	margin-bottom: 0;
}

section#conteudo .realizacao {
	margin-right: 160px;
}

/* ----- Noticias ----- */
section#conteudo .tamanho_destaques ul#noticias {
	display: block;
	min-height: 165px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

ul#noticias li {
	height: 115px;
}

ul#noticias li a:hover {
	text-decoration: none;
}

ul#noticias li a:hover .link_azul {
	text-decoration: underline;
}

ul#noticias h1 {
	margin-bottom: 5px;
	line-height: 18px;
	color: #E75B0C;
}

li.texto .imagem {
	background: #eeeef0;
	float: left;
	height: 94px;
	margin: 3px 10px 0 0;
	padding: 1px;
	text-align: center;
	width: 132px;
	border: 3px solid #263e66;
}

li.texto .imagem img {
	width: 132px;
	height: 94px;
}

.tamanho_destaques #navegacao {
	display: inline-block;
	height: 20px;
	margin: 0;
	width: auto;
}

#navegacao a {
	background-color: #E75B0C;
	float: left;
	border-radius: 10px;
	font-size: 0;
	height: 11px;
	margin-left: 4px;
	text-align: center;
	width: 11px;
	border: 4px solid #E75B0C;
}

#navegacao a.activeSlide {
	background: #F5B300;
	background-position: center;
	background-repeat: no-repeat;
}

.bloco .mais_noticias {
	float: right;
	height: 14px;
	margin: 0;
	width: auto;
}

.mais_noticias a {
	color: #00BBB9;
	font-weight: bold;
}

/* ----- fim Noticias ----- */

/* ----- Apresentação ----- */

section#conteudo .tamanho_apresentacao #texto {
	min-height: 187px;
	color: #E75B0C;
}

/* ----- fim Apresentação ----- */

/* ----- realizacao/parceiros ----- */
.bloco2 .parceiros {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
}

.parceiros .link_img {
	display: block;
	margin: 0px auto;
	width: auto;
	height: auto;
	text-align: center;
}

.parceiros .link_img img {
	width: 65%;
	filter: grayscale(1);
}

.parceiros .link_img img:hover,
.parceiros .link_img img:focus {
	filter: none;
}

.parceiros+.titulo {
	margin-top: 30px;
}

.parceiros a img {
	filter: grayscale(1);
}

.parceiros a:hover img {
	filter: none;
}

/* ----- fim realizacao/parceiros ----- */

/* ----- Outras tags ----- */

.link {
	color: #00BBB9;
	display: block;
	height: auto;
	margin: 15px 0 0;
	text-align: right;
	width: 100%;
}

.link a {
	color: #00BBB9;
	font-weight: bold;
}

section#conteudo .separador {
	display: inline-block;
	margin: 0px 20px;
	vertical-align: top;
	height: 215px;
	width: 1px;
}

section#conteudo .separador_horizontal {
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#eeeef0, endColorstr=#e51038);
	display: inline-block;
	margin: 10px 0 40px;
	vertical-align: top;
	height: 1px;
	width: 453px;
	background-color: #E75B0C;
}

span.link_azul {
	color: #00BBB9;
	font-weight: bold;
}

span.link_azul a {
	color: #00BBB9;
	font-weight: bold;
}

/* ----- Fim Outras tags ----- */

/* ----- Rodape ----- */
.rodape_wrapper {
	display: flex;
	align-items: center;
}

footer#rodape {
	background-color: #309ca4;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	text-align: left;
	border-top: 2px solid #eeeef0;
}

#rodape .alinhamento_rodape {
	width: 990px;
	margin: 0 auto;
	display: flex;
}

#rodape a {
	color: #FFFFFF;
}

#rodape a:hover {
	text-decoration: underline;
}

#rodape .informacoes {
	display: block;
	width: 100%;
	height: auto;
	margin: auto 0px;
	font-size: 10pt;
	line-height: 15pt;
}

#rodape .informacoes span {
	margin-bottom: 20px;
}

#rodape .direitos {
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto 0px;
}

#rodape .desenvolvido {
	float: right;
	width: auto;
	height: auto;
	margin: -32px 0 0 0;
}

.desenvolvido label {
	font-size: 7pt;
	font-weight: bold;
}

.desenvolvido label a {
	font-size: 8pt;
	vertical-align: middle;
}

#rodape .desenvolvido a img {
	opacity: .8;
}

#rodape .desenvolvido a:hover img {
	opacity: 1;
}

/* ----- Fim Rodape ----- */

.table td {
	text-align: left;
}

#anexosTrabalhos {
	border-bottom: 1px solid #cecece;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#anexosTrabalhos h1 {
	font-size: 18px;
	border-bottom: 1px solid #cecece;
	color: #000000;
	padding-bottom: 5px;
}

#anexosTrabalhos .containerImagemPrincipal {
	width: 100%;
	margin: 25px 0;
	text-align: center;
}

#anexosTrabalhos .containerImagemPrincipal img {
	width: auto;
	height: auto;
	max-width: 80%;
}

#anexosTrabalhos .containerMiniaturas {
	width: 85%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

#anexosTrabalhos .containerMiniaturas img {
	width: 100px;
	height: 65px;
	margin: 10px;
	cursor: pointer;
}

#anexosTrabalhos .containerMiniaturas img.active {
	border: 3px solid #e51038;
}

#wrapper-player.player {
	display: block;
	width: 600px;
	margin: 10px auto;
}

#wrapper-player.error {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff3cd !important;
	border-radius: .7em;
	border: 1px solid #c5b276;
	color: #856404;
	font-weight: bold;
	height: 50px;
	text-align: center;
	padding: 15px 0;
	margin: 5px 0 20px;
	width: 100% !important;
}

.btn-primary {
	background-color: #00BBB9 !important;
	border: none !important;
}

.btn-primary:hover {
	background-color: #309CA4 !important;
}

.btn-link {
	color: #00BBB9 !important;
}

.bg-image-footer {
	width: 60px;
	margin-right: 20px;
}

.form-control:focus {
	border-color: #45b493 !important;
}