body.pag16 {
    --colorTexto: #444;
    background-color: #F6F6F6;
}

body.pag16 #pstCuerpo .postcurpo {
    background-color: #FFF;
}

body.pag16 #bkImg {
    background-color: white;
}

body.pag16 #pantOnHover {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 5000;
    display: none;
}

body.pag16 #pantOnHover .exit {
    position: fixed;
    top: 20px;
    right: 20px;
    border: 1px solid white;
    cursor: pointer;
    width: 60px;
    height: 100px;
    ;
}

body.pag16 #pantOnHover .exit .exitkon {
    transform: rotate(45deg);
    font-size: 60px;
    ;
}

body.showPantHover #pantOnHover {
    display: block;
}

body.pag16 #pantOnHover .pantOnHover_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70vh;
    width: 80vw;
    top: 15vh;
    left: 10vw;
    position: relative;
}

body.pag16 #pstCuerpo {
    height: 85vh;
    overflow: hidden;
}

body.pag16 #cuerpoBlog {
    height: 85vh;
    overflow: auto;
}

body.pag16 #pstCuerpo .postcurpo {
    background-color: transparent;
    margin: 20px 0px 0px 0px;
    padding: 15px;
    border-radius: 20px;
    height: auto !important;
    max-height: 99999px;
    overflow: inherit;
}

body.pag16 #pstCuerpo .postheader {
    padding: 15px;
    color: var(--colorTexto)
}

body.pag16 #pstCuerpo .postheader h2 {
    font-size: var(--h2);
    color: var(--colorPrincipal)
}

body.pag16 #pstCuerpo .postheader .fecha {
    font-size: var(--h3);
}

body.pag16 #pstCuerpo .imgBlog {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    background-image: url("https://design.zendha.net/assets/blog/60.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 40px 0px 0px 40px;
    max-height: 60vh;
}

body.pag16 .postcurpo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
}

body.pag16 .postcurpo::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

body.pag16 .postcurpo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ddd;
}

body.pag16 .onlyMobile {
    display: none;
}

#bkblogimg {
    display: none;
}

body.pag16 #bkblogfnd {
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(3px) grayscale(100%);
    opacity: 0.15;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
}

body.pag16 #bkblogimg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1;
    display: block;
}

body.pag16 #bkblogLayer {
    width: 100vw;
    height: 100vh;
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 3;
    background-color: #FFF;
}

body.pag16 #metadatos {
    margin-left: 40px;
    color: var(--colorTexto);
    text-align: left;
}

body.pag16 #metadatos #fchPost {
    margin-bottom: 15px;
}

body.pag16 #metadatos #fchAutor {
    text-align: right;
}

#rrss {
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  color: var(--colorPrincipal);
  width: 200px;
  margin: auto;
    margin-top: auto;
  margin-top: 15px;
  font-size: 35px;
  text-align: center;
  margin-top: 40px;
}

#rrss a:hover {
    color: var(--colorInteraccion)
}

@media(max-width:550px) {
    body.pag16 #pstCuerpo .imgBlog {
        display: none;
    }
    body.pag16 #pstCuerpo .postheader {
        border-bottom: 0px solid transparent;
        display: none;
    }
    body.pag16 #pstCuerpo .postcurpo {
        background-color: transparent;
        max-height: calc(85vh - 100px);
        padding: 0px;
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
        padding-top: 5px;
        height: auto;
        overflow: inherit;
        margin-bottom: 50px;
    }
    body.pag16 .grd_col {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 50px);
        padding-top: 62px;
        padding-bottom: 100px;
    }
    body.pag16 .grd_col>div {
        height: calc(100vh - 50px);
    }
    body.pag16 #pstCuerpo {
        height: auto;
    }
    body.pag16 .onlyMobile {
        display: block;
    }
    body.pag16 .encabezadoBlgg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        background: rgb(17, 17, 17);
        background: -moz-linear-gradient(180deg, rgba(17, 17, 17, 1) 40%, rgba(17, 17, 17, 0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(17, 17, 17, 1) 40%, rgba(17, 17, 17, 0) 100%);
        background: linear-gradient(180deg, rgba(17, 17, 17, 1) 40%, rgba(17, 17, 17, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1);
        display: block;
        z-index: 400;
    }
}