.single article {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 16px;
    padding: 0 16px;
    margin-bottom: 36px;
}

.wc-sigle-post--container {
    width: 100%;
    margin-right: 32px;
    margin-bottom: 32px;
}

.wc-single-thumb img {
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.wc-single-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0B315B99;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-single-title-overlay h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    max-width: 674px;
    margin: 0 auto;
    text-align: center;
}

.wc-sigle-post__content--container {
    background-color: #FFFFFF;
    padding: 32px 16px;
    margin-top: -7px;
}

.entry-content {
    margin-top: 0px;
}

.entry-content .wc-post-category-flag {
    margin-top: 0 !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    color: #121212;
    font-size: 32px;
    font-weight: 600;
}

.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong{
    font-weight: 600;
}

.entry-content p {
    color: #121212;
    font-size: 20px;
    font-weight: 300;
}


.entry-content img {
    width: 100%;
}

.entry-content ul,
.entry-content ol {
    margin: 0;
    padding-left: 20px;
}

.entry-content li {
    color: #121212;
    font-size: 20px;
    font-weight: 300;
}

.post-views {
    display: none;
}

.slider-destaque-categoria--item a {
    position: relative;
    display: flex;
    align-items: end;
    height: 220px;
    text-decoration: none;
}

.slider-destaque-categoria--item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 4px;
}

.slider-destaque-categoria--texts {
    z-index: 2;
    position: relative;
    padding: 18px;
}

.slider-destaque-categoria--texts h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 70%;
}

.slider-destaque-categoria--texts p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 18px;
}

.single .wc-aside-featured-posts-container {
    margin-bottom: 16px;
}

.single .wc-navigation-socials {
    margin-top: 44px;
}

@media(max-width: 1000px) {
    .single article {
        flex-direction: column;
        padding: 0 16px;
        margin-bottom: 40px;
    }

    .wc-sigle-post--container {
        margin-right: 0;
    }

    .wc-single-thumb img {
        height: 133px;
    }

    .wc-single-title-overlay h1 {
        font-size: 18px;
    }

    .entry-content p,
    .entry-content a,
    .entry-content li {
        font-size: 14px;
    }

    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5 {
        font-size: 20px;
    }


}