.flex-fichas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.flex-fichas .container-item-pdf-product {
  
    margin: 0;
    border-radius: 30px 0px 30px 0px;
    border: none;
    box-shadow: 0px 0px 14px 0px #e1e1e1;
}

.page-template-buscador-template-php.page.page-id-1733 span.page-numbers.current {
    background: var(--AKBP-green);
    color: white;
    position: relative;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    padding: 11px;
}




#terms-filter > ul ul{
    display:none;
}
ul.cat-list a {
    position: relative;
}
ul.cat-list > li > a:nth-child(1) {
    background: transparent;
    padding: 10px 5px;
    color: black;
    font-weight: 700;
}
ul.cat-list > li {
    border: solid 1px #edeef0;
}
ul.cat-list ul {
    padding: unset;
    padding-left: 0px;
}
ul.cat-list > li > ul> li > a {/*Segunda linea*/
    background-color: #edeef0;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}
ul.cat-list > li > ul > li > ul > li > a  {/* tercera linea*/
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}
ul.cat-list a:before {
    position: absolute;
    right: 14px;
    top: 12px;
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: gray;
}
ul.cat-list a:after {
    position: absolute;
    right: 7px;
    top: 18px;
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background: gray;
}
/* Fin Filtro */
.container-item-pdf-product .file a{
    color: white;
}


.container-item-pdf-product .file{
    padding: 20px 55px;
    background: #7d7d7d;
    color: white;
    display: inline-block;
    margin: 20px 0 0;
    position: relative;
}

.container-item-pdf-product {
    padding: 50px;
    margin: 30px 0;
    border: solid 1px black;
    text-align: center;
}

.container-item-pdf-product h2 {
    text-align: left;
}

.container-item-pdf-product p {
    text-align: left;
}


.container-item-pdf-product .link-detalle a {
    color: #163288;
    font-weight: 500;
    padding: 0;
    background: transparent;
    text-decoration: underline;
    display: inline-block;
    margin: 20px 0 0;
    position: relative;
}

span.page-numbers.current {
    background: #163288;
    color: white;
    position: relative;
}

.pagination span, .pagination a {
    border: none;
    font-family: "Montserrat", sans-serif;
    padding: 20px 25px 20px 10px;
    color: black;
    /* display: none; */
}

span.page-numbers.current::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    background: white;
    height: 1px;
}


a.next.page-numbers {
    background: black url(../images/arrow.png) no-repeat 0 center;
    height: 64px;
    width: 100px;
    color: white;
    margin: 0 20px;
    color: transparent;
    font: 0/0 -webkit-pictograph;
    display: none;
}

a.prev.page-numbers {
    height: 64px;
    width: 100px;
    background: black url(../images/arrow2.png) no-repeat 100% center;
    color: white;
    margin: 0 20px;
    color: transparent;
    font: 0/0 -webkit-pictograph;
    display: none;
}

.pagination {
    margin-bottom: 25px;
    padding: 0;
    margin: 20px 0;
    align-items: center;
    justify-content: center;
}


h2.block-title {
    padding: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px white;
    color: white;
    background: #b8b6b9;
    font-size: 30px;
    margin-top: 30px !important;
}