



/***** Screen Bigger than 1680px *****/
@media only screen and (min-width:1680px) {

/***************************************************************************************
* SINGLE PROJETO
***************************************************************************************/
.ttl-page{
    width: 100%;
    height: auto;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
}


/***************************************************************************************
* PERFIL
***************************************************************************************/

.perfil-destaque.ttl-page{
    padding: 150px 0;
}

/***************************************************************************************
* SECTION-BLOG
***************************************************************************************/

.ttl-blog .ttl{
    font-size: 50px;
}

}
