/*************************************
   -----------------------------------
   HEADER
   -----------------------------------
**************************************/

/* 
   ----------------------------
   BARRA ACESSIBILIDADE 
   ----------------------------
*/
.barra-acessibilidade {
    width: 100%;
    padding: 31px 0;
    display: none;
    background: #28292B;
    color: #ececec;
}
.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-size: 25px;
    margin: 1px 60px 0 0;
}
.barra-acessibilidade .nome .icone {
    width: auto;
    float: left;
    margin: 0 12px 0 0;
}
.barra-acessibilidade .fontes {
    width: auto;
    float: left;
}
.barra-acessibilidade .fontes .alterar {
    width: 40px;
    height: 40px;
    padding: 9px 0 0 0;
    float: left;
    margin: 0 9px 0 0;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .fontes .alterar:hover {
    transition: 0.2s;
    color: #FFF;
}
.barra-acessibilidade .contraste {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto {
    width: auto;
    float: left;
}
.barra-acessibilidade .texto .alterar {
    font-size: 14px;
    margin: 30px 0 0 0;
}
.barra-acessibilidade .texto .alterar .link {
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: 40px;
    padding: 9px 22px 0 22px;
    float: left;
    margin: 0 9px 0 20px;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .contraste .alterar:hover {
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo {
    width: auto;
    height: 40px;
    padding: 9px 20px 0 20px;
    float: left;
    margin: 0 9px 0 20px;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.barra-acessibilidade .btn-externo:hover {
    transition: 0.2s;
}


/* 
   ----------------------------
   BARRA TOPO SUPERIOR
   ----------------------------
*/
.barra-topo-superior {
    height: auto;
    background: #EDF5FC;
    border-bottom: 1px solid rgba(85, 85, 85, 0.1);
}
.barra-topo-superior ul.menu-info{
    width: 100%;
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}
.barra-topo-superior ul.menu-info li{
    float: right;
}
.barra-topo-superior ul.menu-info li a{
    overflow: hidden;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #28292B;
    padding: 10px;
    transition: 0.3s;
    text-decoration: none;;
}
.barra-topo-superior ul.menu-info li.acessoinfo a:hover{
    background: #ca9300;
    color: #FFF;
}
.barra-topo-superior ul.menu-info li.portaltransp a:hover{
    background: #3f9442;
    color: #FFF;
}
.barra-topo-superior ul.menu-info li.ouvidoria a:hover{
    background: #448beb;
    color: #FFF;
}
.barra-topo-superior ul.menu-info li.acessibilidade a:hover{
    background: #737373;
    color: #FFF;
}

.barra-topo-superior ul.menu-prev-tempo{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.barra-topo-superior ul.menu-prev-tempo li{
    width: 100%;
    float: left;
}
.barra-topo-superior ul.menu-prev-tempo li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #28292B;
    float: left;
    padding: 8px;
    border-radius: 3px;
    font-size: 12.5px;
    font-weight: 400;
}
.barra-topo-superior ul.menu-prev-tempo li a .icone img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.barra-topo-superior ul.menu-prev-tempo li a > * {
    display: table-cell !important;
    vertical-align: middle !important;
    color: #28292B;
}
.barra-topo-superior ul.menu-prev-tempo .climatempo-titulo span {
    padding-right: 5px;
    color: rgba(0, 0, 0, 0.8);
}


/* 
   ----------------------------
   BARRA TOPO LOGO
   ----------------------------
*/
.barra-topo-logo{
    background: #FFF;
    padding: 20px 0;
}
.barra-topo-logo .topo-logo-telefone{
    width: 100%;
    text-align: right;
    font-size: 18px;
    margin-top: 15px;
    color: #28292B;
    font-weight: 500;
    background-color: #EDF5FC;
}
.barra-topo-logo .topo-logo-telefone .fa-stack{
    margin-top: -8px!important;
    margin-bottom: -4px!important;
}
.barra-topo-logo .topo-logo-atendimento{
    width: 100%;
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
    color: #28292B;
    font-weight: 500;
    background-color: #EDF5FC;
}
.barra-topo-logo .topo-logo-atendimento .fa-stack{
    margin-top: -4px!important;
    margin-bottom: -4px!important;
}

/* 
   ----------------------------
   NAVBAR
   ----------------------------
*/

#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;
}

.navbarCor{
    background: rgba(3, 111, 175, 0.92)!important;
}

/*- Modificações Framework -*/
.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999!important;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003f1f+0,006733+51,003f1f+100 */
    background: #0794e8;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.navbar.scrolling-navbar .container .row{
    width: 100%;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    padding: 20px 11px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover {
    color: #ffde2e;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.6);
}
.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,.1);
    transition: 0.2s;
    box-shadow: inset 0px -6px 0px 0px rgb(255, 222, 46);
}
.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(0, 0, 0, .2);
}
.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;
}

/*--- Formulário de busca ---*/
.formulario-busca {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    width: 230px;
    background-color: #036FAF;
    padding: 9px;
    /*visibility: hidden;*/
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.formulario-busca input[type="search"] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #3a3d41;
    padding: 10px 12px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}

.formulario-busca button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
}

.formulario-busca button i {
    color: #3a6341;
    font-size: 16px;
}

.formulario-busca.active {
    visibility: visible !important;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/*************************************
   -----------------------------------
   FOOTER
   -----------------------------------
**************************************/

/* 
   ----------------------------
   RODAPE - FOOTER
   ----------------------------
*/
footer{
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,232323+50,0f0f0f+100 */
    background: #28292B;
    
    position: relative;
    font-weight: 400;
}

footer div:not(.overlay) {
    z-index: 10;
}

/*- Barra 01 -*/
.footer-barra01{
    width: 100%;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.01);
}
.footer-barra01 .menu{
    width: 100%;
    height: auto;
    color: #FFF;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.footer-barra01 .menu h4{
    color: #FFF;
    padding: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}
.footer-barra01 .menu ul{
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-barra01 .menu ul li{
    width: 100%;
    float: left;
}
.footer-barra01 .menu ul li a{
    font-size: 13px;
    color: #cfcece;
    transition: 0.3s;
}
.footer-barra01 .menu ul li a:hover{
    color: #FFF;
}

/*- Barra 02 -*/
.footer-barra02{
    width: 100%;
    height: auto;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.footer-barra02 .menu{
    width: 100%;
    height: auto;
    color: #FFF;
}
.footer-barra02 .menu h4{
    color: #FFF;
    padding: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}
.footer-barra02 .menu .texto{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #cfcece;
    padding: 0px 0 10px 0;
}
.footer-barra02 .menu .contato-rodape{
    font-size: 16px;
    color: #fff;
}
.footer-barra02 .menu .bt-rodape{
    width: 100%;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 0px;
    transition: 0.3s;
    margin-bottom: 10px;;
    padding: 10.4px;
}
.footer-barra02 .menu .bt-rodape:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-barra02 ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-barra02 ul li{
    width: 50px;
    float: left;
    margin-right: 10px;
}
.footer-barra02 ul li a{
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 7px 14px;
    text-align: center;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.footer-barra02 ul li a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}


/*- Barra 03 -*/
.footer-barra03{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background-color: rgba(255,255,255,0.01);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-barra03 .copyright{
    text-align: center;
    color: #cfcece;
    padding: 10px 0 5px 0;
    font-size: 14px;
}