/*- Modificações Framework -*/
.navbar{
    margin-bottom: -10px!important;
}
.navbar.scrolling-navbar {
    padding-bottom: 0px!important;
    z-index: 999!important;
    border: none;
    padding: 0px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 20px 9px;
    font-weight: 500;
    color: #730D11;
    font-family: 'Raleway', sans-serif!important;
    font-size: 14px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover {
    color: rgba(78,160,52,255);
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #730D11;
}
.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(251, 165, 10);
}
.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.11);
}
.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;
    padding: 0px;
}

.navbar, .pagination .page-item.active .page-link {
    -webkit-box-shadow: none!important;
}

/*- Topo info -*/
.barra-topo-logo{
    background: linear-gradient(to right, #ffffff 0%, #ffffff 64%, #ffffff 64%, #d32f2f 64%, #d32f2f 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25)!important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25)!important;
    z-index: 99999;
}

.barra-topo-info {
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.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: #FFF!important;
    float: right;
    padding: 15px 15px 15px 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: 35px;
    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%;
}

#logoPequena{
    width: 0px;
    visibility: hidden;
    transition: 0.4s!important;
    overflow: hidden;
}
#logoPequena img{
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    padding: 3px 0 3px;
}
#logoPequena-2{
    width: 0px;
    visibility: hidden;
    transition: 0.4s!important;
    overflow: hidden;
}
#logoPequena-2 img{
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
    padding: 3px 0 3px;
}
.logoPequenaEfeito{
    width: 70px!important;
    visibility: visible!important;
}
.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;
}
ul.list-menu-topo li{
    float: right;
}
ul.list-menu-topo li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #02632D;
    float: right;
    padding: 10px 15px;
    font-size: 14px;
    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 a{
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    float: right;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
}
ul.list-menu-topo li a:hover{
    background-color: rgba(0,0,0, 0.2);
    transition: 0.2s;
}

.navbarCor{
    margin-top: 0px!important;
    background: rgba(249, 249, 249, 0.96)!important;
    border-bottom: 2px solid #FBA50A!important;
}

#menu-topo-secundario {
    display: none;
}

.box-info-topo {
    background: #d32f2f;
}

.info-topo {
    width: 100%;
    text-align: left;
    font-size: 17px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-top: 30px;
    color: #fefefe;
    font-weight: bold;
}

.info-topo .icon {
    padding: 4px 8px;
    float: left;
    margin-top: -3px;
    font-size: 28px;
    margin-right: 10px;
    position: relative;
    color: #002247;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #002247;
    border-radius: 4px;
}

.info-topo span {
    width: 100%;
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

ul.list-menu-topo li.portaltransp a{
    color: #044d04;
}

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

ul.list-menu-topo li.acessoinfo a{
    color: #694b00;
}

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

ul.list-menu-topo li.ouvidoria a{
    color: #498de9;
}

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

ul.list-menu-topo li.acessibilidade a{
    color: #000000;
}

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