/*  Fonts  */
@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Regular.woff') format('woff'),
         url('fonts/Lato-Regular.ttf') format('truetype'),
         url('fonts/Lato-Regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bold.woff') format('woff'),
         url('fonts/Lato-Bold.ttf') format('truetype'),
         url('fonts/Lato-Bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HoneyLight';
    src: url('fonts/honeyscript-light-webfont.eot');
    src: url('fonts/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/honeyscript-light-webfont.woff') format('woff'),
         url('fonts/honeyscript-light-webfont.ttf') format('truetype'),
         url('fonts/honeyscript-light-webfont.svg#honey_scriptlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {font-family: 'LatoRegular', sans-serif;}

img {border: none;}
/*
 o HTML5 aplica a propriedade display:block por padrão para todos os elementos abaixo, 
 para utilizar esses elementos em browsers antigos foi definido como display:block;
*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 630px;
}

.desktop {
    background-image: url('../img/imgbackend/bacgroundpainel.png');
    /*background-size: 200px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 15px;*/
}

.desktop div {
    background-image: url('../img/imgbackend/logosg.png');
    background-size: 448px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}

.user-icon {
    background-size: 16px 16px;
}

.tudo {
   min-height:100%;
   position:relative;
}

.centerDiv {
    width: 995px;
    margin: auto;
    padding-bottom: 15px;
}

.topo {
    width: 100%;
}

.conteudo {
   padding-bottom: 360px;   /* Mesma Altura do Rodapé */
}

.rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 16px;
    height: 360px;   /* Mesma Altura do Rodapé */
    background-color: rgba(0, 0, 0, 0.2);
}

.botao_voltar {
    float: right;
    margin-top: 10px;
    color: #113F7E;
    background-color: #CECECE;
    padding: 5px 10px;
    cursor: pointer;
}

.botao_voltar .fa {
    color: #113F7E!important;
}

.botao_voltar:hover {
    background-color: #113F7E;
    color: #CECECE;
}

.botao_voltar:hover .fa {
    color: #CECECE!important;
}


.breadcrumbsDv {
    margin-left: -10px;
    margin-bottom: 10px;
    color: #a5a5a5;
}

.breadcrumbsDv a {
    color: #113F7E;
}

.titulo_dois {
    width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
}

.botao_voltar {
    float: right;
    margin-top: 10px;
}

/*##########################     PÁGINA DE DOCUMENTOS Documentos.class.php   ######################################*/
.documentosDiv, .divFiltros {
    border-top: solid 2px #cecece;
    padding-top: 10px;
}

.divAnexoDoc {
    float: left;
    width: 90%;
}

.divAnexoDoc a {
    color: #9B9B9B;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 10px;
}

.divAnexoDoc a:hover {
    background-color: #fff;
}

.doc_ind_descricao {
    float: left;
    color: #9B9B9B;
    width: 80%;
    margin-bottom: 10px;
}

.divAno {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.divMes {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.divMod {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.divModEsp {
    float: left;
    background-color: #CECECE;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.divModEsp a {
    color: #FFF;
    text-decoration: none;
}

.divModEsp:hover {
    background-color: #E5E5E5;
}

.actMod {
    background-color: #015C21;
}

.filtroMod {
    float: left;
    font-weight: bold;
    width: 10%;
    margin-top: 6px;
    font-size: 13px;
}

.filtroArq {
    float: left;
    font-weight: bold;
    width: 10%;
    margin-top: 5px;
}

.posFiltro {
    float: left;
    width: 90%;
}

.divAnoEsp {
    float: left;
    background-color: #CECECE;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.divAnoEsp a {
    color: #FFF;
    text-decoration: none;
}

.divAnoEsp:hover {
    background-color: #E5E5E5;
}

.divAnoEsp:hover a {
    color: #fff;
}

.anoAct {
    background-color: #015C21;
}

.divMesEsp {
    float: left;
    background-color: #CECECE;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.divMesEsp a {
    color: #FFF;
    text-decoration: none;
}

.divMesEsp:hover {
    background-color: #E5E5E5;
}

.divMesEsp:hover a {
    color: #fff;
}

.mesAct {
    background-color: #015C21;
}

.pescDocs {
    float: left;
    width: 100%;
}

.arqDoc {
    float: left;
    width: 100%;
}

.doc_ind {
    border-bottom: dotted 1px #cecece;
    padding: 5px;
    margin-bottom: 10px;
}

.doc_ind:hover {
    background-color: #EDEFEF;
}

.doc_ind_data {
    float: right;
    background-color: #EDEFEF;
    padding: 5px 1%;
    width: 12%;
    text-align: center;
}

.doc_ind_titulo {
    float: left;
    width: 86%;
}

.doc_ind_titulo a {
    color: #9B9B9B;
    text-transform: uppercase;
    cursor: pointer;
}

.downloadpdf {
    float: right;
    margin-top: 10px;
}

.doc_ind_infoextra {
    float: left;
    width: 100%;
    background-color: yellow;
    padding: 3px;
}

.bloco_paginacao {
    float: left;
    width: 100%;
    background-color: #03477C;
    padding: 5px 10px;
    color: #fff;
}

.pg {
    color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}

/*------------------------------------ Paginação ------------------------------------------------------------------------------*/

.pagNa {
    height: 40px!important;
}

.pagNa a {
    color:#333; 
    padding:3px 5px; 
    border:1px solid #ccc; 
    text-decoration:none; 
    margin:0 3px;
}

.pagNa a:hover {
    background:#333; 
    color:#fff;
}

.totPg {
    float: right;
}

.pagNa a.active {
    font-weight:bold; 
    background:#fff; 
    color:#333; 
    border:0; 
    border-bottom:1px solid #ccc;
    font-size:1.6em;
}

.paginasCont { 
    float: left;
    width: 60%;
}

.totPgit {
    float: left;
    width: 20%;
}

.bloco1 {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    height: 255px;
    position: relative;
    margin-bottom: 20px;
}

.bloco1:hover {
    -webkit-box-shadow: 0px 0px 17px 3px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 17px 3px rgba(176,176,176,1);
    box-shadow: 0px 0px 17px 3px rgba(176,176,176,1);
}

.divImgNotbloco1 {
    width: 100%;
    height: 140px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bloco2 {}

.bloco2 img {
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 3px;
}

.bloco3 {
    position: relative;
    padding: 5px;
}

.blocoTitulo {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 17px;
}

.blocoDesc {
    margin: 5px auto;
    color: #8E8E8E;
    font-size: 12px;
}

.blocoData {
    position: absolute;
    bottom: 6px;
    right: 9px;
    color: #000;
    font-size: 10px;
}

.veja_mais {
    font-size: 20px;
    margin-bottom: 10px;
    background-color: #113F7E;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
}

.maisNotDv {
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
    min-height: 73px;
}

.maisNotDv:hover {
    -webkit-box-shadow: 0px 0px 17px 3px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 17px 3px rgba(176,176,176,1);
    box-shadow: 0px 0px 17px 3px rgba(176,176,176,1);
}

.maisNotDv a:hover {
    text-decoration: none!important;
}

.maisntcesq {
    width: 100px;
    position: absolute;
}

.leia_maisnoticias {
    width: 100%;
    padding-left: 100px;
}

.blocotitData {
    color: #333;
    font-size: 18px;
}

.blocoDescmaisNt {
    font-size: 12px;
    color: #929292; 
}

.clear {
    clear: both;
}

/* -------------------------------------------------- Pesquisa ------------------------------------------------------- */

.titulo_pesquisa {
    background: #F85B00;
    color: #FFF;
    padding: 5px;
    clear: both;
    margin-bottom: 20px;
    border-radius: 5px;
}

.resbusca {
    float: left;
    font-size: 22px;
    padding: 5px;
    margin-right: 10px;
}

.reslpesc {
    font-size: 22px;
    background: #F85B00;
    padding: 5px;
    color: #ffffff;
    float: left;
    border: #ccc 1px;
}

.pesquisa {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.pesquisa .dados {
    font-size: 14px;
}

.pesquisa .resultpesc {
    width: 890px;
}

.pesquisa .resultpesc h1 {
   background: #002359;
   color: #ffffff;
   width: 660px;
   padding: 10px;
   clear: both;
   margin-bottom: 20px;
    border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
}

.pesquisa .resultpesc .leiamaispesq{}

.pesquisa .resultpesc .leiamaispesq img{
    margin-left: 90%
}

.linkpes {
    font-size: 14px;
    font-weight: 500;
}

.linkpes a:visited {
    color:#656565;
}

 .linkpes a:hover {
     color:#0658A2;
}

.formDv {}

.md-trigger {
    cursor: pointer;
}

.divInpEsp{
    height: 30px;
    margin-bottom: 20px;
}

.descInput{
    width: 20%;
    float: left;
    color: #7E8C8C;
}

.inputText{
    background-color: #E6E6E6;
    border: 1px solid #D9DBDA;
    width: 80%;
    height: 30px;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}

.txtArea{
    width: 100%;
    height: 150px;
    background-color: #E6E6E6;
    border: 1px solid #D9DBDA;
    margin-bottom: 20px;
    padding: 20px;
    resize: vertical;
}

.btEnvCont{
    float: right;
    background-color: #113F7E;
    border: none;
    padding: 8px 35px;
    color: #FFF;
    cursor: pointer;
}

.btEnvCont:hover{
    background-color: #5DCCF5;
}

.titleContato{
    color: #113F7E;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.titulo_anexo {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #EDEFEF;
}

.linksuteis {
    margin-bottom: 5px;
}

.linksuteis p a {
    text-decoration: none;
    color: #909090;
}

.linksuteis p a:hover {
    color: #D3570C;
}

/*------------------------------------------------------- Menu Sub-Menu e Sub-Sub-Menu "Trocar classe principal para classe correta do menu!" ----------------------------------*/

.menuTop  {
    margin-top:15px

    .menuTop {
        list-style:none;
        position:relative;
        float:left;
        margin:0;
        padding:0
    }

    .menuTop a {
        display:block;
        color:#333;
        text-decoration:none;
        font-weight:700;
        font-size:12px;
        line-height:32px;
        padding:0 15px;
    }

    .menuTop li {
        position:relative;
        float:left;
        margin:0;
        padding:0
    }

    .menuTop li.actMen {
        background:#ddd
    }

    .menuTop li:hover {
        background:#f6f6f6
    }

    .menuTop ul {
        display:none;
        position:absolute;
        top:100%;
        left:0;
        background:#fff;
        padding:0
    }

    .menuTop ul li {
        float:none;
        width:200px
    }

    .menuTop ul a {
        line-height:120%;
        padding:10px 15px
    }

    .menuTop ul ul {
        top:0;
        left:100%
    }

    .menuTop li:hover > ul {
        display:block
    }                     
}

.menuTop {
    list-style:none;
    position:relative;
    float:left;
    margin: 0 0 0 18px;
    padding:0
}

.menuTop a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 33px;
    padding: 0 15px;
}

.menuTop li {
    position:relative;
    float:left;
    margin:0;
    padding:0
}

.menuTop li.actMen {
    background: #920202;
}

.menuTop li:hover {
    background:#f6f6f6
}

.menuTop li:hover a {
    color: #000;
}

.menuTop ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0;
    list-style: none;
    margin: 0;
    z-index: 200;
}

.menuTop ul li {
    float:none;
    width:200px
}

.menuTop ul a {
    line-height:120%;
    padding:10px 15px
}

.menuTop ul ul {
    top:0;
    left:100%
}

.menuTop li:hover > ul {
    display:block
}  

/*---------------------------------------------------------- PESQUISA MENU -------------------------------------------------------------------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
    width: 960px;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
    background: #fff;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  border: none !important;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #fff;
}
#cssmenu > ul > li {
  background-color: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#cssmenu > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}

#cssmenu > ul > li.has-sub > a span {
  background: url(../img/imgfrontend/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../img/imgfrontend/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.agendaEspe {
    float: left;
    width: 170px;
    border: solid 1px #cecece;
    padding: 5px;
    text-align: center;
}

.agendaEspe:hover {
    border: solid 1px #028E2D;
}

.agendaEspe:hover .agendaData{
    background-color: #028E2D;
}

.agendaData {
    color: #fff;
    background-color: #cecece;
}

.agendaTitulo {
    color: #000;
}

.galeria {
    float: left;
    width: 173px;
    border: 1px solid #CECECE;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    height: 200px;
}

.galeria img {
    width: 142px;
    background-color: #DADADA;
    padding: 5px;
    margin: 10px;
}

.galeria a {
    text-decoration: none;
    color: #000;
    text-align: center;
}

.galeria p {
    margin: -5px 2px 10px 2px;
}

.x-window-default {
    border: 1px solid #B5B5B5;
}

.x-html-editor-input {
    border: 1px solid #B5B5B5;
}

#appLoginForm-pwd-labelEl {
    width: 54px !important;
}

#appLoginForm-pwd-labelEl span {
    width: 52px !important;
}

#appLoginForm-login-labelEl {
    width: 54px !important;
}

#appLoginForm-login-labelEl span {
    width: 52px !important;
}

#appLoginForm-fgtpwd {
    padding-left: 13px;
}

#appLoginForm-estab-labelEl {
    width: 117px !important;
}

#appLoginForm-estab-labelEl span {
    width: 115px !important;
}

#appLoginForm-pestab-body {
    border-color: #F5F5F5 !important;
}

#appLoginForm-estab {
    width: 328px !important;
}

#appLoginForm-tbar {
    background-color: #FFFFFF;
}

.x-panel-body-default {
    border-style: none !important;
}

.x-toolbar-footer {
    background-color: #FFFFFF;
}

.x-toolbar-default {
    border-color: #F5F5F5;
}

.x-window-body .x-message-box-icon + div .x-box-inner {
    height: 36px !important;
    width: 435px !important;
    text-align: center;
}

.x-window-body .x-message-box-icon + div .x-box-target {
    width: 435px !important;
}

.bg_topo {
    background-image: url(../img/imgfrontend/bg_topo.png);
    background-repeat: repeat-x;
    height: 198px;
    padding-top: 14px;
}

.topoCenter {
    width: 995px;
    background: #EAEAEA;
    height: 148px;
    margin-left: auto;
    margin-right: auto;
}

.topo_le {
    width: 380px;
    margin: auto;
}

.topo_menu {
    background-image: url(../img/imgfrontend/bg_menu_topo.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 1026px;
    margin-left: -17px;
}

.tpm_le {
    width: 810px;
    float: left;
    margin-top: 17px;
}

.tpm_ld_pesq {
    float: right;
    margin-top: 14px;
    margin-right: 10px;
    width: 205px;
}

.form_padrao {
    background-image: url('../img/imgfrontend/pesquisa.png');
    background-repeat: no-repeat;
    width: 167px;
    height: 27px;
    margin-top: 6px;
    float: right;
}

.form_padrao input[type="text"] {
    float: right;
    width: 100px;
    margin-right: 15px;
    margin-top: 5px;
    background-color: transparent;
    border-color: transparent;
    border: 0;
}

.form_padrao input[type="image"] {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}

.banner ul {
    list-style: none;
}

.cont_esq {
    width: 690px;
    float: left;
}

.cont_dir {
    width: 270px;
    float: right;
}

.diariodir{
    padding: 10px;
    background-color: #F18919;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.diariodir:hover{
    background-color: #FF660D;
}

.portaldir{
    padding: 10px;
    background-color: #1977BB;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.portaldir:hover{
    background-color: #0E58AC;
}

.saucdir{
    padding: 10px;
    background-color: #83BE3E;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.saucdir:hover{
    background-color: #4D9D39;
}

.licidir{
    padding: 10px;
    background-color: #D8292E;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.licidir:hover{
    background-color: #BA1618;
}

.pregodir{
    padding: 10px;
    background-color: #F18919;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pregodir:hover{
    background-color: #FF660D;
}

.contdir{
    padding: 10px;
    background-color: #1977BB;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contdir:hover{
    background-color: #0E58AC;
}

.editdir{
    padding: 10px;
    background-color: #D8292E;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.editdir:hover{
    background-color: #BA1618;
}

.hrdir{
    padding: 10px;
    background-color: #83BE3E;
    border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    -webkit-border-radius: 25px 0px 25px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hrdir:hover{
    background-color: #4D9D39;
}

.txtdir {
    float: right;
    text-align: center;
    font-size: 20px;
    width: 210px;
    color: #fff !important;
}

.notEsp {
    
    text-decoration: none;
    color: #000;
    font-size: 10px;
    width: 175px;
    text-align: center;
    margin: 0 27px 0 27px;
}

.notTitle {
    margin-top: 5px;
}

.btnVejaMaisNt {
    float: right;
}

.agenda {
    width: 330px;
    height: 210px;
    background-image: url(../img/imgfrontend/bg_agenda_galeria.png);
    background-repeat: repeat-x;
    float: left;
}

.agenda h1 {
    color: #FFF;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 18px;
    margin-left: 10px;
}

.noticias {
    margin-bottom: 20px;
}

.galeria_fotos {
    width: 330px;
    height: 210px;
    background-image: url(../img/imgfrontend/bg_agenda_galeria.png);
    background-repeat: repeat-x;
    float: left;
    margin-left: 30px;
}

.galeria_fotos h1 {
    color: #FFF;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 18px;
    margin-left: 10px;
}

.cont_gal_foto {
    float: left;
    width: 150px;
    margin-left: 10px;
    height: 160px;
}

.foto_galeria {
    float: left;
    display: block;
    margin-left: 2px;
    width: 100%;
}

.cont_gal_foto h3 {
    font-size: 12px;
    font-weight: lighter;
    padding: 3px;
    text-align: center;
}

.cont_gal_foto:hover {
    background: #FFF;
    cursor: pointer;
}

.bg_rodape {
    height: 145px;
    background-image: url(../img/bg_rodape_fundo.png);
    background-repeat: repeat-x;
}

.dvrodape {
    background-image: url(../img/imgfrontend/bg_rodape.png);
    background-repeat: no-repeat;
    width: 1023px;
    margin-left: auto;
    margin-right: auto;
    height: 49px;
}

.divRpInf {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    color: #fff;
}

.menurp {
    font-size: 15px;
    float: left;
    margin: 0;
    padding: 0;
    min-width: 120px;
    margin-top: 40px;
}

.menurp li {
    list-style: none;
    line-height: 24px;
}

.menurp li a {
    color: #002E53;
    text-decoration: none;
    border-bottom: solid 2px transparent;
}

.menurp li a:hover {
    border-color: #002E53;
}

.rodape_conteudo {
    width: 993px;
    margin-left: auto;
    margin-right: auto;
    height: 96px;
    background-color: #EAEAEA;
}

.rdp_esq {
    float: left;
    width: 250px;
    margin-left: 50px;
}

.rdp_meio {
    float: left;
    width: 430px;
    margin-left: 50px;
    margin-top: 8px;
}

.rdp_dir {
    float: left;
    width: 150px;
    margin-left: 50px;
}

.rdp_meio p {
    margin: 0;
    font-size: 12px;
}

.rdp_meio strong {
    margin-right: 5px;
}
/*Página Institucional*/
.moduloaudio{width: 48%;float: left;margin: 1%;}
.moduloanexo{float: left;width: 100%;line-height:29px;text-align:left;margin-bottom: 1%;}
.moduloanexo a{text-decoration: none;color: #0093D7; }
.moduloanexo a:hover{text-decoration: underline;}
.moduloanexo a img{border: none;float: left;margin-right: 10px;}

.divTop {
    width: 100%; 
    height: 100px; 
    background: #f4c995; 
    background-color: rgba(0, 0, 0, 0.2); 
    position: fixed; 
    z-index: 9999;
}

.divLogoTp {
    position: absolute;
    margin-top: 15px;
}

.divMenuTop {
    float: right;
    width: 100%;
    padding-left: 430px;
    margin-top: 38px;
}

.divTop .navbar {
    float: right;
}

.ulMenuTop a {
    padding: 0px 2px;
    color: #fff;
}

.ulMenuTop li a {
    border-bottom: solid 2px transparent;
}

.ulMenuTop li a:hover, .ulMenuTop li a:focus {
    border-color: #fff;
    background-color: transparent!important;
    color: #fff!important;
}

.btnMenCollapsed {
    margin-top: 23px!important;
}

.divBnrInni {
    position: relative; 
    width: 100%; 
    height: 600px; 
    background: #ffffff url('../img/billboard_bg.jpg') no-repeat fixed; 
    background-size: cover;
}

.divBnrSec {
    position: relative; 
    width: 100%; 
    height: 100px; 
    background: #ffffff url('../img/billboard_bg.jpg') no-repeat fixed; 
    background-size: cover;
}

.divBnrInniCnt {
    width: 100%; 
    text-align: center; 
    position: absolute; 
    top: 240px;
    text-shadow: 1px 1px 18px #000;
}

.divBnrInniTit {
    font-family: 'LatoBold', arial; 
    font-weight: Bold; 
    font-size: 40px; 
    color: #ffffff; 
    text-transform: uppercase; 
    letter-spacing: 1.5px;
}

.divBnrInniDsc {
    font-family: 'HoneyLight'; 
    font-size: 50px; 
    color: #ffffff; 
    margin-top: 10px;
}

.divServ {
    position: relative;
}

.divServEsp {
    margin-top: -80px;
    margin-bottom: 30px;
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.divServEspTit {
    font-family: 'LatoBold', arial;
    font-weight: bold;
    font-size: 25px;
    color: #646363;
    margin-bottom: 30px;
    margin-top: 15px;
}

.divServEspDesc {
    font-family: 'LatoRegular', arial;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 20px;
}

.divSupt {
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    border-radius: 7px 0px 0px 20px;
    border: solid 1px #cecece;
    border-right: none;
}

.divSupt:hover {
    background-color: #cecece;
}

.divSuptDesc {
    font-family: 'LatoRegular', arial;
    font-size: 17px;
    color: #646363;
    margin-top: 8px;
}

.divProds {
    position: relative;
    float: left;
    padding-bottom: 30px;
}

.divProds a:hover, .divProds a:focus, .divProds a:active {
    text-decoration: none!important;
}

.divProdsEsp {
    width: 100%;
    height: 305px;
    position: relative;
    padding: 10px;
    border: 1px #fff solid;
}

.divProdsEsp:hover  {
    border-color: #cecece;
}

.divProdsEspImgR {
    position: absolute;
    width: 380px;
    right: 10px;
}

.divProdsEspImgL {
    position: absolute;
    width: 380px;
    left: 10px;
}

.divProdsTxtR {
    padding-right: 480px;
    padding-top: 60px;
    min-height: 290px;
}

.divProdsTxtL {
    padding-left: 480px;
    padding-top: 60px;
    min-height: 290px;
}

.divProdsTit {
    font-family: 'LatoBold', arial;
    font-weight: bold;
    font-size: 25px;
    color: #646363;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: center;
}

.divProdsDsc {
    font-family: 'LatoRegular', arial;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 20px;
}

.divNotInni {
    position: relative;
    padding-bottom: 20px;
    float: left;
    margin-bottom: 60px;
}

.divNotInniDesc {
    color: #545454;
    font-size: 25px;
    margin-bottom: 50px;
    font-weight: bold;
}

.divNotEsp {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    height: 320px;
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #fff;
}

.divNotEsp:hover {
    border-color: #cecece;
}

.divNotEspImg {
    width: 100%;
    height: 140px;
    background-size: cover;
}

.divNotEspTit {
    color: #545454;
    padding: 6px 0px 0px 6px;
}

.divNotEspData {
    color: #9c9c9c;
    font-size: 10px;
    padding: 0px 6px 8px;
}

.divNotEspDesc {
    color: #9c9c9c;
    padding: 0px 6px;
    text-align: justify;
}

.btnMenCollapsed {
    border: none!important;
    background-color: #fff!important;
    border-radius: 50%!important;
    height: 50px;
    width: 50px;
}

.btnMenCollapsed:hover {
    background-color: #cecece!important;
}

.btnMenCollapsed .icon-bar {
    background-color: #585350;
    width: 29px !important;
    height: 3px !important;
}

.aVejaMais {
    position: absolute;
    bottom: 3px;
    right: 8px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent!important;
}

#defaultNavbar1 {
    margin-top: 18px;
}

.prettySocial {
    color: #A3A3A3;
    font-size: 30px !important;
    margin: 15px;
}

.divSoc {
    width: 100%;
    padding-left: 206px;
    text-align: center;
    margin-top: 40px;
    padding-right: 290px;
}

.fa-facebook:hover, .fa-facebook:focus {
    color: #4267B2;
    text-decoration: none;
}

.fa-google-plus:hover, .fa-google-plus:focus {
    color: #ED452A;
    text-decoration: none;
}

.fa-linkedin:hover, .fa-linkedin:focus {
    color: #007AB5;
    text-decoration: none;
}

.img-thumbnail {
    border: none!important;
}

.divModCampos {
    width: 48%;
    margin: 10px 1%;
    float: left;
}

.divModCamposDsc {
    text-align: left;
}

.divModCamposImp {
    width: 100%;
}

.impModCampos {
    width: 100%;
    padding: 6px;
}

.slctModCampos {
    width: 100%;
    padding: 7px 4px;
}

.txtAreaModCampos {
    width: 100%;
    padding: 5px 10px;
}

.hrInni {
    margin: 80px 0px;
    float: left;
    width: 100%;
}

@media screen and (max-width: 1200px) { 
    .divMenuTop {
        margin-top: 16px!important;
    }
}

@media screen and (max-width: 990px) { 
    .divServEsp, .divNotEsp, .bloco1, .divGale {
        width: 48%!important;
    }
    
    .servEspDif {
        margin-top: 0;
        width: 100% !important;
    }
}

@media screen and (max-width: 770px) {   
    .divMenuTop {
        margin-top: 30px!important;
        position: absolute;
        z-index: 30;
        right: 0px;
    }
    
    #defaultNavbar1 {
        text-align: center !important;
        margin-top: 19px;
        background-color: rgba(0, 0, 0, 0.8);
    }
        
    .navbar {
        border: none!important;
    }
    
    .navbar-nav {
        margin: 0px!important;
    }
    
    .divProdsEsp {
        width: 100%;
        height: 450px;
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        border-bottom: dotted 2px #cecece;
    }
    
    .divProdsEspImgL, .divProdsEspImgR {
        position: inherit;
    }
    
    .divProdsTxtL, .divProdsTxtR {
        padding: 0;
    }
}

.divBndes:hover a, .divBndes a:active, .divBndes a:focus {
    text-decoration: none!important;
}

.divBndes {
    float: left;
    width: 100%;
    padding: 30px;
    padding-left: 0!important;
    margin-top: 100px;
    margin-bottom: 70px;
}

.divBndesImg {
    float: left;
    width: 160px;
    margin-right: 30px
}

.divBndesTxt {
    color: #646363;
    text-align: center;
    padding-left: 360px;
}

.divBndesTit {
    font-size: 22px;
    margin-bottom: 5px;
}

.divBndesDsc {
    
}