﻿#principal {
    padding-bottom: 50px;
}

/* Carrossel de artigos
--------------------------------------------------------------- */
#artigos {
    position: relative;
    float: left;
    width: 840px;
    height: 221px;
    margin: 0 0 70px;
    margin-left: 50px;
    background: url(../img/bg-equipe.png) no-repeat top center;
}

#artigos:before {
    position: absolute;
    top: -8px;
    left: -290px;
    width: 1375px;
    height: 12px;
    content: ' ';
    background: url(../img/bg-divisor-container.png) no-repeat;
}

#artigos:after {
    position: absolute;
    bottom: -8px;
    left: -290px;
    width: 1375px;
    height: 12px;
    content: ' ';
    background: url(../img/bg-divisor-container-2.png) no-repeat;
}

#artigos h1 {
    font-size: 2em;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -65px;
    width: 113px;
    height: 66px;
    padding: 20px 0 0 35px;
    color: #ddb063;
    background: url(../img/bg-faixa-titulo-equipe.png) no-repeat;
}

#carrossel-artigos {
    position: relative;
    overflow: hidden;
    width: 720px;
    height: 180px;
    margin: 40px 0 0 80px;
}

#carrossel-artigos .jcarousel {
    position: absolute;
    width: 20000em;
    height: 160px;
}

#carrossel-artigos .jcarousel-item {
    position: relative;
    float: left;
    width: 720px;
    height: 160px;
}

#carrossel-artigos h2 {
    font-size: 2.4em;
}

#carrossel-artigos .divisor {
    float: left;
    clear: both;
    width: 210px;
    height: 1px;
    margin: 20px 0 10px;
    border-top: 1px solid #000000;
}

#carrossel-artigos p {
    font-size: 1.4em;
    line-height: 20px;
    float: left;
    clear: left;
}

#carrossel-artigos-nav a {
    position: absolute;
    top: 35px;
    width: 40px;
    height: 148px;
    background: url(../img/bg-setas-navegacao.png) no-repeat;
}

#carrossel-artigos-nav #prev {
    left: -40px;
}

#carrossel-artigos-nav #next {
    right: -40px;
    background-position: 100% 0;
}

#carrossel-artigos .btn-cinza {
    font-size: 1.5em;
    line-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 132px;
    height: 50px;
    text-align: center;
    text-transform: lowercase;
    color: #262626;
    background: url(../img/btn-cinza-artigo.png) no-repeat;
}

#carrossel-artigos .btn-cinza:hover {
    background-position: 0 100%;
}

/* Artigo aberto
--------------------------------------------------------------- */
#artigo-aberto {
    float: left;
    clear: left;
    width: 715px;
    margin-left: 110px;
}

#artigo-aberto p {
    font-size: 1.6em;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: justify;
    text-indent: 145px;
}

#artigo-aberto .titulo {
    font-size: 2.4em;
    margin: 0;
    padding-bottom: 22px;
    text-align: left;
    text-indent: 0;
    border-bottom: 1px solid #a0a0a0;
}

#artigo-aberto .autor {
    font-size: 1.4em;
    display: block;
    margin: 0 0 60px 0;
    padding-top: 20px;
    text-align: right;
    border-top: 1px solid #ffffff;
}

#artigo-aberto .compartilhar {
    position: relative;
    float: left;
    margin-top: -92px;
}

#artigo-aberto .compartilhar li {
    float: left;
    margin-right: 15px;
}

#artigo-aberto .compartilhar li a {
    height: 16px;
    background: url(../img/ico-redes-share.png) no-repeat;
}

#artigo-aberto .compartilhar .share-fb {
    width: 9px;
}

#artigo-aberto .compartilhar .share-twitter {
    width: 18px;
    background-position: -26px 0;
}

#artigo-aberto .compartilhar .share-gplus {
    width: 16px;
    background-position: -59px 0;
}

#artigo-aberto .btn-cinza {
    font-size: 1.5em;
    line-height: 41px;
    position: relative;
    right: -18px;
    display: block;
    float: right;
    width: 162px;
    height: 41px;
    margin-top: 60px;
    text-align: center;
    text-transform: lowercase;
    color: #262626;
    background: url(../img/btn-cinza-voltar.png) no-repeat;
}

#artigo-aberto .btn-cinza:hover {
    background-position: 0 100%;
}

.artigo-invisible {
    display: none;
}

.citacao {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 20px 0;
    padding-left: 30%;
    text-align: justify;
}

#pdf {
    width: 715px;
    height: 820px;
}

#pdf p {
    padding: 1em;
}

#pdf object {
    display: block;
}