/*- 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: 500;
}

.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, .03);
    transition: 0.2s;
    box-shadow: inset 0px -6px 0px 0px rgb(166, 206, 56);
}

.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: linear-gradient(to right, #000000 0%,#18407c,#000000 100%);  /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #18407c 50%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%,#18407c 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#18407c,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113973', endColorstr='#113973',GradientType=1 ); /* IE6-9 */
    
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
    z-index: 99 !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: 15px 0px;
}

.telefone-topo{
    width: 100%;
    text-align: right;
    font-size: 20px;
    margin-top: 28px;
    padding-right: 15px;
    color: #174a95;
    padding-bottom: 5px;
}
.telefone-topo .icon {
	padding: 3px 8px;
	background: #0D2A54;
	float: right;
	margin-top: -1px;
	font-size: 17px;
	margin-left: 15px;
	position: relative;
	color: #FFF;
	border-radius: 30px;
}
.telefone-topo .icon .marcador {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 6px 5px 0;
        border-color: transparent #0D2A54 transparent;
        position: absolute;
        left: -5px;
        top: 35%;
}
.atendimento-topo{
    width: 100%;
    text-align: right;
    font-size: 20px;
    margin-top: 5px;
    padding-right: 15px;
    font-weight: 300;
    color: #174a95;
}
.atendimento-topo .icon{
    padding: 3px 8px;
    background: #0D2A54;
    float: right;
    margin-top: -1px;
    font-size: 17px;
    margin-left: 15px;
    position: relative;
    color: #FFF;
    border-radius: 30px;
}
.atendimento-topo .icon .marcador{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #0D2A54 transparent;
    position: absolute;
    left: -5px;
    top: 35%;
}

#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: 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: 5px 5px;
}

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

ul.list-menu-topo li a i {
    width: 35px;
    height: 35px;
    float: left;
    padding: 8px 0;
    border-radius: 100%;
    background: #0D2A54;
    z-index: 99999;
    font-size: 17px;
    text-align: center;
    color: #FFF;
}

ul.list-menu-topo li a div {
    width: 35px;
    height: 35px;
    overflow: hidden;
    transition: 0.5s;
    float: right;
    background: rgba(0, 0, 0, .2);
    padding: 8px 0px;
    border-radius: 50px 50px;
    z-index: -1;
    visibility: hidden;
    margin-left: -35px;
}
ul.list-menu-topo li a div span {
    height: 20px;
    color: #29547E;
    transition: 0.2s;
    display: block;
}
ul.list-menu-topo li:hover a div span {
    color: #FFF;
    transition: 1s;
}

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: 10px 15px;
    border-radius: 3px;
    font-size: 12.5px;
    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;
}

.temperatura li a .climatempo-titulo span {
    padding-right: 15px;
}


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