.pagina-projeto .conteudo{font-size:1em;}
.projetos{text-align:center;padding:0 0 1.5em;}
.projeto__capa__container{text-align:center; display:flex;}
.projeto__capa__imagem{width:100%;}
.projetos__container{position:relative; display:flow-root;}
.projetos__container__header{display:flex;flex-direction:column-reverse;}
.projeto__selo__imagem{margin:1em 0 0;}
#projetos .conteudo__subtitulo{color:var(--cor-azul);}
.projetos__imagem{display:block;object-fit:cover;}
.projetos__titulo{margin:0;padding:0.7em 0;font-size:0.9em;font-weight:600;text-transform:uppercase;color:var(--cor-cinza-claro);background:var(--cor-cinza-escuro);}
.projetos__link{display:table;color:var(--cor-cinza-escuro);/*margin:0.5em 0;*/padding:0 0 0.5em;}
.projeto__categoria{margin:0 0 0.7em;}
.projetos__imagem{max-width:100%; height:auto;padding:2px; border:1px solid var(--cor-cinza);}
.projeto__descricao{color:var(--cor-preto);margin:1em 0 0.5em; text-align:justify;}
.js-video{display:inline-flex; margin:1.5em 0; padding:2px; border:1px solid var(--cor-cinza);}
.js-video iframe{width:330px;height:186px;}
.brace .js-video iframe{width:330px;height:93px;}
@media screen and (min-width:520px){
    .projetos__container{flex-direction:row;justify-content:center;width:100%;}
    .projetos__item{margin:1em;}
    .js-video iframe{width:460px;height:259px;}
    .brace .js-video iframe{width:461px;height:130px;}
}
@media screen and (min-width:768px){
    .projetos__container__header{display:block;}
    .projeto__selo__imagem{float:right; margin:0; padding:0 0 1em 1em;}
    .projetos__imagem{max-width:370px;}
    .projetos__imagem__left{margin:1.25em 1.5em .75em 0;clear:both; float:left;}
    .projetos__imagem__right{margin:0.75em 0 0.5em 1.5em;clear:both; float:right;}
    .projetos__descricao{font-size:0.9em;}
    .js-video iframe{width:691px;height:389px;}
    .brace .js-video iframe{width:695px;height:196px;}
}
@media screen and (min-width:1024px){
    .projetos{width:auto;}
    .projetos__container{width:990px;}
    .projetos__item{-o-transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;}
    .projetos__item:hover{background:var(--cor-preto);}
    .projetos__item:hover .projetos__titulo{background:var(--cor-azul);}
    .projetos__imagem__container{overflow:hidden;display:block;}
    .projetos__imagem{max-width:450px; -o-transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;}
    .projetos__item:hover .projetos__imagem{transform:scale(1.2);}
    .brace .js-video iframe{width:984px;height:277px;}
}