/**Estilos para Single Posts**/



.hb-single-post-block.layout-1 .post-image a,
.hb-single-post-block.layout-2 .post-image a,
.hb-single-post-block.layout-3 .post-image a {
    display: block;
}

.hb-single-post-block.layout-3 .post-image img {
    width: 100%;
}

@media (min-width:991px) {

    .hb-single-post-block .layout-1 .post-image a img,
    .hb-single-post-block .layout-2 .post-image a img {
        height: 150px;
        max-width: 150px;
        object-fit: cover;
    }

    .hb-single-post-block .layout-1 .post-image {
        flex: 1 0 150px;
        max-width: 150px;
    }

    .hb-single-post-block .layout-2 .text-section {
        flex: 1 1 auto;
    }

}

.separador:last-of-type {
    display: none;
}


.hb-single-post-block .layout-5 .text-section,
.hb-single-post-block .layout-8 .text-section {
    z-index: 3;
    bottom: 0;
    padding: 10px 20px;
}

.hb-single-post-block .layout-7 .text-section {
    z-index: 3;
    top: 20px;
    padding: 10px 20px;
}


.hb-single-post-block .layout-7 .text-section {
    top: 30px
}

.hb-single-post-block .layout-5 .text-section h3,
.hb-single-post-block .layout-7 .text-section h3,
.hb-single-post-block .layout-8 .text-section h3,
.hb-single-post-block .layout-8 {
    color: #fff;
}

.hb-single-post-block .layout-5::after,
.hb-single-post-block .layout-7::after,
.hb-single-post-block .layout-8::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.hb-single-post-block .layout-7 a.multimedia-class,
.hb-single-post-block .layout-7 a.destacado {
    display: block;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 56%, 0 73%);
}

a.multimedia-class:before {
    content: "\f144";
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 2;
    color: #fff;
    font-family: "Font Awesome 5 free"font-weight 900;
    opacity: .9;
}



a.multimedia-class:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #303035 100%) repeat 0 0;
    z-index: 1;
}



.hb-single-post-block .layout-7 a.destacado.titulo::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
    z-index: 1;
}

.hb-single-post-block .layout-7 img {
    clip-path: polygon(0 0, 100% 0, 100% 56%, 0 73%);
}


.hb-single-post-block .layout-7 .contenido-para-fondo .boton-escuchar {
    border: 1px solid black;
    border-radius: 50px;
    width: fit-content;
    padding: 8px 24px;
    position: absolute;
    right: 15px;
    bottom: 100px;
}

.hb-single-post-block .layout-7 .contenido-para-fondo .categoria {
    position: absolute;
    right: 85px;
    bottom: 70px;
}


.hb-single-post-block .layout-7 .contenido-para-fondo {
    position: relative;
    bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 6;
}


.hb-single-post-block .layout-7 .escucha-a::before,
.hb-single-post-block .layout-7 .subtitulo-post::before {
    position: absolute;
    content: '';
    border-top: 4px solid black;
    width: 50%;
    top: 0;
}

.hb-single-post-block .layout-7 .escucha-a,
.hb-single-post-block .layout-7 .subtitulo-post {
    position: relative;
    width: fit-content;
    padding-top: 15px;
}

.hb-single-post-block .layout-8 .text-section {
    overflow: hidden;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.hb-single-post-block .layout-8 .post-image img {
    object-fit: cover;
    min-height: 400px;
    aspect-ratio: 16/9;
}

.hb-single-post-block .layout-8 .post-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .50);
}

.hb-single-post-block .layout-8 .categoria {
    width: fit-content;
    padding: 6px 25px;
    order: 0;
    margin-bottom: 10px;
}

.hb-single-post-block .layout-8 .titulo-del-post {
    order: 1;
}

.hb-single-post-block .layout-8 .titulo-del-post a{
    text-decoration: underline;
}

.hb-single-post-block .layout-8 .excerpt {
    order: 2;
    display: none;
    margin-top:10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 35px;
    line-height: 22px;
}

@media (min-width: 576px) {
    .hb-single-post-block .layout-8 .post-image img {
        min-height: 360px;
    }
}


@media (min-width: 992px) {
    .hb-single-post-block .layout-7 .contenido-para-fondo .boton-escuchar {
        padding: 20px 50px;
        right: 35px;
        bottom: 100px;
    }

    .wp-block-columns .hb-single-post-block .layout-8 .text-section {
        width: 100%;
    }

    .wp-block-columns .hb-single-post-block .layout-8 a h3 {
        padding: 0 30px;
    }

    .wp-block-columns .hb-single-post-block .layout-8 .excerpt {
        padding: 0 40px;
    }


    .wp-block-columns .hb-single-post-block .layout-8 .categoria {
        padding: 4px 19px;
        position: absolute;
        top: 25px;
        left: 0;
    }

    .hb-single-post-block .layout-8 .post-image img {
        min-height: 280px;
    }

    .hb-single-post-block .layout-8 a h3 {
        max-width: 624px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        text-decoration: underline;
    }

    .hb-single-post-block .layout-8 .excerpt {
        max-width: 546px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

}

@media (min-width: 1200px) {
    .hb-single-post-block .layout-7 .contenido-para-fondo .boton-escuchar {
        padding: 20px 50px;
        right: 55px;
        bottom: 140px;
    }

    .hb-single-post-block .layout-7 .escucha-a {
        top: -30px;
    }
}