.portfolio-4col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px 35px;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.portfolio-4col_2 li {
    width: 220px;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 10px;
    background: #ffffff;
    list-style: none;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio-4col_2 li:hover {
    background: #eeeeee;
}

.nomargin {
    list-style-type: none;
}

.portfolio-4col_2 li.nomargin,
.portfolio-4col_2.nomargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.portfolio-4col_2 li.last {
    float: none !important;
    margin-right: 0 !important;
}

.zoom {
    width: 100%;
    height: 145px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.zoom img {
    max-width: 215px;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.pf-desc_2 {
    width: 100%;
    min-height: 90px;
    padding: 10px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.pf-desc_2 h5 {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.pf-desc_2 h5 a,
.pf-desc_2 a {
    color: #000000;
    text-decoration: none;
}

.pf-desc_2 h5 a:hover,
.pf-desc_2 a:hover {
    color: #0056b3;
    text-decoration: none;
}

/* RESPONSIVO */
@media only screen and (max-width: 500px) {
    .portfolio-4col_2 li {
        width: 100%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
    .portfolio-4col_2 li {
        width: 45%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1100px) {
    .portfolio-4col_2 li {
        width: 30%;
    }
}

/* CSS ANTERIOR NECESARIO */
.pf-desc {
    padding: 10px;
    color: #000000;
}

.pf-desc p {
    color: #000000;
}

.portfolio-1col {
    margin: 20px 0 0 0;
}

.portfolio-1col li {
    border-bottom: 1px solid #dedede;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 30px;
    float: left;
}

.pf-blockimg {
    float: left;
    width: 600px;
    margin-right: 30px;
}

.pf-blocktext {
    float: left;
    width: 310px;
}

.portfolio-1col li .checklist {
    margin: 0;
    padding: 0;
}

.portfolio-1col li .checklist li {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

.play {
    background: url(../images/play.png) 50% 50% no-repeat;
}

.random-portfolio {
    margin: 30px 0;
}