/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}


body {
    font-family: "open_sansextra", Arial, Helvetica, sans-serif;
}

/* Customização bootstrap2 */
.row {
    margin-left: 0;
}

/* Customização do template-azul CSS */

main div.row-flutuante {
    margin-top: 20px;
}

main div.rastro-navegacao {
    margin-left: 0;    
}

header {
    background-image: none;
    background-image:url(../_imagens/bg-consumidor.jpg);
    background-color:#fff;
    background-size: 1370px;
    background-position: center center; 
}

    header #logo h1 {
        font-size: 3.8em;
        line-height: .8em;
    }

    header h1 span {
        font-size:0.6em;
        display: block;
        clear: both;
    }

    header #logo {
        margin: 3px 0 60px 0;
        padding: 0 0 30px 20px;
        background-color:  rgba(0, 0, 0, 0.6);
    }

    header #procura {
        margin: 20px 0 15px -53px;
        padding: 15px 30px 3px 85px;
        background-color:  rgba(44, 151, 222, 0.4);
    }

    header #procura h2 {
        font-size:2.8em;
        line-height: .9em;
        color:#fff;
        margin-top: 0px;
    }

    header #procura h2 span {
        
        font-weight:800;
        margin-left:110px;

    }

    header .campoProcura{
        margin-right: 25px;
    }

    header #portal-searchbox form {
        margin: 16px 0 0 0;
    }

    header #portal-searchbox input.searchField {
        width: 250px;
        height: 40px;
    }

    header #portal-searchbox .searchButton {
        height: 50px;
    }

    header div.sobre {
        background-color: rgba(0, 0, 0, 0.75);
        border-bottom: 2px solid #0f4098;
    }

main .container {
    padding: 0px 0 25px 0;
}

h2 {
    font-family: "open_sansextrabold", Arial, Helvetica, sans-serif; 
    font-size: 30px;
    /*letter-spacing: -2px;*/
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}


/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.portalHeader {
    padding:14px 0 0 0;
    background-color: #1659bf;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portalMenu {
    padding:14px 0 0 0;
    background-color: #1659bf;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.barraTopo {
    margin-top:5px;
    min-height:365px;
    padding:0px;
}

.barra {
    padding:0 20px 0 20px;
}
    .barra h2 {
        /*font-size:1.4em;*/
    }

.barraDica {
    padding-top:15px;
    padding-bottom:15px;
    min-height:200px;
    background-color: rgba(244, 180, 0, 0.5);
    border-top:solid 10px rgba(244, 180, 0, 1);
}

.boxDica {
    min-height:200px;
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom:solid 10px rgba(244, 180, 0, 0.65);
    padding-top:10px;
    padding-right:30px;
    color:#fff;
    margin-top: 40px;
}
    .boxDica p {
        font-size:1.2em;
        color:#fff;
        margin-left:70px;
        margin-bottom:30px;
        margin-right:10px;
    }
    .boxDicaImg {
        width:100%;
	margin-top: 18px;
    }


.barraServicos {
    margin-top:30px;
    min-height:200px;
    background-color: #1a1a1a;
    color:#fff;
    padding-top:20px;
    padding-bottom:20px;
}
    .barraServicos p {
        color: #a8a8a8;
        font-size: 0.9em;
        margin-left:50px;
    }

    .barraServicos img {
        margin-top:20px; /* height / -2 */
        width:100%;
    }

.barraNoticias { 
    margin-top: 30px;
}
    .barraNoticias img {
        width: 100%;
    }
    .barraNoticias h2 {
        color:#0f4098;
        margin-top:0 !important;
        margin-bottom: 35px;
    }
    .barraNoticias h3 {
        font-size:2.5em;
        letter-spacing:-2px;
    }
    .barraNoticias h4 {
        color:#0f4098;
        font-size:1em;
        letter-spacing:0;
    }
    .barraNoticias p {
        text-align:justify;
    }
    .barraNoticias [class*="-3"] {
        padding-right:0;
        padding-left:30px
    }
    .barraNoticias a {
        color:#172938;
    }
    .barraNoticias hr{
        margin: 5px 0;
    }

.barraVideos {
    margin-top:30px;
    padding-bottom: 10px;
    background-color:#4f5d73;
    border-top:solid 10px #306bff;
    min-height: 455px;
}
    .barraVideos h2 {
        color:#fff;
        margin-bottom:20px;
    }
    .barraVideos h3 {
        color:#fff;
        font-size: 1.8em;
        line-height: 1.2em;
    }
    .barraVideos .listaVideos {
        background-color:#343b46;
        margin:20px 0 0 25px;
    }
        .barraVideos .listaVideos hr {
            clear: both;
            display: block;
            margin: 15px 20px 20px 20px;
            border-top: 1px solid #4F5D73;
            border-bottom: none;
        }
        .barraVideos .listaVideos .boxVideo {
            clear: both;
            display: block;
            color: #98a7bf;
            margin: 15px 20px 35px 20px;
        }
            .barraVideos .listaVideos .boxVideo img {
                float: left;
                margin-right: 20px;
            }
            .barraVideos .listaVideos .boxVideo .tituloVideo {
                color:#fff;
                font-weight:bold;
            }
            .barraVideos .listaVideos .boxVideo .tagVideo {
                color:#e0e0e0;
            }
        .barraVideos .listaVideos hr {
            padding-bottom:5px;
        }   
    
.barraIndicadores {
    margin-top:30px;
    background-color:#eee;
    border-top:solid 10px #ddd;
    /*min-height: 455px;*/
}
    .barraIndicadores .barra {
        padding-right:0;
    }
    .barraIndicadores p {
        color: #000;
        font-size: 0.9em;
        margin-left:50px;
    }
    .barraIndicadores h2 {
        color:#000;
        margin-bottom:20px;
    }
    .barraIndicadores h3 {
        color:#000;
    }
    .barraIndicadores h4 {
        font-weight: bold;
        font-family: "open_sanssemiextrabold",'Open Sans',Arial,Helvetica,sans-serif;
        padding-top: 15px;
        font-size: 1.3em;
    }
    .barraIndicadores #tabelaPrazoMedio {
        margin-top: 25px;
    }
    .barraIndicadores #tabelaPrazoMedio thead {
        background-color: #72BC4C;
    }
    
.barraOrientacao {
    margin-top:30px;
    padding-left:30px;
    padding-bottom:40px;
    background-color:#2a276b;
    border-top:solid 5px #ddd;
    min-height: 950px !important;
}
    .barraOrientacao h2 {
        color:#fff;
        margin-bottom:20px;
    }
    .barraOrientacao h3 {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px 0 10px 30px;
        margin-left:-30px;
        margin-bottom:30px;
        color:#fff;
        font-size:1.8em;
    }
    .barraOrientacao .boxLivro {
        display:block;
        clear:both;
        padding-bottom:5px;
        margin-right: 30px;
    }
        .barraOrientacao .boxLivro h4 {
            color:#fff;
            margin-bottom:20px;
        }
        .barraOrientacao .boxLivro img {
            float:left;
            margin-right:15px;
        }
        .barraOrientacao .boxLivro p {
            color:#eee;
            text-align:justify;
            font-size:0.92em;
            letter-spacing:0;
        }
    .barraOrientacao hr {
        clear:both;
        display:block;
        margin-bottom:30px;
        margin-right:30px;
        border-color: rgba(0,0,0,0.3);
    }
    

.barraFormacao {
    margin-top:30px;
    margin-left:15px;
    padding-left:30px;
    background-color:#e8bd3d;
    border-top:solid 5px #ddd;
    min-height: 950px !important;
}
    .barraFormacao h2 {
        color:#fff;
        margin-bottom:20px;
    }
    .barraFormacao h3 {
        background-color: rgba(178, 101, 0, 0.3);
        margin-bottom: 30px;
        margin-left: -30px;
        padding: 10px 0 10px 30px;
        color: #fff;
        font-size:1.8em;
    }

    .barraFormacao .span11 {
        margin-left: 0;
    }

.barraCalendario {
    margin-top:30px;
    background-color:#eee;
    border-top:solid 10px #f00;
    min-height: 455px;
}
    .barraCalendario p {
        color: #000;
        font-size: 0.9em;
        margin-left:50px;
    }
    .barraCalendario h2 {
        color:#000;
        margin-bottom:20px;
    }
    .barraCalendario h3 {
        color:#000;
    }
    .barraCalendario h4 {
        border-bottom:solid 1px #f00;
    }
    

.bgImagem {
    margin-left:-30px;
    
    border-top:solid 5px rgba(0, 0, 0, 0.3);
    border-bottom:solid 5px rgba(0, 0, 0, 0.3);
}

.bgImagemCol1 {
    border-top: solid 5px rgba(17, 17, 44, 0.3);
    border-bottom: solid 5px rgba(17, 17, 44, 0.3);
}

.bgImagemCol2 {
    border-top: solid 5px rgba(178, 101, 0, 0.3);
    border-bottom: solid 5px rgba(178, 101, 0, 0.3);
}

.bgImagem img {
    width: 100%;
}

.no-gutter [class*="-9"] {
    padding-left:0;
    padding-right:0;
}


footer {
    background: rgba(0,0,0,0.8);
}

footer .footer-logos {
    padding: 25px 0;
    background: rgba(255,255,255,0.2);
}

footer.barraRodape {
    margin-top:50px;
	background-color: rgba(22,89,191,1);
}

footer .barraGoverno {
    background-color: rgba(0,66,177,1);
    padding: 25px 0 25px 0;
}

footer .barraLatitude {
    background-color: #fff;
}


.iconServicos {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-servicos.png');
    float:left;
    margin-top:15px;
    margin-right:10px;
}

.iconNoticias {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-noticias.png');
    float:left;
    margin-top:0;
    margin-right:10px;
}

.iconVideos {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-videos.png');
    float:left;
    margin-top:17px;
    margin-right:10px;
}

.barraVideos a:link,a:visited{
    color:white;
    text-decoration: none;
}

.barraVideos a:hover{
    color:white;
    text-decoration: underline;
}

.iconIndicadores {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-indicadores.png');
    float:left;
    margin-top:17px;
    margin-right:10px;
}

.iconOrientacao {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-orientacao.png');
    float:left;
    margin-top:17px;
    margin-right:10px;
}

.iconFormacao {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-formacao.png');
    float:left;
    margin-top:17px;
    margin-right:10px;
}

.iconDica {
    width:90px;
    height:90px;
    background-image:url('../_imagens/icon-dica.png');
    background-repeat:no-repeat;
    float:left;
    margin-top:-43px;
    margin-right:-22px;
    margin-left: -10px;
}

.iconCalendario {
    width:40px;
    height:40px;
    background-image:url('../_imagens/icon-calendario.png');
    background-repeat:no-repeat;
    float:left;
    margin-top:17px;
    margin-right:10px;
}

.filtroIndicadores{
    margin: 20px 0px 20px 0px;    
    background-color: #ececec;
}

.selectIndicadores {
    width: 415px;
    height: 34px;
    overflow: hidden;
    background: #141414;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px;
}


.filtroIndicadores select{
    background: url('../_imagens/icon-seta.png') no-repeat right #141414; /* importante para exibir o novo ícone */
    width: 415px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    -webkit-appearance: none;
    color:white;
    font-weight: bold;
    -moz-appearance:none; /* Firefox */

}


.vejamaisClaro {
    height:20px;
    width:85px;
    color:#fff;
    background: url('../_imagens/bul-mais-c.png') no-repeat right transparent;
    cursor:pointer;
    float:right;
    margin-top:10px;
    margin-right:30px;
}

.vejamaisEscuro {
    height:20px;
    width:85px;
    color:#333;
    background: url('../_imagens/bul-mais.png') no-repeat right transparent;
    cursor:pointer;
    float:right;
    margin-top:10px;
}

.vejamaisClaro:hover, .vejamaisEscuro:hover {
    font-weight:bold;
}

.vejamaisClaro a:visited {
    text-decoration: none !important; 
    color: #fff !important;
}

.barraIndicadores a:visited{
    color: black;
}

.barraIndicadores a:hover{
    text-decoration: none;
}

.barraIndicadores a:link{
    text-decoration: underline;
}

.rastro-navegacao a:visited{
    color: #2c66ce;
}

.barraNoticias a:visited{
    color:#172938
}


.item-page a:visited {
    color: #08c !important;
}

    
@media only screen
    and (min-device-width : 0px) 
    and (max-device-width : 429px) {
    header #logo h1 {
        font-size: 2.9em;
    }
    header #procura h2 {
        font-size: 2.5em;
    }
    header #procura {
        margin: 20px 0px 15px 1px;
        padding: 15px 0px 3px 10px;
    }
}

@media only screen
    and (min-device-width : 0px) 
    and (max-device-width : 520px) {
        .barraFormacao .span11 {
            padding-right: 30px;
        }
    }

@media only screen
    and (min-device-width : 0px) 
    and (max-device-width : 979px) {
        .barraVideos .barra h3 {
            margin-bottom: 20px;
        }
        .barraVideos .barra .span6 {
            width: 100%;
        }
        .barraVideos .listaVideos {
            margin: 0;
        }
    }

@media only screen
    and (max-device-width : 767px) {
    .barraNoticias h3 {
        margin-bottom: 30px;
    }
}

@media only screen
    and (min-device-width : 430px) 
    and (max-device-width : 767px) {
    header #logo h1 {
        font-size: 3.8em;
    }
    header #procura h2 {
        font-size: 2.8em;
    }
    header #procura {
        margin: 20px 0px 15px 1px;
        padding: 15px 0px 3px 10px;
    }
    .barraNoticias h3 {
        margin-bottom: 30px;
    }
}

@media (max-device-width : 767px) {
        .barraServicos .row .span3 {
            float: left;
            width: 50%;
        }
}



/* ------- PÁGINAS INTERNAS ----------------------------------------------------------------*/

.itemListCategoriesBlock a:visited, .itemListCategoriesBlock a:active, .itemListCategoriesBlock a {
    color: #08c;
}
