#entrada {
    padding-top: 17.5rem;
    padding-bottom: 20rem;
}

section #postPpal .post-tit {
    color: var(--corp);
    font-size: 7.5rem;
    font-weight: bold;
}
section #postPpal .post-fecCat {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section #postPpal .post-fecCat .post-fec {
    color: var(--corp);
    font-weight: 300;
}
section #postPpal .post-fecCat .post-fec,
section #postPpal .post-fecCat .post-cat .categoria,
section #postPpal .post-fecCat .post-cat .subcategoria {
    margin-left: 2rem;
    margin-right: 2rem;
    display: inline-block;
}
section #postPpal .post-fecCat .post-cat .categoria {
    font-weight: normal;
}
section #postPpal .post-fecCat .post-cat .subcategoria {
    font-weight: 300;
}
section #postPpal .post-txt {
    line-height: 1.6;
}
section #postPpal .post-imgs {
    margin: 0 auto 2.5rem;    
}
section #postPpal .post-txt img {
    margin: 2.5rem auto 0;    
}
section #postPpal .post-txt .duaGallery-img {
    cursor: pointer;
}
section #postPpal .post-txt blockquote {
    padding: 0;
    border: none;
    color: var(--corp);
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.2;
}
section #postPpal .post-txt a {
    font-weight: bold;
    text-decoration: underline;
    background-size: 200% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, var(--corp)), color-stop(0%, transparent));
    background-image: linear-gradient(to right, var(--corp) 100%, transparent 0%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section #postPpal .post-txt a:focus,
.desktop section #postPpal .post-txt a:hover {
    background-position: left top;
    color: white;
}
section #postPpal .post-txt a,
section #postPpal .post-txt a:active,
section #postPpal .post-txt a:hover {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--corp)), color-stop(50%, transparent));
    background-image: linear-gradient(to right, var(--corp) 50%, transparent 50%);       
}
section #postPpal .post-txt h1,
section #postPpal .post-txt h2,
section #postPpal .post-txt h3,
section #postPpal .post-txt h4,
section #postPpal .post-txt h5,
section #postPpal .post-txt h6 {    
    font-weight: bold;
}
section #postPpal .post-txt h1,
section #postPpal .post-txt h2 {
    color: var(--corp);
    font-size: 5.5rem;
}
section #postPpal .post-txt h3,
section #postPpal .post-txt h4 {
    color: var(--black);
    font-size: 5rem;
}
section #postPpal .post-txt h5,
section #postPpal .post-txt h6 {
    color: var(--black);
    font-size: 4rem;
}
section #postPpal .post-txt .piefoto {
    font-size: 3.5rem;
    font-weight: 300;
    color: #bbbbbb;
}

section #postPpal .post-tags {
    margin-top: 13rem;
    color: #bbbbbb;
    font-size: 4rem;
}
section #postPpal .post-tags > * {
    display: inline-block;
    vertical-align: middle;
}
section #postPpal .post-tags span {
    color: var(--corp);
    font-weight: bold;
}
section #postPpal .post-tags a,
section #postPpal .post-tags a:active,
section #postPpal .post-tags a:hover {
    color: #bbbbbb;
}
section #postPpal .post-tags a:focus,
.desktop section #postPpal .post-tags a:hover {
    color: var(--corp);
}
        
section #postPpal .post-bot {
    border-top: 0.25rem solid var(--corp);
    padding-top: 5rem;
    margin-top: 3.25rem;
    display: -webkit-flex;
    display: flex;
}
section #postPpal .post-bot .post-navegacion {    
    font-size: 4rem;
    font-weight: bold;
}
section #postPpal .post-bot .post-navegacion,
section #postPpal .post-bot .post-navegacion:active,
section #postPpal .post-bot .post-navegacion:hover {
    color: var(--corp);
}
section #postPpal .post-bot .post-navegacion:focus,
.desktop section #postPpal .post-bot .post-navegacion:hover {
    color: var(--black);
}
section #postPpal .post-bot .post-navegacion:before {
    content: '\F141';
    margin-right: 1rem;
    font-family: 'Material Design Icons';
    font-size: 9rem;
    font-weight: 300;
    line-height: 1.0;
    display: inline-block;
    vertical-align: middle;
}
section #postPpal .post-bot .post-sharer a {
    width: 11rem;
    border: 0.25rem solid transparent;
    font-size: 6rem;
    text-align: center;
    line-height: 10.5rem;
    display: inline-block;
    vertical-align: middle;
}
section #postPpal .post-bot .post-sharer a,
section #postPpal .post-bot .post-sharer a:active,
section #postPpal .post-bot .post-sharer a:hover {
    border-color: black;
    background-color: transparent;
    color: black;    
}
section #postPpal .post-bot .post-sharer a:focus,
.desktop section #postPpal .post-bot .post-sharer a:hover {
    border-color: var(--corp);
    background-color: var(--corp);
    color: white;
}
section #postPpal .post-bot .post-sharer a + a {
    margin-left: 1.5rem;
}

section #relacionados {
    margin-top: 15rem;
}
section #relacionados .relacionados-titPpal {
    margin-bottom: 7.5rem;
    color: var(--corp);
    font-weight: bold;
    text-align: center;
}
section #relacionados .listado-relacionados .post-relacionado .flex {        
    -webkit-flex-direction: column;
    flex-direction: column;
}
section .post-relacionado .flex .post-cont {
    padding-top: 3rem;
}

@media (min-width: 1280px) {
    section #postPpal .post-txt {
        font-size: 4rem;
    }
    section #postPpal .post-fecCat {    
        font-size: 3.5rem;
    }
}
@media (min-width: 1100px) and (max-width: 1279px) {
    section #postPpal .post-txt {
        font-size: 4.5rem;
    }
    section #postPpal .post-fecCat {    
        font-size: 4rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section #postPpal .post-txt {
        font-size: 5rem;
    }   
    section #postPpal .post-fecCat {    
        font-size: 4.5rem;
    }
}
@media (min-width: 768px) {
    section #postPpal .post-imgs,
    section #postPpal .post-txt img {
        max-width: 100%;
    }
    section #postPpal .post-txt blockquote {    
        margin: 5rem 17.5rem;
    }
    section #postPpal .post-bot {    
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    section #relacionados .relacionados-titPpal {    
        font-size: 9rem;
    }    
    section #relacionados .listado-relacionados {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    section #relacionados .listado-relacionados .post-relacionado {
        -webkit-flex: 0 0 92.5rem;
        flex: 0 0 92.5rem;
    }
    section #relacionados .listado-relacionados .post-relacionado .flex {     
        height: 100%;
    }
    section .post-relacionado .flex .post-cont {
        -webkit-flex-grow: 1;
        flex-grow: 1;
}
}
@media (max-width: 767px) {
    section #postPpal .post-txt {
        font-size: 4rem;
    }
    section #postPpal .post-fecCat {    
        font-size: 3.5rem;
    }
    section #postPpal .post-imgs,
    section #postPpal .post-txt img {
        width: 90rem;
        margin-bottom: 3rem;
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    section #postPpal .embed-responsive {
        overflow: visible;
    }
    section #postPpal .embed-responsive .embed-responsive-item,
    section #postPpal .embed-responsive iframe,
    section #postPpal .embed-responsive embed,
    section #postPpal .embed-responsive object,
    section #postPpal .embed-responsive video {
        width: 90rem;
        margin-bottom: 3rem;
        left: 50%;
        transform: translateX(-50%);
    }
    section #postPpal .post-txt blockquote {    
        margin: 5rem 0 5rem 7.5rem;
    }
    section #postPpal .post-tags span {
        display: block;        
    }
    section #postPpal .post-bot {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        align-items: center;
    }
    section #postPpal .post-bot .post-navegacion {
        width: 100%;
        padding: 1.5rem 2rem;
        margin-top: 15rem;
        border: 0.25rem solid transparent;        
    }
    section #postPpal .post-bot .post-navegacion,
    section #postPpal .post-bot .post-navegacion:active,
    section #postPpal .post-bot .post-navegacion:hover {        
        border-color: var(--corp);        
    }
    section #postPpal .post-bot .post-navegacion:focus,
    .desktop section #postPpal .post-bot .post-navegacion:hover {        
        border-color: var(--black);        
    }
    section #relacionados .relacionados-titPpal {    
        font-size: 7.5rem;
    }  
    section #relacionados .post-relacionado + .post-relacionado {
         margin-top: 15rem;
    }
}