body.no-scroll { overflow:hidden; }

@media only screen and (min-width: 1030px) {
.nomobile #page.imersivo header.node-header h1 {     font-size: 4em;
    font-weight: normal; }
}

@media only screen and (min-width: 900px) {
.nomobile #page.imersivo header.node-header hgroup{ max-width:100%; }
}
@media only screen and (min-width: 583px) {
.nomobile #page.imersivo header.node-header .header-immersive-container { text-align: center;
    padding-bottom: 157px; }
.nomobile #page.imersivo header.node-header .header-immersive-container .resumo p{margin: 0 auto;}


}



.mandato { overflow:hidden; width:100%; clear:both;max-width: 1160px; }
.mandato h2.anos { width: 100%; text-align: center; margin-left: auto; font-size: 2em; }
.mandato p.contexto { margin-left: auto; margin-right: auto; font-size: .9em; padding:0 10px; }
.mandato .elemento { text-align:center; position:relative; box-sizing:border-box; padding:7px; }
.mandato .elemento.bio { cursor:pointer; }
.biografia h3, .biografia p, .mandato .elemento h3, .mandato .elemento p { margin-left:0; margin-right:0; width:auto; }
.biografia figure,
.mandato .elemento figure { position:relative; width:80px; height:80px; border-radius:50%; background:#ddd; margin: 0 auto; overflow: hidden;     background-image: url(/sites/default/files/assets/img/dossiers/cgd/pess.jpg);  background-repeat: no-repeat; background-size: 100% auto; background-position: 50% 4px; }
.biografia figure img,
.mandato .elemento figure img { width:100%;}
.biografia figure br,
.mandato .elemento br { display:none; }
.mandato .presidentes .elemento figure { width:180px; height:180px; }
.mandato .elemento h3.nome { margin-top:5px; font-size: .75em; margin-bottom: 0;}
.mandato .elemento p.cargo { font-family:var(--tipo-letra-secundario); margin:0; font-size:.67em; color:#999; }
.mandato .elemento p.partido { font-family:var(--tipo-letra-secundario); margin:3px 0 0 0; font-size:.67em; color:#fff; }
.mandato .elemento p.partido span { padding:4px 6px; }
.mandato .elemento.ps p.partido span { background:#D12C59; }
.mandato .elemento.psd p.partido span { background:#E6650F; }
.mandato .elemento.cds p.partido span { background:#0059B2; }
.mandato .elemento figure:after { content: ""; height: 100%; width: 100%; position: absolute; top: 0; display: block; background-blend-mode: multiply; opacity:.6; }
.mandato .elemento.ps figure:after { background: #D12C59; }
.mandato .elemento.psd figure:after { background: #E6650F; }
.mandato .elemento.cds figure:after { background: #0059B2; }
.mandato .elemento p.biocontent { display:none; }
.mandato .presidentes { padding-bottom:15px; overflow:hidden; }
.mandato .presidentes .elemento h3.nome { margin-top:7px; font-size: 1.1em; }



.mandato .elemento.freixa figure:after { width: 50%; }
.mandato .elemento.oliveira figure:after { width: 50%; }
.mandato .elemento.oliveira figure:before { content: ""; height: 100%; width: 50%; right: 0; position: absolute; top: 0; display: block; background-blend-mode: multiply; opacity:.6; background: #E6650F; }



.mandato .elemento .pessoa1, .mandato .elemento .pessoa2 { display:none; }


.mandato .elemento .ver_mais { width: 41px; height: 41px; position: absolute; background: #fff; top: 128px; right: calc(50% - 96px); z-index: 1; text-align: center; border-radius: 50%; vertical-align: middle; }
.mandato .elemento .ver_mais:before {     content: "";
    width: 21px;
    height: 3px;
    background: #000;
    display: block;
    top: 19px;
    position: absolute;
    left: 10px; }
    .mandato .elemento .ver_mais:after {     content: "";
    width: 3px;
    height: 21px;
    background: #000;
    display: block;
    top: 10px;
    position: absolute;
    left: 19px; }

        .mandato .elemento:hover .ver_mais:before {
            background: #fff; }
            .mandato .elemento:hover .ver_mais:after {
                background: #fff; }


.mandato .vogais { display: flex; flex-wrap: wrap; clear:both; }
.mandato .vogais .elemento { width:50%; float:left; }
.mandato .vogais .elemento .ver_mais { width: 21px; height: 21px; top: 62px; right: calc(50% - 42px); padding: 2px; text-align: center; }
.mandato .elemento:hover .ver_mais { background:#222;  }
.mandato .vogais .elemento .ver_mais:before { width: 15px; height: 3px; top: 12px; left: 5px; }
.mandato .vogais .elemento .ver_mais:after { width: 3px; height: 15px; top: 6px; left:11px; }

.biografia { display: none; -webkit-transition: all,0.5s ease-in-out; -o-transition: all,0.5s ease-in-out; transition: all,0.5s ease-in-out; }
.biografia.open { display: block; }
.biografia .background { width: 100%; height: 100%; position: fixed; display: block; background: rgba(255,255,255,.7); top: 0%; left: 0%; z-index: 2;  }
.biografia .popup { position: fixed; top: -400px; left:0px; z-index:2; padding:8px; background: #fff;  box-sizing: border-box; box-shadow: 0 4px 4px rgba(0,0,0,0.06); opacity:0; border: 1px solid #eee; -webkit-transition: top,0.5s ease-in-out; -o-transition: top,0.5s ease-in-out; transition: top,0.5s ease-in-out;   transition-delay:1s; }
.biografia.open .popup { top:46px; opacity:1; }
.biografia .popup .pessoa { clear: both; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd; overflow: hidden; }
.biografia .pessoa2 { display:none; }
.biografia.pessoas .pessoa2 { display:block; }


.biografia .popup .pessoa figure { width: 106px; height: 106px; float: left; margin-right: 15px; margin-top: 8px; }
.biografia .popup .pessoa .desc { text-align: left;  }
.biografia .popup .pessoa .desc h3.nome { font-size: 1.4em; margin-bottom: 0; margin-top:5px; }
.biografia .popup .pessoa .desc p { font-size: .9em; margin:0; }
.biografia .popup .close { position: absolute; top: 10px; right: 10px; cursor: pointer; opacity:.4;  text-align: center; }
.biografia .popup .close i { padding: 3px; border: 1px solid #222; border-radius: 50%; width: 17px; height: 17px; }
.biografia .popup .close:hover { opacity:.7; }

.mandato .cronologia { overflow: hidden; clear: both; border-bottom: 1px solid #ddd; width:100%; padding-top: 50px; }
.mandato .cronologia br { display:none; }
.mandato .cronologia .ano { font-family:var(--tipo-letra-secundario); font-size:.67em; color:#999; }
.mandato .cronologia .ano.inicio { float:left; padding-right:15px; }
.mandato .cronologia .ano.fim { float:right; padding-left:15px; }

.mandato .cronologia .item {    margin-right: 30px; float:left; max-width:225px; border-left:1px solid #ddd; padding-left:5px; padding-bottom:7px;     height: 146px;
    padding-top: 8px; }
.mandato .cronologia .item p { font-family:var(--tipo-letra-secundario); font-size:.7em; color:#222; margin:0; width:auto; }
.mandato .cronologia .item figure {float: left;
margin: 0 9px 2px 0; }
.mandato .cronologia .item figure img {max-width: 120px;}


@media only screen and (min-width:400px) {
	.mandato .presidentes .elemento { width:50%; float:left; }
}
@media only screen and (min-width:460px) {
	.mandato .vogais .elemento { width:33%; }
}
@media only screen and (min-width:500px) {
	.biografia .popup { padding: 45px 45px 15px 45px; left: calc(50% - 300px);  width: 600px; }
	.biografia.open .popup { }
	.biografia .popup .pessoa { margin-bottom:30px; padding-bottom:30px; }
	.biografia .popup .pessoa figure { width: 150px; height: 150px; }
	.biografia .popup .pessoa .desc { width: 340px; float: left;  }
	.biografia .popup .pessoa .desc h3.nome { font-size: 2.1em; }
	.mandato .presidentes .elemento figure { width:220px; height:220px; }
	.mandato .elemento .ver_mais { top: 172px; right: calc(50% - 106px); }
}
@media only screen and (min-width: 768px) {
	.nomobile .conteudo { margin: 0; width: 100%; }
	.mandato .elemento { padding:15px; }
}
@media only screen and (min-width: 1160px) {
	article.node .cont { width: 1125px; float: left; }
	.mandato .presidentes { width: 500px; margin-right: 20px; float:left; }
	.mandato .vogais { float:left; width:605px; clear:none; }
}
