.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list:after, .post-list:before {
    content: '';
    display: table;
    clear: both;
}
.post-list>li {
    /* padding: 0; */
}
.post-list>li+li {
    /* margin-top: 3.75rem; */
}
.post-desc>p {
    width: 100%;
    height: 45px;
    overflow: hidden;
}
.post-desc>p+p {
    display:none;
}
.post-left-info {
    width: 3.125rem;
    float: left;
    margin-right: 1.25rem;
}
.post-date {
    font-size: .75rem;
    line-height: .975;
    margin: 0;
    padding: .625rem;
    text-align: center;
    font-weight: 700;
}
.post-date .day {
    color: #2d353c;
    font-size: 1.5rem;
    display: block;
}
.post-date .month {
    display: block;
    margin-top: .3125rem;
    color: #2d353c;
}
.post-date+.post-likes {
    border-top: 2px solid #dee2e6;
}

.post-likes {
    padding: .625rem 0;
    font-size: .75rem;
    line-height: .60938rem;
    text-align: center;
    font-weight: 600;
    color: #2d353c;
}
.post-left-info+.post-content {
    margin-left: 4.375rem;
}
.post-image, .post-list blockquote, .post-video {
    margin-bottom: 1.875rem;
}
.post-title, .post-title a, .read-btn-container a, .sidebar-recent-post>li .title a {
    color: #2d353c;
}
.post-title {
    margin: 0 0 .3125rem;
    font-size: 1.2rem;
    /* line-height: 1.5; */
    font-weight: 600;
}
.post-by {
    display: block;
    font-size: .8125rem;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: .9375rem;
}
.breadcrumb a, .post-by a, .post-desc a, .post-desc-det a {
    color: #00acac;
}
.post-by .divider {
    margin: 0 .625rem;
    color: #ced4da;
    position: relative;
    top: -1px;
}
.post-desc, .post-desc p, .post-desc-det, .post-desc-det p {
    margin-bottom: 1.875rem;
}
.post-desc, .post-desc-det {
    line-height: 1.8;
    color: #6c757d;
}
.read-btn-container {
    text-align: right;
    font-size: .8125rem;
}
.img-carousel{
    width: 100%;
    height: 150px;
}
.carousel .carousel-inner, .carousel .carousel-inner .carousel-item, .carousel .carousel-inner .item, .slider .carousel {
    min-height: auto !important;
}
.btn-movil{
    display: none;
}
@media (max-width: 991.98px){            
    .img-carousel {
        width: 100% !important;
        height: auto !important;
    }
}
@media (max-width: 767.98px){
    .btn-pc{
        display: none;
    }
    .btn-movil{
        display: block;
    }
    .img-carousel {
        width: 100% !important;
        height: auto !important;
    }
    .post-left-info+.post-content {
        margin-left: 0;
    }
    .post-left-info {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}