
.node .node-header .submitted {display:none;}
#article .node-header { text-align: center; }
#article .node-header h1.title { color:#222; font-size: 2em; margin-top:0; line-height:1.2em; font-weight:900;letter-spacing: -.026em; }

.node.large h1.title { font-size:4.5em; }
.membro img { margin:auto; display:block; height: auto;
    width: 85%; text-align:center; border-bottom:1px solid #000; }
.node .membro h3 { text-align:center; font-size: 1.4em; text-transform: none; font-weight: normal; }
.membro p {margin:0; padding:0; text-align:center; font-size: 75%; font-family: var(--tipo-letra-principal);}
@media only screen and (max-width:560px){
#content-area .node h2.title {  font-size: 200%; }
.membro img { height:auto; width:75%; }
}
@media only screen and (max-width:400px){
.membro img { height:auto; width:57%; }
}
/*--------------------------------------------/ PAGINAS DEPUTADOS DA AR E PE---------------------------------*/
.membros { display: flex;  flex-wrap: wrap;  flex-direction: row; }
.membros .membro { width: 100%; margin: .5% 0; padding: 10px; box-sizing: border-box; position: relative; overflow: hidden; }
@media (min-width:350px){
.membros { margin-left: -.5%; margin-right: -.5%;}
.membros .membro { width: 49%; margin: .5%; }
}
@media (min-width:770px){
.membros .membro { width:32.33%; }
}
@media (min-width:990px){
.membros .membro { width:24%; }
}
