.capaencima{
    background: rgba(0,0,0,0.85);
    /* position: absolute; */
    margin-top: -100px;
    width: 100%;
    display: block;
    height: 100px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    z-index: 20;
}

.cardArticleTitle {
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.3;
    height: 64px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cardArticleContent {
    background-color: #FFF;
}
.cardArticleTitle>a {
    color: initial;
    display: block;
    overflow: hidden;
}

.cardArticleTitleCat{
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.3;
   
    overflow: hidden;
    
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cardArticleTitlePrincipalDerecha{
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.3;
    height: 55px;
    
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cardArticleTitlePrincipalDerechaP{
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.3;
    height: 55px;
    
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cardArticleTitle16{
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.3;
    height: 60px;
    
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

