/* ##### SECTIONS ##### */
.blog-container .subheader-page.bg-cover-always:after {
    background: rgba(0, 0, 0, .3);
}

/* CATEGORIES SECTION */
.blog-categories-section .list-categories {
    margin-left: -5px;
}

.blog-categories-section .list-categories li {
    margin-left: 5px;
}

.blog-categories-section .list-categories li.active-category a {
    background: var(--orange);
    cursor: default;
}

.blog-categories-section .list-categories li.active-category a span {
    color: var(--white);
}

/* POST SECTION */
.blog-post-section .fluid-container {
    max-width: 1200px;
}

.blog-post-section .blog-post-content .wp-block-image img {
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
}

.blog-post-section .blog-post-content-text p {
    margin-bottom: 15px;
    font-size: var(--font-md);
    color: var(--black);
}

@media screen and (max-width: 550px) {
    .front-container .header-page .nav-page {
        display: none;
    }

    #show-mobile-menu {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .blog-container .footer-page .fluid-container {
        flex-direction: column;
    }

    .blog-container .footer-page .footer-list {
        justify-content: space-between !important;
        margin-left: 0;
        margin-top: 25px;
        flex-direction: column;
    }

    .blog-container .footer-page .footer-list > li:not(:first-child) {
        margin-top: 20px;
        margin-left: 0 !important;
    }
}



