.grid-tipo_01{
    width: -o-calc(100% + 40px);
    width: -ms-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
}
.grid{
    position: relative;
    margin-top: 50px;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid-tipo_02{
    width: -o-calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.grid-tipo_01 .post{
    width: -o-calc(100%/3 - 30px);
    width: -ms-calc(100%/3 - 30px);
    width: -moz-calc(100%/3 - 30px);
    width: -webkit-calc(100%/3 - 30px);
    width: calc(100%/3 - 30px);
}

.grid-tipo_02 .post{
    width: -o-calc(25% - 30px);
    width: -ms-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
}

.post{
    margin: 0px 15px 90px;
    display: block;
    float: left;
}
.post_int{
    display: block;
    transform: scale(1);
    opacity: 1;
    transition: all 0.25s;
}

.grid-tipo_01 .post.postContainerHidden {
    width: 0;
    height: 0;
    margin: 0;
}
.grid-tipo_02 .post.postContainerHidden {
    width: 0;
    height: 0;
    margin: 0;
}
.postHidden {
    transform: scale(0);
    opacity: 0;
}






.post_image{
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 66.66%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.post_info{
    padding-top: 15px;
    font-size: 1.6rem;
}
.post_info h2{
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 1.4em;
    transition: 300ms;
    margin: 0;
}
.post_info h3{
    margin: 0px;
    font-weight: 100;
    font-size: 1em;
    line-height: 1.4em;
    /* color: #545454; */
    opacity: 0.5;
}
.link_c{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
span.fecha{
    margin: 0px 0px;
    font-weight: 100;
    display: block;
    font-size: 0.9em;
    opacity: 0.5;
}

.act_page .post_info h2{
    font-size: 0.7em;
}
.act_page .post_info h3{
    font-size: 0.7em;
}
.act_page span.fecha{
    font-size: 0.7rem;
}
.act_page .tags-nav{
    font-size: 0.6rem;
}
.act_page .tags-nav li::after{
    background-color: #ddd;
}
.act_page .tags-nav li::after{
    height: 7px;
    top: 2px;
}


/*tags*/
.tags-nav{
    margin: 15px 0px 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 0.7rem;
    position: relative;
    z-index: 10;
}

.tags-nav li{
    padding-right: 8px;
    margin-right: 7px;
    position: relative;
}
.tags-nav li a{
    color: #969696;
}

.tags-nav li::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #969696;
    position: absolute;
    top: 2px;
    right: 0px;
}

.tags-nav li:last-child:after{
    content: '';
    width: 0px;
    height: 0px;
    background-color: inherit;
}



.button-group.filters-button-group{
    top: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 30px;
    position: sticky;
}
.button-group.filters-button-group button{
    font-size: 1rem;
    text-transform: none;
    padding: 10px 0;
    opacity: 0.5;
}
.button-group.filters-button-group button.is-checked{
    opacity: 1;
}
.button-group.filters-button-group button:active{
    outline: 0;
}
.button-group.filters-button-group button:focus{
    outline: 0;
}

.act_page .post,.act_thumb .post{
    position: relative!important;
    left: inherit!important;
    top: initial!important;
    height: 250px;
    z-index: 8;
    margin: 0px 10px 50px;
}

.act_page .grid-tipo_01 .post{
    width: -o-calc(100%/3 - 20px);
    width: -ms-calc(100%/3 - 20px);
    width: -moz-calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
}

.act_page .grid-tipo_02 .post{
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
}

.act_page .button-group.filters-button-group{
    width: -o-calc(100% - 640px);
    width: -ms-calc(100% - 640px);
    width: -moz-calc(100% - 640px);
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
    z-index: 1;
    opacity: 0;
}

.act_page  .grid-tipo_01, .act_page  .grid-tipo_02{
    width: -o-calc(100% + 20px);
    width: -ms-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
}

.info_titulos{
    width: 100%;
    float: initial;
}
.info_fecha{}
.post_info a::after{
    content: '';
    display: block;
    clear: both;
    position: relative;
}

.post_info{
    position: relative;
}