.wp-block[data-type="meta-box/block-posts-grid"]{
    max-width: 1110px;
}
.wp-block[data-type="meta-box/block-posts-grid"] .posts-grid-block li a{
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
.posts-grid{
    position: relative;
    padding-top: 95px;
    padding-bottom: 75px;
}
.posts-grid .epigraph{
    font-size: 14px;
    color: #9C9F61;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.posts-grid .bg-item{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.3;
    background-size: 60%;
    background-repeat: repeat;
}
.posts-grid .section-title{
    font-size: 38px;
    font-weight: bold;
    line-height: 120%;
    color: #373631;
    margin-bottom: 0px !important;
}
.posts-grid .col-12{
    padding-left: 50px;
    padding-right: 50px;
}
.posts-grid-block{
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 9px));
    list-style: none;
    padding-left: 0px;
    gap: 20px;
}
.posts-grid-block li{
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 40px;
}
.posts-grid-block li a figure{
    overflow: hidden;
}
.posts-grid-block li a figure img{
    transition: transform 500ms ease;
}
.posts-grid-block li a:hover figure img{
    transform: scale(1.05);
}
.posts-grid-block li figure{
    margin-bottom: 40px !important;
}
.posts-grid-block li h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    color: #373631;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #C4C4C4;
}
.posts-grid-block li h2 a{
    color: #373631;
    transition: color 500ms ease;
}
.posts-grid-block li h2 a:hover{
    color: #636A51;
}
.posts-grid-block li p{
    font-size: 16px;
    line-height: 150%;
    color: #373631;
}
.posts-grid-block li .read-more{
    color: #636A51;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: underline;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.posts-grid-block li a:hover.read-more{
    color: #636A51;
    font-weight: bold;
}
.posts-grid .pager{
    margin-top: 60px;
}
.posts-grid .page-numbers{
    display: flex;
    justify-content: center;
}
.posts-grid .page-numbers li span,
.posts-grid .page-numbers li a{
    font-size: 20px;
    line-height: 150%;
    color: #636A51;
    display: flex;
    margin: 0px 15px;
}
.posts-grid .page-numbers li a:hover,
.posts-grid .page-numbers li.active{
    font-weight: bold;
}
.posts-grid .filters form{
    width: 230px;
}
.posts-grid .filters form{
    width: 230px;
}
html body.category .select2-container--default .select2-selection--single .select2-selection__rendered,
html body.page-id-215 .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: white;
    border: 1px solid var(--color-negro);
    border-radius: 5px;
}
html body.category .select2-search--dropdown, 
html body.category .select2-container--default .select2-results>.select2-results__options,
html body.page-id-215 .select2-search--dropdown, 
html body.page-id-215 .select2-container--default .select2-results>.select2-results__options{
    border-top: solid 1px var(--color-negro);
}
html body.category .select2-container--default .select2-results>.select2-results__options,
html body.page-id-215 .select2-container--default .select2-results>.select2-results__options{
    margin-top: -1px;
    max-height: 100% !important;
}
html body.category .select2-container--open .select2-dropdown--above,
html body.page-id-215 .select2-container--open .select2-dropdown--above{
    border-top: none;
}
html body.category .select2-container--open .select2-dropdown--above,
html body.category .select2-container--open .select2-dropdown--below,
html body.category .select2-container--default .select2-results__options li:not(:last-child),
html body.category .select2-container--default .select2-results__options li:not(:last-child),
html body.page-id-215 .select2-container--open .select2-dropdown--above,
html body.page-id-215 .select2-container--open .select2-dropdown--below,
html body.page-id-215 .select2-container--default .select2-results__options li:not(:last-child),
html body.page-id-215 .select2-container--default .select2-results__options li:not(:last-child){
    border-color: var(--color-negro);
}
html body.category .select2-container--default .select2-search--dropdown .select2-search__field, 
html body.category .select2-container--default .select2-results__options li,
html body.page-id-215 .select2-container--default .select2-search--dropdown .select2-search__field, 
html body.page-id-215 .select2-container--default .select2-results__options li{
    background-color: white;
}
html body.category .select2-container--default .select2-results__options li,
html body.page-id-215 .select2-container--default .select2-results__options li{
    display: flex;
    align-items: center;
    position: relative;
}
html body.category .select2-container--default .select2-results__options li:before,
html body.page-id-215 .select2-container--default .select2-results__options li:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 500px;
    border: 1px solid #45472D;
    display: block !important;
    margin: 6px 13px 6px 0px;
}
html body.category .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:after,
html body.page-id-215 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:after{
    content:"";
    background-color: var(--color-amarillo);
    width: 10px;
    height: 10px;
    border-radius: 500px;
    display: block;
    position: absolute;
    left: 25px;
    top: 21px;
    border: 1px solid #9C9F61;
}


@media (min-width: 0px) and (max-width: 480px){
    .posts-grid-block{
        display: block;
    }
    .posts-grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .posts-grid-block li{
        padding-bottom: 30px;
    }
    .posts-grid-block li:not(:last-child){
        margin-bottom: 60px;
    }
    .posts-grid-block li figure {
        margin-bottom: 22px !important;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .posts-grid-block{
        display: block;
    }
    .posts-grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .posts-grid-block li{
        padding-bottom: 30px;
    }
    .posts-grid-block li:not(:last-child){
        margin-bottom: 60px;
    }
    .posts-grid-block li figure {
        margin-bottom: 22px !important;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .posts-grid-block{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .posts-grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .posts-grid-block{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .posts-grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .posts-grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1340px){

}