.titulo_blog a {
    color: #000;
    text-decoration: none;
}

.titulo_blog a:hover,
.titulo_blog a:visited,
.titulo_blog a:active,
.titulo_blog a:focus {
    color: #000 !important;
    text-decoration: none;
}

.last_posts_cards small,
.card-text {
    font-size: 14px;
    line-height: 1.3em;
}

.last_posts_cards .card .img_card {
    margin: 0;
    padding-bottom: 80%!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;
}

.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;
} */
.destacados-section .last_posts_cards .card .card-body .categoria_post {
    margin-bottom: 8px;
}

.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: 88dvw;
    top: 117%;
    background-image: url('../../images/arrow-left.svg');
    border: none;
    width: 10px;
    height: 20px;
    background-size: 10px auto;
    /* Evitar overflow */
    margin-left: -15px;
}

.last_posts_cards .slick-slider .slick-next {
    position: absolute;
    right: 10dvw;
    top: 117%;
    background-image: url('../../images/arrow-right.svg');
    border: none;
    width: 10px;
    height: 20px;
    background-size: 10px auto;
    /* Evitar overflow */
    margin-right: -15px;
}

@media(max-width:1280px) {
    .last_posts_cards .slick-slider .slick-prev {
        left: 86dvw;

    }

    .last_posts_cards .slick-slider .slick-prev,
    .last_posts_cards .slick-slider .slick-next {
        top: 122%;
    }
}

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

    .last_posts_cards .slick-slider .slick-prev,
    .last_posts_cards .slick-slider .slick-next {
        top: 130%;
    }
}

@media (max-width: 576px) {

    .last_posts_cards .slick-slider .slick-prev,
    .last_posts_cards .slick-slider .slick-next {
        top: 120%;
    }
}

/* Barra de progreso */

.slick-progress-bar {
    width: 82%;
    margin: auto;
    height: 5px;
    background: #e0e0e0;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

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



body.home .seccion_extras .card .card-body {
    background-color: #000;
    color: white;

}

body.home .seccion_extras .card .card-body .card-fecha {
    color: rgba(255, 255, 255, 0.7);
}

body.home .seccion_extras .card .card-body .titulo_blog a{
    color: white!important;
}

body.home .seccion_extras .card .card-body .categoria-box{
    background-color: white!important;
    color: black;
}

body.home .seccion_extras .card .card-body .titulo_blog a{
    font-size: 20px;
}
body.home .seccion_extras .card .card-body .post-tags{
    margin-top: 2dvh;
    margin-bottom: 0!important;
}
body.home .seccion_extras .card .card-body .post-tags p{
    font-size: 20px;
}

body.home .seccion_extras .card .card-body {
    padding-left: 3dvh !important;
}


/* .logo-calendario {
    background-image: url('/wp-content/uploads/2025/10/logo_calendario_gris.svg');
} */

.home .seccion_extras .logo-calendario {
    background-image: url('/wp-content/uploads/2025/10/logo_calendario_gris_claro.png');
}

.seccion_episodios_recientes_cards .logo-calendario {
    background-image: url('/wp-content/uploads/2025/10/logo_calendario_gris.png');
}

.contenido-categorias .logo-calendario {
    background-image: url('/wp-content/uploads/2025/10/logo_calendario_gris.png');
}

.contenido-categorias .img_card{
    padding-bottom: 78.6% !important;
}