body {
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0;
}

main {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

header#topo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 998;
    padding: 0.5em 0 0.5em 1em;
    background-color: #fff;
}

header#topo h1 {
    display: inline;
    font-size: 12pt;
    margin: 0;
    color: #404040;
}

header#topo h2 {
    display: inline;
    font-size: 12pt;
    margin: 0;
    color: #808080;
    font-weight: lighter;
    padding-left: 0.5em;
}

nav {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 1000;
    padding-top: 0.5em;
}

nav ul {
    list-style: none;
    margin: 0;
}

nav li {
    display: inline;
    padding-left: 1em;
}

a:link,
a:active,
a:visited {
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#menu-mobile {
    display:none;
    position: absolute; 
    right: 0;
    top: 0;
    margin: 0.5em 1em;
    z-index: 999;
}

#conteudo, #conteudo-blog {
    position: absolute;
    top: 3em;
    left: 0;
    right: 0;
    margin: 0 1em;
}

section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section header {
    flex: 100%;
}

section h1 {
    font-weight: lighter;
    font-size: 24pt;
    margin: 24pt 0;
    color: #606060;
}

section h2 {
    font-weight: lighter;
    color: gray;
    font-size: 21pt;
    margin-top: 0;
}
section h3 {
    margin-top: 0;
    color: gray;
    font-weight: lighter;
}

section#conteudo-blog h1 {
    margin-bottom:0.25em;
}


article {
    order: 1;
    flex: 70%;
}


aside {
    order: 2;
    flex: 30%;
    text-align: center;
}

aside ul {
    display: inline !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

aside li {
    display: inline;
    margin: 0;
    font-size: 16pt;
    padding: 0 0.1em;
}

aside img {
    border-radius: 100px;
    width: 200px;
}

.pic {
    
}

section p {
    font-size: 13pt;
    line-height: 1.5em;
}

.gray {
    color: #aaa;
}

footer {
    font-size: 10pt;
    color: gray;
    padding: 2em 0 1em 0;
    order: 3;
}

.ativo {
    font-weight: bold;
}

article.projetos {
    display: flex;
    padding-bottom: 2em;
}


.projeto-info {
    order: 1;
    width: 60%;
}

.projeto-img {
    order: 2;
    width: 40%;
    text-align: right;
    padding-top: 2em;
}

.projeto-img img {
    width: 95%;
}

article.projetos h2 {
    margin-bottom:0;
}

article.projetos p {
    padding-left: 1em;
}

article li {
    list-style: none;
}

article ul {
    padding-left: 1em;
}

.escondido {
    display: none;
}

i.gray {
    font-size: 0.75em;
}

ul.normal li {
    list-style: disc;
    padding-bottom: 0.5em;
    font-size: 13pt;
}

ul.normal {
    margin-left: 1.5em;
}