
.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;
}

.carrusel_posts_wrap .card_wrap{
    padding:10px;
    margin-bottom:0;
}

/* .card-producto {
    position: relative;
    overflow: hidden;
}

.card-producto .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.card-producto:hover .overlay {
    opacity: 1;
}

.card-producto .arrow-icon {
    width: 40px; 
    height: auto;
} */

@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:60%;
    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{
    font-size:19px;
    font-weight:600;
}
body .last_posts_cards .card_overlay .card-body{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0;
    top: 0;


}
body .last_posts_cards .card_overlay .card-body>*{
    z-index:10;
    position:relative;
}
body .last_posts_cards .card_overlay .card-body .titulo_blog{
    margin-bottom:10px;
}
body .last_posts_cards .card_overlay .card-body:before{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    content:"";
    height:70%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,2550,255,.50) 40%,rgba(255,255,255,1) 100%);
    transition:all ease .3s;
    opacity:1;
}

body .last_posts_cards .card_overlay:hover .card-body:before{
    height:80%;
}

/*Barras d eowl carrusel*/
.last_posts_cards .owl-carousel .owl-stage-outer .owl-item .card {
    flex:1;
}
.last_posts_cards .owl-carousel .owl-stage-outer .owl-item .tax_item {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
}
.last_posts_cards .owl-carousel .owl-stage-outer .owl-item .tax_item:hover .card{
    box-shadow:3px 3px 10px rgba(0,0,0,0.2)
}
.last_posts_cards .owl-carousel .owl-stage-outer .owl-item {
    display:flex;
    align-items: stretch;
}
.last_posts_cards .owl-carousel .owl-stage-outer {
    display: flex;
}
.last_posts_cards .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
}

.tax_item h3{
    color:#778797;
}
.tax_item:hover{
    text-decoration: none;
}
