/*=======================================================*/
/* 1 - FONTES
/*=======================================================*/
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700%7COpen+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300%7CLibre+Baskerville:400,400italic,700%7CLato:400,300,300italic,400italic,700,700italic,900,900italic");
:active,
:focus {
    outline: 0
}
@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;
}
@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;
}
@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');
}
/*=======================================================*/
/* 2 - PADROES/MODIFICACOES CSS BOOTSTRAP
/*=======================================================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #2d2c32;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 35px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 25px;
}
h4, .h4 {
    font-size: 20px
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    line-height: 1.6;
    color: #94949d;
}
a {
    color: #575757
}
a:hover {
    color: #575757;
    text-decoration: none;
}
:focus {
    outline: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.nopadding{
    padding: 0 !important;
}
.nopadding-right{
    padding-right: 0 !important; 
}
.margin-top-home{
    margin-top: 30px;
}
#content {
    width: 100%;
    position: relative;
}
#wrapper {
    position: relative;
    width: 100%;
}
body {
    font-size: 15px;
    line-height: 1;
    color: #aaaaaa;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: rgba(0,0,0,0.04);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
ul, ol {
    padding-left: 0px;
    margin-bottom: 0px;
}
.no-padding {
    padding: 0;
}
section, .section-padding {
    padding: 70px 0;
    position: relative;
}
.bg-overlay{
    position: relative;
}
.bg-overlay .container{
    position: relative;
    z-index: 1;
}
.bg-overlay:after{
    background-color: rgba(17, 62, 117, 0.88);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.display-block {
    display: block;
}
.margin-top-30px {
    margin-top: 30px !important;
}
.line-height-24 {
    line-height: 24px;
}
.font-size-14 {
    font-size: 14px;
}
/*=======================================================*/
/* 3 - CONFIGURACOES
/*=======================================================*/
input:focus,
textarea:focus,
button:focus {
    outline: none;
}
/*
================================
Formularios inputs
================================
*/
.input {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
input[type=text],
select {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    border: 1px solid #E0E0E0;
    padding: 12px 15px;
    color: #666;
    transition: 0.2s;
    background: #ffffff;
    border-radius: 3px;
}
input[type=text]:hover,
select:hover {
    transition: 0.2s;
    border: 1px solid #BBB;
}
input[type=text]:focus,
select:focus {
    transition: 0.3s;
    outline: 0;
    border: 1px solid #1f8be4;
}
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;
    border-radius: 3px;
}
textarea:hover {
    transition: 0.2s;
    border: 1px solid #BBB;
}
textarea:focus {
    transition: 0.3s;
    outline: 0;
    border: 1px solid #1f8be4;
}
.nav-pills > li > a {
    border-radius: 0px;
    color: #4B4B4B;
    padding: 15px;
    border: 0px;
    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: 0px;
    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: #EDEDED;
    color: #575757;
    border-left: 4px solid;
    border-image: linear-gradient(to bottom, #2e76b1 0%, #11344e 100%);
    border-image-slice: 1;
}
/*
================================
Breadcrumb
================================
*/
.breadcrumb {
    padding: 20px 20px;
    margin-top: 30px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px -1px 24px -8px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px -1px 24px -8px rgba(0,0,0,0.23);
    box-shadow: 0px -1px 24px -8px rgba(0, 0, 0, 0.18);
}
.breadcrumb > .active {
    color: #999;
}
.breadcrumb > li a {
    color: #555;
}
/*
================================
Tabelas
================================
*/
.table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
    background: #f8f8f8;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #1b4a70;
}
/*
================================
Botao
================================
*/
.botao, .btn-default {
    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;
    padding: 10px 15px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    background: #1b4a70;
    border: none;
    cursor: pointer;
}
.botao:hover, .btn-default:hover {
    color: #FFF;
    background: #1b4a70;
}
/*
================================
Paginacao
================================
*/
.pagination > li > a {
    display: inline-block;
    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;
    padding: 10px 15px;
    color: #11344e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #11344e;
    margin: 0 3px 0 3px;
    background: #fff;
}
.pagination > li > a:hover {
    background: #11344e;
    color: #FFF;
    border-color: #11344e;
}
.pagination > .active > a {
    background-color: #11344e;
    border-color: #11344e;
}
.pagination > .active > a:hover{
    background-color: #15771b;
    border-color: #15771b;
}
/*=======================================================*/
/* 3.5 - ANIMACOES E EFEITOS
/*=======================================================*/
.anim-section {
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: visible;
    opacity: 0
}
.anim-section.animate {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1
}
.fadeIn-section
{
    visibility: visible;
    opacity: 0;
    position: relative;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-ms-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation: fadeIn 1s linear;
    -moz-animation: fadeIn 1s linear;
    -o-animation: fadeIn 1s linear;
    -ms-animation: fadeIn 1s linear;
    animation: fadeIn 1s linear;
    visibility: visible;
    opacity:1;
    position: relative;
}
/*=======================================================*/
/* 4 - BARRA DE ACESSIBILIDADE
/*=======================================================*/
.barra-acessibilidade {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #307CCA;
    display: none;
    font-family: 'Raleway', sans-serif;
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-size: 25px;
    color: #FFF;
    margin: 1px 60px 0 0;
}
.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: 12px 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-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-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: 12px 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;
    transition: 0.2s;
    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 {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#header.normal {
    position: relative;
}
.header-container .barra-header {
    background: #227cd3;
}
.header-container .left-header span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 15px 0 18px;
}
.header-info {
    padding-top: 60px;
    display: inline-block;
    font-size: 12px;
    color: #a5a5a5;
    float: right;
}
.header-info ul {
    padding: 0;
}
.header-info li {
    display: inline-block;
    list-style: none;
    position: relative;
    line-height: 1.6;
    padding-left: 60px;
    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);
}
.header-info img {
    position: absolute;
    top: 5px;
}
.header-info .icone-transparencia img {
    width:50px;
    left: 0;
}
.header-info .icone-esic img {
    width:30px;
    left: 0;
    margin-left: 20px;
}
.header-info li span {
    text-transform: uppercase;
    color: #002b67;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.button-wrapper {
    background: #002b67;
    text-align: right;
    position: relative;
    padding-bottom: 15px;
    display: none;
}
.button-wrapper:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #227cd3;
}
.nav-button {
    display: inline-block;
    width: 24px;
    height: 15px;
    background: none;
    position: relative;
    border: none;
    border-top: 2px solid #fff;
    margin-top: 14px;
}
.nav-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.nav-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.barra-topo {
    width: 100%;
    /* padding: 13px 0 13px 0; */
    float: left;
    background: #FFF;;
    z-index: 2;
    position: relative;
    border-bottom: 1px #E7E7E7 solid;
}
.barra-topo i {
    margin: 0 5px 0 5px;
}
.barra-topo .opc {
    float: left;
    margin: 0 30px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 12.4px;
    color: #777;
    cursor: pointer;
    transition: 0.2s;
    line-height: 40px;
}
.barra-topo .opc:hover {
    opacity: 0.70;
    transition: 0.2s;
}
.barra-topo .opc i {
    font-size: 18px;
}
.barra-topo .opc img {
    width: 18px;
    margin: 0 5px 0 20px;
}
.barra-topo .opc small i {
    font-size: 12px;
    color: #1f8be4;
}
.barra-topo .opc-right {
    float: right;
    margin: 0 0 0 30px;
    font-family: -webkit-body;
    font-size: 12.4px;
    color: #777;
    cursor: pointer;
    transition: 0.2s;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
}
.barra-topo .opc-right i {
    font-size: 18px;
}
.barra-topo .opc-right img {
    float: left;
}
.barra-topo .opc-right:hover {
    opacity: 0.70;
    transition: 0.2s;
}
.barra-topo .opc-right .acessibilidade {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.08);
    padding: 0 30px 0 30px;
    letter-spacing: 0.06em;
    font-family: 'Raleway', sans-serif;
}
.barra-top-header {
    height: 4px;
    width: 100%;
    content: '';
    display: block;
    position: relative;
    background-image: -webkit-linear-gradient(left, #fbd21b, #f5b329);
    background-image: linear-gradient(to right, #fbd21b, #f5b329);
}
.barra-header {
    background: #f7f7f7;
    border-bottom: 1px solid #ececec;
}
.barra-header .logo {
    margin: 20px 34px 25px 0;
    float: left;
}
.barra-header .logo img {
    max-width: 87%;
}
.header-esquerda ul {
    list-style: none;
    padding: 20px 10px 30px;
    float: right;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.header-esquerda ul li {
    display: inline-block;
    width: 200px;
}
.header-esquerda ul li img {
    width: 45px;
    margin: 35px 0 0 0;
}
.header-esquerda ul li a {
    color: #373737;
    font-size: 12px;
    font-weight: 600;
}
.header-esquerda ul li a small {
    color: #b3b4ba;
    font-size: 12px;
    display: block;
    line-height: 20px;
    margin: -30px 0 0 53px;
}
.header-esquerda ul li a:hover {
    color: #233760;
}
/*
================================
Menu
================================
/* Menu navbar */
.menu {
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgb(17, 62, 117);
    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: #ffffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s;
    padding: 24px 24px 24px 24px;
}
.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #0d2f59;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    transition: 0.2s;
    background: #0d2f59;
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #5f5f5f;
    letter-spacing: 2px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: 0.2s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }
}
.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 {
    transition: 0.2s;
    background: #0d2f59;
    color: #fff;

}
/*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: 10px 0 0px 0;
    float: right;
}
.campo-busca input[type=text] {
    font-size: 12px;
    line-height: 20px;
    padding: 0px 20px;
    transition: all 0.4s;
    color: #fff;
    width: 255px;
    height: 40px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px rgba(111, 110, 110, 0.28);
    border: none;
    -webkit-text-fill-color: white;
}
.campo-busca input[type=text]:focus {
    outline: 0;
}
.campo-busca label {
    position: absolute;
    display: inline-block;
    max-width: 100%;
    font-size: 15px;
    margin: 18px -30px;
}
.campo-busca a{
    color: #ffffff;
}
/*
================================
Footer
================================
*/
#footer {
    background: #0e305a;
    margin-top: 30px;
}
.barra-footer{
    background-color: #0e305a;
    padding: 70px 0 60px 0;
}
.barra-footer .logo{
    color: #aaa;
    width: 70%;
    margin-bottom: 20px;
}
.barra-footer p{
    color: #aaa;
    font-size: 15px;
}
.barra-footer .footer-social > a{
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    background-color: rgba(0, 0, 0, .15);
    text-align: center;
    color: #e0c239;
    margin-top: 15px;
}
.barra-footer .footer-social > a:nth-last-of-type(1){
    margin-right: 0;
}
.barra-footer.footer-social > a:hover{
    background-color: #26922c;
    color: #fff;
}
.barra-footer .titulo {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.barra-footer .links{
    margin-top: 35px;
    padding-left: 0;
    list-style: none;
}
.barra-footer .links > li{
    margin-bottom: 20px;
}
.barra-footer .links > li:nth-last-of-type(1){
    margin-bottom: 0;
}
.barra-footer .links > li > a{
    color: #aaa;
    font-size: 14px;
}
.barra-footer .links > li > a:hover{
    padding-left: 10px;
    color: #26922c;
}
.barra-footer .botao-contato {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 13px 18px;
    text-decoration: none;
    min-width: 182px;
    text-align: center;
    background: #112946;
    border-radius: 3px;
    letter-spacing: 1px;
    margin: 20px 0 0 0px;
}
.barra-footer .botao-contato:hover {
    background: #272727;
    color: #fff;
    text-decoration: none;
}
.copyright{
    background-color: rgb(17, 41, 70);
    color: #aaa;
}
.copyright a{
    color: #aaa;
}
.copyright span{
    line-height: 50px;
}
/*=======================================================*/
/* 6 - PAGINA INICIAL - HOME
/*=======================================================*/
/*
================================
Banner topo - Carousel
================================
*/
.row-home {
    margin-bottom: 50px;
}
.slidehome {
    z-index: 0;
    width: 100%;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-indicators li {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 1);
    background: #fff;
    cursor: default;
}
.carousel-control {
    width: 0;
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
.carousel-control.left span {
    padding: 15px;
}
.carousel-control.right span {
    padding: 15px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}
.carousel-control.left span,
.carousel-control.right span {
    font-size: 12px;
    padding: 13px;
    margin: -15px 40px 0px 40px;
    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: rgba(55, 55, 55, 0.35);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 100px;
    border: 1px solid #fff;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    margin: -20px 0 0 0;
    font-size: 16px;
}
/*
================================
Titulos home
================================
*/
.titulo-home {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}
.titulo-home i {
    font-size: 25px;
    color: #113e75;
    margin-right: 10px;
}
.titulo-home h2 {
    position: relative;
    z-index: 999;
    display: inline-block;
    font-size: 25px;
    color: #091f2f;
    letter-spacing: 1px;
    font-weight: 800;
    padding-right: 25px;
}
.titulo-home h2 span {
    font-weight: 400;
}
.titulo-home .navListVagas {
    float: right;
}
.titulo-home .navListVagas i {
    font-size: 25px;
    color: #ababab;
    margin-left: 15px;
}
.titulo-home .navListVagas i:hover {
    color: #0067aa;
}
.titulo-home1 {
    color: #323232;
    font-size: 24px;
    float: left;
    margin-bottom: 20px;
    font-weight: 800;
}
.titulo-home .leia-mais {
    font-weight: 600;
    float: right;
    color: #575757;
}
.titulo-home .leia-mais i {
    color: #1f8be4;
    font-size: 15px;
}
/*
================================
Nticias Home (Owl carousel)
================================
*/
.noticias-home .titulo-home {
    margin-bottom:55px
}
.noticias-home-leia-mais {
    margin-top:20px;
    text-align:center
}
.noticias-home-leia-mais .my-btn {
    padding:15px 60px
}
.noticias-home-item {
    position:relative;
    overflow:hidden;
    margin-bottom: 15px;
    background-color:#f5f5f5;
}
.noticias-home-item-data {
    position:absolute;
    top:0;
    left:0;
    background-color: #113e75;
    width:80px;
    height:35px;
    text-align:center;
    color:#fff;
    font-weight:300;
    font-size:10px;
}
.noticias-home-item-data-numero {
    font-size:22px;
    line-height:18px;
    margin: 7px 0 4px 0;
    font-weight: 600;
}
.noticias-home-item-imagem {
    float: left;
    width: 330px;
    height: 225px;
}
.noticias-home-item-imagem img {
    height: 220px;
    max-width:100%;
}
.noticias-home-item-desc {
    height: 220px;
    background-color: #e2e2e2;
    padding: 37px 30px;
    display:table-cell;
}
.noticias-home-item-desc-title {
    /* text-transform: uppercase; */
    margin-bottom: 15px;
    font-weight: 800;
    color: #4e4d4d;
    font-size: 16px;
}
.noticias-home-item-desc-title a {
    color: #091f2f;
}
.noticias-home-item-desc-info {
    font-size: 12px;
    margin-bottom: 15px;
    color: #2a519b !important;
    text-transform: uppercase;
    font-weight: 600;
}
.noticias-home-item-desc-texto {
    font-weight:300
}
/*
================================
Acesso rapido
================================
*/
.acesso-rapido-home {
}
.servicos-acesso-rapido {
    padding: 0;
}
.servicos-acesso-rapido .servico {
    width: 100%;
    height: 83.5px;
    float: left;
    background: rgba(0,0,0,0.08);
    padding: 23px;
    margin-bottom: 09px;
    /* border-left: 4px solid transparent; */
    -moz-border-image: -moz-linear-gradient(top, #2e76b1 0%, #11344e 100%);
    /* -webkit-border-image: -webkit-linear-gradient(top, #2e76b1 0%, #11344e 100%); */
    /* border-image: linear-gradient(to bottom, #4CAF50 0%, #0a6110 100%); */
    /* border-image-slice: 1; */
}
.servicos-acesso-rapido .servico:hover {
    background: rgba(0,0,0,0.1);
    border-left: 6px solid transparent;
    cursor: pointer;
}
.servicos-acesso-rapido .servico i.fa {
    color: #ffffff;
    background-color: #e0c239;
    padding: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.servicos-acesso-rapido .servico h2 {
    font-size: 16px;
    color: #091f2f;
    margin: 0;
    font-weight: 600;
    margin-top: 8px;
}
.servicos-acesso-rapido .servico h3 {
    font-size: 11px;
    /*    font-family: 'Montserrat';*/
    color: #7c7c7c;
    margin: 0;
}
/*
================================
Noticias Pequenas - Home
================================
*/
.noticias-pequenas-home li {
    min-height: 60px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 28px;
    float: left;
    width: 25%;
    padding: 0 0% 0 2%;
    border-left: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #1163ad 0%, #038d3c 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #1163ad 0%, #038d3c 100%);
    border-image: linear-gradient(to bottom, #e0c239 0%, #f0b73c 100%);
    border-image-slice: 1;
    list-style: none;
}
.noticias-pequenas-home li:hover {
    border-left: 6px solid transparent;
}
.noticias-pequenas-home p {
    font-size: 14px;
    color: #94949d;
}
.noticias-pequenas-home .leia-mais {
    font-weight: 600;
    color: #091f69;
}
/*
================================
Gabinete home
================================
*/
.gabinete-home {
    background: url(/imagens/cidade/102554729.jpg) no-repeat center 0;
    padding: 35px 0 0px;
    background-size: cover;
    background-position: 0px -600px;
    margin-bottom: 20px;
}
.gabinete-home.solid {
    background: #333;
    padding: 40px 0 30px;
}
.gabinete-home-texto {
    float: left;
}
.gabinete-icone i {
    font-size: 42px;
    margin-right: 20px;
    color: #e0c239;
    margin-top: 5px;
}
.gabinete-home-titulo {
    color: #fff;
    font-size: 25px;
    margin: 0 0 5px;
    line-height: normal;
}
.gabinete-home-subtitulo {
    color: rgba(255, 255, 255, 0.44);
    font-size: 15px;
    margin: 0 0 20px;
}
.action-text p {
    color: #777;
}
.gabinete-home-botao {
    float: right;
    margin-top: 5px;
}
.gabinete-home-botao a {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 13px 18px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 182px;
    text-align: center;
    background: #227cd3;
    border-radius: 3px;
    letter-spacing: 1px;
    margin: 10px 0 0 5px;
}
.gabinete-home-botao a:hover {
    background: #233760;
}
.concursos .bloco {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 20.4px 20px;
    transition: 0.2s;
    background: rgba(0,0,0,0.08);
}
.concursos .bloco .nome {
    width: 100%;
    float: left;
    color: #091f2f;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
}
.concursos .bloco .sub {
    width: 100%;
    float: left;
    margin: 1px 0 0 0;
    color: rgba(0,0,0,0.9);
    font-size: 13px;
    line-height: 1.3em;
    text-align: left;
    font-weight: 400;
    padding-bottom: 5px;
}
.concursos .bloco .situacao {
    width: 105px;
    float: right;
    padding: 5px 10px;
    margin: 7px 0 0 0;
    /*! border-radius: 4px; */
    background: #6c9448;
    color: #FFF;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.05);
}
.concursos .bloco .aberto {
    background: #159347;
}
.concursos .bloco .encerrado {
    background: #ee5956;
}
.concursos .bloco .em_andamento {
    background: #f0ad4e;
}

#secretaria-carousel.carousel.slide {
    margin-top: -21px;
}

.secretarias-home .panel {
    margin-bottom: 20px;
    background-color: #e2e2e2;
    border-radius: 3px;
    transition: all 350ms ease;
}
.secretarias-home .panel:hover {

}
.secretarias-home .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.01em;
}
.secretarias-home .panel-body {
    padding: 20px 20px 15px 20px;
    height: 169px;
    color: #ff5e5e;
    font-family:  'Lato';
    font-size: 16px;
}
.secretarias-home .panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
}
.secretarias-home .panel-default {
    
    border-color: #e6e6e6;
}
.secretarias-home .panel-default>.panel-heading {
    height: 67px;
    background-color: #113e75;
    border-color: #e6e6e6;
    padding: 25px 25px;
    text-align: center;
}
.secretarias-home .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.secretarias-home .panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.secretarias-home .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.secretarias-home .secretario {

}
.secretarias-home .secretario .thumbnail-secretaria {
    padding: 30px;
    width: 63px;
    border-radius: 100px;
    background-color: transparent !important;
    float: left;
    margin-right: 20px;
    display: block;
    margin-bottom: 30px;
}
.secretarias-home .secretario .cargo h3 {
    font-weight: 800;
    font-size: 15px;
    color: #282828;
    margin: 0 0 5px 0;
}
.secretarias-home .secretario .cargo h4 {
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    color: #505050;
    margin: 7px 0 10px 0;
}
.secretarias-home .secretario .informacoes p {
    color: #9c9c9c;
    font-size: 12px;
    margin: 0 0 5px;
}
/*carousel galeria*/
#galeria-home-carousel .item {
    font-size:0;
    text-align:left;
}
#galeria-home-carousel .item ul li {
    display:inline-block;
    width: 25%;
}
#galeria-home-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;
}
.galeria-left,
.galeria-right {
    color: rgba(255, 255, 255, 0.66);
    font-size: 40px;
    position: absolute;
    bottom: 140px;
}
.galeria-left:hover,
.galeria-right:hover {
    color: rgba(0, 0, 0, 0.23);
}
.galeria-left {
    left: -40px;
}
.galeria-right {
    right:-40px;
}
.galeria-home .imagem-galeria {
    position: relative;
}
.galeria-home .imagem-galeria img {
    width: 100%;
    height: 151px;
}
.galeria-home .imagem-galeria .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 50, 96, 0.64);
    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;
    visibility: hidden;
    opacity: 0;
}
.galeria-home .imagem-galeria .hover a {
    display: inline-block;
    text-decoration: none;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    top: 45%;
    margin-top: -20px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.galeria-home .imagem-galeria .hover a span {
    font-size: 25px;
    color: #ffffff;
    line-height: 55px;
}
.galeria-home .imagem-galeria .hover a.zoom {
    right: 50%;
}
.galeria-home .imagem-galeria .hover a.beneficio-zoom {
    right: 40%;
}
.galeria-home .descricao {
    padding: 20px 0 20px 0;
    min-height: 95.5px;
    cursor: pointer;
}
.galeria-home .descricao h2 {
    color: #f6f0f0;
    font-size: 12px;
    margin: 0 0 2px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat'
}
.galeria-home .descricao p {
    line-height: 20px;
    margin: 0 0 24px;
    margin-bottom: 0;
    font-size: 10px;
    color: #ddd;
    font-family: 'Montserrat Light'
}
.galeria-home:hover .imagem-galeria .hover {
    visibility: visible;
    opacity: 1;
}
.galeria-home:hover .imagem-galeria .hover a.zoom {
    margin-right: -28px;
}
/*=======================================================*/
/* 7 - PAGINAS
/*=======================================================*/
.paginas ul {
    list-style: none;
}
.filtro {
    margin-top: 0px;
}
.titulo-box h2 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    background: #F5F5F5;
    border-radius: 1px;
    color: #484848;
    padding: 15px 0 15px 25px;
    font-size: 16px;
    margin: 0;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #2E76B1 0%, #11344e 100%);
    border-image-slice: 1;
}
.box-cinza {
    width: 100%;
    float: left;
    padding: 19px 19px;
    margin: 0 0 30px 0;
    line-height: 1.4em;
    border: 1px solid #e2e2e2;
}
/*
================================
Meio Box
================================
*/
.meio-box {
    width: 100%;
    float: left;
    padding: 35px 30px 35px 30px;
    font-size: 14px;
    color: #6B6B6B;
    line-height: 1.7em;
    background: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px -1px 24px -8px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px -1px 24px -8px rgba(0,0,0,0.23);
    box-shadow: 0px -1px 24px -8px rgba(0, 0, 0, 0.18);
}
.meio-box .titulo {
    position: relative;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.meio-box .titulo:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #dedede;
}
.meio-box .titulo h3 {
    background: #fff;
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-right: 25px;
    font-size: 30px;
    color: #091f2f;
    letter-spacing: 1px;
}
.meio-box .conteudo {
    width: 100%;
    float: left;
    padding: 25px 0;
    line-height: 1.4em;
}
.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;
}
.box-cinza .conteudo .list-group-item {
    padding: 10px 15px;
    margin-bottom: 10px !important;
    background-color: #ebebeb;
    border: none;
    font-size: 14px;
} 
.box-cinza .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;
}
.box-cinza .conteudo .badge {
    background-color: #1b4a70;
}
.box-cinza .conteudo .list-group-item.active > .badge {
    color: #0079ad;
    background-color: #fff !important;
}
/*
================================
Pagina de Noticias
================================
*/
.noticias {
    width: 100%;
    float: left;
    padding: 0 9px 0 9px;
    text-align: left;
}
.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: #227cd3;
    font-size: 15px;
    list-style: none;
}
.noticias .outras ul li h3 {
    font-size: 11px;
    color: #999;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}
.noticias .outras ul li a {
    color: #227cd3;
}
.noticias .bloco {
    width: 100%;
    float: left;
}
.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-weight: bold;
    line-height: 1.3em;
}
.noticias h2 a {
    color: #585757;
}
.noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}
.noticias h3 {
    margin: 0 0 13px 0;
    font-size: 14px;
}
.noticias .data {
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.noticias .nopadding-right {
    padding-right: 0px;
}
.noticias p {
  font-size: 12px;
  margin: 10px 0 0;
}
.noticiaspagina {
    width: 100%;
    float: left;
}
.noticiaspagina h5 {
    color: #999;
    font-size: 13px;
}
.noticiaspagina .leiatambem {
    width: 100%;
    float: left;
}
.noticiaspagina .leiatambem .bloco {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 10px 0 0 0;
    background: #f5f5f5;
    border-radius: 3px;
    color: #666;
    transition: 0.3s;
    text-align: left;
}
.noticiaspagina .leiatambem .bloco:hover {
    transition: 0.3s;
    background: rgb(238, 238, 238);
}
.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: 16px;
    margin: 12px 0 12px 0;
    color: #666;
    line-height: 1.2em;
}
/*
================================
Links rapidos
================================
*/
.linksrapidos ul {
    margin: 0;
    padding: 0;
}
.linksrapidos ul li {
    width: 100%;
    border-bottom: 1px solid #DDE4ED;
    padding: 7px 0 7px 0;
    color: #227cd3;
    font-size: 14px;
    list-style: none;
}
.linksrapidos ul li a {
    color: #227cd3;
}
.links ul {
    margin: 0;
    padding: 0;
}
.links ul li {
    width: 100%;
    list-style: none;
}
.links ul li a {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    padding: 10px 15px;
    background: rgba(0,0,0,0.06);
    color: #666;
    border-left: 4px solid #227cd3;
}
/*
================================
Videos
================================
*/
.videos {
    width: 100%;
    float: left;
}
.videos .bloco .video {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.videos .bloco {
    width: 100%;
    float: left;
    min-height: 430px;
    padding: 0 0 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
}
.videos .bloco h2 {
    font-size: 15px;
    color: #444;
}
.videos .bloco h3 {
    margin: 15px 0 0 0;
    font-size: 13px;
    color: #999;
}
/*
================================
Galeria
================================
*/
.galeria {
    width: 100%;
    float: left;
}
.galeria ul {
    list-style: none;
}
.galeria .bloco {
    width: 100%;
    min-height: 370px;
    float: left;
    margin: 0 0 20px 0;
}
.galeria .bloco .imagem {
    width: 100%;
    min-height: 230px;
    float: left;
}
.galeria .bloco .base {
    width: 100%;
    height: 100px;
    float: left;
    border-top: none;
    text-align: center;
    padding: 25px 10px;
    background: #f9fafb;
    border-bottom: 2px solid;
    -moz-border-image: -moz-linear-gradient(left, #2E76B1 0%, #11344e 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #2E76B1 0%, #11344e 100%);
    border-image: linear-gradient(to right, #2E76B1 0%, #11344e 100%);
    border-image-slice: 1;
}
.galeria .bloco a {
    text-decoration: none;
    color: #666;
}
.galeria .bloco h2 {
    color: #585757;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.galeria .bloco .creditos {
    width: 100%;
    float: left;
    padding: 0 0 8px 0;
    font-size: 12px;
    color: #A8A8A8;
}
/*
================================
Imagens
================================
*/
.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;
}
/*
================================
e-SIC - Acesso a informacao
================================
*/
.barra-informacao {
    padding: 64px 56px;
    text-align: center;
    background: transparent;
}
.barra-informacao p {
    font-size: 13px;
    color: #dddddd;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    color: #999999;
    font-size: 18px;
    margin: 0;
}
.esic {
    margin: 0;
}
.esic .botoes {
    margin: 0 10px 0 0;
}
/*
================================
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;
}
/*
================================
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;
}
/*
================================
Localizacao
================================
*/
.localizacao {
    width: 100%;
    float: left;
}
.localizacao ul {
    margin: 0;
    padding: 0;
}
.localizacao ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: 15px;
}
.localizacao ul li .icone {
    width: auto;
    float: left;
    margin: 2px 10px 0 0;
}
/*
================================
Media
================================
*/
.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-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-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;
}
.bloco-evento a {
    color: #66666F;
}
.bloco-evento a:hover {
    color: #5676A5;
}
/*
================================
Legislacao
================================
*/
.legislacao ul {
    list-style: none;
}
.legislacao {
    width: 100%;
    float: left;
}
.legislacao ul {
    padding: 0;
    margin: 0;
}
.legislacao ul li {
    width: 100%;
    list-style: none;
}
.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;
}
.downloads-documentos .lista {
    width: 100%;
    float: left;
    padding: 25px 20px 20px 20px;
    border-radius: 4px;
    transition: 0.2s;
    background: rgb(245, 245, 245);
    margin: 6px 0 0 0;
}
.downloads-documentos .lista:hover {
    transition: 0.2s;
    background: rgb(245, 245, 245);
}
.downloads-documentos .lista .download {
    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;
    padding: 10px 30px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-top: 23px;
    background: #1a852c;
}
.downloads-documentos .lista h2 {
    font-size: 20px;
    color: #000;
}
.downloads-documentos .lista h3 {
    font-size: 13px;
    color: #227cd3;
    margin: 15px 0 0 0;
}
.downloads-documentos .botao {
    width: auto;
    float: right;
}

.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;
}
.imageViewNoticia{
    width: 100%;
    height: 350px;
    background-attachment: fixed;
}

/* Botão de compartilhar do noticiasView */
#facebookShareLink {
    background: #4267b2;
    border: 1px solid #4267b2;
    border-radius: 3px!important;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    -moz-user-select: none;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    position: relative!important;
    top: -6px;
}
#facebookShareLink:hover { 
    background-color: #395896;
}
/* Botão de compartilhar do noticiasView */