/*- Modificações Framework -*/
.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999!important;
    background-color: #0153CA;
    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: rgba(255,255,255, 0.85);
    font-family: 'Raleway', sans-serif!important;
    font-size: 13.6px;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255,255,255, 1);
}
.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: #FFF;
}

.barra-topo-info {
    height: auto;
    background: linear-gradient(90deg,rgb(65, 145, 244) 20%,rgb(1, 83, 202) 80%);
    border-bottom: 1px dashed rgba(0,0,0, 0.12);
}
.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: 15px 0px;
}

.telefone-topo{
    width: 100%;
    text-align: right;
    font-size: 17px;
    margin-top: 33px;
    padding: 4px 0;
    color: #0153CA;
    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 #0153CA;
    background: #0153CA;
}
.telefone-topo .icon .marcador {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #0153CA 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: #0153CA;
    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 #0153CA;
    background: #0153CA;
}
.atendimento-topo .icon .marcador{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #0153CA transparent;
    position: absolute;
    left: -6px;
    top: 36%;
}

#logoPequena{
    width: 0px;
    visibility: hidden;
    transition: 0.4s!important;
    overflow: hidden;
}
#logoPequena img{
    
}
.logoPequenaEfeito{
    width: 150px!important;
    visibility: visible!important;
    margin-right: 20px;
}
#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 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: #FFF;
    float: right;
    padding-right: 25px;
    font-size: 12px;
    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: 18px;
    padding: 7px 8px;
    background: rgba(255,255,255, 0.08);
    margin-right: 7px;
}

.navbarCor{
    background: rgba(24, 71, 141, 0.96)!important;
}

.informacoes-topo{
    width: 100%;
    min-height: 80px;
    text-align: center;
    font-size: 15px;
    margin-top: 34px;
    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: 1.8em;
	height: 1.8em;
	vertical-align: middle;
	content: "";
	background: center center no-repeat;
	color: #CCC!important;
        border-radius: 6px;
}

ul.list-menu-topo li.mapasite .barra-cor{
    width: 100%;
    margin-top: 1px;
    height:1px;
    background: #587dad;
}
ul.list-menu-topo li.mapasite a:hover{
    background: #587dad;
    color: #FFF;
}