.titulo_blog a{
    color:#fff;
}
.last_posts_cards small,
.card-text{
    font-size:14px;
    line-height:1.3em;
}
.last_posts_cards .card{
    border:none;
}
.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;
    aspect-ratio: 1 / 1;
}
@media(min-width:768px){
    body  .last_posts_cards .noticia_1 .card_overlay .img_card {
        padding-bottom: 50%;
        aspect-ratio: 2 / 1;
    }
}

body .last_posts_cards .card_overlay .card-body small{
    color:#fff;
    font-size:.8rem;
}
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;
    font-size:19px;
    font-weight:400;
}
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;
}
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(0,0,0,0) 0%,rgba(0,0,0,.50) 40%,rgba(0,0,0,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 {
    display: flex;
}
.last_posts_cards .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
}
.last_posts_cards .owl-custom-dots {
    max-width: 1000px;
    margin: 10px auto 20px auto;
    padding: 0 20px;
    display: flex;
    width: 100%;
}
.last_posts_cards .owl-custom-dots .owl-dot {
    width: 100%;
    border: none;
    height: 5px;
    padding: 0;
}
.last_posts_cards .owl-custom-dots .owl-dot span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    background: #e8e8e8;
    border-radius: 0;
}
.last_posts_cards .owl-custom-dots .owl-dot.active span {
    background: #68A5DF;
}
.last_posts_cards .owl-custom-navs {
    max-width: 1000px;
    padding: 0 20px;
    margin: 10px auto;
    text-align: center;
}
.last_posts_cards .owl-custom-navs button {
    background-color: transparent;
    color:gray;
    transition: 0.3s all;
    border: none;
    padding: 0;
    margin: 0 7px;
    font-size:20px;
}
.last_posts_cards .owl-custom-navs button:hover {
  color:#68A5DF;
}

@media(min-width:991px){
    .last_posts_cards .owl-custom-navs {
        max-width: 1000px;
        padding: 0 20px;
        margin: 10px auto;
        text-align: right;
    }
}