.titulo {
    font-weight: 600;
    font-family: bahnbold;
    font-size: 41px;
    line-height: 65px;
    color: #363636;
}
.presents {
    /* padding-left: 165px; */
    text-align: center;
    font-family: auto;
}

.colab {
    display: inline-block;
    width: 384px;
    vertical-align: top;
}

.colab img {
    /* width: 100%; */
    max-height: 396px;
}

.nome {
    font-size: 27px;
    font-family: BahnBold;
    color: #363636;
    font-weight: 600;
}

.posi {
    font-family: cambriai;
    color: #B81818;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 100!important;
}

.desc {
    padding-top: 20px;
    font-size: 12px;
    width: 62%;
    margin-left: 19%;
    color: #5f5f5f;
}

.ilustrs {
    margin-top: 70px;
}

.workspace img {
    width: 100%;
}

.workspace {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}



.presents {
    font-family: bahnschrift;
    font-size: 0.8em;
    padding-top: 140px;
}

.allways {
        font-family: DINPro-Regular;
    font-size: 12px;
    color: #5f5f5f;
}

.presents .corpo {
    width: 58%;
    margin: auto;
}

.presents .corpo {
    padding-left: 45px;
    width: 580px;
    margin: auto;
    text-align: left;
    margin-top: 32px;
    color: #5f5f5f;
}

.nome, .posi {
    font-weight: 600;
    font-family: BahnBold;
}

.icon_titulo {
    margin-top: 20px;
}

@media only screen and (max-width:800px){
    .presents{
        padding: 50px 0;
    }
    #main .presents * {
        text-align: center;
        max-width: 95%;
        padding: 0;
        margin: 20px 2%;
    }
    #main .presents .desc {
        width: 100%;
    }
}