.card-blog{
    width: 30%;
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 7px #c1c1c1;
    margin: 10px;
    flex-grow: 1;
}
.text-news{
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: -30px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
}
.categoria{
    color: black;
    background: #FFF12D;
    padding: 0 30px 0 45px;
    text-transform: uppercase;
    font-size: 0.7em;
}
.titulo{
    color: white;
    background: black;
    background: #000;
    background: rgba(0,0,0,0.85);
    padding: 10px 20px 10px 65px;
    transition: all 0.5s ease;
    font-weight: 700;
    font-size: 0.7vw;
    max-width: 170%;
    left: -5%;
}
.skew {
    transform: skew(-14deg, 0deg);
}
.titulo h2{
    text-transform: none;
    text-align: end;
}

@media (max-width: 720px) {
    p#breadcrumbs-news > span > span {
        font-size: 0.7rem;
    }
}