.botones_areas .btn.btn-light {
    border: 1px solid #ccc !important;
    margin: 5px;
    font-size: 0.8em;
    text-transform: uppercase;
}

.botones_areas {
    margin-top: 40px;
}

.caja_portfolio {
    padding: 30px;
    align-items: stretch;
    border-radius: 10px;
    -webkit-transition: all 650ms ease;
    transition: all 650ms ease;
    margin-bottom: 30px;
    min-height: 611px;
    background-color: #222831;
    color: #FFF;
}

.trabajos .caja_portfolio:hover {
    background-color: #1c2128;
}

.caja_portfolio a {
    color: #FFF;
    display: grid;
    grid-template-rows: 1fr 50px;
}

.caja_portfolio h2 {
    font-size: 1.5em;
}

.trabajos .caja_portfolio {

}

/*.datos_portfolio{display: grid; grid-template-rows: auto 1fr 1.5fr ;}*/
.datos_portfolio img {
    margin-bottom: 30px;
    box-shadow: 0 16px 25px 0 rgb(0 0 0 / 46%);
    -webkit-transition: -webkit-transform 800ms ease;
    transition: -webkit-transform 800ms ease;
    transition: transform 800ms ease;
    transition: transform 800ms ease, -webkit-transform 800ms ease;
    border-radius: 4px;
    opacity: 1;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.mix {
    display: flex;
    justify-content: stretch;
}

.botones_proyecto {
    position: absolute;
    bottom: 50px;
}

.datos_portfolio img:hover {
    box-shadow: 0 16px 25px 0 rgb(0 0 0 / 69%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.caja_portfolio:hover {
    box-shadow: 6px 6px 7px 6px #000;
}

.category_web {
    font-size: 0.9em;
}

.trabajos .sinopsis {
    font-size: 0.9em;
    padding-bottom: 8px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .botones_proyecto {
        position: relative;
        bottom: auto;
    }

    .datos_portfolio {
        display: initial;
    }

    .caja_portfolio {
        min-height: auto;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .caja_portfolio {
        min-height: 614px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .caja_portfolio {
        min-height: inherit;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .caja_portfolio {
        min-height: 500px;
    }

}

/* Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) and (max-width: 1600px) {
    .caja_portfolio {
        min-height: 526px;
    }

}

@media (min-width: 1600px) {
    .caja_portfolio {
        min-height: 610px;
    }

}