body.pag5 .fndBlogImg {
    height: 100%;
    width: calc(100% - 30px);
    background-image: url("https://design.zendha.net/assets/blog/60.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-right: 15px;
}

body.pag5 .blqBlog {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: .3s;
    cursor: pointer;
}

body.pag5 .blqBlog:hover {
    border: 1px solid white;
}

body.pag5 .blqBlog h3 {
    color: var(--colorPrincipal);
    font-size: var(--h4);
    margin-top: 0px;
    margin-bottom: 10px;
}

body.pag5 .blqBlog h4 {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: var(--p-1);
}

body.pag5 .blqBlog p {
    font-size: var(--p-2);
    margin-bottom: 0px;
    max-height: 100px;
    overflow: hidden;
}

body.pag5 .filtros {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-bottom: 40px;
}

body.pag5 .filtros div {
    margin: 0px 20px 0px 20px;
    cursor: pointer;
}

body.pag5 .filtros .select {
    color: var(--colorSecundario)
}

body.pag5 .filtros div:hover {
    color: var(--colorInteraccion)
}

body.pag5 #cntrl_paginado div {
    display: none;
}

body.pag5 #cntrl_paginado_blog div {
    padding: 10px;
    font-size: 100px;
    width: var(--col-1);
    text-align: center;
    transition: .3s;
    cursor: pointer;
    color: white;
    position: relative;
    position: fixed;
    z-index: 700;
    right: 0px;
    width: 100vw;
    top: calc(50vh - 90px);
    display: flex;
    align-items: center;
    height: 180px;
    width: var(--col-1);
}

body.pag5 #cntrl_paginado_blog #flechaBlgLeft {
    left: 0px;
}

body.pag5 #cntrl_paginado_blog #flechaBlgRight {
    right: 0px;
}

body.pag5 #cntrl_paginado_blog div:hover {
    color: var(--colorInteraccion);
    font-size: 100px;
}

#blogPost {
    height: 480px;
}

@media(max-width:1024px) {
    body.pag5 .filtros {
        margin-bottom: 0px;
    }
    body.pag5 .blqBlog p {
        display: none;
    }
    body.pag5 .blqBlog h4 {
        border-bottom: 1px solid transparent;
    }
    body.pag5 .fndBlogImg {
        height: 80px;
        margin-bottom: 10px;
    }
    body.pag5 .blqBlog {
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    body.pag5 .postheader {
        display: flex;
        flex-wrap: wrap;
    }
    body.pag5 .postheader #posthcont {
        width: calc(66.66% - 60px);
        margin-left: 20px;
        ;
    }
    body.pag5 .postheader .imgBlog {
        width: 33.33% !important;
        height: 150px !important;
        background-image: url("https://design.zendha.net/assets/blog/60.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        margin: 0px !important;
    }
    body.pag5 .fndBlogImg {
        height: 80px;
        margin: auto;
        width: 100%;
        background-size: cover;
        margin-bottom: 5px;
    }
    body.pag5 .filtros h1 {
        margin-bottom: 0px;
    }
    body.pag5 .blqBlog {
        margin: 0px;
        padding: 5px;
    }
    body.pag5 .blqBlog h4 {
        margin-bottom: 0px;
        margin-top: 3px;
    }
    body.pag5 .blqBlog h3 {
        font-size: var(--p-1);
        max-height: 34px;
        overflow: hidden;
        margin-bottom: 3px;
    }
    body.pag5 #cntrl_paginado_blog div {
        top: auto;
        bottom: 20px;
        width: 100px;
        font-size: 40px;
        text-align: center;
        display: block;
        height: 60px;
        ;
    }
    body.pag5 #cntrl_paginado_blog div:hover {
        font-size: 40px;
    }
}