/* HERO SECTION PARA BLOG - Estilo Lawyer 6 */
.blog #Wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: linear-gradient(180deg, rgba(17,58,63,0.95) 0%, rgba(17,58,63,0.85) 100%), 
                url("/wp-content/uploads/2025/03/lawyer6-home-bg1.webp") center/cover no-repeat;
    z-index: 0;
}
.blog #Wrapper { position: relative; }
.blog .mfn-header-tmpl { background: transparent !important; }
.blog #Content {
    position: relative;
    z-index: 1;
    padding-top: 200px;
}
.blog #Content::before {
    content: "Publicaciones";
    display: block;
    font-family: "Newsreader", serif;
    font-size: 72px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 60px 0 80px;
    margin-top: -100px;
    letter-spacing: -1px;
}
.blog .content_wrapper {
    background: #ffffff;
    border-radius: 12px 12px 0 0;
    padding: 60px 40px;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .blog #Wrapper::before { height: 400px; }
    .blog #Content::before { font-size: 42px; padding: 40px 20px 60px; }
    .blog #Content { padding-top: 150px; }
}
