<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Gabinete
---------------------------*/
.gabinete {
    width: 100%;
    float: left;
}
.gabinete .imagem {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 0 20px 0;
    border-radius: 100px;
    background: #eee;
}
.gabinete .nav-pills &gt; li &gt; a, .secretarias .nav-pills &gt; li &gt; a {
    transition: 0.2s;
}
.nav-stacked &gt; li {
    border: 1px solid rgba(0,0,0,0.11);
    border-radius: 4px;
}
.nav-stacked &gt; li + li {
    margin: 9px 0 0 0;
}
.nav-stacked &gt; li a {
    transition: 0.2s;
    color: #414141;
}
.gabinete .informacoes .descricao {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 4px;
    background: rgba(0,0,0,0.04);
    margin-bottom: 30px;
}
.gabinete .titulo * {
    margin-bottom: 15px;
}
.gabinete .informacoes ul {
    margin: 0;
    padding: 0;
}
.gabinete .informacoes ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}</pre></body></html>