
/* ------------- BLOG ----------------*/
.wp-show-posts-single .wp-show-posts-inner {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
    padding: 0 0 20px;
    transition: var(--transition-p);
}

.wp-show-posts-single .wp-show-posts-inner:hover {
    box-shadow: 0px 20px 20px rgba(0,0,0,.1);
}

.wp-show-posts-single .wp-show-posts-image {
    margin-bottom: 0;
    transition: var(--transition-p);
}

.wp-show-posts-single .wp-show-posts-image:hover {
    filter: brightness(0.9);
}

.wp-show-posts-single .wp-show-posts-image img {
    width: 100%;
    object-fit: cover !important;
}

.wp-show-posts-single .wp-show-posts-entry-header {
    padding: 20px;
    margin-bottom: 0;
}

.wp-show-posts-single .wp-show-posts-entry-title a {
    color: var(--c-negro) !important;
    transition: var(--transition-p);
}

.wp-show-posts-single .wp-show-posts-entry-summary {
    margin-bottom: 10px;
    padding: 0 20px;
}

.wp-show-posts-single .wpsp-read-more {
    padding: 0 20px;
}

h2.wp-show-posts-entry-title {
    font-family: var(--font-secondary);
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.wp-show-posts-entry-title a:hover {
    color: var(--c-naranja) !important;
}

.wp-show-posts-single .wp-show-posts-entry-meta a {
    pointer-events: none !important;
    text-decoration: none;
}

.wp-show-posts-single .wp-show-posts-entry-meta a :after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--c-naranja);
    display: block;
    margin-top: 10px;
}

.wp-show-posts-single .wp-show-posts-read-more {
    background: transparent !important;
    color: var(--c-negro) !important;
    border-radius: 100px;
    font-size: 1rem !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: var(--transition-p) !important;
    -webkit-transition: var(--transition-p) !important;
    -moz-transition: var(--transition-p) !important;
    -ms-transition: var(--transition-p) !important;
    -o-transition: var(--transition-p) !important;
    border: var(--border-norm) !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    font-family: var(--font-secondary);
    letter-spacing: 0.05rem;
    text-decoration: none;
    z-index: 0;
}

.wp-show-posts-single .wp-show-posts-read-more:hover {
    color: var(--c-blanco) !important;
    background-color: var(--c-naranja) !important;
}

/* POST INDIVIDUAL */
body.single-post #page {
    width: 100vw;
    max-width: unset;
}

body.single-post .inside-article {
    padding: 0 !important;
}

body.single-post #content .entry-header {
    padding: 150px 20px 40px !important;
    margin: 0 !important;
    overflow: hidden;
    background-color: var(--c-beige);
    max-width: unset;
    margin-top: -145px !important;
    z-index: 3;
    position: relative;
}

body.single-post #content .entry-header .cab-post {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1500px;
    margin: auto;
}

body.single-post .cab-post .col-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    -webkit-mask-image: url("/wp-content/uploads/2024/12/forma-izq.png");
    mask-image: url("/wp-content/uploads/2024/12/forma-izq.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

body.single-post .cab-post .col-image {
    flex: 0 0 30%;
}

body.single-post .cab-post .col-image img {
    margin-top: 15px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

body.single-post .cab-post .col-title {
    flex: 0 0 60%;
    border-left: 2px solid var(--c-naranja);
    padding: 0px 10px 10px 40px;
}

body.single-post .cab-post .col-title h1 {
    color: var(--c-negro);
    font-size: var(--f-s-subtit) !important;
    padding-bottom: 10px;
}

body.single-post .cab-post .col-title div {
    color: var(--c-gris);
    font-size: 1.3rem !important;
    font-family: var(--font-primary);
}

body.single-post #content .inside-article>.entry-content {
    padding: 80px 40px;
    max-width: 1200px;
    margin: auto;
}

body.single-post .entry-content img {
    width: 100%;
}

body.single-post .inside-article>footer {
    display: none;
}

body.single-post {
    overflow-x: hidden;
}


@media screen and (max-width: 1400px) {
    body.single-post .cab-post .col-title h1 {
        font-size: 2rem !important;
    }

    body.single-post .cab-post .col-image {
        flex: 0 0 40%;
    }
}

@media screen and (max-width: 1024px) {
    body.single-post #content .entry-header {
        padding: 120px 20px 20px 20px !important;
    }

    body.single-post #content .inside-article>.entry-content {
        padding: 60px 40px;
    }

    body.single-post .cab-post .col-title {
        padding: 0px 10px 10px 20px;
    }

    body.single-post .cab-post .col-title h1 {
        font-size: var(--f-s-subtit-mv) !important;
    }

    body.single-post .cab-post .col-image img {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    body.single-post .cab-post .col-image {
        flex: 0 0 40%;
        width: 40%;
    }
    
    body.single-post .cab-post .col-title {
        flex: 0 0 60%;
        width: 60%;
    } 

    body.single-post .cab-post .col-image img {
        height: 250px;
    }

    body.single-post .cab-post .col-title {
        padding: 0 0 0 20px;
    }

    body.single-post .cab-post .col-title h1 {
        font-size: 1.3rem !important;
    }

    body.single-post .cab-post .col-title div {
        font-size: 1rem !important;
    }

    body.single-post #content .inside-article>.entry-content {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 600px) {
    body.single-post .cab-post .col-image img {
        height: 180px;
    }

    body.single-post .cab-post .col-image {
        flex: 0 0 35%;
        width: 35%;
        padding-right: 10px;
    }
    
    body.single-post .cab-post .col-title {
        flex: 0 0 65%;
        width: 65%;
        padding-left: 10px;
    } 
}

@media screen and (max-width: 450px) {
    body.single-post .cab-post .col-image img {
        max-width: 55%;
    }

    body.single-post .cab-post {
        flex-direction: column;
    }

    body.single-post .cab-post .col-image {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    
    body.single-post .cab-post .col-title {
        flex: 0 0 100%;
        width: 100%;
    } 
}