/*
    codechi.cl
    article.css
*/
.article-card {
    
}

@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) {
    .article-card {
        min-height: 510px;
    }
}

@media (min-width: 1200px) { }

.article-card .article-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center center;
}

.article-card .card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-card .card-subtitle {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.article-card .card-footer {
    background-color: inherit;
    border: none;
}

/* article-wrapper */
.article-wrapper {
    
}

.article-wrapper .article-image {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 25px;
}

.article-wrapper .article-date {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}