section .post .flex {
    display: -webkit-flex;
    display: flex;
}
section .post picture img {
    width: 100%;
}
section .post .post-cont {    
    color: var(--black);   
}
section .post .post-cont .post-tit {
    margin-bottom: 2.5rem;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.3;
}
section .post a:focus .post-cont .post-tit,
.desktop section .post a:hover .post-cont .post-tit {
    color: var(--corp);
}
section .post .post-cont .post-fecCat {
    margin-bottom: 3rem;
    display: -webkit-flex;
    display: flex;
}
section .post .post-cont .post-fecCat .post-fec {
    color: var(--corp);
    font-weight: 300;
}
section .post .post-cont .post-fecCat .post-cat .categoria,
section .post .post-cont .post-fecCat .post-cat .subcategoria {
    margin-left: 4rem;
    display: inline-block;
}
section .post .post-cont .post-fecCat .post-cat .categoria {
    font-weight: normal;
}
section .post .post-cont .post-fecCat .post-cat .subcategoria {
    font-weight: 300;
}
section .post .post-cont .post-txt {
    margin-bottom: 5rem;
}
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-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: 4rem;
    }
    section .post .post-cont .post-fecCat {    
        font-size: 3.5rem;
    }
}
@media (min-width: 1100px) and (max-width: 1279px) {
    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: 4.5rem;
    }
    section .post .post-cont .post-fecCat {    
        font-size: 4rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    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: 5rem;
    }   
    section .post .post-cont .post-fecCat {    
        font-size: 4.5rem;
    }
}
@media (min-width: 768px) {
    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;
    }
}
@media (max-width: 767px) {
    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: 4rem;
    }
    section .post .post-cont .post-fecCat {    
        font-size: 3.5rem;
    }
    section .post .flex picture {
        width: 90rem;
        margin-bottom: 3rem;
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    section .post .post-cont .btn {
        display: block;
    }
}