.titulo_blog a{
    color:#000;
}
.last_posts_cards small,
.card-text{
    font-size:14px;
    line-height:1.3em;
}

.last_posts_cards .card .img_card {
    margin:0;
}
.last_posts_cards .no_rel_aspecto .card .img_card {
    padding:0;
}
.last_posts_cards .no_rel_aspecto .card:hover .img_card img,
.last_posts_cards .no_zoom_img .card:hover .img_card img {
    transform: scale(1);
}
.last_posts_cards .no_rel_aspecto .card .img_card img {
    position:relative;
    top:initial;
    right:initial;
    left:initial;
    object-fit: none;
    height:auto;
    width:auto;
}

.last_posts_cards .card_leer_mas .card .card-body{
    padding-bottom:50px;
}
.last_posts_cards .card_leer_mas .card .card-body .btn-link{
    position:absolute;
    bottom:15px;
    left:15px;
}
.carrusel_posts_wrap .card_wrap{
    padding:10px;
    margin-bottom:0;
}
@media(max-width:767px){
    .last_posts_cards .slick-slide>div{
        display:flex;
        justify-content: center;
    }
    .card_wrap{
        max-width:400px;
        margin:0 auto
    }

    .last_posts_cards .slick-slide .card_wrap{
        margin:0;
    }
}

/*Overlay*/

body  .last_posts_cards .card_overlay .img_card{
    padding-bottom:100%;
    margin:0;
}
body .last_posts_cards .card_overlay .card-body small,
body .last_posts_cards .card_overlay .card-body .titulo_blog a:hover,
body .last_posts_cards .card_overlay .card-body .titulo_blog a{
color:#fff;
}
body .last_posts_cards .card_overlay .card-body{
position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0;
    top: 0;
    display:flex;
    align-items: flex-end;

}
body .last_posts_cards .card_overlay .card-body>*{
    z-index:10;
    position:relative;
}
body .last_posts_cards .card_overlay .card-body:before{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    content:"";
    height:30%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 43%,rgba(0,0,0,1) 95%);
    transition:all ease .3s;
    opacity:.7;
}
body .last_posts_cards .card_overlay:hover .card-body:before{
    height:80%;
    opacity:1;
}