/*- Modificações Framework -*/

.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99 !important;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.35);
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 20px 11px;
    font-weight: bold;
    color: #ffff;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover {
    color: #ffde2e;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #FFF;
    background-color: #014083 !important;
}

.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, .03);
    transition: 0.2s;
    box-shadow: inset 0px -6px 0px 0px #1bade5;
}

.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 #0c4a56;
}

.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: #326698;*/
    
}

.barra-topo-info {
    height: auto;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113973+0,174a95+50,113973+100 */
    background: #014083;
    
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2)!important;
    z-index: 999 !important;
}

.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: 25px 0px;
}

.topo-autoatendimento{
    width: 280px;
    padding: 10px 10px;
    background: #FFF;
    border: 1px solid rgba(52, 182, 231, 0.3);
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    float: right;
    color: #014083;
    font-size: 17px;
}
.topo-telefone{
    width: 100%;
    float: right;
    text-align: right;
    color: #014083;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
}
.topo-telefone i{
    float: right;
    padding: 10px 5px 6px 10px;
    font-size: 28px;
    border-left: 1px solid #014083;
    margin-left: 10px;
}
.topo-telefone > span {
    font-size: 23px;
    line-height: 44px;
}

#logoPequena {
    width: 0px;
    visibility: hidden;
    transition: 0.4s !important;
    overflow: hidden;
    margin-right: 15px;
}

#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;
}

ul.list-menu-topo li {
    width: auto;
    float: right;
    transition: 0.5s;
    padding: 3px 5px;
}

ul.list-menu-topo li a {
    width: 100%;
    height: 100%;
    position: relative;
    
    border-radius: 3px;
    font-size: 12.5px;
    font-weight: 400;
    color: #fff;
}

ul.list-menu-topo li a i {
    width: 35px;
    height: 35px;
    padding: 8px 0;
    border-radius: 100%;
    background: rgba(0,0,0, 0.04);
    z-index: 99999;
    font-size: 17px;
    text-align: center;
    color: #fff;
}


ul.list-menu-topo li:hover {
    width: auto;
}
ul.list-menu-topo li:hover a div {
    width: auto;
    padding: 8px 20px 8px 50px;
    visibility: visible;
}


ul.menu-topo-tempo{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.menu-topo-tempo li{
    float: left;
}

ul.menu-topo-tempo li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    float: left;
    padding: 9px 0px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
}

ul.menu-topo-tempo li a:hover {
    transition: 0.2s;
}

/* Clima Tempo */
.temperatura {
    padding: 0px;
    padding: 0px;
}
.temperatura,
.temperatura li {
    height: 100%;
    float: left!important;
}

.temperatura .icone img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.temperatura li a {
    display: table !important;
}

.temperatura li a>* {
    display: table-cell !important;
    vertical-align: middle !important;
    font-weight: bold !important;
}


.topo-fundo-padrao{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#326698+0,3773ad+50,326698+100 */
    background: #326698;
}