section #postPpal #detalles-evento > * {
    margin-bottom: 9rem;
    border-bottom: 0.25rem solid #DBDBDB;
}

/*section #postPpal #detalles-evento .post-adjuntos {
    padding-bottom: 9rem;
}*/
section #postPpal #detalles-evento .detalle-tit{
    /*height: 11rem;*/
    margin-bottom: 0;
    padding-left: 8.5rem;
    /*border-bottom: 0.25rem solid var(--black);*/
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 11rem;
    position: relative;
}
section #postPpal #detalles-evento .detalle-tit:before,
section #postPpal #detalles-evento .post-adjuntos .adjunto:after{
    width: 11rem;
    height: 11rem;
    /*border: 0.25rem solid black;*/
    font-family: 'Material Design Icons';
    font-size: 5rem;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
}
section #postPpal #detalles-evento .post-adjuntos  .detalle-tit {
    margin-bottom: 2.5rem;
}
section #postPpal #detalles-evento .post-adjuntos  .adjunto {
    padding-bottom: 5rem;
    position: relative;
}
section #postPpal #detalles-evento .detalle-tit:before {
    left: 0;
    top: -0.25rem;
}
section #postPpal #detalles-evento .post-adjuntos  .adjunto:after{
    top: -2rem;
}
section #postPpal #detalles-evento .post-fecEvento .detalle-tit:before {
    content: '\F678';
}
section #postPpal #detalles-evento .post-horaEvento .detalle-tit:before {
    content: '\F150';
}
section #postPpal #detalles-evento .post-lugarEvento .detalle-tit:before {
    content: '\F7D8';
}
section #postPpal #detalles-evento .detalle-tit:before {
    width: 5rem;
    height: 5rem;
    top: 3rem;
}
section #postPpal #detalles-evento .post-adjuntos .detalle-tit:before {
    content: ' ';
    background-image: url('../../../../images/iconos/document-attach-outline.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
section #postPpal #detalles-evento .post-adjuntos  .adjunto:after {
    content: '\F1DA';
    right: 0;
}

section #postPpal #detalles-evento .detalle-tit + * {
    font-size: 4.5rem;
    font-weight: 300;
    padding-left: 8.5rem;
}
section #postPpal #detalles-evento .post-adjuntos .adjunto {
    padding-left: 8.5rem;
    display: block;
}
section #postPpal .post-tit {
    color: var(--black);
    font-size: 7.5rem;
    font-weight: bold;
}
section #postPpal .post-cat {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section #postPpal .post-cat .categoria,
section #postPpal .post-cat .subcategoria {
    margin-left: 2rem;
    margin-right: 2rem;
    display: inline-block;
}
section #postPpal .post-cat .categoria {
    font-weight: normal;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: normal;
    border: 0.25rem solid black;
    border-radius: 3rem;
}
section #postPpal .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 black;
    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(--black);
}
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 .post-relacionado .flex .post-cont {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    #entrada {
        padding-top: 17.5rem;
        padding-bottom: 20rem;
    }

    section #postPpal {
        padding: 0 116.5rem 0 29rem;
        position: relative;
    }
    section #postPpal .post-cat .categoria {
        margin-top: 9rem;
    }
    section #postPpal #detalles-evento {
        width: 70rem;
        position: absolute;
        right: 12.5rem;
        top: 0;
    }
    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 {
        padding-left: 79.25rem;
        /*margin-top: 15rem;*/
        margin-top: 22rem;
        position: relative;
    }
    section #relacionados .relacionados-titPpal {
        width: 62.75rem;
        margin-bottom: 0;
        font-size: 15rem;
        font-weight: 300;
        position: absolute;
        left: 0;
        top: 0;
    }
    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 + .post-relacionado {
        margin-left: 0;
    }
    section .post-relacionado .flex .post-cont {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    #entrada {
        padding-top: 8rem;
        padding-bottom: 20rem;
    }
    section #postPpal .post-txt {
        margin-bottom: 10rem;
        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 #detalles-evento {
        margin-top: 6rem;
    }
    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 {
        padding-top: 15rem;
    }
    section #relacionados .relacionados-titPpal {
        padding: 0 9rem;
        margin-bottom: 7.5rem;
        font-size: 7.5rem;
        font-weight: 700;
        text-align: center;
    }
    section #relacionados .post-relacionado + .post-relacionado {
        margin-top: 15rem;
    }
}