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

@media(max-width:767px) {
    .last_posts_cards .card_wrap {
        padding: 0 !important;
    }
}

.last_posts_cards .card {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    border-radius: 1px;
}
.last_posts_cards .card .img_card {
    flex: 0.85;
    min-height: 415px;
    margin:0 !important;
}
.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 .card-body{
    flex: 0.15;
    text-align: center;
    min-height: 125px;
}
.destacados-section .last_posts_cards .card .card-body{
    padding: 40px 35px !important;
}
.last_posts_cards .card .card-body .btn-link{
    position:absolute;
    bottom:15px;
    left:15px;
}
.last_posts_cards .card .card-body .titulo_blog, 
.last_posts_cards .card .card-overlay .card-overlay-content .card-overlay-titulo_blog {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
}

.last_posts_cards .card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECF4D5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.last_posts_cards .card .card-overlay-content {
    text-align: left;
}

.last_posts_cards .card:hover .card-overlay {
    opacity: 1;
    visibility: visible;
}

.destacados-section .last_posts_cards .card .card-body .categoria_post{
    margin-bottom: 8px;
}

#bloque_block_aebce09d7902d739d616239f88928867 {
    padding-bottom: 10dvh;
    margin-bottom: 10dvh;
}

@media(max-width:1024px) {
    #bloque_block_aebce09d7902d739d616239f88928867 {
        padding-bottom: 6dvh;
        margin-bottom: 6dvh;
    }
}
.carrusel_posts_wrap .card_wrap{
    padding:10px;
    margin-bottom:0 !important;
}
@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;
}

/* Controles */
.last_posts_cards .slick-slider {
    position: relative;
}

.last_posts_cards .slick-slider .slick-prev {
    position: absolute;
    left: 54.5dvw;
    top: 120%;
    background-image: url('../../images/arrow-left-grey.svg');
    border: none;
    width: 22px;
    height: 11px;
    background-size: 22px auto;
    margin-left: -15px;
}

.last_posts_cards .slick-slider .slick-prev:active, .last_posts_cards .slick-slider .slick-prev:hover {
    background-image: url('../../images/arrow-left-green.svg');
}

.last_posts_cards .slick-slider .slick-next {
    position: absolute;
    right: 9dvw;
    top: 120%;
    background-image: url('../../images/arrow-right-grey.svg');
    border: none;
    width: 22px;
    height: 11px;
    background-size: 22px auto;
    margin-right: -15px;
}

@media (max-width: 1024px) {
    .last_posts_cards .slick-slider .slick-next {
        right: 13.5dvw;
    }

    .last_posts_cards .slick-slider .slick-prev {
        left: 80dvw;
    }
}

@media(max-width:992px) {
    .last_posts_cards .slick-slider .slick-prev {
        left: 75dvw;
    }
}

.last_posts_cards .slick-slider .slick-next:active, .last_posts_cards .slick-slider .slick-next:hover {
    background-image: url('../../images/arrow-right-green.svg');
}

/* Barra de progreso */

.slick-progress-bar {
  width: 75%;
  margin: auto;
  height: 2px;
  background: #e0e0e0;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.progress-bar-fill {
  height: 100%;
  background-color: #A5C93F;
  width: 0%;
  transition: width 0.3s ease;
}
