
section .post .flex {
    display: -webkit-flex;
    display: flex;
}
section .post picture {
    overflow: hidden;
    display: block;;
}
section .post a picture img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    object-position: center center;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    transition: transform 0.2s;
}
.post a:hover picture img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
section .post .post-cont {    
    color: var(--black);
}
section .post .post-cont .post-tit {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

section .post a:focus .post-cont .post-tit,
section .post a:hover .post-cont .post-tit {
    color: var(--corp);
}
section .post .post-cont .post-fecCat {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section .post .post-cont .post-fecCat .post-fec {
    color: var(--corp);
    font-weight: normal;
}
section .post .post-cont .post-fecCat .post-cat .categoria{
    margin-left: 8px;
}
section .post .post-cont .post-fecCat .post-cat .categoria,
section .post .post-cont .post-fecCat .post-cat .subcategoria {
    display: inline-block;
    line-height: 1.5;
    color: var(--gray);
}
section .post .post-cont .post-fecCat .post-cat .categoria,
section .post .post-cont .post-fecCat .post-cat .subcategoria {
    font-weight: normal;
}
section .post .post-cont .post-txt {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
section .post .post-cont .post-txt h1,
section .post .post-cont .post-txt h2,
section .post .post-cont .post-txt h3,
section .post .post-cont .post-txt h4,
section .post .post-cont .post-txt h5,
section .post .post-cont .post-txt h6 {
    font-weight: normal;
    line-height: 1.6;
}

@media (min-width: 1280px) {
    section .post .post-cont .post-txt,
    section .post .post-cont .post-txt h1,
    section .post .post-cont .post-txt h2,
    section .post .post-cont .post-txt h3,
    section .post .post-cont .post-txt h4,
    section .post .post-cont .post-txt h5,
    section .post .post-cont .post-txt h6 {
        font-size: 16px;
    }
    
    
    section .post .post-cont .post-fecCat {    
        font-size: 16px;
    }
}
@media (min-width: 1100px) and (max-width: 1279px) {
    section .post .post-cont .post-txt h1,
    section .post .post-cont .post-txt h2,
    section .post .post-cont .post-txt h3,
    section .post .post-cont .post-txt h4,
    section .post .post-cont .post-txt h5,
    section .post .post-cont .post-txt h6 {
        font-size: 18px;
    }
    section .post .post-cont .post-fecCat {    
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    section .post .post-cont {        
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    section .post .post-cont .btn {
        margin-top: auto;
    }
    section .post .post-cont .post-leerMas {
        margin-top: auto;
    }
}
@media (max-width: 991px) {
    section .post .post-cont {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    section .post .post-cont .post-txt h1,
    section .post .post-cont .post-txt h2,
    section .post .post-cont .post-txt h3,
    section .post .post-cont .post-txt h4,
    section .post .post-cont .post-txt h5,
    section .post .post-cont .post-txt h6 {
        font-size: 16px;
    }
    section .post .post-cont .post-tit {
        margin-bottom: 25px;
    }

    section .post .post-cont .post-fecCat {    
        font-size: 16px;
    }
    section .post .flex picture {
        width: 360px;
        margin-bottom: 12px;
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    /*section .post .post-cont .btn {
        display: block;
    }*/
}
