/*- Modificações Framework -*/
.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    z-index: 9999;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 25px 11px;
    font-weight: 500;
    color: #FFF;
}

.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, .05);
    transition: 0.2s;
    box-shadow: inset 0px -6px 0px 0px rgb(1, 69, 106, 0.7);
}

.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 rgb(1, 69, 106, 0.3);
}

.navbar.scrolling-navbar .navbar-nav > li:hover > a {
    color: #FFF;
    background-color: rgba(0, 0, 0, .1);
    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: #f2faff;
    border-bottom: 1px solid rgba(0, 124, 194, 0.07);
}

.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;
}

.atendimento-topo span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #0174b4;
    margin-top: 37px;
    font-weight: 400;
}

.atendimento-topo {
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-top: 5px;
    padding-right: 15px;
    font-weight: 300;
}

.telefone-topo span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #0174b4;
    margin-top: 37px;
    font-weight: 400;
}

.telefone-topo {
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-top: 5px;
    padding-right: 15px;
    font-weight: 300;
    padding-left: 92px;
    border-left: 1px solid rgba(1, 116, 180, 0.2);
}

#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: 8px 0 9px;
}

.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.acessoinfo a {
    /*color: #de9d03;*/
    color: #0174b4;
}

ul.list-menu-topo li.portaltransp a {
    /*color: #388E3C;*/
    color: #0174b4;
}

ul.list-menu-topo li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #0174b4;
    float: right;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
}

ul.list-menu-topo li a:hover {
    background-color: rgba(0, 120, 187, 0.08);
    transition: 0.2s;
}


/* Clima Tempo */
.temperatura {
    padding: 0px;
    padding: 0px;
}
.temperatura,
.temperatura li {
    height: 100%;
    float: left!important;
}

.temperatura .icone img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.temperatura li a {
    padding: 0 15px !important;
    display: table !important;
}

.temperatura li a>* {
    display: table-cell !important;
    vertical-align: middle !important;
    font-weight: bold !important;
}

.temperatura li a .climatempo-titulo span {
    padding-right: 15px;
}