.header-desktop-bg {
    /* From https://css.glass */
/*background: rgba(143, 14, 14, 0.30);*/
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(143, 14, 14, 0.3);
}
.container-fluid {
    /*background-image: url('/imagens/header-desktop-bg.jpg');*/
    background-size: cover;
}
/*- Modificações Framework -*/
.navbar.scrolling-navbar {
    padding-top: 9px;
    padding-bottom: 0px;
    z-index: 999!important;
    margin-top: 0px;
    box-shadow: none;
    border: none;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 20px 6px;
    font-weight: 500;
    color: #2d2d2a;
    font-family: 'Raleway', sans-serif!important;
    font-size: 14px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover {
    color: #ffde2e;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #719D00;
}
.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 #719D00;
}
.navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 10px;
    padding-bottom: 0px;
}

.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-logo{
    background: #FFFFFF;
}

.barra-topo-info {
    background: linear-gradient(0deg,#fff 27%,#DBEFFE 100%);
    height: auto;
}
.logo-topo{
    text-align: center;
    align-self: center;
}
.topo-info-box{
    margin: 0px 5rem;
    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: 8px 0px;
}

.telefone-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 33px;
    padding: 4px 0;
    color: #2d2d34;
    background: rgba(24,71,141, 0);
}
.telefone-topo .icon{
    padding: 4px 8px;
    float: right;
    margin-top: -7px;
    font-size: 19px;
    margin-left: 15px;
    position: relative;
    color: #FFF;
    border-left: 2px solid #2d2d34;
    background: #2d2d34;
}
.telefone-topo .icon .marcador {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #2d2d34 transparent;
    position: absolute;
    left: -6px;
    top: 36%;
}
.atendimento-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 8px;
    padding: 4px 0;
    font-weight: 300;
    color: #2d2d34;
    background: rgba(24,71,141, 0);
}
.atendimento-topo .icon{
    padding: 4px 8px;
    float: right;
    margin-top: -6px;
    font-size: 19px;
    margin-left: 15px;
    position: relative;
    color: #FFF;
    border-left: 2px solid #2d2d34;
    background: #2d2d34;
}
.atendimento-topo .icon .marcador{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #2d2d34 transparent;
    position: absolute;
    left: -6px;
    top: 36%;
}

#logoPequena{
    width: 0px;
    visibility: hidden;
    transition: 0.4s!important;
    overflow: hidden;
}
#logoPequena img{
    
}
.logoPequenaEfeito{
    width: 70px!important;
    visibility: visible!important;
}
#logoPequena img{
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    padding: 3px 0 3px;
}
.logoPequenaEfeito img{
    opacity: 9!important;
    filter: alpha(opacity=90)!important; /* For IE8 and earlier */
    transition: 0.8s!important;
}

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 .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 .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 .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 .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.mapasite .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #737373;
}

ul.list-menu-topo li.mapasite a:hover{
    background: #737373;
    color: #FFF;
}

ul.list-menu-topo li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #5d5a56;
    float: right;
    padding-right: 25px;
    font-size: 13px;
    font-weight: 400;
}

ul.list-menu-topo li a:hover{
    background-color: #FFF;
    transition: 0.2s;
}

ul.list-menu-topo li a .descricao{
    margin-top: -5px;
    float: left;
    padding-top: 11px;
}

ul.list-menu-topo li a i{
    float: left;
    font-size: 14px;
    padding: 9px 8px;
    background: rgba(255,255,255, 0.08);
    margin-right: 7px;
}

.navbarCor{
    background: rgba(0, 87, 184, 0.92)!important;
}

.informacoes-topo{
    width: 100%;
    min-height: 80px;
    text-align: center;
    font-size: 15px;
    margin-top: 63px;
    padding: 4px 15px;
    color: rgba(0,0,0, 0.7);
    background: rgba(0,0,0, 0.02);
    border: 1px solid rgba(255,255,255, 1);
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.14);
}
.informacoes-topo .icon{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    font-size: 19px;
    position: relative;
    color: #236352!important;
    background: #FAFAFA;
    border: 1px solid rgba(255,255,255, 1);
    margin-top: -25px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	vertical-align: middle;
	content: "";
	background: center center no-repeat;
	color: #CCC!important;
        border-radius: 6px;
}

ul.topo-rede-social{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dashed rgba(255,255,255,0.2)
}
ul.topo-rede-social li{
    float: right;
    padding: 6px 4px;
}
ul.topo-rede-social li a{
    width: 31px;
    display: block;
    color: #FFF;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}

ul.list-menu-topoleft{
    width: 100%;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 0px;
}

ul.list-menu-topoleft li{
    float: left;
}

ul.list-menu-topoleft li.acessoinfo .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #ca9300;
}

ul.list-menu-topoleft li.acessoinfo a:hover{
    background: #ca9300;
    color: #FFF;
}

ul.list-menu-topoleft li.portaltransp .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #3f9442;
}

ul.list-menu-topoleft li.portaltransp a:hover{
    background: #3f9442;
    color: #FFF;
}

ul.list-menu-topoleft li.ouvidoria .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #448beb;
}

ul.list-menu-topoleft li.ouvidoria a:hover{
    background: #448beb;
    color: #FFF;
}

ul.list-menu-topoleft li.acessibilidade .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #737373;
}

ul.list-menu-topoleft li.acessibilidade a:hover{
    background: #737373;
    color: #FFF;
}

ul.list-menu-topoleft li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #5d5a56;
    float: right;
    padding-right: 25px;
    font-size: 10px;
    font-weight: 400;
}

ul.list-menu-topoleft li a:hover{
    background-color: #FFF;
    transition: 0.2s;
}

ul.list-menu-topoleft li a .descricao {
    margin-top: -5px;
    float: left;
    padding-top: 11px;
    font-size: 13px;
}

ul.list-menu-topoleft li a i {
    float: left;
    font-size: 14px;
    padding: 9px 8px;
    background: rgba(255, 255, 255, 0.08);
    margin-right: 7px;
}

@media (max-width: 800px){
    ul.list-menu-topo li.acessibilidade a {
        background: none;
        border-bottom: none;
    }
    ul.list-menu-topo li.acessibilidade a:hover,  
    ul.list-menu-topo li.ouvidoria a:hover,
    ul.list-menu-topo li.portaltransp a:hover,
    ul.list-menu-topo li.acessoinfo a:hover,
    ul.list-menu-topo li.mapasite a:hover
    {
        background: #737373;
        color: #fff;
    }
    ul.list-menu-topo li.ouvidoria a {
        background: none;
        border-bottom: none;
    }
    ul.list-menu-topo li.portaltransp a {
        background: none;
        border-bottom: none;
    }
    ul.list-menu-topo li.acessoinfo a {
        background: none;
        border-bottom: none;
    }
    ul.list-menu-topo li a {
        color: #fff;
    }
}