.publicacao-chamada{
    position: relative;
    margin-bottom: 2em;
}

.publicacao-chamada > a{
    color: inherit !important;
    text-decoration: none !important;
}

.publicacao-chamada > a > .publicacao-chamada-thumb{
    display: block;
    overflow: hidden;

    padding-top: 85%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.publicacao-chamada > a > .publicacao-chamada-thumb > .publicacao-chamada-img{
    display: block;
    width: 100%;
}

.publicacao-chamada > a > time{
    background-color: #ffca2e;
    position: absolute;
    left: 20px;
    top: -19px;
    padding: 13px 7px 17px;
    color: #000000;
    font-size: 34px;
    font-weight: 800;
    line-height: 0.4;
    text-align: center;
}

.publicacao-chamada > a > time > span{
    color: #000000;
    font-weight: 400;
    font-size: 9px;
    text-transform: uppercase;
}

.publicacao-chamada > a > h3{
    color: inherit;
    font-weight: 700;
    font-size: 24px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.publicacao-chamada > a > p{
    color: #afaead;
    font-weight: 400;
    font-size: 17px;

    display: block;
    display: -webkit-box;
    height: 4.3em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publicacao-chamada > a .link{
    border: 1px solid rgb(43, 43, 43);
    color: rgb(43, 43, 43) !important;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    text-decoration: none !important;
    text-transform: uppercase;
}
