<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CORES UTILIZADAS:

AZUL ESCURO =&gt; rgb(45,101,172)
AZUL CLARO =&gt; rgb(123,163,204)
VERDE ESCURO =&gt; rgb(84,180,68) 
VERDE CLARO =&gt; rgb(137,201,122)
LARANJA ESCURO =&gt; rgb(244,157,54) 
LARANJA CLARO =&gt; rgb(244,196,132)
*/

body {
    margin:0;
    padding:0;
    color:rgb(50,50,50);
    overflow-x: hidden;
    font-size:15px;
    line-height:20px;
    outline:0;
    font-family: 'Roboto',sans-serif;
}

header {
    background-image: linear-gradient(to bottom, rgba(72, 99, 134, 0.1) , rgb(255,255,255));
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-elementos-header {
    align-items: center;
}

.logo {
    bottom: 5px;
    position: relative;
}

footer {
    margin-top:50px;
    background-color:rgb(45,101,172);
    border-top:15px solid rgb(123,163,204);
    color:rgba(255,255,255,.5);
    padding:50px 0 80px 0;
    line-height:24px;
}

footer h4 {
    color:rgb(255,255,255);
    font-size:16px;
    padding:30px 0 10px 0;
    letter-spacing:1px;
    font-family:'Dosis',sans-serif;
}

footer .icon-footer {
    font-size:30px;
    padding:2px;
    margin-bottom:20px;
    color:rgb(255,255,255);
    transition: all .2s ease;
}

footer .icon-footer:hover {
    padding:5px 2px 5px 2px;
    color:rgba(255,255,255,.3)
}

footer .icon-ouvidoria {
    font-size:100px;
    padding:20px 10px 10px 5px;
    color: rgb(244,157,54);
    transition: all .2s ease;
}

a {
    text-decoration: none;
    color:rgb(244,157,54);
}

a:hover {
    text-decoration: none;
    color:rgb(0,0,0);
}

footer a:hover { color: rgb(198, 129, 44)}

button:hover { background-color: rgb(45,101,172) !important;}

.box {
    padding-bottom: 100px;
}
.nopadding {
    padding:0;
}

.nomargin {
    margin:0;
}

.titulo {
    font-size:16px;
    line-height:20px;
    text-align: center;
    position: relative;
    font-family:'Kodchasan',sans-serif;
    text-transform: uppercase;
    
}

.titulo strong {
    color: rgb(84,180,68);
    display:block;
    font-size:20px;
    line-height:36px;
    margin-bottom:15px;
    font-weight:bold;
    font-family:'Montserrat',sans-serif;
    text-transform: uppercase;
}

.shadow-titulo-interno {
    background-image: linear-gradient(to bottom, rgba(75,135,115,.1) , rgb(255,255,255));
    margin-top:2px;
}

.titulo-interno {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding:25px 0 20px 0;
    border-bottom:1px solid rgb(240,240,240);
    margin-bottom:60px;
    font-family: 'Montserrat',sans-serif;
}

.titulo-interno h2 {
    padding:5px 0 0 0;
    margin:0;
    font-size:14px;
    font-weight:bold;
    text-overflow:ellipsis
}

.titulo-interno .breadcrumb {
    margin:0;
    padding:0;
}   

.summary {
    display:none;
}

#box-card {
    display:flex;
    justify-content: space-between;
}

#box-card .card {
    padding:25px;
    margin:10px;
    flex-basis:300px;
    flex-grow: 1;
    border:1px solid rgb(235,235,235);
    border-bottom:2px solid rgb(150,150,150);
    border-radius:12px;
    background-image: linear-gradient(to bottom, rgb(255,255,255) , rgba(75,135,115,.3));
    transition: all .3s ease;
}

#box-card .card:hover {
    padding:15px 25px;
    cursor: pointer;
}

.box-voltar {
    position: relative;
    border-top:1px solid rgb(230,230,230);
    margin-top:60px;
    padding:20px 0;
    text-align:right;
}

.box-voltar a {
    position: relative;
    font-size:12px;
    padding:8px 15px 8px 30px;
    top:-12px;
    right:0;
    border-radius:20px;
    color: rgb(250,165,45);
    background-color:rgb(255,255,255);
}

.box-voltar a:hover {
    color: rgb(84,180,68) ;
}





/*----- HEADER -----*/

.btn-capa {
    display: inline-block;
    color:rgb(84,180,68);
    text-align: center;
    text-decoration: none;
    padding:10px 15px;
    font-family:'Dosis',sans-serif;
    font-weight:bold;
    font-size:12px;
    text-transform: uppercase;
    border-radius:6px;
    transition: all .1s ease;
    border:1px solid rgba(115,165,150,.2);

    width: 180px;
    margin: 0 auto !important;
    margin-top: 20px !important;
}

.btn-capa:hover {
    background-color: rgb(255,255,255);
}

.btn-topo {
    display: inline-block;
    color:rgb(84,180,68);
    text-align: center;
    text-decoration: none;
    padding:10px 15px;
    /* margin-top:20px; */
    font-family:'Dosis',sans-serif;
    font-weight:bold;
    font-size:12px;
    text-transform: uppercase;
    border-radius:6px;
    transition: all .1s ease;
    border:1px solid transparent;
}

.btn-topo:last-child {
    margin-right:0;
}

.btn-topo:hover {
    background-color: rgb(255,255,255);
    border:1px solid rgba(115,165,150,.2);
}

.btn-topo svg {
    color:rgb(250,165,45);
    font-size:24px;
    display:block;
    margin:auto;
    padding:5px;
    text-align: center;
}

.btn-topo img {
    color:rgb(250,165,45);
    font-size:24px;
    display:block;
    margin:auto;
    padding:5px;
    text-align: center;
}

#busca {
    align-self: center !important;
    margin-top:15px;
}
form#form-busca {
    text-align: right;
}

#busca input {
    border:1px solid rgb(230,230,230);
    border-bottom:1px solid rgb(170,170,170);
    border-radius:6px;
    background-color: rgb(255,255,255);
    width:180px;
    /* margin-bottom:10px; */
    height:40px;
    font-size:14px;
    /* padding:13px; */
    text-align: right;
    transition: all .5s ease;
}

#busca button {
    background-color:rgb(250,165,45);
    border-radius:4px;
    border-bottom:2px solid rgb(230,140,10) !important;
    border:0;
    color:#FFF;
    height:40px;
    padding:0 20px;
    font-size:14px;
    transition: all .7s ease;
}

#busca button:focus {
    background-color:rgb(230,140,10);
    border-bottom:2px solid rgb(240,190,120) !important;
}

#busca input:focus {
    box-shadow:0;
    outline:0;
    width:210px;
    border-bottom:1px solid rgb(200,200,200);
}

.acessibilidade a {
    color:rgb(180,180,180);
    font-size:12px;
    line-height:30px;
}

#midia a {
    font-size:18px;
    padding:2px;
    margin:8px 0;
    display:inline-block;
    transition:all .2s ease;
}

#midia a svg {
    color: white !important;
}

#midia a i {
    color: white !important;
}


/* .facebook {color:#0f1c53} */
.twitter {color:#11b1e7}
/* .instagram {color:#e72193} */
/* .youtube {color:#d60303} */
.whatsapp {color:#00c603}

#midia a:last-child {
    margin-right:0;
    padding-right:0;
}

.botoes-link {
    display: flex;
    justify-content: center;
    /* flex-direction: row-reverse; */
}




/*----- FORMULARIO -----*/

form {
    text-align: left;
}

input , select {
    border:1px solid rgb(210,210,210);
    border-bottom:1px solid rgb(160,160,160);
    border-radius:6px;
    background-color: rgb(255,255,255);
    margin-bottom:10px;
    height:42px;
    font-size:14px;
    line-height:42px;
    padding:13px;
    text-align: left;
    transition: all .5s ease;
}

input[type=radio] , input[type=checkbox]{
    border:1px solid rgb(210,210,210);
    border-bottom:1px solid rgb(160,160,160);
    border-radius:6px;
    background-color: rgb(255,255,255);
    margin-bottom:10px;
    height:14px !important;
    font-size:14px;
    line-height:10px !important;
    padding:0 !important
}

input:focus {
    background-color:rgb(230,230,230) !important;
}

button {
    background-color:rgb(250,165,45) !important;
    border-radius:4px !important;
    border-bottom:2px solid rgb(230,140,10) !important;
    border:0;
    color:#FFF;
    height:40px;
    padding:0 20px;
    font-size:14px;
    transition: all .7s ease;
}

button:focus {
    background-color:rgb(230,140,10) !important;
    border-bottom:2px solid rgb(240,190,120) !important;
}





/*----- CAPA -----*/

.noticia-home {
    box-shadow: 4px 4px 16px rgb(0 0 0 / 4%);
    position: relative;
    overflow:hidden;
    padding:0;
    margin:0;
    margin-right:1%;
    width:28%;
    border-radius:6px;
    background-color: rgb(137,201,122);
    flex: 1 1 300px;
}

.noticia-home img {
    height:200px;
    width:100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.noticia-home a {
    text-decoration: none;
    padding:20px;
    display:block;
    transition: all .3s ease;
}

.noticia-home:hover {
    background-color: rgb(104, 154, 92);;
}

.noticia-home:hover a h2 , .noticia-home:hover a p {
    color:#FFF;
}

.noticia-home h2 {
    color: white !important;

    font-size:22px;
    font-family:'Montserrat', sans-serif;
    margin:0;
    padding:0;
}

.noticia-home p {
    color: white !important;
    margin:0;
    padding:10px 0 0 0;
}
.tema-home{
    position: relative;
    overflow:hidden;
    padding:0;
    margin:0;
    border-radius:6px;
}

.tema-home img {
    height:300px;
    width:100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.tema-home a {
    text-decoration: none;
    padding:20px;
    display:block;
    transition: all .3s ease;
}

.revista-home {
    padding:30px;
    background-image: linear-gradient(to bottom,rgb(235,235,235),rgb(255,255,255));
}

.box-noticias {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

.grid-atalho {
    margin:0;
    padding:10px 10px 0 0;
}

.atalho {
    display: flex;
    cursor: pointer;
    height: 30%;
    max-height: 90px;
    min-height: 90px;
    padding: 0;
    margin:0;
    border-radius:6px;
    overflow: hidden;
}

.atalho svg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-size:50px;
    padding:20px;
    min-width:90px;
    color:rgb(255,255,255);
}

.atalho h4 {
    width: 100%;
    font-size:16px;
    line-height:20px;
    padding:20px;
    color:rgb(50,50,50);
    text-transform: uppercase;
    font-weight:bold;
    display: flex;
    text-align:left;
    align-items: center;
    height: 100%;
    background-color: rgb(235,235,235);
    transition: 0.2s all;
}

.grid-atalho:nth-child(1) svg {background-color:#67e9da}
.grid-atalho:nth-child(2) svg {background-color:#f8b3a7}
.grid-atalho:nth-child(3) svg {background-color:#ad9ce7}
.grid-atalho:nth-child(4) svg {background-color:#eb96db}
.grid-atalho:nth-child(5) svg {background-color:#8ca4e7}
.grid-atalho:nth-child(6) svg {background-color:#fcc1b7}
.grid-atalho:nth-child(7) svg {background-color:#b9abe7}
.grid-atalho:nth-child(8) svg {background-color:#f1afe5}
.grid-atalho:nth-child(9) svg {background-color:#9fb2e7}
.grid-atalho:nth-child(10) svg {background-color:#f8b7ab}
.grid-atalho:nth-child(11) svg {background-color:#ae9de5}
.grid-atalho:nth-child(12) svg {background-color:#e692d6}
.grid-atalho:nth-child(13) svg {background-color:#94abeb}


.grid-atalho:nth-child(1) h4:hover {background-color:#67e9da}
.grid-atalho:nth-child(2) h4:hover {background-color:#f8b3a7}
.grid-atalho:nth-child(3) h4:hover {background-color:#ad9ce7}
.grid-atalho:nth-child(4) h4:hover {background-color:#eb96db}
.grid-atalho:nth-child(5) h4:hover {background-color:#8ca4e7}
.grid-atalho:nth-child(6) h4:hover {background-color:#fcc1b7}
.grid-atalho:nth-child(7) h4:hover {background-color:#b9abe7}
.grid-atalho:nth-child(8) h4:hover {background-color:#f1afe5}
.grid-atalho:nth-child(9) h4:hover {background-color:#9fb2e7}
.grid-atalho:nth-child(10) h4:hover {background-color:#f8b7ab}
.grid-atalho:nth-child(11) h4:hover {background-color:#ae9de5}
.grid-atalho:nth-child(12) h4:hover {background-color:#e692d6}
.grid-atalho:nth-child(13) h4:hover {background-color:#94abeb}


.numeros:nth-of-type(1) svg {color:#f6478b}
.numeros:nth-of-type(2) svg {color:#c9d376}
.numeros:nth-of-type(3) svg {color:#0de3cb}
.numeros:nth-of-type(4) svg {color:#f5b558}
.numeros:nth-of-type(5) svg {color:#7756e2}
.numeros:nth-of-type(6) svg {color:#f7745e}

.padding-box1 {
    padding:75px 0;
    background-image: linear-gradient(to bottom, #E2EEFE , rgb(255,255,255));
}

.padding-box2 {
    padding:75px 0;
    background-image: linear-gradient(to bottom, #c0ffc236 , rgb(255,255,255));
}

.numeros {
    padding:30px;
    text-align: center;
}

.numeros svg {
    font-size:45px;
    text-align:center;
    margin:auto;
    display:inline;
}

.numeros h4 {
    font-size:42px;
    font-weight:bold;
    font-family:'Montserrat',sans-serif;
    display: inline;
    margin:10px;
    padding:0;
    line-height:62px;
}

.numeros p {
    display:block;
    text-align: center;
    margin:0;
    padding:0;
}

.data-calendar {
    background-color:rgb(190,215,205);
    border-radius:6px 0 0 6px;
    border-bottom:2px solid rgba(0,0,0,.3);
    margin-bottom:10px;
    color:rgb(255,255,255);
    padding:20px;
    text-align: center;
}

.data-calendar strong {
    font-size:40px;
    display:block;
    line-height:45px;
    font-family:'Dosis',sans-serif;
}

.evento-calendar {
    padding:20px;
    display: inline-block;
    text-align: left;
    color:rgb(255,255,255);
    font-size:18px;
    line-height:22px;
    font-weight:bold;
    background-color:rgb(84,180,68) ;
    border-bottom:2px solid rgba(0,0,0,.3);
    margin-bottom:10px;
    border-radius:0 6px 6px 0;
}

.evento-calendar:hover {
    background-color:rgb(250,165,45);
    cursor:pointer;
}

.evento-calendar a {
    color:rgb(255,255,255);
}

.evento-calendar small {
    font-weight:normal;
    display:block;
}

.galeria-capa {
    position: relative;
}

.galeria-capa img {
    overflow: hidden;
    border-radius:6px;
}

.galeria-capa h4 {
    position: absolute;
    bottom:-10px;
    left:15px;
    right:15px;
    padding:20px;
    color:rgb(255,255,255);
    text-shadow:1px 1px 0 #000;
    border-radius:0 0 6px 6px;
    background-color: rgba(0,0,0,.8);
}

.box-rt {
    padding:20px;
    display: inline-block;
    text-align: left;
    color:rgb(50,50,50);
    font-size:18px;
    line-height:22px;
    width:100%;
    background-color:rgb(235,235,235);
    border-bottom:2px solid rgba(0,0,0,.3);
    margin-bottom:10px;
    border-radius:6px;
    position: relative;
}

.box-rt a {
    position:absolute;
    bottom:0;
    right:0;
    padding:20px;
    border-radius:0 6px 6px 0;
    background-color:rgb(230,140,10);
    color:rgb(255,255,255);
    transition: all .2s ease;
}

.box-rt:hover a {
    padding:20px 40px;
    cursor:pointer;
}

.nome-responsavel {
   line-height:24px;   
   text-transform: uppercase;
}


/*----- FORMULÃRIO NEWS -----*/
.form-news{
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin-left: 93px;
}

.form-news .form-group{
    margin-right: 5px;
}

.form-news input{
    border:1px solid rgb(210,210,210);
    border-bottom:1px solid rgb(160,160,160);
    border-radius:6px;
    background-color: rgb(255,255,255);
    margin-top:4%;
    height:42px;
    font-size:14px;
    line-height:42px;
    padding:13px;
    text-align: left;
    transition: all .5s ease;
}

.form-news button {
    background-color:rgb(250,165,45) !important;
    border-radius:4px !important;
    border-bottom:2px solid rgb(230,140,10) !important;
    border:0;
    color:#FFF;
    height:40px;
    padding:0 20px;
    font-size:14px;
    transition: all .7s ease;

    position: relative;
    top: 30px;
}

.form-news button:focus {
    background-color:rgb(230,140,10) !important;
    border-bottom:2px solid rgb(240,190,120) !important;
}

.form-group.field-newsletter-nome, .form-group.field-newsletter-email {
    position: relative;
    top: 18px;
    margin-bottom: 20px !important;
}



/* MODAL NEWSLETTER */

#open-modal {
    background-color: #007bff;
    margin-bottom: 10px !important;
}


#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

#modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    color: rgb(0,0,0);
    min-height: 450px !important;
}

#fade, #modal {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
}

.modal-cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    color: rgb(0,0,0);
}

#modal.hide, #fade.hide {
    opacity: 0;
    pointer-events: none;
}

#modal.hide {
    top: 0;
}


/*----- MENU -----*/

.menu {
    background-color: rgb(45,101,172);
    z-index: 99;
}

.bg-topo-redes { background-color: rgb(123,163,204) !important}

.dynamika-menu-li-root {
    z-index: 90;
    height:60px;
    flex-direction:row !important;
    align-items: center;
    border-left:1px solid rgba(255,255,255,.2);
}

.dynamika-menu-a-root {
    color:rgb(255,255,255);
    font-family:'Montserrat',sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width:100%;
    font-size:11px;
    padding:20px 15px;
    line-height:14px;
    z-index: 70;
}

.dynamika-menu-li-root:last-child {
    border-right:1px solid rgba(255,255,255,.2);
}

.dynamika-menu-li-root:hover {
    background-color:rgb(190, 192, 215);
}

.dynamika-menu-span-items {
    padding:50px;
    text-align: left;
    transition:all .2s ease;
    z-index: 60 !important;
    border-bottom:3px solid rgb(122, 137, 168);
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
    background-color:rgb(174, 190, 214);
    border-bottom:3px solid rgb(230,140,10);
    margin-top:1px;
}

.dynamika-menu-span-sub{
    min-width: 28% !important;
}

.dynamika-menu-span-sub h3 {
    color:rgb(50,50,50);
    font-size:12px;
    font-family:'Montserrat',sans-serif;
    font-weight:bold;
    text-transform: uppercase;
}

.dynamika-menu-span-sub ul {
    margin:0;
    padding:0;
    list-style:none;
    border-left:1px solid rgb(165, 175, 190);
}

.dynamika-menu-span-sub ul li {
    list-style-type:disc;
    margin-left:13px;
    color:rgb(165, 174, 190);
}

.dynamika-menu-span-sub a {
    color:rgba(0,0,0,.8);
    padding:5px 10px 5px 0;
    display:block;
}

.dynamika-menu-span-sub a:hover {
    color:rgb(255,255,255);
}</pre></body></html>