/*-------------------------------------------------------*/
/* 1 - FONTES
/*-------------------------------------------------------*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fontes/FontAwesome/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fontes/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fontes/FontAwesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fontes/FontAwesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fontes/FontAwesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fontes/FontAwesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fontes/glyphicons-halflings/glyphicons-halflings-regular.eot');
    src: url('../fontes/glyphicons-halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fontes/glyphicons-halflings/glyphicons-halflings-regular.woff') format('woff'), url('../fontes/glyphicons-halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('../fontes/glyphicons-halflings/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('../fontes/ProximaNova/ProximaNova-Regular.eot');
    src: local('☺'), url('../fontes/ProximaNova/ProximaNova-Regular.woff') format('woff'), url('../fontes/ProximaNova/ProximaNova-Regular.ttf') format('truetype'), url('../fontes/ProximaNova/ProximaNova-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ProximaNova Light';
    src: url('../fontes/ProximaNova/ProximaNova-Light.eot');
    src: local('☺'), url('../fontes/ProximaNova/ProximaNova-Light.woff') format('woff'), url('../fontes/ProximaNova/ProximaNova-Light.ttf') format('truetype'), url('../fontes/ProximaNova/ProximaNova-Light.svg') format('svg');
    font-weight: lighter;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ProximaNova SemiBold';
    src: url('../fontes/ProximaNova/ProximaNova-Semibold.eot');
    src: local('☺'), url('../fontes/ProximaNova/ProximaNova-Semibold.woff') format('woff'), url('../fontes/ProximaNova/ProximaNova-Semibold.ttf') format('truetype'), url('../fontes/ProximaNova/ProximaNova-Semibold.svg') format('svg');
    font-weight: bolder;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ProximaNova Bold';
    src: url('../fontes/ProximaNova/ProximaNova-Bold.eot');
    src: local('☺'), url('../fontes/ProximaNova/ProximaNova-Bold.woff') format('woff'), url('../fontes/ProximaNova/ProximaNova-Bold.ttf') format('truetype'), url('../fontes/ProximaNova/ProximaNova-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ABeeZee Regular';
    src: url('../fontes/ABeeZee/ABeeZee-Regular.eot');
    src: local('☺'), url('../fontes/ABeeZee/ABeeZee-Regular.woff') format('woff'), url('../fontes/ABeeZee/ABeeZee-Regular.ttf') format('truetype'), url('../fontes/ABeeZee/ABeeZee-Regular.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'ABeeZee Italic';
    src: url('../fontes/ABeeZee/ABeeZee-Italic.eot');
    src: local('☺'), url('../fontes/ABeeZee/ABeeZee-Italic.woff') format('woff'), url('../fontes/ABeeZee/ABeeZee-Italic.ttf') format('truetype'), url('../fontes/ABeeZee/ABeeZee-Italic.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/*-------------------------------------------------------*/
/* 2 - PADROES/MODIFIÇÕES CSS BOOTSTRAP
/*-------------------------------------------------------*/
body {
    font-family: ProximaNova;
    color: #444;
}
.text-primary {
    color: #0079ad;
}
a {
    color: #0079ad;
    text-decoration: none;
}
a:hover {
    outline: 0;
    color: #4d4d4d;
    text-decoration: none;
}
success {
    color: #5cb85c;
    font-size: 12px;
    font-family: 'ProximaNova';
}
info {
    color: #5bc0de;
    font-size: 12px;
    font-family: 'ProximaNova';
}
warning {
    color: #f0ad4e;
    font-size: 12px;
    font-family: 'ProximaNova';
}
danger {
    color: #d9534f;
    font-size: 12px;
    font-family: 'ProximaNova';
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.page-top {
    width: 100%;
    float: left;
    padding: 0px 10px 10px 10px;
}
.nomargin {
    margin: 0 !important;
}
.page-top h1,
.page-top h2 {
    margin: 0 15px 0 0;
    font-size: 30px;
    float: left;
    line-height: 46px;
    color: #015e8b;
}
img {
    max-width: 100%;
    height: auto;
}
/*-------------------------------------------------------*/
/* 3 - BOTOES, INPUT, PAGINAÇÃO, BREADCRUMB, TABELAS, ETC.
/*-------------------------------------------------------*/
/*
BotÃµes e Links
---------------------------*/
button {
    background: none;
}
.botao {
    width: auto;
    float: left;
    margin: 5px 0 0 0;
    padding: 14px 16px;
    color: #FFF;
    transition: 0.2s;
    background: #0079ad;
    cursor: pointer;
    text-align: center;
    border: none;
    font-family: 'ProximaNova SemiBold';
    font-size: 14px;
    text-transform:uppercase;
    border-radius: 4px;
    letter-spacing: 0.03em;
}
/*
Botão ir para o topo
---------------------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #286cbd url(../imagens/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #286cbd;
    opacity: 1;
}
/*
Tabelas
---------------------------*/

/*
Breadcrumb
---------------------------*/
.breadcrumb {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-family: 'ProximaNova';
    background: #FFF;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 20px 35px;
    background: rgba(0,0,0,0.08);
    border-radius: 2px;
    font-size: 16px;
    margin-top: 40px;
}
.breadcrumb > .active {
    color: #999;
}
.breadcrumb > li a {
    color: #555;
}
/*
Formulários/inputs
---------------------------*/
.input {
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
}
input[type=text],
select {
    width: 100%;
    float: left;
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    color: #666;
    transition: 0.2s;
    background: #ffffff;
}
input[type=text]:hover,
select:hover {
    transition: 0.2s;
}
.form-control {
    border-radius: 1px;
}
textarea {
    width: 100%;
    float: left;
    height: 200px;
    margin: 5px 0 0 0;
    border: 1px solid #CDCDCD;
    padding: 10px 15px 10px 15px;
    color: #666;
    transition: 0.2s;
    background: #ffffff;
}
textarea:hover {
    transition: 0.2s;
    border: 1px solid #BBB;
}
textarea:focus {
    transition: 0.3s;
    outline: 0;
    border: 1px solid #03488D;
}
/*
Paginação
---------------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0067aa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'ProximaNova Bold';
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0067aa;
    border-color: #0067aa;
}
/*
Efeitos de transição
---------------------------*/
input:focus, textarea:focus, .btn:focus, .zoom img, .img-thumb img, .box li a i{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-thumb {
    display: block;
    overflow: hidden;
}
.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*-------------------------------------------------------*/
/* 4 - BARRA DE ACESSIBILIDADE
/*-------------------------------------------------------*/
.barra-acessibilidade {
    width: 100%;
    padding: 31px 0;
    background: #307CCA;
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    float: left;
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-family: 'ProximaNova';
    font-size: 25px;
    color: #FFF;
    margin: 1px 60px 0 0;
}
.barra-acessibilidade .link {
    color: #fff;
}
.barra-acessibilidade .nome .icone {
    width: auto;
    float: left;
    margin: 0 12px 0 0;
}
.barra-acessibilidade .fontes {
    width: auto;
    float: left;
}
.barra-acessibilidade .fontes .alterar {
    width: 40px;
    height: 40px;
    padding: 9px 0 0 0;
    float: left;
    margin: 0 9px 0 0;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-family: 'ProximaNova';
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .fontes .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .contraste {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto .alterar {
    font-family: 'ProximaNova';
    font-size: 14px;
    color: #fff;
    margin: 30px 0 0 0;
}
.barra-acessibilidade .texto .alterar .link {
    background: #2D4585;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.barra-acessibilidade .texto .alterar a {
    color: #fff;
}
.barra-acessibilidade .texto .alterar a:hover {
    color: #fff;
}
.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: 40px;
    padding: 9px 22px 0 22px;
    float: left;
    margin: 0 9px 0 20px;
    box-shadow: inset 0px 0px 0px 2px #FFF;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .contraste .alterar:hover {
    background: #FFF;
    color: #307CCA;
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo {
    width: auto;
    height: 40px;
    padding: 9px 20px 0 20px;
    float: left;
    margin: 0 9px 0 20px;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.23);
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo:hover {
    background: rgba(0, 0, 0, 0.33);
    transition: 0.2s;
}
/*-------------------------------------------------------*/
/*  5 - HEADER/FOOTER
/*-------------------------------------------------------*/
/*
Header
---------------------------*/
header {
    background: #fff;
}
.insert-barra-topo {
    width: 100%;
    float: left;
}
.barra-topo {
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.04);
}
.barra-topo .opc {
    float: left;
    margin: 0 20px 0 0;
    font-family: 'ABeeZee Regular';
    font-size: 11px;
    color: #777777;
    cursor: pointer;
    transition: 0.2s;
    line-height: 40px;
}
.barra-topo .opc:hover {
    opacity: 0.70;
    transition: 0.2s;
}
.barra-topo .opc-right {
    float: right;
    margin: 0 20px 0 0;
    font-family: 'ABeeZee Regular';
    font-size: 11px;
    color: #777;
    cursor: pointer;
    transition: 0.2s;
    line-height: 40px;
}
.barra-topo .opc-right .acessibilidade {
    font-family: 'ProximaNova Bold';
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.08);
    padding: 0 30px 0 30px;
    letter-spacing: 0.06em;
}
.barra-topo .opc-right .icone {
    width: 24px;
    height: 25px;
    float: left;
    margin: 0 9px 0 0;
    background: url(../imagens/source-all.png) -124px -127px;
}
.barra-topo .opc-right:hover {
    opacity: 0.70;
    transition: 0.2s;
}
header .logo {
    float: left;
    padding: 15px 0 15px 0;
}
.header-info {
    padding-top: 36px;
    display: inline-block;
    font-size: 12px;
    color: #777;
    float: right;
}
.header-info ul {
    padding: 0;
}
.header-info li {
    display: inline-block;
    list-style: none;
    position: relative;
    line-height: 1.6;
    padding-left: 40px;
    padding-right: 30px;
    text-align: left;
}
.header-info i {
    position: absolute;
    font-size: 28px;
    left: 0;
    top: 5px;
    /*    opacity: 0.6;
        filter: alpha(opacity=60);*/
    color: #1a969b;
}
.header-info li span {
    text-transform: uppercase;
    font-family: 'ProximaNova';
    color:#9c9c9c;
}
.logo img {
    width:100%;
    float:left;
}
/*
Menu
---------------------------*/
/* Menu navbar */
.menu {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #0079ad;
    box-shadow: 0 5px 12px 0px rgba(0, 0, 0, .20);
}
.navbar-collapse {
    padding: 0;
}
.navbar {
    min-height: 0;
    margin-bottom: 0px;
}
.navbar-nav > li > a {
    padding: 35px 20px;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'ProximaNova SemiBold';
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s;
    padding: 24px 15px 24px 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    transition: 0.2s;
    color: #9fd49d;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #7E7E7E;
    font-family: 'ProximaNova SemiBold';
    letter-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: 0.2s;
    font-size: 11px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.2s;

}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    transition: 0.2s;
    color: #9fd49d;
}
/*
Dropdown Menu
---------------------------*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
}
.dropdown-menu {
    text-transform: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 2px 2px 2px 2px;
    margin: 10px 0 0;
    font-size: 14px;
    border: none;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    z-index: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.campo-busca {
    padding: 15px 0 0px 0;
    float: right;
}
.campo-busca input[type=text] {
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    padding: 0px 20px;
    transition: all 0.4s;
    color: #fff;
    width: 170px;
    height: 35px;
    border-radius: 100px;
    background-color: #005b83;
    box-shadow: 0 1px rgba(111, 110, 110, 0.28);
    border: none;
}
.campo-busca input[type=text]:focus {
    outline: 0;
}
.campo-busca label {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    font-size: 15px;
    margin: 8px -40px;
}
.campo-busca a{
    color: white;
}
/*
Footer 
---------------------------*/
footer {
    width: 100%;
    float: left;
    padding: 70px 0 0 0;
    background: #005b83;
}
footer a {
    color: rgba(255,255,255,0.7);
}
footer a:hover {
    color: rgba(255,255,255,0.7);
}
footer a:active {
    color: rgba(255,255,255,0.7);
}
footer a:visited:active {
    color: rgba(255,255,255,0.7);
}
footer .bloco {
    width: 100%;
    float: left;
}
footer .bloco .titulo {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #FFF;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    font-family: ProximaNova SemiBold;
    letter-spacing: 0.03em;
}
footer .bloco ul {
    margin: 0;
    padding: 0;
}
footer .bloco ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    list-style: none;
    color: rgba(255,255,255,0.7);
    padding: 0 0 5px 0;
}
footer .bloco ul li .icone {
    width: auto;
    float: left;
    margin: 1px 7px 0 0;
}
footer .bloco .mapa {
    width: 100%;
    float: left;
}
footer .bloco .mapa .botao {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    background: rgba(0,0,0,0.2);
    border: none;
    color: #FFF;
    text-shadow: none;
}
footer .bloco .mapa .botao:hover {
    transition: 0.3s;
}
footer .bloco .mapa a:hover {
    text-decoration: none;
}
footer .bloco .acesso-informacao {
    width: auto;
    float: right;
    margin: 32px 0 0 0;
}
footer .copyrights {
    width: 100%;
    float: left;
    margin: 60px 0 0 0;
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #CECECE;
}
footer .copyrights .desenvolvido {
    width: auto;
    float: right;
}
footer .copyrights .desenvolvido img {
    margin: -3px 0 0 10px;
}
/*-------------------------------------------------------*/
/*  6 - PÁGINA INICIAL - HOME
/*-------------------------------------------------------*/
.titulo-home {
    width: 100%;
    float: left;
    padding: 30px 0 20px 0;
    margin: 0px 0 30px 0;
    font-family: 'ProximaNova Bold';
    color: #555;
    font-size: 25px;
    border-bottom: 4px solid #e1e1e1;
}
.servicos-home .servicos {
    width: 100%;
    float: left;
    padding: 0 13px 0 13px;
}
.servicos-home img {
    width: 26px;
}
.servicos-home .bloco {
    width: 100%;
    float: left;
    padding: 40px 10px 30px 10px;;
    transition: 0.2s;
    cursor: pointer;
    color: #FFF;
}
.servicos-home .bloco:hover {
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.1);
}
.servicos-home .bloco .no-padding-left {
    padding-left: 0;
}
.servicos-home .bloco .icone {
    width: 40%;
    height: 53px;
    float: left;
    margin: -13px 0 0 0;
}
.servicos-home .nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.servicos-home .icone1 {
    background: url(../imagens/servicos/1.png) center no-repeat;
}
.servicos-home .icone2 {
    background: url(../imagens/servicos/2.png) center no-repeat;
}
.servicos-home .icone3 {
    background: url(../imagens/servicos/3.png) center no-repeat;
}
.servicos-home .icone4 {
    background: url(../imagens/servicos/4.png) center no-repeat;
}
.servicos-home .icone5 {
    background: url(../imagens/servicos/5.png) center no-repeat;
}
.servicos-home .icone6 {
    background: url(../imagens/servicos/6.png) center no-repeat;
}
.servicos-home .icone7 {
    background: url(../imagens/servicos/7.png) center no-repeat;
}
.bg-pattern {
    position: relative;
    padding: 10px 0 30px;
    background: url(../imagens/background1.png) -37px -43px repeat;  
    margin-top: 32px;
}
.bg-overlay{
    position: relative;
}

.bg-overlay .container{
    position: relative;
    z-index: 1;
}
.bg-overlay:after{
    background-color: rgb(26, 150, 155);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.recadastramento-home .box {
    position: relative;
    margin: 47px 0 0 0;
}
.recadastramento-home .box .detalhes {
    float: left;
    width: 53%;
    margin-right: 1%;
    padding: 45px 43px 45px 35px;
    background: #1a969b;
    height: 320px;
}
.recadastramento-home .box .detalhes h3 {
    font-size: 16px;
    line-height: 10px;
    color: #fff;
    border-bottom: 4px solid #46afb3;
    letter-spacing: 1px;
    padding-bottom: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: ProximaNova Bold;
}
.recadastramento-home .box .detalhes h3 span {
    display: block;
    font-weight: 400;
}
.recadastramento-home .box .detalhes p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.recadastramento-home .box .detalhes a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-family: 'ProximaNova Semibold';
    letter-spacing: 1px;
}
.recadastramento-home .box .detalhes a.botao {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.recadastramento-home .box .img-box {
    float: right;
    width: 46%;
    overflow: hidden;
}
.recadastramento-home .box .img-box img {
    height: 320px;
}
.recadastramento-home .box .tag {
    position: absolute;
    left: 50%;
    top: 60px;
    border: 4px solid #fff;
    margin-left: -10px;
    z-index: 99;
    overflow: hidden;
}
.recadastramento-home .bottom-row {
    float: left;
    width: 100%;
    height: 70px;
    background: #f2f3ef;
    margin-top: 46px;
}
.recadastramento-home .bottom-row .img-box {
    float: left;
    border: 3px solid #ffffff;
    margin: -20px 0 0 10px;
    overflow: hidden;
}
.recadastramento-home .bottom-row strong {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    text-transform: uppercase;
    padding: 25px 32px;
    letter-spacing: 1px;
}
.recadastramento-home .bottom-row strong span {
    font-weight: 400;
}
.recadastramento-home .bottom-row a {
    float: right;
    border-left: 1px solid #e1e1e1;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
    text-transform: uppercase;
    padding: 25px 47px 21px 32px;
    letter-spacing: 0.5px;
}
.recadastramento-home .bottom-row a i {
    display: block;
    width: 14px;
    height: 2px;
    background: #1A969B;
    margin-bottom: 5px;
}
.recadastramento-home .bottom-row-2 {
    float: left;
    width: 100%;
    height: 70px;
    background: #f2f3ef;
    margin-top: 46px;
}
.recadastramento-home .bottom-row-2 .img-box {
    float: left;
    border: 3px solid #ffffff;
    margin: -20px 0 0 10px;
    overflow: hidden;
}
.recadastramento-home .bottom-row-2 strong {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    text-transform: uppercase;
    padding: 12px 22px;
    letter-spacing: 1px;
}
.recadastramento-home .bottom-row-2 strong i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #e1e1e1;
}
.recadastramento-home .bottom-row-2 strong span {
    display: block;
    font-weight: 400;
}
.recadastramento-home .bottom-row-2 a {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: #1A969B;
    text-transform: uppercase;
    padding: 25px 0;
    font-weight: 700;
    border-left: 9px solid #fff;
    min-width: 253px;
    text-align: center;
}

.wrapper-publicacao{
    width: 100%;
    float: left;
    padding: 0 10px;
    display:block;
}

.publicacoes-home {
    float: left;
    min-height: 100px;
    padding-left: 80px;
    position: relative;
    width: 100%;
    background: rgb(247, 247, 247);
    padding: 14px;
    margin-bottom: 10px;
}
.arquivo-download {
    height: auto;
    left: 0;
    position: absolute;
    width: 60px;
    overflow: hidden;
    margin-top: 6px;
    background: #0079ad;
    padding: 10px;
    border-radius: 3px;
}
.arquivo-download img {
    float: left;
    width: 100%; 
}
.publicacoes-home h3 {
    max-width: 40ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333638;
    float: left;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 22px;
    margin-top: 6px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.post-header-bar .publicacoes-home h3 a {
    color: #ffffff;
}
.publicacoes-home h3 {
    float: left;
    margin: 0;
    width: 100%;
}
.publicacoes-home-data > ul > li:last-child {
    border: medium none;
    margin: 15px 0 0 0;
    padding: 0;
}
.publicacoes-home-data > ul > li > a,
.publicacoes-home-data > ul > li {
    color: #828282;
    float: left;
    font-family: 'ProximaNova';
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: .7px;
    list-style: outside none none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.publicacoes-home-data > ul > li a {
    float: right;
    padding-left: 4px;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
/*
 benefícios carousel
 -----------------------------*/
#clients-carousel .item {
    font-size: 0;
    text-align: center;
}
#clients-carousel .item ul li {
    display: inline-block;
    width: 25%;
}
#clients-carousel .item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.client-left,
.client-right {
    color: #787878;
    font-size: 20px;
    position: absolute;
    bottom: 100px;
}
.client-left:hover,
.client-right:hover {
    color: #2a2a83;
}
.client-left {
    left: -60px;
}
.client-right {
    right: -60px;
}
/* benefícios-home */
.beneficios-home .no-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.beneficios-home {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.beneficios-home .bloco {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-top: 4px solid #1a969b;
    border-radius: 3px;
}
.beneficios-home .imagem {
    width: 100%;
    height: 200px;
    float: left;
    /*! border-radius: 3px 3px 0 0; */
}
.beneficios-home .texto {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 0 0 3px 3px;
}
.beneficios-home .texto h2 {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'ABeeZee Regular';
}
.beneficios-home .texto h2 a {
    color: #555;
}
.concursos-home-borda {
    width: 350px;
    float: left;
    border-bottom: 2px solid #e1e1e1;
}
.concursos-home-borda-secretarias {
    width: 380px;
    float: left;
    border-bottom: 2px solid #e1e1e1;  
}
.widget-concursos {
    margin: 20px 0 0 0;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border-bottom: 3px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 9px rgba(0,0,0,.08);
    box-shadow: 0 2px 9px rgba(0,0,0,.08);
    width: 349px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.widget-concursos:hover {
    box-shadow: 14px 14px 30px -4px rgba(124, 141, 169, .3);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.widget-concursos .conteudo {
    padding: 20px 26px 20px 26px;
    display: inline-block;
    border-right: 1px solid #efefef;
    width: 290px;
}
.widget-concursos .conteudo h2 {
    font-size: 14px;
    font-family: 'ProximaNova Bold';
    color: #282828;
    margin: 0;
}
.widget-concursos .conteudo h3 {
    font-size: 14px;
    font-family: 'ProximaNova Bold';
    color: #8d8c8c;
    margin: 10px 0 5px 0;
}
.widget-concursos .conteudo:before {
    content: "";
    display: block;
    background: #efefef;
    border-bottom: 1px solid;
    margin: 0 auto;
    border-style: none;
}
.widget-concursos span {
    color: #ffffff;
    font-size: 12px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.widget-concursos .seta {
    padding: 38px 2px 38px 2px;
    display: inline-block;
    border-right: 1px solid #efefef;
    float: right;
}
.widget-concursos .seta i {
    padding: 0px 20px;
    font-size: 30px;
    color: #e9e9e9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
}
.widget-concursos:hover {
}
.widget-concursos:hover span {
}
.widget-concursos:hover i {
}
.agenda-home{
    padding-right: 30px;
}
.agenda-home .calendario {
    padding: 0px 40px 10px 0px;
}
.agenda-home div.zabuto_calendar {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.agenda-home div.zabuto_calendar:hover {
    box-shadow: 14px 14px 30px -4px rgba(124, 141, 169, .3);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
.agenda-home .table > tbody > tr > th {
    border-top: none;
}
.agenda-home div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 350px;
    -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 9px rgba(0,0,0,.08);
    box-shadow: 0 2px 9px rgba(0,0,0,.08);
    border: 1px solid #efeded;
}
.agenda-home .evento {
    width: 100%!important;
    padding: 0 0 17px 0;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 17px;
}
.agenda-home .evento .data{
    width: 50px;
    font-family: 'ProximaNova';
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #0057B8;
    -webkit-box-shadow: 0 3px 8px rgba(0,103,170,.39);
    -moz-box-shadow: 0 3px 8px rgba(0,103,170,.39);
    box-shadow: 0 3px 8px rgba(0,103,170,.39);
    border: solid 1px #0067aa;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.agenda-home .evento .nome-evento {
    font-family: 'ProximaNova Bold';
    font-size: 15px;
    color: #282828;
    margin-bottom: 6px;
}
.agenda-home .evento .descricao {
    font-family: 'ProximaNova';
    font-size: 11px;
    color: #a0a0a0;
}

/*-------------------------------------------------------*/
/*  7 - PÃGINAS
/*-------------------------------------------------------*/
.nav-pills > li > a {
    border-radius: 0px;
    color: #4B4B4B;
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    z-index: 0;
    text-align: left;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    border-radius: 0px;
    color: #4B4B4B;
    padding: 15px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    z-index: 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0079AD;
    color: #FFF;
    border-left: 4px solid #1A969B;
}
.meio-box {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-family: 'ProximaNova';
    font-size: 15px;
    color: #626262;
    line-height: 1.7em;
    border-radius: 3px;
}
.meio-box .titulo {
    width: 100%;
    float: left;
    margin: 0px 0 30px 0;
    font-family: 'ProximaNova Bold';
    color: #555;
    font-size: 25px;
    border-bottom: 4px solid #e1e1e1;
}
.meio-box .titulo a {
    color: inherit;
}
.meio-box .titulo .ver-mais {
    width: 50px;
    height: 50px;
    float: right;
    padding: 10px 0 0 0;
    background: #82BE3F;
    font-family: 'ProximaNova Bold';
    font-size: 25px;
    color: #FFF;
    text-align: center;
    margin: -17px 3px -17px 0;
    cursor: pointer;
    transition: 0.3s;
}
.meio-box .titulo .ver-mais:hover {
    transition: 0.3s;
    background: #79B13A
}
.meio-box .conteudo {
    width: 100%;
    float: left;
    padding:  0;
    line-height: 1.4em;
}
.meio-box .conteudo .list-group-item {
    padding: 10px 15px;
    margin-bottom: 10px !important;
    background-color: #ebebeb;
    border: none;
    font-size: 14px;
} 
.meio-box .conteudo .list-group-item.active, 
.list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0079ad;
    border-color: #0079ad;
}
.meio-box .conteudo .badge {
    background-color: #1a969b;
}
.meio-box .conteudo .list-group-item.active > .badge {
    color: #0079ad;
    background-color: #fff !important;
}
.meio-box .opcoes {
    width: 100%;
    float: left;
    padding: 15px;
    background: #F2F2F2;
    border: 3px solid #FFF;
}
.meio-box .opcoes .nome {
    width: auto;
    float:left;
    margin: 0 20px 0 0;
    color: #666;
    font-size: 14px;
}
.meio-box .opcoes .categoria {
    width: auto;
    float: left;
    margin: -2px 8px 0 0;
    padding: 2px 14px 2px 14px;
    background: #FFF;
    border: 1px solid #D7D7D7;
    border-radius: 100px;
    color: #666;
    font-size: 14px;
    transition: 0.2s;
    cursor: pointer;
}
.meio-box .opcoes .categoria:hover {
    transition: 0.2s;
    box-shadow: 0px 0px 0px 1px #D7D7D7;
}
.filtro{
    margin-top: -10px;
}
/* Secretarias */
.secretarias .nome {
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
}
.secretarias .nome .icone {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 17px;
}
.secretarias .nome h3 {
    color: #555;
    font-size: 20px;
}
.secretarias .informacoes {
    width: 100%;
    float: left;
}
.secretarias .informacoes ul {
    margin: 0;
    padding:0;
}
.secretarias .informacoes ul li {
    list-style: none;
    padding: 11px 0;
    border-bottom: 1px solid #EEE;
}
/* Conselhos */
.conselhos .nome {
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
}
.conselhos .nome .icone {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 17px;
}
.conselhos .nome h3 {
    color: #555;
    font-size: 20px;
}
.conselhos .informacoes {
    width: 100%;
    float: left;
}
.conselhos .informacoes ul {
    margin: 0;
    padding:0;
}
.conselhos .informacoes ul li {
    list-style: none;
    padding: 11px 0;
    border-bottom: 1px solid #EEE;
}
/* /Conselhos */
/* Gabinete */
.gabinete .nome {
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
}
.gabinete .nome .icone {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 17px;
}
.gabinete .nome h3 {
    color: #555;
    font-size: 20px;
}
.gabinete .informacoes {
    width: 100%;
    float: left;
}
.gabinete .informacoes ul {
    margin: 0;
    padding:0;
}
.gabinete .informacoes ul li {
    list-style: none;
    padding: 11px 0;
    border-bottom: 1px solid #EEE;
}
/* Gabinete */
.videos {
    width: 100%;
    float: left;
}
.imagens {
    width: 100%;
    float: left;
    padding: 0 10px 0 10px;
}
.imagens .botao {
    float: left;
    margin: 7px 0 0 0;
}
.imagens .no-padding {
    padding-right: 6px;
    padding-left: 6px;
}
.imagens .bloco {
    width: 100%;
    height: 232px;
    margin: 0 0 13px 0;
    position: relative;
    overflow: hidden;
}
.imagens .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.2);
}
.imagens .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}
.meio-box .opcoes {
    width: 100%;
    float: left;
    padding: 14px 17px 12px 17px;
    background: #F2F2F2;
    border: 3px solid #FFF;
}
.media {
    width: 100%;
    float: left;
}
.media .bloco {
    width: 100%;
    height: 100px;
    float: left;
    margin: 0 0 0 0;
    padding: 24px 0 0 0;
    transition: 0.2s;
    cursor: pointer;
    color: #FFF;
    border-radius: 4px;
}
.media .bloco .nome {
    width: 100%;
    float: left;
    font-family: 'ProximaNova Bold';
    font-size: 19px;
    text-align: left;
}
.media .bloco .sub {
    width: 100%;
    float: left;
    margin: 4px 0 0 0;
    color: rgba(255,255,255,0.6);
    font-family: 'ProximaNova';
    font-size: 12px;
    line-height: 1.3em;
    text-align: left;
}
.media .bloco .no-padding-left {
    padding-left: 0;
}
.media .nopadding {
    padding-left: 7px;
    padding-right: 7px;
}
.media .cor1 {
    background: #01579B;
}
.media .bloco .icone {
    width: 100%;
    height: 53px;
    float: left;
    margin: 0 0 20px 0;
    font-size: 41px;
    text-align: center;
}
.licitacao, .concursos, .chamamentos {
    width: 100%;
    float: left;
}
.licitacao ul, .concursos ul, .chamamentos ul {
    margin: 0;
    padding: 0;
}
.licitacao ul li, .concursos ul li, .chamamentos ul li {
    list-style: none;
}
.licitacao h4, .concursos h4, .chamamentos h4 {
    margin: 0 0 10px 0;
    color: #555;
    font-family: 'ProximaNova Bold';
}
.eventos {
    width: 100%;
    float: left;
    min-height: 300px;
}
.eventos ul {
    margin: 0;
    padding: 0;
}
.eventos ul a {
    text-decoration: none;
}
.eventos ul li {
    width: 100%;
    padding: 18px 22px;
    color: #555;
    font-size: 13px;
    list-style: none;
    background: rgba(0,0,0,0.08);
    border-radius: 5px;
    margin: 0 0 8px 0;
    transition: 0.2s;
    cursor: pointer;
}
.eventos ul li:hover {
    background: #26508C;
    transition: 0.2s;
    color: #FFF;
}
.eventos ul li h3 { 
    margin: 0 0 8px 0;
    font-size: 17px;
    font-family: 'ProximaNova Bold';
}
.legislacao ul{
    list-style: none;
}
.galeria ul{
    list-style: none;
}
.downloads-documentos .lista {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 4px;
    transition: 0.2s;
    background: rgba(0,0,0,0.04);
    margin: 6px 0 0 0;
}
.downloads-documentos .lista:hover {
    transition: 0.2s;
    background: rgba(0,0,0,0.06);
}
.downloads-documentos .lista .download {
    width: 100%;
    padding: 16px 5px;
    float: left;
    margin: 16px 0 0 0;
    background: rgba(0,0,0,0.09);
    border-radius: 4px;
    font-family: 'ProximaNova Semibold';
    color: #444;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.downloads-documentos .lista h2 {
    font-size: 18px;
    color: #444;
}
.downloads-documentos .lista h3 {
    font-size: 14px;
    color: #999;
    margin: 15px 0 0 0;
}
.downloads-documentos .botao {
    width: auto;
    float: right;
}
.legislacao {
    width: 100%;
    float: left;
}
.legislacao ul {
    padding: 0;
    margin: 0;
}
.legislacao ul li {
    width: 100%;
    list-style: none;
}
.paginas ul{
    list-style: none;
}
.sliderOwl{
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.galeria {
    width: 100%;
    float: left;
}
.galeria .bloco {
    width: 100%;
    min-height: 370px;
    float: left;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #EEE;
}
.galeria .bloco .imagem {
    width: 100%;
    min-height: 230px;
    float: left;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.10);
    border-radius: 4px 4px 0 0;
}
.galeria .bloco .base {
    width: 100%;
    height: 116px;
    float: left;
    padding: 10px 16px;
    border: 1px solid #E5E5E5;
    border-top: none;
    background: #F7F7F7;
    border-radius: 0 0 4px 4px;
}
.galeria .bloco a {
    text-decoration: none;
    color: #666;
}
.galeria .bloco h2 {
    font-size: 15px;
    line-height: 1.3em;
}
.galeria .bloco .creditos {
    width: 100%;
    float: left;
    padding: 0 0 8px 0;
    font-size: 12px;
    color: #A8A8A8;
}
.noticias {
    width: 100%;
    float: left; 
    padding: 0 9px 0 9px;
}
.noticias .outras ul {
    margin: 0;
    padding: 0;
}
.noticias .outras ul li {
    width: 100%;
    min-height: 55px;
    border-top: 1px solid #E6E6E6;
    padding: 18px 0 0 0;
    color: #5676A5;
    font-size: 15px;
    list-style: none;
}
.noticias .outras ul li h3 {
    font-family: 'ProximaNova';
    font-size: 11px;
    color: #999;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}
.noticias .outras ul li a {
    color: #034488;
    font-family: 'ProximaNova';
}
.noticias .bloco {
    width: 100%;
    float: left;
    font-family: 'ProximaNova';
}
.noticias .imagem {
    width: 100%;
    height: 140px;
    float: left;
    margin: 0 0 10px 0;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.06);
    border-radius: 4px;
}
.noticias .no-padding {
    padding: 8px;
}
.noticias h2 {
    font-size: 18px;
    font-family: 'ProximaNova Bold';
    line-height: 0.8em;
}
.noticias h2 a {
    color: #034488;
}
.noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}
.noticias h3 {
    margin: 0 0 13px 0;
    font-size: 14px;
}
.noticias .data {
    margin: 5px 0 5px 0;
    font-size: 12px;
    padding: 0 0 0px 0;
}
.noticias .nopadding-right {
    padding-right: 0px;
}
.noticiaspagina {
    width: 100%;
    float: left;
}
.noticiaspagina h5 {
    color: #999;
    font-size: 13px;
}
.noticiaspagina .leiatambem {
    width: 100%;
    float: left;
}
.noticiaspagina .leiatambem .bloco {
    width: 100%;
    height: 280px;
    float: left;
    padding: 20px;
    margin: 10px 0 0 0;
    background: rgba(0,0,0,0.07);
    border-radius: 3px;
    color: #666;
    transition: 0.3s;
}
.noticiaspagina .leiatambem .bloco:hover {
    transition: 0.3s;
    background: rgba(0,0,0,0.12);
}
.noticiaspagina .leiatambem .bloco a {
    text-decoration: none;
}
.noticiaspagina .leiatambem .bloco h4 {
    font-size: 11px;
    color: rgba(0,0,0,0.6);
}
.noticiaspagina .leiatambem .bloco h2 {
    font-size: 20px;
    margin:12px 0 12px 0;
    font-family: 'ProximaNova';
    color: #666;
    line-height: 1.2em;
}
.videos .bloco{
    margin-bottom: 20px;
}
.videos .bloco h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0px;
}
.videos .bloco p{
    font-size: 12px;
    color: #999;
}
/* Menu */
.menu-fixo  {
    height: 70px!important;
    position:fixed !important;
    transition: 0.3s;
    top: 0;
    z-index: 99;
}
.menu-fixo .logoHover {
    width: 142px!important;
    height: 59px!important;
    transition: 0.1s;
    /*background: url(/imagens/logo.png) no-repeat;*/
}
.menu-fixo .navbarHover{
    margin-top: -15px!important;
}
.menu-fixo .open > a,
.menu-fixo .open > a:hover,
.menu-fixo .open > a:focus{
    height: 85px!important;
}
.menu-fixo li a {
    padding-bottom: 25px!important;
}

@media (max-width: 321px) {
    #menuHeader {
        height: auto!important;
        top: 0px!important;
        position: fixed!important;
    }
    .menu-fixo .navbarHover {
        margin-top: 0px!important;
    }
    .menu-fixo .open > a,
    .menu-fixo .open > a:hover,
    .menu-fixo .open > a:focus{
        height: 0px!important;
    }
    .menu-fixo li a {
        padding-bottom: 0px!important;
    }
}
@media (max-width: 349px) {
    #menuHeader {
        height: auto!important;
        top: 0px!important;
        position: fixed!important;
    }
    .menu-fixo .navbarHover {
        margin-top: 0px!important;
    }
    .menu-fixo .open > a,
    .menu-fixo .open > a:hover,
    .menu-fixo .open > a:focus{
        height: 0px!important;
    }
    .menu-fixo li a {
        padding-bottom: 0px!important;
    }
}
@media only screen and (max-width: 768px) {
    #menuHeader {
        height: auto!important;
        top: 0px!important;
        position: fixed!important;
    }
    .menu-fixo .navbarHover {
        margin-top: 0px!important;
    }
    .menu-fixo .open > a,
    .menu-fixo .open > a:hover,
    .menu-fixo .open > a:focus{
        height: 0px!important;
    }
    .menu-fixo li a {
        padding-bottom: 0px!important;
    }
}
/* Menu */
/* Slider Secretaria Home */
.navListSecretarias{
    float: right;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.navListSecretarias a{ margin: 0 10px; text-decoration: none; }
.navListSecretarias a:hover{ transition: 0.3s; color: #ffcc2a; }
.navListVagas{
    margin-right: 30px;
    float: right;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.navListVagas a{ margin: 0 10px; text-decoration: none; }
.navListVagas a:hover{ transition: 0.3s; color: #ffcc2a; }
/* Slider Secretaria Home */
.opcao {
    border: none 0px;
    color: #FFF;
    float: right;
    font-family: OpenSans;
    margin: 5px 0 0 0;
    width: auto;
}
.opcao button:hover {
    opacity: 0.70;
    transition: 0.2s;
}
.opcao button {
    font-family: "ProximaNova";
    font-size: 12px;
    border: none 0px;
}
.opcao a {
    font-family: "ProximaNova";
    font-size: 13px;
}
.chat {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.chat li {
    margin: 5px;
    padding: 5px;
}
.boxTextEsquerdo{float: left;}
.textEsquerdo{
    display: table-cell;
    height: 50vh;
    max-height: 500px;
    min-height: 400px;
    vertical-align: middle;
}
.boxTextDireito{float: right;}
.textDireito{
    display: table-cell;
    height: 50vh;
    max-height: 500px;
    min-height: 400px;
    vertical-align: middle;
}
.imageViewNoticia{
    width: 100%;
    height: 450px;
    background-attachment: fixed;
}
.noticiaList{ 
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.noticiaList:hover{
    background-color: #f7f7f7;
}
.beneficios-pagina .no-padding {
    padding-left: 5px;
    padding-right: 5px;
}
.beneficios-pagina {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.beneficios-pagina .bloco {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-top: 4px solid #1a969b;
    border-radius: 3px;
}
.beneficios-pagina .imagem {
    width: 100%;
    height: 180px;
    float: left;
}
.beneficios-pagina .texto {
    width: 100%;
    float: left;
    padding: 20px;
    background: #e4e4e4;
    text-align: center;
    border-radius: 0 0 3px 3px;
}
.beneficios-pagina .texto h2 {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'ABeeZee Regular';
}
.beneficios-pagina .texto h2 a {
    color: #555;
}
/*
Esic
---------------------------*/
.esic .botoes {
    margin: 0 10px 0 0;
}

/*LISTAGEM Licitacao*/ 

.edital .titulo{
    float: none;
}

.edital .list-group{
    border-radius: 0.5px !important;
}   

.edital .list-group-item b{
    margin-right: 0.2em;
}