/*- Modificações Framework -*/
.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999!important;
    background-color: #2E6BB2;
    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: #FFF;
    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: 0px;
    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: rgba(11, 103, 173, 0.92);
}

.barra-topo-info {
    height: auto;
    background: #f5f6f3;
}
.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: 20px 0px;
}

.telefone-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 33px;
    padding: 4px 0;
    color: #ffffff;
    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: #ffffff;
    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%;
}
.busca-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 7px;
    padding: 4px 0;
    font-weight: 300;
    color: #2d2d34;
    background: transparent;
}


.busca-topo input{
    //border: none;
    width: 59%;
    border: 1px solid #54B1D0;
    padding: 4.6px;
    margin-top: -4px;
}
.busca-topo .icon {
    height: 37px;
    border: none;
    padding: 4px 10px!important;
    float: right;
    margin-top: -4px;
    font-size: 19px;
    margin-left: 0;
    position: relative;
    color: #fff;
    border-left: 2px solid #2d2d34;
    background: #2d2d34;
}

.busca-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;
	float: left;
	width: 60px !important;
	height: 64px;
	position: absolute;
}
#logoPequena img{
    
}
.logoPequenaEfeito{
    width: 70px!important;
    visibility: visible!important;
}
#logoPequena img{
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    padding: 0px;
}
.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 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: #2d2d34;
    float: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    /* border: ; */
    border-left: 1px dashed rgba(0,0,0,0.2);
}
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: 18px;
    padding: 7px 8px 7px 10px;
    /* background: rgba(255,255,255, 0.08); */
    margin-right: 2px;
}

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

.informacoes-topo{
    width: 100%;
    min-height: auto;
    text-align: right;
    font-size: 18px;
    margin-top: 2px;
    padding: 4px 15px;
    color: rgba(0,0,0, 0.7);
}
.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;
}

.dropdown-menu {
    position: relative;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}