.page_item_wrap.caja-subproductos .card {
    text-align: center;
    height: 100%;
    background-color: transparent;
    border: none;
}
.page_item_wrap.caja-subproductos .card:hover .overlay_persona {
    opacity: 1;
    text-decoration: none;
}
.page_item_wrap.caja-subproductos .card:hover .img_card_link img {
    transform: scale(1.1);
}
.page_item_wrap.caja-subproductos .card .texto_card .titulo {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
}
.page_item_wrap.caja-subproductos .oscurecer-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0.1) 20%, rgba(255,255,255,0) 100%);
}