/*- Modificações Framework -*/
.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999!important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4a8c+0,0c3f2c+100 */
    background: #0e4a8c; /* Old browsers */
    background: -moz-linear-gradient(left, #0e4a8c 0%, #0c3f2c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0e4a8c 0%,#0c3f2c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0e4a8c 0%,#0c3f2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4a8c', endColorstr='#0c3f2c',GradientType=1 ); /* IE6-9 */
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 20px 11px;
    font-weight: 500;
    color: #FFF;
    font-family: 'Raleway', sans-serif!important;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover {
    color: #ffde2e;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #FFF;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(0,0,0,.02);
    transition: 0.2s;
    box-shadow: inset 0px -6px 0px 0px rgb(255, 222, 46);
}
.navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar.scrolling-navbar .navbar-nav>li {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar.scrolling-navbar .navbar-nav>li:hover {
    box-shadow: inset 0px -1px 4px 0px rgba(0, 0, 0, 0.15);
}
.navbar.scrolling-navbar .navbar-nav>li:hover>a {
    color: #FFF;
    background-color: rgba(0, 0, 0, .04);
    transition: 0.2s;
    box-shadow: inset 0px -6px 0px 0px rgb(255, 222, 46);
}
.navbar.scrolling-navbar div:not(.overlay) {
    z-index: 10;
}

.dropdown-menu {
    background-color: #f9f9f9;
    padding: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    padding: 10px 20px 10px 15px;
    z-index: 1;
}

.dropdown-menu > li > a {
    color: #7E7E7E;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
}

.dropdown .dropdown-menu .dropdown-item:active {
    background: #c7c7c7;
}

/*- Topo info -*/
.barra-topo-principal{
    background: url(/imagens/fundoTopo.jpg) center fixed;
    min-height: 900px;
}


ul.topo-atendimento{
    width: 100%;
    height: auto;
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
ul.topo-atendimento li{
    width: 100%;
    height: auto;
    color: rgba(255,255,255, 0.8);
    text-align: right;
    padding: 5px;
    margin: 8px 0;
    font-weight: 400;
}
ul.topo-atendimento li a{
    color: rgba(255,255,255, 0.8);
}
ul.topo-atendimento li .icone{
    width: 50px;
    text-align: center;
    float: right;
    font-size: 26px;
    margin-left: 12px;
    margin-top: -9px;
    border-left: 1px solid rgba(255,255,255, 0.2);
}


.topo-info{
    width: 100%;
    display: block;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topo-info a{
    display: block;
    font-size: 13.3px;
    color: rgba(255,255,255, 0.8);
    padding: 15px 4px;
    background: rgba(255,255,255, 0.08);
    transition: 0.3s;
    margin-bottom: 5px;
    font-weight: bold;
}
.topo-info a:hover{
    color: rgba(255,255,255, 0.9);
    background: rgba(255,255,255, 0.14);
}
.topo-info a .icone{
    width: 40px;
    text-align: center;
    float: left;
    font-size: 22px;
    margin-top: -7px;
}
.topo-info a.portalTransparencia{
    color: #9df3c8;
}
.topo-info a.ouvidoria{
    color: #9de2f3;
}
.topo-info a.esic{
    color: #f3ee9d;
}



.topo-redes-sociais{
    width: 100%;
    display: block;
    margin-bottom: 35px;
}
.topo-redes-sociais .col{
    text-align: center;
}
.topo-redes-sociais .col a{
    display: block;
    font-size: 16px;
    color: rgba(255,255,255, 0.8);
    padding: 6px 0;
    transition: 0.3s
}
.topo-redes-sociais .col a:hover{
    color: rgba(255,255,255, 0.9);
    background: rgba(255,255,255, 0.08);
}
.topo-redes-sociais .col a .icone{
    width: 100%;
    font-size: 28px;
}

/* Botões do topo, que liga os conteúdos */
ul.topo-bt-conteudos{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.topo-bt-conteudos li{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 2px 0;
    padding: 4px;
}
ul.topo-bt-conteudos li a{
    color: rgba(255,255,255, 0.8);
    padding: 15px;
    border: 1px solid rgba(255,255,255, 0.4);
    display: block;
    background: rgba(0,0,0, 0.3);
    font-size: 18px;
    transition: 0.3s;
}
ul.topo-bt-conteudos li a:hover{
    color: rgba(255,255,255, 0.9);
    background: rgba(0,0,0, 0.5);
}




.barra-topo-info {
    height: auto;
    background: #f6f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 3px solid #dc3822;
}
.topo-info-box{
    color: #000;
    font-size: 13px;
    border-radius: 3px;
}
.topo-info-box .atendimento{
    padding: 10px 0px;
    text-align: left;
}
.topo-info-box ul.list-info-topo{
    width: 100%;
    list-style: none;
    float: right;
    padding: 0px;
    margin: 0px;
}
.topo-info-box ul.list-info-topo li{
    float: right;
}
.topo-info-box ul.list-info-topo li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    float: right;
    padding: 10px 15px 10px 15px;
}
.topo-info-box ul.list-info-topo li a:hover{
    background-color: #FFF;
    transition: 0.2s;
}

.list-btn-topo {
    text-align: right;
    margin-top: 6px;
}
.list-btn-topo a {
    width: 254px;
}

/*- Topo logo -*/
.topo-logo-box img{
    padding: 19px 0px;
}

.telefone-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 18px;
    padding-right: 15px;
    color: #000;
    padding-bottom: 5px;
}
.telefone-topo .icon{
    padding: 0px 8px;
    float: right;
    margin-top: -1px;
    font-size: 17px;
    margin-left: 15px;
    position: relative;
    color: #dc3822;
    border-left: 2px solid #dc3822;
}
.telefone-topo .icon .marcador {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #dc3822 transparent;
    position: absolute;
    left: -6px;
    top: 31%;
}
.atendimento-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 5px;
    padding-right: 15px;
    font-weight: 300;
    color: #000;
}
.atendimento-topo .icon{
    padding: 0px 8px;
    float: right;
    margin-top: -3px;
    font-size: 17px;
    margin-left: 15px;
    position: relative;
    color: #dc3822;
    border-left: 2px solid #dc3822;
}
.atendimento-topo .icon .marcador{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #dc3822 transparent;
    position: absolute;
    left: -6px;
    top: 31%;
}

.logo-principal{
    width: 199px;
    padding: 5px;
    margin-right: 30px;
}



ul.list-menu-topo{
    width: 100%;
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}
ul.list-menu-topo li{
    float: right;
}
/*ul.list-menu-topo li.acessoinfo a{
    color: #de9d03;
}
ul.list-menu-topo li.portaltransp a{
    color: #388E3C;
}*/
ul.list-menu-topo li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #02632D;
    float: right;
    padding: 10px 15px;
    font-size: 12.5px;
    font-weight: 400;
}
ul.list-menu-topo li a:hover{
    background-color: #FFF;
    transition: 0.2s;
}

ul.list-menu-topo{
    width: 100%;
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}
ul.list-menu-topo li{
    float: right;
}
ul.list-menu-topo li.acessoinfo a{
    //border-bottom: 1px solid #ca9300;
    color: #ca9300;
}
ul.list-menu-topo li.acessoinfo .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #ca9300;
}
ul.list-menu-topo li.acessoinfo a:hover{
    background: #ca9300;
    color: #FFF;
}

ul.list-menu-topo li.portaltransp a{
    //border-bottom: 1px solid #3f9442;
    color: #3f9442;
}
ul.list-menu-topo li.portaltransp .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #3f9442;
}
ul.list-menu-topo li.portaltransp a:hover{
    background: #3f9442;
    color: #FFF;
}

ul.list-menu-topo li.ouvidoria a{
    //border-bottom: 1px solid #448beb;
    color: #448beb;
}
ul.list-menu-topo li.ouvidoria .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #448beb;
}
ul.list-menu-topo li.ouvidoria a:hover{
    background: #448beb;
    color: #FFF;
}

ul.list-menu-topo li.acessibilidade a{
    //border-bottom: 1px solid #737373;
    color: #737373;
}
ul.list-menu-topo li.acessibilidade .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #737373;
}
ul.list-menu-topo li.acessibilidade a:hover{
    background: #737373;
    color: #FFF;
}

ul.list-menu-topo li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #282829;
    float: right;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
}
ul.list-menu-topo li a:hover{
    background-color: #FFF;
    transition: 0.2s;
}

.navbarCor{
    background: rgba(12, 63, 44, 0.85)!important;
}

.img-apresentacao{
    margin-top: 200px;
}