.secao1-posts {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.secao1-posts .container-title .text-top-title {
    color: #CABFAF;
    font-size: 20px;
    font-weight: 500;
}
.secao1-posts .container-title h1, .secao1-posts .container-title h1 span {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    font-family: 'Balat';
}
.secao1-posts .container-title .subtitle {
    color: #CABFAF;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
}
.secao1-posts .container-overlay{
    background: linear-gradient(180deg, rgba(93, 72, 55, 0.6) 0%, rgba(93, 72, 55, 0.4) 50%, rgba(93, 72, 55, 0.6) 100%);
    padding: 200px 0px;
}
section.secao2-posts {
    padding: 50px 0px;
}
.widget_search, .widget_categories, .widget_tag_cloud {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 30px;
}
.wp-block-search__button, .single-post .wp-block-search__button {
    display: none;
}
input#wp-block-search__input-1 {
    background: #E1F2FF;
    border: 1px solid #D9CFC3;
    border-radius: 6px;
    color: #5D4837;
    font-size: 14px;
    padding-left: 30px;
}
.widget_block, .single-post .widget_block {
    margin-bottom: 15px;
    position: relative;
}
.widget_block .wp-block-search__inside-wrapper::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../icons/search-blog.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 40px;
    left: 5px;
}
.wp-block-heading, label.wp-block-search__label, .single-post .wp-block-heading, .single-post label.wp-block-search__label {
    font-size: 20px;
    font-weight: bold;
}
label.wp-block-search__label, .single-post label.wp-block-search__label{
    margin-bottom: 5px;
}
.widget_categories .wp-block-categories-list, .single-post .widget_categories .wp-block-categories-list {
    list-style: none;
    padding: 0px;
}
.secao2-posts .widget_categories li.cat-item a {
    color: #877462;
    font-size: 22px;
    font-weight: 500;
}
.widget_categories .wp-block-categories-list li.cat-item, .single-post .widget_categories .wp-block-categories-list li.cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #808080;
}
.secao2-posts .wp-block-latest-posts__list li img {
    border-radius: 8px 8px 0px 0px;
}
.secao2-posts .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    color: #877462;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
}
.secao2-posts .wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.secao2-posts .wp-block-latest-posts__list li .wp-block-latest-posts__read-more {
    color: #877462;
    font-weight: 600;
}
.widget_tag_cloud .tag-cloud-link {
    background: #F2F2F2;
    font-size: 14px !important;
    padding: 10px 15px;
    border-radius: 25px;
    color: #000;
    margin-bottom: 10px;
    transition: all 0.5s ease-out;
}
.widget_tag_cloud .tag-cloud-link:hover {
    background: #8468B6;
    color: #fff;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-general-menu{
    transition: all 0.5s ease-out;
}
.item-general-menu:hover {
    filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.3));
}
.container-date {
    position: absolute;
    width: 58px;
    height: 58px;
    left: 24px;
    bottom: 150px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 5px;
}
.item-general-menu .container-metadata span, .single-post .container-metadata span {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.single-post .container-metadata span {
    font-size: 20px;
}
.single-post .container-metadata span.category-name a {
    color: #916F5D;
    text-transform: uppercase;
    font-weight: 500;
}
.secao2-posts .post-content p {
    font-size: 20px;
    line-height: 1.2;
}
.item-general-menu .container-metadata span::before, .single-post .container-metadata span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.item-general-menu .container-metadata span.category-name::before, .single-post .container-metadata span.category-name::before {
    background: url(../icons/icon-category-post.svg) no-repeat center;
    background-size: cover;
}
.item-general-menu .container-metadata span.author-name::before, .single-post .container-metadata span.author-name::before {
    background: url(../icons/icon-author.svg) no-repeat center;
    background-size: cover;
}
.item-general-menu .container-metadata span.comments-name::before, .single-post .container-metadata span.comments-name::before {
    background: url(../icons/icon-comments.svg) no-repeat center;
    background-size: cover;
}
.item-general-menu .card-title {
    font-size: 16px !important;
    line-height: 1.2;
    margin-top: 5px;
}
.item-general-menu a.btn {
    color: #000;
    font-weight: 600;
}
.item-general-menu a.btn i {
    color: #8468B6;
}
.pagination-wrap .pagination {
    justify-content: center;
}
.pagination-wrap span, .pagination-wrap a {
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.2;
    border-radius: 100%;
    transition: all 0.5s ease-out;
}
.pagination-wrap span:hover, .pagination-wrap a:hover, .pagination-wrap span:hover, .pagination-wrap .current {
    background: #8468B6;
    border-color: #8468B6;
    color: #fff;
}
/* Página Post */
h1.post-title {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
}
.container-author-info img.avatar {
    border-radius: 100%;
    margin-right: 10px;
}
.container-icons-share .btn {
    background: #E6DDD4;
    transition: all 0.5s ease-out;
    padding: 12.5px 13px;
    border-radius: 8px;
}
.container-icons-share .btn svg {
    fill: #916F5D;
    width: 20px;
    height: 20px;
}
.comments-section h3 {
    font-weight: bold;
}
.comments-section .comment-reply-title {
    font-family: 'Advent Pro';
    font-weight: 600;
}
form#commentform .comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form#commentform .comment-form-author,
form#commentform .comment-form-email {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
}
form#commentform .comment-form-email {
    margin-right: 0;
}
.comments-section input, .comments-section textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 8px 10px;
    border-radius: 6px;
    color: #000;
}
.comments-section input:focus-visible, .comments-section textarea:focus-visible {
    outline-color: #8468B6;
}
.comment-form label {
    margin-bottom: 5px;
    font-weight: 500;
}
.comments-section input#submit {
    width: auto;
    background: #916F5D;
    color: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}
.container-comment .avatar {
    border-radius: 100%;
    margin-right: 10px;
}
.container-comment .container-texts p {
    font-size: 15px;
    line-height: 1;
}
.comments-section ul.list-unstyled li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}
button#load-more-comments {
    background: #fff;
    border: 2px solid #916F5D;
    color: #000;
    font-weight: 500;
    border-radius: 43px;
    padding: 10px 20px;
    transition: all 0.5s ease-out;
}
button#load-more-comments:hover {
    background: #916F5D;
    color: #fff;
}
@media (max-width:991px) {
    h1.post-title {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 15px;
    }
    form#commentform .comment-form-author, form#commentform .comment-form-email {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}