body.noscroll {
    overflow: hidden;
}
.cols-projetos-normal > .col-inline {
    height: 174px;
    padding: 0 2px;
    margin-bottom: 4px;
}
.cols-projetos-normal > .col-inline a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cols-projetos-normal > .col-inline .descricao {
    text-align: left;
    background: url(../../../images/slogan-projeto.png) no-repeat bottom left rgba(32, 75, 21, 0.9);
    opacity: 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    padding-left: 90px;
    padding-top: 50px
}
.cols-projetos-normal > .col-inline:hover .descricao {
    opacity: 1;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.cols-projetos-normal > .col-inline .descricao .subTitulo {
    color: rgba(255, 255, 255, 0.9);
    font: 15px 'ralewaybold';
}
.cols-projetos-normal > .col-inline .descricao p {
    color: rgba(255, 255, 255, 0.8);
}
.mais-projetos {
    width: 87px;
    height: 87px;
    display: block;
    margin: 50px auto 0;
    border: 3px solid #b2c801;
    text-align: center;
    padding-top: 24px;
    font-size: 36px;
    color: #b2c801;
    border-radius: 100%;
}
.mais-projetos:hover {
    background: #b2c801;
}
.post-projetos .image {
    width: 232px;
    margin-right: 27px;
     border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
}
.content-lightbox-proj .image img {
    width: 100%;
}
.post-projetos .descricao .titulo {
    color: #0a634d;
    margin-bottom: 17px;
}
.post-projetos.leitura-on .descricao .titulo, 
.post-projetos.leitura-on .descricao p,
.post-projetos.leitura-on .colapsable-lightbox ul li p,
.post-projetos.leitura-on .btn-leitura .titulo{
    color: #fff;
}
.post-projetos .descricao p{
    width: 400px
}
.post-projetos .image .col-inline {
    padding: 0 2px;
    margin-bottom: 3px;
}
.post-projetos{
    width: 100%;
    display: none;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 80px;
    padding-bottom: 45px
}
.post-projetos.leitura-on{
    background-color: #043126;
}
.post-projetos .colapsable-lightbox{
    margin-top: 50px;
    clear: both;
    float: left;
}
.post-projetos .btn-leitura{
    left: 80px;
}
.post-projetos.leitura-on .btn-leitura .titulo strong{
    background-color: rgba(255,255,255,0.1);
}
.post-projetos.leitura-on .colapsable-lightbox ul li:hover .titulo, .post-projetos.leitura-on .colapsable-lightbox ul li.ativo .titulo{
    color: rgba(255,255,255,0.8) !important;
}
.conteudo-projetos .btn-model-1{
    background-color: #204b15;
    border-radius: 50px;
    padding: 5px 35px;
    font: 14px 'ralewayregular';
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid transparent;
}
.conteudo-projetos .btn-model-1:hover{
    border: 1px solid #204b15;
    color: #204b15;
    background-color: transparent;
}
.post-projetos .btn-proposta {
    background-color: #204b15;
    border-radius: 50px;
    padding: 5px 35px;
    font: 14px 'ralewayregular';
    color: #fff;
    display: table;
    float: right;
    clear: both;
    margin-top: 30px;
    border: 1px solid transparent;
}
.post-projetos .btn-proposta:hover{
    border-color: #204b15;
    color: #204b15;
    background-color: transparent;
}