<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
	--cor-barra-topo:#06223d;
	--cor-linha-detalhe:#003d75;
	--branco:#fff;
	--cinza:#888;
	--cinza-escuro:#333333;
	--preto:#000000;
	--txt_a:#007C3C;
	--rosa:#e83e8c;
    --link-visitado:#316bbe;
}
.guia-viewport {
    position: fixed;
    width: 30px;
    height: 30px;
    background: var(--cinza);
    top: 0;
    left: 0;
}

body {
    font: 400 18px 'Open Sans', sans-serif;
    color: var(--cinza-escuro);
    letter-spacing: -.3px;
}

a{
    color: var(--link-visitado);
}

a:hover, a:visited{
    color: var(--link-visitado);
}

.barra-governo {
    background: #003d75;
}

.barra-governo .nav-link {
    padding: .5rem 1rem;
}

.barra-governo i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.barra-governo i.icon-governo {
    background: url(../img/spriteIcons.png) -56px -10px no-repeat;
}
.barra-governo i.icon-transparencia {
    background: url(../img/spriteIcons.png) 0 -28px no-repeat;
}
.barra-governo i.icon-faq {
    background: url(../img/spriteIcons.png) -18px -28px no-repeat;
}
.barra-governo i.icon-denuncia {
	background: url(../img/DENUNCIA_ANONIMA.png) center/cover no-repeat
}
.barra-governo i.icon-fala-servidor {
	background: url(../img/FALA-SERVIDOR.png) center/cover no-repeat;
}
.barra-governo i.icon-lgpd{
	background: url(../img/lgpd-icon.png) center/cover no-repeat;
}

.barra-governo a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
}

.barra-governo a:hover {
    text-decoration: underline;
}

.topo {
    padding-top: 30px; 
    height: 0px;
}

.topo .sub-header {
    padding: 15px;
}

.topo .sub-header .busca {
    width: 100%;
    height: 32px;
    background: var(--branco);
    padding: 0 10px 0 16px;
    border-radius: 16px;
}

.topo .sub-header .busca input[type="text"] {
    height: 30px;
    border: none;
    background: transparent;
    outline: none;
    font: 16px 'Open Sans';
    color: var(--cinza);
    letter-spacing: -.5px;
    width: 85%;
}

.topo .sub-header .busca::-webkit-input-placeholder {
    /* Edge */
    font: 16px 'Open Sans';
    letter-spacing: -.5px;
}

.topo .sub-header .busca:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font: 16px 'Open Sans';
    letter-spacing: -.5px;
}

.topo .sub-header .busca::placeholder {
    font: 16px 'Open Sans';
    letter-spacing: -.5px;
}

.topo .sub-header .busca .btn-pesquisar {
    float: right;
}

.topo .sub-header .busca .btn-pesquisar {
    background: none;
    border: none;
    margin-top: 2px;
    color: var(--cinza);
}

.topo .logos-topo {
    margin-top: 32px;
}

.topo .logos-topo a {
    display: inline-block;
}
.logo-topo-governo{
    padding-top: 4em;
}

.topo-home .logos-topo .logo-topo-fundacao {
    width: 165px;
    height: 46px;
}

.topo-home .logos-topo .logo-topo-governo {
    width: 53px;
    height: 46px;
}

.topo-home .logos-topo .logo-topo-fundacao img,
.topo-home .logos-topo .logo-topo-governo img {
    height: 100%;
    width: auto;
}

.topo .logos-topo-divider {
    margin-top: 32px;
    margin-bottom: 24px;
}

.topo .logos-topo .links-midias a i {
    color: var(--branco);
    font-size: 28px;
}




#menu-header &gt; li{
    position: relative;
}
#menu-header &gt; li:hover &gt; ul{
    display: block;
}
#menu-header &gt; li &gt; ul{
    background: var(--branco);
    border-radius: 4px;
    margin:0;
    padding:0;
    list-style: none;
    position: absolute;
    top:64px;
    left: 0;
    width: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
}

h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
}

h2 {
    font-size: 28px;
    font-weight: 300;
}

h1.green,
h2.green {
    color: #316BBE;
    margin-bottom: 20px;
}
.green{
    font-size: 28px !important;
}
h1.orange,
h2.orange {
    color: #316BBE;
}

h1::before,
h2::before {
    font-family: FontAwesome;
    font-size: 32px;
    display: inline-block;
    padding-right: 16px;
    vertical-align: middle;
}

.btn-primary {
    border: none;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    text-decoration: none;
}

.btn-primary.orange {
    background-color: #316bbe;
    color: #fff;
}

.btn-primary.orange:hover {
    background-color: #335e9b;
    color: #fff;
}

.btn-primary.orange:active {
    position: relative;
    top: 1px;
    background-color: #35588a;
}

.btn-primary.orange:not(:disabled):not(.disabled).active,
.btn-primary.orange:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary.orange.dropdown-toggle {
    color: #fff;
    background-color: #316bbe;
    border: none;
}

.btn-primary.green {
    background-color: #316BBE;
}

.btn-primary.green:hover {
    background-color: #2f5c9b;
}

.btn-primary.green:active {
    position: relative;
    top: 1px;
    background-color: #2f5d9e;
}

.btn-primary.green:not(:disabled):not(.disabled).active,
.btn-primary.green:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary.orangreenge.dropdown-toggle {
    color: #fff;
    background-color: #316BBE;
    border: none;
}
/* ===================================================================================================================================

                                NotÃ­cias

=================================================================================================================================== */
section.noticias {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.noticias h2{
    font-size: 36px;
}
section.noticias .btn{
    margin-top: 32px;
}
.miniatura-noticia {
    position: relative;
    height: 410px;
    margin-bottom: 30px;
}

.titulo-noticia {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.85) 100%);
    height: 100%;
    /* position: relative; */
}

.miniatura-noticia .titulo-noticia h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    max-height: 67px;
}
/* ===================================================================================================================================

                                Banner de Campanhas do Governo

=================================================================================================================================== */
section.campanha-governo {
    padding-top: 48px;
    padding-bottom: 48px;
    ;
}
section.campanha-governo img {
    width: 100%;
    height: auto;
}
/* ===================================================================================================================================

                                Acesse FÃĄcil

=================================================================================================================================== */
section.acesse-facil {
    padding-top: 40px;
    padding-bottom: 80px;
}

section.acesse-facil .col {
    margin-bottom: 24px;
}
section.acesse-facil a.acesse-item {
    background: #fff;
    border: 3px solid #f9be89;
    border-radius: 13px;
    height: 130px;
    text-decoration: none;
    position: relative;
    transition: all .2s;
}
section.acesse-facil a.acesse-item span {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #68AD9B;
    line-height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.acesse-facil a.acesse-item:hover {
    background: #fffaf5;
    border: 3px solid #ff9c41;
}
section.acesse-facil a.acesse-item:hover span {
    color: #1fae89;
}
section.acesse-facil div.text-center {
    margin-top: 48px;
}
section.acesse-facil .btn-label {
    position: relative;
    left: 24px;
    display: inline-block;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0 8px 8px 0;
}
section.acesse-facil .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
/* ===================================================================================================================================

                                Acontece

=================================================================================================================================== */
section.acontece {
    background: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 80px;
}
section.acontece h1::before {
    content: '\f11d';
    color: #ff7a00;
}
section.acontece .col {
    margin-bottom: 24px;
}

section.acontece img {
    width: 100%;
    height: auto;
}
/* ===================================================================================================================================

                                Nossos EspaÃ§os

=================================================================================================================================== */
section.nossos-espacos {
    background: #F8F8CB;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 8px solid #ff7a00;
}
section.nossos-espacos h1 {
    display: inline-block;
    background: #fff;
    padding: 20px 35px;
    border-radius: 40px;
    margin-bottom: 48px;
}

section.nossos-espacos .nossos-espacos-item {
    height: 320px;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 32px;
    box-shadow: 2px 8px 15px #bd9041;
}



section.nossos-espacos .nossos-espacos-item img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .9;
}

section.nossos-espacos .nossos-espacos-item span {
    font-size: 24px;
    font-weight: 700;
    color: #07B781;
    text-transform: uppercase;
    position: absolute;
    bottom: 32px;
    right: 16px;
    text-align: right;
}

section.nossos-espacos div.text-center {
    margin-top: 16px;
}

section.nossos-espacos .btn-label {
    position: relative;
    left: 24px;
    display: inline-block;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0 8px 8px 0;
}

section.nossos-espacos .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

/* ===================================================================================================================================

                                MÃ­dias Sociais

=================================================================================================================================== */



section.midias-sociais .container {
    background: rgba(255, 255, 255, .9);
    padding-top: 54px;
    padding-bottom: 80px;
    border-top: 8px solid rgba(72, 201, 161, .9);
}

section.midias-sociais h2 {
    margin-bottom: 16px;
}

section.midias-sociais h2.youtube::before {
    content: '\f16a';
    color: #00cd8e;
}

section.midias-sociais h2.instagram::before {
    content: '\f16d';
    color: #00cd8e;
}

section.midias-sociais h2.facebook::before {
    content: '\f082';
    color: #00cd8e;
}

section.midias-sociais .col{margin-bottom: 56px;}
section.midias-sociais .col:last-child{margin-bottom: 0;}

section.midias-sociais .col img {
    width: 100%;
    height: auto;
}

section.midias-sociais .btn {
    margin-top: 24px;
}

/* ===================================================================================================================================

                                Lista NotÃ­cias

=================================================================================================================================== */

section.lista-noticias{
    padding-top: 80px;
    padding-bottom: 80px;
}

.data-noticia{
    font-size: 13px;
    background-color: #316bbe;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px 5px;
}

.card{
    margin-bottom: 32px;
}
.card a{
   text-decoration: none !important;
}

.card-title{
    margin-top: 15px;
    font-weight: 700;
    color: #000000;
    height: auto !important;
    overflow: hidden;
}

.card-text{
    overflow: hidden;
    height: auto !important;
}

.categorias{
    font-size: 15px;

}

.categorias span{
    color: #636363;
    margin-right: 8px;
    display: inline-block;
}

.categorias span i{
    margin-right: 3px;
    display: inline-block;
}

/* ===================================================================================================================================

                                RodapÃĐ

=================================================================================================================================== */




footer .widgets-rodape{
    padding-top: 56px;
    padding-bottom: 56px;
}

footer .widgets-rodape h6{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

footer .widgets-rodape p{
    font-size: 14px;
    color: #6c6c6c;
}


/* ===================================================================================================================================

                                Single Post

=================================================================================================================================== */
#post-interno{
    margin-top: 90px;
}
#back{
    text-decoration: underline;
}
#content #share strong{
    font-size: 16px;
}
#content p{
    line-height: 1.8em;
    letter-spacing: -0.02em;
    margin-bottom: 2em;
}
#sidebar .main-title{
    color: #dc6a00;
    font-size: 32px;
}

.recent-posts a h3{
    font-size: 18px;
    font-weight: 400;
}



/* ===================================================================================================================================

                                Page

=================================================================================================================================== */

#page{
    margin-top: 90px;
}

#page #page-title{
    text-align: center;
    font-size: 36px;
    margin-bottom: 2em;;
}

#search-page{
    margin-top: 90px;
}

#page-404{
    margin-top: 90px;
    margin-bottom: 90px;
}

/* ===================================================================================================================================

                             Produtos

=================================================================================================================================== */
.cidade,
.artista{
    font-weight: 700;
    color: #00865d;
    font-size: 14px;
}

.artista{
    margin-top: 16px;;
}

.cidade span,
.artista span{
    font-weight: 400;
    color: #636363;
}

/* ===================================================================================================================================

                             Partials

=================================================================================================================================== */
.paginacao ul{
    margin:0;
    padding: 0;
    list-style: none;
}

.paginacao li{
    display: inline;
}
.paginacao a{
    background: #f3f3f3;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
}
.paginacao .active a, .paginacao a:hover{
    background: #dc6a00;
    color: #fff;
}

.list-dropdown{
    border:1px solid #f5b85b;
    margin:0;
    padding:0;
    list-style: none;
    margin-bottom: 40px;
}

.list-dropdown li a{
    display: block;
    padding:12px 8px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-transform: uppercase;
}
.list-dropdown li a:hover{
    background-color: #f5b85b;
    color: #fff;
}

.list-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background: #f5b85b;
    color: #fff;
    border:1px solid #f5b85b;
    padding: 12px 8px;
    margin:0;
}

.title{
    text-transform: uppercase;
    font-weight: 700;
}

.title span{
    font-weight: 300;
}

.title::before{
    content: ''!important;
}

.slick-prev, .slick-next{
    z-index: 100!important;
}
.slick-prev {
    left: 18px!important;
}

.slick-next {
    right: 18px!important;
}
/* ===================================================================================================================================

                                Media Queries

=================================================================================================================================== */




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .guia-viewport::after {
        content: 'SM';
    }

    .topo .sub-header .busca input[type="text"] {
        width: 90%;
    }

    .topo-home .logos-topo .logo-topo-governo {
        width: 68px;
        height: 60px;
    }

    .topo-home .logos-topo .logo-topo-fundacao {
        width: 230px;
        height: 63px;
    }

    section.nossos-espacos .nossos-espacos-item {
        height: 282px;
    }

    section.nossos-espacos .nossos-espacos-item span {
        font-size: 18px;
        bottom: 16px;
        right: 16px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .guia-viewport::after {
        content: 'MD';
    }

    .container.sub-header{
        opacity: 0;
    }

    .topo-interno{
        padding-bottom: 50px;
    }

    .topo .sub-header p {
        font: 700 15px 'Open Sans';
        color: #fff;
        margin-bottom: 0;
    }

    .topo .sub-header .busca {
        width: 326px;
    }

    .topo .sub-header .busca input[type="text"] {
        width: 85%;
    }

    .topo .logos-topo {
        margin-top: 56px;
    }

    .topo-home .logos-topo .logo-topo-fundacao {
        width: 161px;
        height: 185px;
    }

    .topo-home .logos-topo .logo-topo-governo {
        width: 208px;
        height: 69px;
    }

    .topo-interno .logos-topo .logo-topo-fundacao {
        width: 230px;
        height: 63px;
    }

    .topo .logos-topo .links-midias {
        width: 135px;
    }

    .topo-interno .logos-topo .links-midias {
        width: auto;
    }

    .nav-link {
        padding: .5rem .5rem;
    }

    .topo-interno .nav-link {
        padding: .5rem 1rem;
    }
    .link-noticia{
        width: 100%;
    }
    .noticiaBox{
        display: flex;
        width: 100%;
        height: 100%;
    }
    .miniatura-noticia {
        height: 200px;
    }

    .miniatura-noticia.destaque {
        height: 410px;
    }

    section.nossos-espacos .nossos-espacos-item span {
        font-size: 18px;
        bottom: 24px;
    }
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .guia-viewport::after {
        content: 'LG';
    }

    .topo-interno{
        padding-bottom: 90px;
    }

    .topo .sub-header p {
        font-size: 18px;
    }

    /* .topo-home .logos-topo .logo-topo-fundacao {
        width: 161px;
        height: 185px;
    } */



    .topo .logos-topo .links-midias {
        width: auto;
    }

    .topo .logos-topo .logo-topo-governo{
        margin-right: 45px;
    }

    .menu-item a {
        padding: .5rem 1rem;
    }

    .separador-noticia {
        height: 25px;
    }

    .miniatura-noticia {
        height: 193px;
        margin-bottom: 0;
    }

    .titulo-noticia {
        height: 100%;
    }

    .miniatura-noticia.destaque {
        width: 100%;
        height: 100%;
    }

    section.acesse-facil .col,
    section.acontece .col {
        margin-bottom: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .guia-viewport::after {
        content: 'XL';
    }

    section.midias-sociais h2 {
        margin-bottom: 32px;
    }

    section.midias-sociais .col{margin-bottom: 0;}

    section.midias-sociais .btn {
        margin-top: 40px;
    }
}


@media (max-width: 768px) {

    #menuBtn{
        background: none;
        color: #0F4B91;
        padding: 10px 0;
        font-weight: 700;
        border:none
    }
    #menu-header{
        display: none;
    }
    #menu-header &gt; li{
        display: block;
    }
    #menu-header &gt; li &gt; ul{
        display: block;
        position: static;
        width: auto;
        background: #da9b3c;
    }
    #menu-header &gt; li &gt; ul &gt; li &gt; a{
        color: #ffeedf;
    }
    #menu-header &gt; li a{
        display: block;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
}

/* .tns-outer button{
    display: none;
} */
.tns-nav{
    display: none;
}
.tns-controls{
    display: flex;
    justify-content:space-between;
    top: 230px;
    position: relative;
    z-index: 1;
    margin:-58px 20px 0 20px;
    font-size: 2em;
}
.tns-outer{
    margin-top: -50px;
}
.tns-controls button{
    opacity: 40%;
    border:none;
    border-radius: 40%;
}
.slider-title{
    position: absolute;
    bottom:0;
    height: 50%;
    width: 100%;
    left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.85) 100%)
}
.barra-rodape{
    background-color: var(--cor-barra-topo);
}
button[data-action="stop"]{
    display: none;
}
.tag-cloud-link{
	display:none;
}
.wp-block-button a:hover{
    background: none;
}

</pre></body></html>