/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-texto'
(44,22): run-time error CSS1039: Token not allowed after unary operator: '-fundo-body'
(48,16): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(53,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(58,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(59,22): run-time error CSS1039: Token not allowed after unary operator: '-cor-bg-principal'
(79,53): run-time error CSS1046: Expect comma, found '30'
(79,58): run-time error CSS1046: Expect comma, found ')'
(79,71): run-time error CSS1046: Expect comma, found '91'
(79,77): run-time error CSS1046: Expect comma, found ')'
(99,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(129,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-fundo'
(154,29): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(180,22): run-time error CSS1039: Token not allowed after unary operator: '-cor-fundo'
(216,21): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(217,26): run-time error CSS1039: Token not allowed after unary operator: '-cor-bg-principal'
(227,32): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(236,30): run-time error CSS1039: Token not allowed after unary operator: '-cor-fundo'
(244,32): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(254,28): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(262,21): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(292,35): run-time error CSS1046: Expect comma, found '255'
(292,43): run-time error CSS1046: Expect comma, found '/'
(299,37): run-time error CSS1046: Expect comma, found '0'
(299,41): run-time error CSS1046: Expect comma, found '/'
(304,22): run-time error CSS1039: Token not allowed after unary operator: '-fundo-body'
(314,22): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(320,17): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(335,36): run-time error CSS1039: Token not allowed after unary operator: '-box-borda'
(337,36): run-time error CSS1039: Token not allowed after unary operator: '-box-fundo'
(350,29): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(376,32): run-time error CSS1039: Token not allowed after unary operator: '-box-borda'
(378,32): run-time error CSS1039: Token not allowed after unary operator: '-box-fundo'
(391,25): run-time error CSS1039: Token not allowed after unary operator: '-cor-principal'
(462,32): run-time error CSS1039: Token not allowed after unary operator: '-box-borda'
(464,32): run-time error CSS1039: Token not allowed after unary operator: '-box-fundo'
 */
[v-cloak] {
    display: none;
}

:root {
    --cor-principal: #075ba8;
    --cor-bg-principal: #eaf0f7;
    --cor-texto: #3A3A3A;
    --cor-fundo: #f8f8f8;
    --box-fundo: rgba(255,255,255, 1);
    --box-borda: rgba(240,240,240, 1);
    --menu-borda: #D8D8D8;
    --fundo-body: #fff;
}

.dark-mode:root {
    --cor-principal: #537da3;
    --cor-bg-principal: #02192e;
    --cor-texto: #f8f8f8;
    --cor-fundo: #363636;
    --box-fundo: rgb(78 78 78);
    --box-borda: rgb(76 76 76);
    --menu-borda: #262626;
    --fundo-body: #041524;
}

.dark-mode .logo-normal,
.dark-mode .logo-indicador-preta {
    display: none;
}

.logo-branca, .logo-indicador-branca {
    display: none;
}

.dark-mode .logo-branca, .dark-mode .logo-indicador-branca {
    display: block;
}


body {
    font-family: 'Montserrat', sans-serif;
    color: var(--cor-texto);
    background: var(--fundo-body)
}

a:hover {
    color:var(--cor-principal)
}


.cor-principal {
    color: var(--cor-principal) !important;
}

header .icone-header {
    border-radius: 10px;
    color: var(--cor-principal) !important;
    background: var(--cor-bg-principal);
    text-decoration: none;
    cursor: pointer;
}

.banner {
    height: 350px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .banner .filter-1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(120,105,123);
        background: linear-gradient(143deg, rgb(228 30 37) 0%, rgb(26 91 168) 100%);
        opacity: 0.15;
    }

    .banner .filter-2 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
        backdrop-filter: blur(1px) brightness(50%);
    }

    .banner .titulo-banner {
        color: #fff;
        /*text-shadow: 2px 1px 2px var(--cor-principal);*/
    }

footer {
    background-color: var(--cor-principal);
    color: white;
}

    footer .icone-rede-social {
        background-color: rgba(96,165,233, 1);
        color: white;
        border-radius: 50%;
        margin-left: 30px;
        height: 50px;
        width: 50px;
        text-align: center;
        padding-top: 13px;
    }

        footer .icone-rede-social i {
            vertical-align: middle;
            line-height: 52px;
        }

a.link-footer {
    color: white;
    text-decoration: none;
}

    a.link-footer:hover {
        text-decoration: underline;
    }

#navegacao {
    background-color: var(--cor-fundo) !important;
    border-bottom: 1px solid #D8D8D8
}

    #navegacao ol {
        padding: 15px 0px;
        list-style: none;
        margin: 0;
        border-radius: 4px;
        padding-left: 0;
        background-color: inherit;
        font-size: 15px;
    }

        #navegacao ol > li {
            display: inline-block;
        }

            #navegacao ol > li + li:before {
                padding: 0 5px;
                color: #ccc;
                content: "/\00a0";
            }

            #navegacao ol > li a {
                color: var(--cor-principal);
                text-decoration: none;
            }

        #navegacao ol > .active {
            font-weight: 300;
        }

ul.objetivos {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.objetivos li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 15px;
    }

        ul.objetivos li img {
            height: 50px;
        }

.body-container {
    padding-top: 2rem;
    background: var(--cor-fundo);
}

    .body-container h1,
    .body-container h2,
    .body-container h3,
    .body-container h4,
    .body-container h5,
    .body-container h6 {
        font-weight: 400
    }

    .body-container h1 {
        margin-bottom: 1.5rem;
    }

    .body-container p.texto {
        margin: 1rem 0;
        margin-bottom: 2rem;
        white-space: pre-line;
        word-wrap: break-word;
    }

    .body-container .info-destaque {
        margin: 2rem 0;
    }


    .body-container .info {
        padding: 10px 30px;
        margin: 5px 20px;
        margin-left: 0;
        font-weight: bold;
        margin-top: 15px;
        text-align: center;
        border-radius: 5px;
        color: var(--cor-principal) !important;
        background: var(--cor-bg-principal);
    }

        .body-container .info .info-titulo {
            margin-bottom: 0px;
            font-size: 15px;
        }


    .body-container .info-destaque {
        border: 2px solid var(--cor-principal);
        border-radius: 5px;
        padding: 15px 20px;
        margin-top: 3.5rem;
        margin-bottom: 2.5rem;
    }

        .body-container .info-destaque .info-destaque-titulo {
            float: left;
            background: var(--cor-fundo);
            padding: 0px 10px;
            margin-left: -5px;
            margin-top: -35px;
            font-weight: normal;
        }

    .body-container ul.formula {
        background-color: var(--cor-principal) !important;
    }

    .body-container hr {
        display: none;
    }



#section-indicador-valores {
    background-color: var(--cor-principal) !important;
    border: none !important;
    padding: 2rem 0 !important;
    margin-top: .5rem;
    color: #fff;
}

    #section-indicador-valores .polaridade {
        color: var(--cor-principal) !important;
    }

    #section-indicador-valores .table-valores {
        color: #fff;
    }

        #section-indicador-valores .table-valores.table-striped > tbody > tr:nth-of-type(odd) > * {
            color: #f9f9f9;
        }

    #section-indicador-valores .tipo-grafico {
        width: 165px;
    }

        #section-indicador-valores .tipo-grafico select,
        #section-indicador-valores .tipo-grafico select:focus {
            background-color: #1463ac;
            padding-right: 10px;
            -webkit-appearance: searchfield;
            -moz-appearance: button-arrow-down;
            appearance: auto;
        }

    #section-indicador-valores h4 .unidade {
        color: rgba(255, 255, 255, .75);
        font-weight: 300;
    }

    #section-indicador-valores a.exportacao {
        background-color: rgb(255 255 255 / 5%);
        padding: 5px 15px;
        text-decoration: none;
    }


        #section-indicador-valores a.exportacao:hover {
            background-color: rgb(0 0 0 / 5%);
        }

#section-busca {
    padding: 2rem 0;
    background: var(--fundo-body);
}

section#section-busca form input {
    width: 90%;
    float: left;
}

section#section-busca form button {
    float: right;
    background: var(--cor-principal);
    color: #fff;
    font-weight: bold;
}

#section-busca ul li a {
    color: var(--cor-principal) !important;
}

#section-tema {
    padding-bottom: 2rem;
}

    #section-tema ul.indicadores {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #section-tema ul.indicadores li a {
            border-radius: 10px;
            border: 1px solid var(--box-borda);
            box-shadow: 0px 3px 6px rgba(0,0,0, 0.07);
            background-color: var(--box-fundo);
            color: inherit;
            text-decoration: none;
            padding: 1rem;
            margin-top: 0.25rem;
            margin-bottom: 0.25rem;
            display: block;
            font-weight: 500;
            line-height: 1.2;
            font-size: 1.25rem;
        }

            #section-tema ul.indicadores li a:hover {
                color: var(--cor-principal) !important;
            }


#section-objetivo {
    padding-bottom: 2rem;
}

    #section-objetivo .item-objetivo label {
        background: #939393 !important;
        border-radius: 5px !important;
        margin-right: 10px !important;
    }

    #section-objetivo h5 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 400;
    }

.diretorios {
    padding-bottom: 2rem;
}

    .diretorios a.box-item {
        border-radius: 10px;
        border: 1px solid var(--box-borda);
        box-shadow: 0px 3px 6px rgba(0,0,0, 0.07);
        background-color: var(--box-fundo);
        color: inherit;
        text-decoration: none;
        padding: 1rem;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        display: block;
        font-weight: 500;
        line-height: 1.2;
        font-size: 1.25rem;
    }

        .diretorios a.box-item:hover {
            color: var(--cor-principal) !important;
        }


    .diretorios .container-full {
        margin: 0;
        padding: 0;
        margin-top: 0;
    }

        .diretorios .container-full .imagem-diretoro {
            background-image: none;
            height: auto;
        }

            .diretorios .container-full .imagem-diretoro h1 {
                margin: 0;
                padding: 0;
                position: relative;
                background: none;
            }

                .diretorios .container-full .imagem-diretoro h1 span {
                    background: none;
                    margin: 0;
                    padding: 0;
                    color: inherit;
                }

    .diretorios h6.titulo-descricao {
        display: none;
    }


    .diretorios .box-description,
    .diretorios .box-description .descript {
        color: inherit !important;
        font-weight: 400;
    }

        .diretorios .box-description .descript i {
            opacity: .7;
            margin-right: 5px;
        }


.paineis {
    padding: 2rem;
}


    .paineis h1.titulo-painel {
        text-align: center;
    }

        .paineis h1.titulo-painel br {
            display: none;
        }

        .paineis h1.titulo-painel small {
            opacity: .5;
            font-weight: 300;
        }


    .paineis .secao-painel-col {
        margin-bottom: 1rem;
    }

    .paineis .secao-painel {
        border-radius: 10px;
        border: 1px solid var(--box-borda);
        box-shadow: 0px 3px 6px rgba(0,0,0, 0.07);
        background-color: var(--box-fundo);
        color: inherit;
        text-decoration: none;
        padding: 1rem 1rem 2rem 1rem;
    }

.box-painel h1 {
    text-align: center;
}

    .box-painel h1 small {
        font-weight: 300;
        font-size: 20px;
    }

