.img-card-article img {
    width: 100%;
    height: 12em;
    object-fit: cover;
}

.title-card-article {
    background: #eeeff0 none repeat scroll 0 0;
    font-size: 1.2rem;
    line-height: 19px;
    margin-bottom: 4px !important;
    margin-top: 10px;
    min-height: 48px;
    padding: 5px;
    text-align: left;
    font-weight: bold;
}

.date-card-article {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.short-text-article {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#blog_inmotek {
    min-height: 350px;
}

.short-text-article {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}