@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(arrowfont.css);

/*TITULOS*/
h1,
h2,
h3 {

}

/*INPUTS*/
input[type="password"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="file"],
select,
textarea {
	padding: 10px;
    background-color: #fff;
    border: 1px solid #dadada;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
input[type="submit"] {
    background-color: #014c8e;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 15px;
}
input[type="radio"] {
    
}
input[type="checkbox"] {
    
}

/*CORPO*/
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #383838;
}

/*TOPO*/
header {
    min-height: 100px;
    background: url("../img/bg_linha.png") top left;
    width: 100%;
}

/*LOGO*/
.logo {
    padding: 20px 15px;
}

/*MENU :: MOBILE*/
#showLeftPush {
    border: none;
    background: none;
    color: #014c8e;
    font-size: 28px;
    position: relative;
    z-index: 110;
}
#showLeftPush.active {
    color: #fff;
}
#showLeftPush .fa:before {
    content: "\f0c9";
}
#showLeftPush.active .fa:before {
    content: "\f00d";
}
.cbp-spmenu-push-toright:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.cbp-spmenu-push-toright:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.blocoContent img {
    max-width: 100%;
}
.cbp-spmenu-push-toright {
    overflow: hidden;
}
.cbp-spmenu-open {
    overflow-y: auto;
}
.cbp-spmenu {
    background: #014c8e;
}
.cbp-spmenu h4 {
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 17px;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    background-color: #014c8e;
}
.cbp-spmenu ul li a {
    padding: 5px 5px 5px 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #03447D;
    font-weight: 300;
}
.cbp-spmenu ul li a:hover {
    background-color: #014c8e;
}
.cbp-spmenu ul li ul li a {
    padding: 5px 5px 5px 20px;
}
.cbp-spmenu ul li ul li ul li a {
    padding: 5px 5px 5px 30px;
}

/*PESQUISAR*/
.bloco_sistema_pesquisar {
    float: right;
    padding: 35px 0;
}
.bloco_sistema_pesquisar form {
    position: relative;
}
.bloco_sistema_pesquisar .btpesquisar input {
    padding: 4px;
}
.bloco_sistema_pesquisar .btbotao input {
    background: url("../img/bt_pesquisar.png") no-repeat center;
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 20;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
}

/*REDES SOCIAIS*/
.bloco_rodape_redes {
    float: right;
    padding: 36px 0 36px 50px;
}
.bloco_rodape_redes ul li {
    float: left;
    margin: 0 5px;
}
.bloco_rodape_redes ul li a span {
    display: block;
    background-color: #b4b4b4;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 28px;
    font-size: 17px;
}
.bloco_rodape_redes ul li a span:hover {
    background-color:#014c8e;
}

/*MENU*/
.menuBaixo {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #db271c;
    margin-bottom: 20px;
}
.menuBaixo .menu {
    position: relative;
}
.bloco_menususpenso .navbar-default {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: 30px;
    margin-bottom: 0;
    position: relative;
}
.bloco_menususpenso .navbar .menuSuspensoBloco a {
    color: #fff;
    text-shadow: none;
    font-size: 17px;
    font-weight: 300;
    padding: 0 15px;
    line-height: 40px;
}
.bloco_menususpenso .navbar .menuSuspensoBloco a:hover {
    background-color: #014c8e;
    color: #fff;
}
.bloco_menususpenso .navbar .menuSuspensoBloco ul li ul li a {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-transform: none;
}
.bloco_menususpenso .navbar .menuSuspensoBloco ul li ul li a:hover {
    background-color: #01427e;
}
.bloco_menususpenso .navbar .menuSuspensoBloco {
    border: none;
    box-shadow: none;
    padding: 0;
}
.bloco_menususpenso .navbar .menuSuspensoBloco .caret {
    display: none;
}
.bloco_menususpenso .navbar-default .navbar-nav > .open > a,
.bloco_menususpenso .navbar-default .navbar-nav > .open > a:hover,
.bloco_menususpenso .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
}
.bloco_menususpenso .navbar .menuSuspensoBloco ul li ul {
    background: #014c8e;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.bloco_menususpenso .dropdown-menu > li > a:hover,
.bloco_menususpenso .dropdown-menu > li > a:focus {
    background: none;
    color: #fff;
    font-weight: 300;
}
.bloco_menususpenso .navbar-default .navbar-toggle {
    border: none;
    float: right;
    background: none;
    border-radius: 0;
}
.bloco_menususpenso .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.bloco_menususpenso .navbar-nav {
    margin: 0;
}
.bloco_menususpenso .dropdown.open .dropdown-menu {
    display: none;
}
.bloco_menususpenso .dropdown:hover .dropdown-menu {
    display: block;
}
.blocoRodape .bloco_menususpenso .navbar .menuSuspensoBloco ul li ul {
    background: #014c8e;
}
.bloco_menususpenso .navbar .menuSuspensoBloco ul li ul li ul {
    position: absolute;
    left: 160px;
    display: none !important;
    z-index: 10;
    top: 0;
}
.bloco_menususpenso .navbar .menuSuspensoBloco ul li ul li:hover ul {
    display: block !important;
}

/*TOPO MOBILE*/
.topoSuperior {
    background-color: #f5f5f5;
}

/*NOTICIAS CAMPANHA*/
.bloco_noticia_campanha .campanhaItem .imagem {
    position: relative;
}
.bloco_noticia_campanha .campanhaItem .legendafoto {
    position: absolute;
    padding: 10px;
    background-color: rgba(65, 51, 40, 0.40);
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.bloco_noticia_campanha .campanhaItem .titulo a {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 30px;
    display: block;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #b7b7b7;
    font-weight: 700;
}
.bloco_noticia_campanha .campanhaItem.menor .titulo a {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #b7b7b7;
    font-weight: 700;
}
.bloco_noticia_campanha .campanhaItem.menor .autor {
    color: #db271c;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

/*BLOCO NOTICIAS*/
.bloco_noticia .blocoNoticiasLista {
    border: 1px solid #b7b7b7;
    padding: 28px 28px 0 28px;
    float: left;
    width: 100%;
}
.bloco_noticia .maisnoticias {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 15px 28px;
    float: left;
    width: 100%;
}
.bloco_noticia .maisnoticias a {
    color: #db271c;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.bloco_noticia .blocoNoticiasLista .noticiasItem {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.bloco_noticia .blocoNoticiasLista .noticiasItem .imagem {
    padding-left: 0;
}
.bloco_noticia .blocoNoticiasLista .noticiasItem .titulo {
    padding-left: 0;
    padding-right: 0;
}
.bloco_noticia .blocoNoticiasLista .noticiasItem .titulo a {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: block;
}

/*FILIE-SE*/
.colCenter .bloco {
    padding-bottom: 30px;
    padding-left: 0px;
}
#bloco_8 {
    clear: both;
}

/*BLOCO EDICAO*/
.bloco_edicoes {
    max-height: 242px;
}
.bloco_edicoes .vejatodas {
    float: right;
}
.bloco_edicoes .vejatodas a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: block;
    font-style: italic;
}
.bloco_edicoes .infos {
    background-color: #014c8e;
    padding: 15px;
    float: left;
    width: 100%;
}
.bloco_edicoes .infos .titulo {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
}
.bloco_edicoes .imagem {
    background-color: #e1e1e1;
    padding: 32px 12px;
    float: left;
    width: 100%;
}
.bloco_edicoes .imagem img {
    margin: auto;
}

/*NEWSLETTER*/
.bloco_newsletter {
    float: left;
    width: 100%;
    border: 1px solid #014c8e;
    padding: 15px;
}
.bloco_newsletter .newsletterRegisterLabel {
    color: #014c8e;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 700;
}
.bloco_newsletter .newsletterRegisterField input {
    width: 100%;
    border: 1px solid #b7b7b7;
    padding: 6px;
    margin-bottom: 10px;
}
.bloco_newsletter .newsletterRegisterButton input {
    width: 100%;
    border: 1px solid #014c8e;
    padding: 6px;
    margin-bottom: 10px;
    background-color: #014c8e;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

.bloco_newsletter  ::-webkit-input-placeholder {
	color: #014c8e;
}
.bloco_newsletter  :-moz-placeholder {
	color: #014c8e;
}
.bloco_newsletter  ::-moz-placeholder {
	color: #014c8e;
}
.bloco_newsletter  :-ms-input-placeholder {  
	color: #014c8e;
}

/*SERVICOS*/
#bloco_11 {
    float: left;
    width: 100%;
}
.bloco_servicos {
    float: left;
    width: 100%;
    border: 1px solid #b7b7b7;
    padding: 15px;
}
.bloco_servicos .servicoItem {
    border-right: 1px solid #b7b7b7;
}
.bloco_servicos .servicoItem:last-child {
    border-right: none;
}
.bloco_servicos .servicoItem .imagem {
    padding: 25px 0 15px 0;
    display: block;
}
.bloco_servicos .servicoItem img {
    margin: auto;
}
.bloco_servicos .servicoItem .titulo {
    color: #1a1a1a;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
}

/*ESPACO*/
#bloco_12 {
    padding-left: 0;
    padding-right: 0;
}

/*LIKEBOX*/
#bloco_13 {
    padding-left: 30px;
    padding-right: 0;
}

/*RODAPE*/
.ColunaInferior {
    background-color: #db271c;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}
.logo_rodape > div {
    float: right;
}

/*BLOCO RODAPE*/
.blocoRodape {
    background-color: #db271c;
    padding-top: 15px;
    padding-bottom: 15px;
}
.enderecoItem > div {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    padding-left: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.enderecoItem .endereco {
    background: url("../img/ico_localizacao.png") no-repeat left;
    padding-right: 45px;
}
.enderecoItem .telefone {
    background: url("../img/ico_telefone.png") no-repeat left;
    font-weight: 700;
    font-size: 14px;
}
.enderecoItem .email {
    background: url("../img/ico_email.png") no-repeat left;
}



/*FOOTER*/
footer {
    background-color: #db271c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerTexto {
    color: #fff;
    font-size: 12px;
}
.izap {
    float: right;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}
.izap a {
    color: #fff !important;
}


/**********************************************************************/
/****************************** PÁGINAS INTERNAS **********************/
/**********************************************************************/

#content {
    padding: 0 15px;
}
.body_content .ColunaInferior {
    margin-top: 30px;
}
.body_content #content h1,
.body_content #content h2,
.body_content #content h3 {
    font-size: 30px;
    color: #014c8e;
    line-height: 30px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
}

.body_content article {
    background: none;
}

/*CONTEUDO*/
.conteudoTexto {
    line-height: 22px;
}
.conteudoTexto a {
    font-weight: 700;
    color: #014c8e !important;
}
.conteudoBotaoGrupo {
    display: none !important;
}
.conteudoTexto img {
    max-width: 100%;
    height: auto;
}
.conteudoTexto table {
    width: 100% !important;
}
.body_content #content .conteudoTexto h1,
.body_content #content .conteudoTexto h2,
.body_content #content .conteudoTexto h3 {
    font-size: 16px;
    color: #014c8e;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

/* LOGIN */
.sistemaLoginFormFormulario {
    width: 40%;
    margin: auto;
}
.sistemaLoginFormFormulario input[type="password"],
.sistemaLoginFormFormulario input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}
.sistemaLoginFormFormulario input[type="submit"] {
    float: right;
}
.sistemaLoginFormFormulario .recuperarsenha a {
    color: #777;
    font-weight: 300;
}
.sistemaLoginRecuperarSenha {
    display: none;
    text-align: center;
    padding-top: 45px;
}

/*PAGINACAO*/
.paginacao {
    float: left;
    width: 100%;
}
.paginacao .plusPagerAtual {
    font-size: 18px;
    color: #014c8e;
    display: block;
    float: left;
    margin: 0 4px;
    padding: 4px 8px;
    font-weight: 700;
}
.paginacao a {
    font-size: 18px;
    color: #777 !important;
    display: block;
    float: left;
    margin: 0 4px;
    padding: 4px;
    font-weight: 700;
}

/*DIRETORIA*/
.modulo_conteudo_diretoria .conteudoTexto table tr:nth-child(2n+2) {
    background-color: #f5f5f5;
}
.modulo_conteudo_diretoria .conteudoTexto table tr {

}
.conteudoTexto table tr td {
    vertical-align: middle;
    padding: 10px;
}
.modulo_conteudo_diretoria .conteudoTexto table tr td strong {
    display: block;
}

/*EDICAO LISTA*/
.modulo_edicao_index .edicaoTitulo {
    margin-bottom: 5px;
}
.modulo_edicao_index .edicaoData {
    margin-bottom: 10px;
}
.modulo_edicao_index .edicaoDescricao {
    line-height: 21px;
}
.modulo_edicao_index .edicaoHistoricoItem {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
.modulo_edicao_lista .edicaoListaItem {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.modulo_edicao_lista .edicaoListaItemData {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.modulo_edicao_lista .edicaoListaItemNome {
    font-size: 18px;
    color: #014c8e;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.modulo_edicao_lista .edicaoListaItemDescricao {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 13px;
}
.modulo_edicao_lista .imagem img {
    padding: 4px;
    border: 1px dotted #ededed;
    background: #fff;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}
.modulo_edicao_lista .leiamais {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #014c8e;
    border-radius: 5px;
    border: 1px solid #014c8e;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    padding: 0 20px;
}
.modulo_edicao_lista .leiamais:hover {
    background-color: #014c8e;
    color: #fff;
}

/*EDICAO VER*/
.modulo_edicao_index .titulo,
.modulo_edicao_ver .titulo {
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
    color: #014c8e;
}
.modulo_edicao_index .data,
.modulo_edicao_ver .data {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}
.modulo_edicao_index .imagem,
.modulo_edicao_ver .imagem {
    margin-bottom: 20px;
}
.modulo_edicao_index .descricao,
.modulo_edicao_ver .descricao {
    line-height: 22px;
    padding-bottom: 20px;
}
.modulo_edicao_index .download a,
.modulo_edicao_ver .download a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #014c8e;
    border-radius: 5px;
    border: 1px solid #014c8e;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.modulo_edicao_index .download a:hover,
.modulo_edicao_ver .download a:hover {
    background-color: #014c8e;
    color: #fff;
}

/*FOTOS LISTA*/
.fotosListaItem {
    padding-bottom: 20px;
    padding-left: 0;
}
.fotosListaItem span {
    display: block;
}
.fotosListaItem .local,
.fotosListaItem .data {
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #777;
}
.fotosListaItem .titulo {
    font-size: 14px;
    line-height: 16px;
    color: #014c8e;
    font-weight: 700;
    text-transform: uppercase;
}

/* FOTOS INTERNAS */
.modulo_fotos_album .titulo {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    color: #014c8e;
    font-weight: 700;
}
.modulo_fotos_album .fotosCredito,
.modulo_fotos_album .data,
.modulo_fotos_album .local,
.modulo_fotos_album .fotosLocal {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #777;
}
.modulo_fotos_album .fotosDescricao {
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 10px;
}
.modulo_fotos_album .fotosDescricao p {
    padding-bottom: 10px;
}
.modulo_fotos_album .fotosCredito {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}
.modulo_fotos_album .fotosMiniaturaVerItem  {
    margin-bottom: 20px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}
.modulo_fotos_album .fotosAlbumLista {
    margin: 30px 0;
    position: relative;
}
.fotosVerLista .row {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 5px;
    -webkit-column-gap:5px;
    margin: 0;
}
.fotosVerLista .row > .col-md-3 {
    display: inline-block;
    padding: 0;
    margin: 0;
    width:  100%;
    float:none;
}
.fotosVerLista .img-responsive {
    border:0 solid #999;
}

/*MULTIMIDIA LISTA*/
.modulo_multimidia_listar .multimidiaMidiaItem {
    padding-bottom: 15px;
}
.modulo_multimidia_listar .multimidiaMidiaItem .multimidiaMidiaItemImg {
    padding-bottom: 15px;
}
.modulo_multimidia_listar .multimidiaMidiaItem .multimidiaMidiaItemNome {
    font-size: 14px;
    line-height: 16px;
    color: #014c8e;
    font-weight: 700;
    text-transform: uppercase;
}
.modulo_multimidia_listar .multimidiaMidiaItem .multimidiaMidiaItemDuracao {
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #777;
}

/*MULTIMIDIA VER*/
.video-container {
    position: relative;
    padding-bottom: 62%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modulo_multimidia_visualizar .multimidiaDetTitulo {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    color: #014c8e;
    font-weight: 700;
}
.modulo_multimidia_visualizar .multimidiaDetduracao,
.modulo_multimidia_visualizar .multimidiaDetData {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #777;
}
.modulo_multimidia_visualizar .multimidiaDescricao {
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 30px;
}
.modulo_multimidia_visualizar .multimidiaDescricao p {
    padding-bottom: 10px;
}
.modulo_multimidia_visualizar .multimidiaOutrosTitulo {
    color: #014c8e;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 700;
    margin: 50px 0 30px 0;
    text-transform: uppercase;
}
.modulo_multimidia_visualizar .multimidiaOutrosLista .multimidiaMidiaItem {
    padding-left: 0;
    padding-bottom: 20px;
}
.modulo_multimidia_visualizar .multimidiaMidiaItem .multimidiaMidiaItemImg {
    padding-bottom: 15px;
}
.modulo_multimidia_visualizar .multimidiaMidiaItem .multimidiaMidiaItemNome {
    font-size: 14px;
    line-height: 16px;
    color: #014c8e;
    font-weight: 700;
    text-transform: uppercase;
}
.modulo_multimidia_visualizar .multimidiaMidiaItem .multimidiaMidiaItemDuracao {
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #777;
}

/* PESQUISAR */
.modulo_sistema_pesquisar {
    padding: 0 15px;
}
.modulo_sistema_pesquisar #pesquisar .label {
    display: none;
}
.modulo_sistema_pesquisar #pesquisar table {
    width: 100%;
}
.modulo_sistema_pesquisar .label {
    line-height: 27px;
    padding-right: 20px;
}
.modulo_sistema_pesquisar select {
    border: 1px solid #CCC;
    width: 100%;
    padding: 10px;
    margin: 3px 0;
    background: #fff;
}
.modulo_sistema_pesquisar input {
    border: 1px solid #CCC;
    width: 100%;
    padding: 8px;
    margin: 3px 0;
    background: #fff;
}
.modulo_sistema_pesquisar .formButton {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
    width: auto;
    padding: 5px 8px;
    background-color: #014c8e;
    box-shadow: none;
}
.modulo_sistema_pesquisar .checkboxButton  {
    padding: 0;
    width: auto;
    margin: 0 5px;
}
.modulo_sistema_pesquisar .checkboxButton {
    position: relative;
}
.modulo_sistema_pesquisar .tr {
    margin: 5px 0;
}
.modulo_sistema_pesquisar .element {
    line-height: 27px;
}
.modulo_sistema_pesquisar label {
    float: none !important;
}
.pesquisarResultado {
    margin-top: 16px;
}
.pesquisarPalavraChave {
    margin: 10px 0;
}
.plusNTableFooterShadow td {
    padding-top: 12px;
}
.catalogoDestaqueNome {
    font-weight: bold;
    font-size: 12px;
}
div.destaqueBlocoTexto .destaqueArea {
    border: none !important;
}
.pesquisarResultadoModulo, .pesquisarResultadoVerMais {
    line-height: 20px;
    padding-left: 5px;
}
.checkboxButton  {
    width: auto;
}
.pesquisarResultadoTitulo h2:after,
.pesquisarResultadoListaTituloModulo h2:after {
    display: none;
}
.pesquisarPalavraChave {
    margin-left: 10px;
}
.resultadoNaoEncontrado {
    margin-left: 10px;
    padding-bottom: 20px;
}
.pesquisarPalavraChave {
    display: none;
}
.pesquisarResultadoLista .resultadoTitulo {
    margin: 4px 0;
    font-weight: 500;
    font-size: 16px;
    color: #014c8e;
}
.pesquisarResultadoVerMais {
    padding: 10px 0;
    font-weight: 300;
}
.pesquisarResultado {
    margin-top: 0 !important;
}
/* NOTICIAS LISTA */
.modulo_noticia_index .titulo {
    font-size: 18px;
    color: #1f4d78;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.modulo_noticia_index .imagem {
    padding-bottom: 15px;
}
.modulo_noticia_index .imagem img {
    padding: 4px;
    border: 1px dotted #ededed;
    background: #fff;
    float: left;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}
.modulo_noticia_index .imagem img:hover {
    background: #1f4d78;
}
.listaNoticias span {
    display: block;
}
.modulo_noticia_index .itemNoticiaLista {
    border-bottom: 1px dotted #ededed;
    padding-bottom: 13px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    -khtml-transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -khtml-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.itemNoticiaLista:hover img {
    background: #1f4d78;
}
.listaNoticias:hover .itemNoticiaLista {
    -khtml-opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5
}
.listaNoticias .itemNoticiaLista:hover {
    -khtml-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.modulo_noticia_index .itemNoticiaLista .imagem {
    padding-left: 0;
    padding-right: 0;
}
.modulo_noticia_index .data {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.modulo_noticia_index .descricao {
    line-height: 22px;
    margin-bottom: 10px;
}
.modulo_noticia_index .saibamais {
    padding: 8px 12px;
    font-size: 11px;
    float: right;
    background: #1f4d78;
    color: #fff;
    margin-top: 5px;
}
.radioButton {
    width: auto !important;
}

/* NOTICIA VER */
.modulo_noticia_ler h1 {
    font-size: 20px;
    color: #1f4d78;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.modulo_noticia_ler .data {
    margin-top: 5px;
    font-size: 11px;
    margin-bottom: 5px;
}
.modulo_noticia_ler .blocoShare {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.modulo_noticia_ler .noticiaAutor {
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 0 10px 0 !important;
}
.modulo_noticia_ler .imagem {
    padding-bottom: 15px;
}
.modulo_noticia_ler .imagem img {
    margin: auto;
}
.modulo_noticia_ler .descricao {
    line-height: 24px;
    padding-bottom: 20px;
}
.modulo_noticia_ler .descricao ul {
    padding-left: 20px;
    list-style-type: disc !important;
    display: block;
    list-style-position: initial;
}
.modulo_noticia_ler .descricao ul li {
    list-style-type: disc !important;
}
.modulo_noticia_ler .descricao p {
    padding-bottom: 15px;
}
.noticiaHistoricoTitulo {
    margin-top: 20px !important;
}
.noticiaHistorico {
    margin-bottom: 25px;
}
.noticiaHistoricoItem {
    padding: 8px 3px !important;
    border-bottom: 1px dotted #dadada;
    font-size: 14px;
}
.blocoShare .button_redes {
    width: 100px;
}
.blocoShare .addthis_button_pinterest_pinit {
    width: 60px;
}
.modulo_noticia_ler .imagem .legenda {
    display: block;
    clear: both;
    float: left;
    width: 350px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}
.modulo_noticia_ler .autor {
    font-size: 13px;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}
.modulo_noticia_ler .descricao iframe {
    width: 100% !important;
    padding: 20px 0;
    min-height: 450px;
}
.fotosNoticias {
    margin: 30px 0;
}
.fotosNoticias ul li {
    padding-bottom: 15px;
}
.noticiaHistorico {
    clear: both;
    float: left;
    width: 100%;
}

/*CONTATO*/
.contatoFormIntro {
    line-height: 22px;
}
.contatoFormIntro {
    font-size: 14px;
}
.contatoFormIntro p {
    padding-bottom: 15px;
}
.modulo_contato_form .contatoValor input {
    width: 100%;
}
.contatoValor input {
    margin-left: 10px;
    margin-top: 5px;
    width: 90%;
}
.modulo_contato_form .contatoValor textarea {
    width: 100%;
}
.modulo_contato_form .contatoValor select {
    width: 100%;
}
.modulo_contato_form .contatoValor .formButton {
    float: right;
    width: auto;
}
.modulo_contato_form .contatoValor label.error {
    display: block;
    font-size: 12px;
    color: #e7312d;
    font-weight: 300;
}
.modulo_contato_form .contatoRotulo {
    margin-top: 10px;
}
.internoContent .maps,
.modulo_contato_form .maps,
.internoContent .maps iframe,
.modulo_contato_form .maps iframe {
    width: 100% !important;
}
.h2_center span {
    font-size: 19px;
    color: #014c8e;
}
.h2_center h2 {
    margin-top: 0px;
    font-size: 0px;
    margin-left: 10px;
}

/* MODULO DOWNLOAD */
.modulo-downloads-singlefile #content,
.modulo-downloads-viewcat #content {
    padding: 0 15px;
}
.tituloCategoria h1 a {
    color: #014c8e;
    cursor: default;
}
.downloads_headertable, .itemPermaLink {
    display: none;
}
.downloadCategoriaDescricao {
    margin-bottom: 10px;
    padding-bottom: 14px;
    line-height: 21px;
}
.downloadItem {
    display: inline-block;
    width: 100%;
    border-bottom: 2px groove #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.downloadDescricao {
    padding: 10px 0;
    line-height: 20px;
}
.tituloDownload {
    color: #014c8e;
    font-size: 18px;
    font-weight: 700;
}
.dataCadastrado {
    float: right;
    font-size: 11px;
}
.dataCadastrado span {
    font-weight: bold;
    margin-right: 5px;
}
.downloadInformation ul {
    list-style-type: none;
}
.downloadInformation ul li {
    display: inline-block;
}
.downloadInformation ul .itemDown_1 a {
    display: block;
    padding: 12px 12px 12px 34px;
    background: #014c8e url(../img/down-downloads.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
.downloadInformation ul .itemDown_1 a:hover {
    background-color: #014c8e;
}
.downloadInformation ul .itemDown_2 a {
    display: block;
    padding: 12px 12px 12px 34px;
    background: #014c8e url(../img/down-downloads.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
.downloadInformation ul .itemDown_2 a:hover {
    background-color: #014c8e;
}
.downloadInformation ul .itemDown_3 {
    padding: 7px 10px 7px 30px;
    background: transparent url(../img/down-down.png) no-repeat left center;
}
.downloadInformation ul .itemDown_4 {
    padding: 7px 10px 7px 30px;
    background: transparent url(../img/down-infor.png) no-repeat left center;
}

/* MODULO DOWNLOAD INTERNA */
.modulo-downloads-singlefile .h1_center h1 {
    display: none;
}
.down-list {
    height: 40px;
}
.down-list ul {
    list-style-type: none;
    float: right;
}
.down-list ul li {
    display: inline-block;
    border-right: 1px solid #ddd;
    color: #aaa;
    padding: 5px 10px;
}
.down-list ul li:last-child {
	display: none;
}
.down-list ul li:first-child {
	border-left: 1px solid #ddd;
}
.downloadDownload {
    height: 70px;
}
.downloadDownload > div {
    float: left;
}
.bt-down {
    margin-top: 12px;
    margin-right: 20px;
}
.bt-down a {
    display: block;
    padding: 12px 12px 12px 34px;
    background: #014c8e url(../img/down-downloads.png) no-repeat left center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
}
.bt-down a:hover {
    background-color: #014c8e;
}
.download-hits {
    font-size: 18px;
    color: #4c4c4c;
    text-align: center;
    border-right: 1px dotted #8f8f8f;
    padding: 10px 20px;
    border-left: 1px dotted #8f8f8f;
}
.download-hits span {
    display: block;
    font-size: 12px;
}
.downl-votos {
    padding: 15px 10px;
    text-align: center;
}
.downl-votos {
    display: none;
}
.downl-votos div a {
    border-left: 1px solid #aaa;
    margin-left: 5px;
    padding-left: 5px;
    font-weight: bold;
    color: #aaa;
}
.mirron-download-list {
    display: none;
}
.mirrons-download {
    padding: 15px 20px;
    text-align: center;
    color: #aaa;
}
.mirrons-download {
    display: none;
}
.mirrons-download span {
    display: block;
    font-size: 15px;
}
.downloadDownload {
    height: 70px;
    border-bottom: 1px dashed #8f8f8f;
    margin-bottom: 20px;
}
.linksDownloadOutros {
    margin-top: 20px;
    margin-bottom: 20px;
}
.linksDownloadOutros ul {
    list-style-type: none;
    text-align: center;
}
.linksDownloadOutros ul {
    display: none;
}
.linksDownloadOutros ul li {
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #aaa;
}
.linksDownloadOutros ul li:last-child {
    border-right: none;
}
.avaliacao-download, .mirron-download-list, .history-download-outros {
    margin-bottom: 30px;
}
.history-download-outros ul {
    list-style-type: none;
}
.history-download-outros ul li {
    padding: 5px 10px;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}
.history-download-outros ul li:hover {
    background-color: #eee;
}
.history-download-outros ul li span {
    display: block;
    font-size: 10px;
}
.down-descricao {
    line-height: 20px;
}
.down-descricao p {
    padding-bottom: 10px;
}

.bloco_depoimento_lista .bx-viewport {
    height: 195px!important;
}
.bloco_parceiros {
    padding: 102px 0 118px 0;
}
.bloco_parceiros .titulo {
    display: none!important;
}

.bloco_depoimento_lista .titulo {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

/*MEDIAS*/
@media (max-width: 480px) {
    .bloco_noticia .blocoNoticiasLista .noticiasItem {
        width: 100% !important;
        padding: 0 0 20px 0 !important;
    }

    /*FOTOS*/
    .fotosListaItem {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /*MULTIMIDIA*/
    .multimidiaMidiaItem {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {

    .plusMenuAdmin a,
    .plusMenuAdminRight a {
        font-size: 11px;
    }

    header {
        border-bottom: 2px solid #E8E8E8;
        margin-bottom: 20px;
    }

    /*LOGO*/
    .logo {
        padding: 15px 15px 10px 15px;
    }
    .logo img {
        margin: auto;
    }

    /*REDES*/
    .bloco_rodape_redes {
        float: right;
        padding: 5px 0 5px 0;
    }

    /*PESQUISA*/
    .bloco_sistema_pesquisar {
        padding: 10px 0 15px 0;
        float: left;
        width: 100%;
    }
    .bloco_sistema_pesquisar .btpesquisar input {
        width: 100%;
    }

    /*ESPACO*/
    .espaco img {
        margin: auto;
    }

    /*CAMPANHA*/
    .bloco_noticia_campanha .campanhaItem .legendafoto {
        padding: 8px;
        font-size: 15px;
    }
    .bloco_noticia_campanha .campanhaItem .titulo a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
    }
    .bloco_noticia_campanha .campanhaItem.menor .titulo a {
        font-size: 14px;
        line-height: 20px;
    }

    /*NOTICIAS*/
    .bloco_noticia .blocoNoticiasLista {
        padding: 15px 15px 0 15px;
    }
    .bloco_noticia .blocoNoticiasLista .noticiasItem .imagem {
        padding-right: 0;
        padding-bottom: 10px;
    }

    /*SERVICOS*/
    .bloco_servicos .servicoItem:nth-child(2n) {
        border-right: 0;
    }
    .bloco_servicos .servicoItem .imagem {
        padding: 10px 0 10px 0;
    }

    /*ESPACO DO TELESPECTADOR*/
    #bloco_12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*LIKEBOX*/
    #bloco_13 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #bloco_8 .blocoContent {
        background-color: #db271c;
    }
    #bloco_8 img {
        margin: auto;
    }

    .colCenter .bloco {
        padding-bottom: 20px;
    }


    /*ENDERECO*/
    .enderecoItem > div {
        margin-bottom: 15px;
    }

    /*PARCEIROS*/
    .logo_rodape div:first-child a {
        display: block;
        width: 25%;
        float: left;
        padding-bottom: 15px;
    }
    .logo_rodape div:first-child a img {
        margin: auto;
    }
    .logo_rodape img {
        margin: auto;
    }

    .bloco_noticia .blocoNoticiasLista .noticiasItem {
        float: left;
        width: 50%;
        padding: 0 15px 20px 15px;
    }


}
@media (min-width: 768px) {

    /*MENU*/
    .bloco_menususpenso .navbar .menuSuspensoBloco a {
        padding: 0 8px;
        font-size: 15px;
    }

    /*NEWLETTER*/
    .bloco_newsletter .newsletterRegisterLabel {
        font-size: 14px;
        line-height: 18px;
    }

    /*CAMPANHA*/
    .bloco_noticia_campanha .campanhaItem .titulo a {
        font-size: 22px;
        line-height: 28px;
        padding: 15px 0;
    }
	
	.fotosListaItem:nth-child(3n+1) {
		clear: both;
	}

}
@media (min-width: 992px) {

    /*MENU*/
    .bloco_menususpenso .navbar .menuSuspensoBloco a {
        padding: 0 15px;
        font-size: 17px;
    }

    /*LIKEBOX*/
    .bloco_likebox {
        float: right;
        width: 500px;
    }

    /*NEWLETTER*/
    .bloco_newsletter .newsletterRegisterLabel {
         font-size: 16px;
         line-height: 21px;
    }

    /*CAMPANHA*/
    .bloco_noticia_campanha .campanhaItem .titulo a {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
    }
	
	.bloco_noticia .blocoNoticiasLista .noticiasItem .titulo a {
		display: table-cell;
		height: 116px;
		vertical-align: middle;
	}

}
@media (min-width: 1200px) {

    .container {
        width: 970px;
    }

}
div#bloco_21 {
    clear: both;
}