/* @group Site Nav
------------------------------------ */
@media only screen
and (min-width : 961px) {
    .category .site-nav .icon-main-logo {
        font-size: 4rem;
    }
    .category .site-nav .check {
        display: none;
    }
}
/* @end */


/* @group Blog Categories
------------------------------------ */

.blog-category-categories .col-auto {
    position: relative;
    padding: 2rem 7.5rem 3.3rem 8rem;
}
.blog-category-categories .col-auto span {
    display: inline-block;
}
.blog-category-categories .col-auto a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    padding: .55rem 2.4rem;
    border-radius: .8rem;
    background-color: var(--dorado);
    color: var(--crema-claro);
    pointer-events: all;
}
.blog-category-categories .col-auto a::before {
    content: "\e90f";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    vertical-align: text-bottom;
    margin-right: .5rem;
}
@media only screen
and (min-width : 961px) {
    .blog-category-categories {
        position: fixed;
        z-index: calc(var(--z-index-site-nav) + 1);
        top: 0;
        width: 100%;
        pointer-events: none;
        transition: opacity .4s ease-in-out;
    }
    .blog-category-categories.hide {
        opacity: 0;
    }
    .blog-category-categories .col-auto {
        padding: 4.3rem 0 0;
    }
    .blog-category-categories .col-auto a {
        cursor: pointer;
        padding: .55rem 3.6rem;
    }
    .blog-category-categories .col-auto a:hover {
        background-color: var(--marron);
    }
    .blog-category-categories.hide ul li a {
        pointer-events: none;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .blog-category-categories .col-auto {
        width: 100%;
        text-align: center;
    }
}
/* @end Blog Categories
------------------------------------ */




/* @egroup Blog BreadCrumbs
------------------------------------ */
.blog-category-breadcrumbs a {
    text-decoration: none;
}
.blog-category-breadcrumbs span {
    font-weight: var(--font-weight-regular);
    font-size: 1.3rem;
    line-height: 1.5em;
    letter-spacing: .02em;
}
@media only screen
and (min-width : 961px) {
    .blog-category-breadcrumbs {
        margin-top: 9.8rem;
        margin-bottom: 9.4rem;
        padding-top: 2.4rem;
        padding-bottom: 1.2rem;
    }
    .blog-category-breadcrumbs a:hover {
        color: var(--dorado);
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}
/* @end Blog Breadcrumbs
------------------------------------ */



/* @group Blog Header
------------------------------------ */
.blog-category-header .title h1 {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 4rem;
    line-height: 1.1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0 0 3.2rem;
}
.blog-category-header .image .img-box {
    margin: 0 0 3.2rem;
    height: 22.3rem;
}
.blog-category-header .text .date {
    display: block;
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0 0 .8rem;
}
.blog-category-header .text p {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 2.8rem;
    line-height: 1.2em;
    letter-spacing: .05em;
    text-transform: uppercase;
}
@media only screen
and (min-width : 961px) {
    .blog-category-header {
        margin-bottom: 14.8rem;
    }
    .blog-category-header .row {
        row-gap: 4rem;
    }
    .blog-category-header .title h1 {
        text-align: center;
        font-weight: var(--font-pragmatica-weight-light);
        font-size: 5.8rem;
        line-height: 1.13em;
        margin: 0;
    }
    .blog-category-header .image .img-box {
        min-height: 37.7rem;
        margin: 0;
        height: 100%;
        width: 100%;
    }
    .blog-category-header .text {
        padding: 4.4rem 0 4.4rem 7.2rem;
        flex-grow: 1;
        max-width: unset;
    }
    .blog-category-header .text p {
        font-size: 4.2rem;
        letter-spacing: 0;
        text-transform: capitalize;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .blog-category-header {
        margin-top: 4rem;
        margin-bottom: 9.7rem;
    }
    .blog-category-header .title,
    .blog-category-header .image,
    .blog-category-header .text {
        padding: 0 2rem;
    }
}
/* @end Blog Header
------------------------------------ */


/* @group Blog Posts
------------------------------------ */
.blog-category-posts .posts {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8.4rem;
    padding: 0;
    font-family: var(--font-pragmatica);
}
.blog-category-posts .posts a {
    text-decoration: none;
}
.blog-category-posts .posts .box .date {
    display: block;
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    margin: 0 0 .8rem;
    text-transform: uppercase;
}
.blog-category-posts .posts .box h2 {
    font-weight: var(--font-pragmatica-weight-book);
    font-size: 2.1rem;
    line-height: 1.33em;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.blog-category-posts .posts .box .img-box {
    height: 14rem;
    margin: 0;
}

.blog-category-posts .paginator {
    margin-bottom: 10rem;
}
.blog-category-posts .paginator a {
    font-family: var(--font-pragmatica);
    font-weight: var(--font-pragmatica-weight-book);
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .05em;
    margin: 0 .5rem;
}
.blog-category-posts .paginator .current {
    color: var(--dorado);
}
@media only screen
and (min-width : 961px) {
    .blog-category-posts .posts {
        column-gap: 7.2rem;
        row-gap: 4rem;
        margin-bottom: 12.8rem;
    }
    .blog-category-posts .posts .box {
        flex: 0 1 calc(25% - 5.45rem);
    }
    .blog-category-posts .posts .box:is(:nth-child(7n+3), :nth-child(7n+2), :nth-child(7n+1)) {
        flex: 0 1 calc(33% - 4.45rem);
    }
    .blog-category-posts .posts .box .img-box {
        height: 16.4rem;
        margin: 0 0 1.2rem;
    }
    .blog-category-posts .posts .box:is(:nth-child(7n+3), :nth-child(7n+2), :nth-child(7n+1)) .img-box {
        height: 23.5rem;
    }
    .blog-category-posts .posts .box .img-box img {
        scale: 1;
        transition: scale .4s ease;
    }
    .blog-category-posts .posts .box:hover {
        color: var(--dorado);
    }
    .blog-category-posts .posts .box:hover .img-box img {
        scale: 1.05;
    } 

    .blog-category-posts .paginator {
        margin-bottom: 6rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .blog-category-posts .posts .box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .blog-category-posts .posts .box .img-box {
        flex: 0 1 50%;
    }
    .blog-category-posts .posts .box .txt-box {
        padding: 0 1.6rem;
        flex: 0 1 50%;
    }
    .blog-category-posts .posts .box:nth-child(even) .txt-box {
        order: -1;
    }
    .blog-category-posts .posts .box:is(:nth-child(3n+3)) .txt-box,
    .blog-category-posts .posts .box:is(:nth-child(3n+3)) .img-box {
        flex: 0 1 100%;
    }
    .blog-category-posts .posts .box:is(:nth-child(3n+3)) .txt-box {
        order: -1;
        padding: 3.2rem 1.6rem;
    }
    .blog-category-posts .posts .box:is(:nth-child(3n+3)) .img-box {
        height: 29.6rem;
        margin: 0 0 4.3rem;
    }
    .blog-category-posts .posts .box .txt-box .date {
        display: none;
    }
    .blog-category-posts .posts .box:not(:nth-child(3n+3)) .txt-box h2 {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-category-posts .loadMore .textlink {
        color: var(--dorado);
        font-family: var(--main-font);
        font-weight: var(--font-weight-bold);
        letter-spacing: 0;
        display: inline-block;
        margin-top: 6.7rem;
        position: relative;
    }
    .blog-category-posts .loadMore .textlink::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: var(--marron);
        position: absolute;
        top: 100%;
        left: 0;
    }
}
/* @end Blog Posts
------------------------------------ */