body {
    overflow-y: auto;
    scroll-behavior: smooth;
    font-family: "JosefinSans-Regular";
}

* {
    margin: 0;
    padding: 0;
}

p {
    font-family: "JosefinSans-Regular" !important;
}

/* header */

header {
    background: #766F64;
}

header .top-header {
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    width: 100%;
}

header .top-header .logo {
    margin-right: 4vw;
}

header .top-header .logo img {
    width: 90px;
    height: auto;
    padding: 7px;
}

header .top-header .btn-header-cta {
    background: #cedc00;
    display: table;
    height: 33px;
    width: 195px;
    border-radius: 4px;
    text-align: center;
    margin-top: 14px;
}

header .top-header .btn-header-cta a {
    color: #766f64;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
}

header .height-header {
    height: 70px;
}

header .top-header .search-header {
    display: table;
    height: 33px;
    width: 252px;
    text-align: center;
    margin-top: 19px;
}

header .top-header .search-header form input[type="search"] {
    width: 100%;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: 0;
    background: transparent;
    color: #ffffff;
    padding: 14px;
}

header .top-header .search-header form i {
    color: #fff;
    float: left;
    transform: translate(225px, -24px);
    cursor: pointer;
}

header .top-header .social-header .social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    height: 70px;
    width: 100%;
}

header .top-header .social-header .social-menu li {
    display: table-cell;
    vertical-align: middle;
    width: 3vw;
    text-align: center;
}

header .top-header .social-header {
    margin-left: auto;
    display: table;
}

header .top-header .social-header .social-menu a {
    color: #D0D30E;
    font-size: 19px;
    background: #141A2E;
    border-radius: 50px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 7px;
}

.menu-header {
    background: #B7B09D;
}

.menu-header .nav-header {
    height: 42px;
    display: table;
    width: 100%;
}

.menu-header .nav-header .nav-menu {
    display: table-cell;
    vertical-align: middle;
}

.menu-header .nav-header .nav-menu #menu-menu-principal {
    display: flex;
    margin: 0;
    list-style: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.menu-header .nav-header .nav-menu #menu-menu-principal li {
    margin-right: auto;
}

.menu-header .nav-header .nav-menu #menu-menu-principal li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


/* end header */


/* homepage */

.home-banner,
.post-banner {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    display: table;
    width: 100%;
    margin-top: 10px;
}

.home-banner .overlay,
.post-banner .overlay {
    background: linear-gradient(360deg, rgb(0 0 0 / 50%), rgb(33 32 32 / 45%));
    width: 100%;
    height: 400px;
    position: absolute;
}


/* .single .post-banner .banner-content {
    display: table;
    width: 100%;
    height: 460px;
} */

.home-banner .banner-text {
    position: absolute;
    transform: translateY(80px);
}

.single .home-banner.post-banner .banner-text {
    transform: translateY(280px);
}

.home-banner .banner-text .text-box {
    width: 460px;
    padding-left: 1.5vw;
    color: #fff;
}

.single .post-banner .text-box {
    width: 75%;
    padding-left: 1.5vw;
}

.home-banner .banner-text .text-box h3 {
    font-size: 35px;
    color: #fff;
}

.home-banner .banner-text .cta-box {
    margin-top: 28px;
    padding-left: 1.5vw;
}

.text-align {
    padding-left: 1.5vw;
}

.home-banner .banner-text .cta-box a {
    color: #D0D30E;
    text-decoration: none;
    border: 1px solid;
    padding: 21px;
    padding-bottom: 7px;
    padding-top: 4px;
}

.homepage .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.post-cards {
    padding: 0;
}

@media(min-width:992px) {
    .post-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

.post-cards .post-card {
    margin-bottom: 24px;

    display: inline-flex;
    flex-direction: row;

    border-radius: 24px;
    background: #fff;

    overflow: hidden;
    /* width: 49%; */
}

.post-card img {
    padding-bottom: 14px;
}

.post-card a {
    text-decoration: none;
    color: unset;
}

.post-cards .post-card .card img {
    min-height: 290px;
    max-height: 290px;
    width: 100%;
}

.post-cards .post-card .card:hover>.post-cards .post-card .card img {
    transform: scale(1.2);
}

.post-cards .post-card .card {
    padding-bottom: 16px;
    margin-bottom: 35px;

    color: #707070;
    border: none;
}

.post-cards .post-card .card h4 {
    text-transform: uppercase;
    padding: 16px 24px;
}

.post-cards .post-card .card p {
    color: #707070;
    margin-bottom: 7px;
    margin-top: 7px;
    padding-inline: 24px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #707070
}

.main-layout {
    padding-top: 72px;
    padding-bottom: 100px;
    background: #EBEBEB;
}

.posts-most-reads .page-title {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.posts-most-reads .post-cards .post-card {
    flex-direction: row;
    display: inline-flex;
    width: 33%;
    padding: 7px;
    overflow: hidden;
    height: 375px;
}

.posts-most-reads .post-cards .post-card .card {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease-in-out;
    padding: 0;
}

.posts-most-reads .post-cards .post-card .card:hover {
    transform: scale(1.1);
}

.posts-most-reads .post-cards .post-card .card .most-read-content {
    display: table;
    height: 100%;
    background: radial-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 88%));
}

.posts-most-reads .post-cards .post-card .card .most-read-content .read-content {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
}

.posts-most-reads .post-cards .post-card .card .most-read-content .read-content p {
    color: #fff;
    padding: 28px;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 21px;
    transform: translateY(0px);
    overflow: hidden;
    transition: .3s ease-in-out;
}

.posts-most-reads .post-cards .post-card .card .most-read-content .read-content:hover>p {
    transform: translateY(-35px) !important;
}

.posts-most-reads .post-cards .post-card .card .most-read-content:hover>.posts-most-reads .post-cards .post-card .card .most-read-content .read-content p {
    transform: translateY(0px);
}

.social-feed-instagram .insta-feed-header {
    background: #766F64;
    text-align: left;
    padding: 16px;
    color: #D0D30E;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.social-feed-facebook .face-feed-header {
    background: #766f64;
    text-align: left;
    padding: 16px;
    color: #cedc00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0 !important;
}

.home-banner .text-box p {
    color: #fff;
    margin-bottom: 7px;
}

.social-feed-instagram,
.social-feed-facebook {
    padding-bottom: 42px;
}


/* end homepage */


/* begin sidebar */

.sidebar {
    padding: 18px;
    border-radius: 20px 27px 27px 27px;
    background-color: #FFF;
}

.sidebar-content {
    padding: 14px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
}

.sidebar-content .divisor {
    margin: 33px auto;

    width: 100%;
    max-width: 263px;
    height: 1px;

    background: #EBEBEB;
}

/* end sidebar */

/* begin sidebar: searchform */

.sidebar-content .searchform>div {
    padding: 9px 21px;

    width: 100%;
    /* max-width: 319px; */

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 10px;
    border: 0.5px solid #766F64;
}

.sidebar-content .searchform input {
    flex: 1;
    outline: none;
    border: 0 none;
}

.sidebar-content .searchform input::placeholder {
    color: #766F64;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.sidebar-content .searchform #iclick {
    cursor: pointer;
}

.sidebar-content .searchform>button {
    display: none;
}

/* end  sidebar: searchform */

/* begin sidebar: recents */

.sidebar-content .recents-content {
    margin-top: 36px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sidebar-content .recents-content strong {
    color: #766F64;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar-content .recents-content img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-content .recents-content-post {
    display: flex;
    flex-direction: column;

    position: relative;

    border-radius: 5px;
    overflow: hidden;
}

.sidebar-content .recents-content-post span {
    display: flex;
    align-items: flex-end;

    padding: 16px;

    position: absolute;
    inset: 0;

    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.87%;
    text-transform: uppercase;

    background: linear-gradient(180deg, rgba(5, 5, 5, 0.00) 14%, #000 90%);
}

/* end sidebar: recents */

/* begin sidebar: newsletter */
.sidebar-content .newsletter-content form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-content .newsletter-content strong {
    display: block;
    margin-bottom: 24px;

    color: #766F64;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* .sidebar-content .newsletter-content label, */
.sidebar-content .newsletter-content input {
    padding: 9px 21px;

    height: 39px;

    font-size: 14px;
    font-weight: 400;

    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    color: #000;
    border-radius: 10px;
    border: 0.5px solid #766F64;

    outline: none;
}

.sidebar-content .newsletter-content p {
    margin-bottom: 0 !important;
}

.sidebar-content .newsletter-content label br {
    display: none;
}

.sidebar-content .newsletter-content input::placeholder {
    color: #766F64;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.sidebar-content .newsletter-content button,
.sidebar-content .newsletter-content input[type=submit] {
    padding: 9px 21px;

    height: 39px;

    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 170px;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    color: #766F64;
    border-radius: 10px;
    background: #CEDC32;
    border: 0 none;
}

/* CF7 */
.wpcf7-response-output {
    display: none !important;
}

/* Modal */
#modal-sucesso.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#modal-sucesso .modal-content {
    position: relative;

    padding: 40px 30px;

    width: 100%;
    max-width: 243px;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2px;
    text-align: center;

    border-radius: 13px;
    background: #141A2E;
}

#modal-sucesso .modal-content p {
    color: #fff;
}

#modal-sucesso .modal-content strong {
    color: #CFDB00;
}

#modal-sucesso .btn-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;

    cursor: pointer;
    border: 0 none;
    background: transparent;
}

/* end sidebar: newsletter */


/* singlepage */

.single .post-banner {
    /* margin-bottom: 42px; */
}

.single .share-post .social-header .social-menu a {
    color: #D0D30E;
    font-size: 19px;
    background: #141A2E;
    border-radius: 50px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.single .share-post .social-menu li:last-child a {
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 18px;
}

.single .share-post .social-menu li {
    margin-left: auto;
    margin-right: auto;
}

.single .share-post .social-menu {
    list-style: none;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding: 0;
}

.single .share-post {
    margin-top: 70px;
    margin-bottom: 70px;
}

.share-post .share-post-title {
    list-style: none;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.single .section-related-posts .related-posts-title {
    border-bottom: 3.5px solid #ccc;
    padding-bottom: 14px;
    color: #707070;
}

.single .section-related-posts .post-card .related-posts-head img {
    width: 100%;
}

.single .section-related-posts .related-posts {
    list-style: none;
}

.single .section-related-posts .related-posts-head {
    width: 35%;
}

.single .section-related-posts .related-posts-content {
    width: 65%;
}

.single .section-related-posts .card {
    border: none;
    border-radius: 0;
    outline: 0;
    margin-bottom: 35px;
    margin-top: 21px;
}

/* Novo estilização */
.single .post-content {
    margin-bottom: 32px;

    width: 100%;

    overflow: hidden;

    border-radius: 20px;
    background: #FFF;
}

.single .post-content .post-banner {
    margin: 0;
    position: relative;
}

.single .post-banner .btn-back {
    position: absolute;
    top: 12px;
    right: 12px;

    padding: 8px 12px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7.813px;

    font-family: "JosefinSans-Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    color: #000;
    border-radius: 90px;
    background: #CEDC00;
}

.single .post-content .post-banner>img {
    display: block;

    width: 100%;
    max-width: 1102px;
    height: 412px;

    object-fit: cover;
}

.single .post-content :where(article, footer) {
    width: 100%;
    max-width: 693px;
    margin: 56px auto;
}

.single .post-content article img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;

    border-radius: 28px;
}

.single .post-content h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    color: #707070;
    font-family: 'JosefinSans-Bold';
}

.single .post-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}

.single .post-content footer>h4 {
    width: 100%;
    max-width: 263px;

    color: #766F64;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    font-family: 'JosefinSans-Bold';
}

.single .post-content footer>a {
    padding: 16px 24px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;

    color: #707070;
    border-radius: 40.439px;
    background: #CEDC32;
}


.single .post-aside {
    display: block;
    padding: 30px 28px;
    background: #766F64;
}

@media(min-width:992px) {
    .single .post-aside {
        padding: 30px 73px;
    }
}

.single .post-aside strong {
    color: #FFF;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
    line-height: normal;
    font-family: 'JosefinSans-Bold';
}


/* end singlepage */


/* contato */

.page-contato button,
input,
optgroup,
select,
textarea,
label {
    width: 100%;
}

.page-contato .block-contact form {
    background: #F8FBF7;
    padding: 70px;
    padding-right: 200px;
}

.page-contato input,
.page-contato textarea {
    border: 2px solid #B4B4B4;
    border-radius: 4px;
    margin-top: 7px;
}

.page-contato input {
    padding: 7px;
    height: 35px;
}

.page-contato textarea {
    padding: 7px;
}

.page-contato form input[type=submit] {
    background: #D0D30E;
    border: none;
    outline: 0;
    color: #141A2E;
    padding: 7px;
    height: 45px;
}

.page-contato form label {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
}


/* end contato */


/* search */

input#search.page-title {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    pointer-events: none;
}

.search-header #searchsubmit {
    visibility: hidden;
}


/* end search */


/* footer */

.search-bar-bottom {
    background: #B7B09D;
    padding: 31px;
    padding-bottom: 0;
    margin: 0;
}

.search-footer form {
    display: table;
    height: 33px;
    width: 50%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.search-footer form input {
    height: 35px;
    border: none;
    outline: 0;
    padding-left: 14px;
    padding-right: 70px;
}

.search-footer form i {
    color: #fff;
    background: #000;
    float: right;
    transform: translate(0px, -36px);
    cursor: pointer;
    font-size: 15px;
    padding: 11px;
    width: 60px;
    height: 36px;
}

.search-footer form #searchsubmit {
    visibility: hidden;
}

.block-footer-menu h4 {
    font-size: 15px;
    margin-bottom: 14px;
}

.block-footer-menu {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 35px;
    padding-bottom: 70px;
}

.about-footer {
    padding-right: 21px;
}

.nav-footer ul {
    list-style: none;
    padding: 0;
}

.nav-footer ul li {
    padding-bottom: 7px;
}

.nav-footer ul a {
    text-decoration: none;
    font-weight: 600;
    color: #766F64;
}

footer .social-header {
    margin-right: auto;
    display: table;
}

footer .social-header .social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    height: 70px;
    width: 100%;
}

footer .social-header .social-menu li {
    display: table-cell;
    vertical-align: middle;
    width: 3vw;
    text-align: center;
}

footer .social-header .social-menu li a {
    color: #D0D30E;
    font-size: 19px;
    background: #141A2E;
    border-radius: 50px;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: 0px;
    margin-right: 15px;
}

footer .social-header .social-menu li:last-child a {
    padding: 5px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 18px;
}


/* end footer */

@media screen and (max-width: 992px) {
    .menu-header .nav-header .nav-menu #menu-menu-principal {
        display: none;
    }

    .home-banner .banner-text .text-box {
        width: 100%;
    }

    header .top-header .search-header,
    header .top-header .btn-header-cta {
        display: none;
    }

    /* .archive-layout .col-9,
    .page-contato .col-9, */
    .main-layout .col-9,
    .main-layout .col-8 {
        width: 100%;
    }

    /* .archive-layout .col-3,
    .page-contato .col-3 { */
    .main-layout .col-3 {
        display: none;
    }

    .post-cards {
        padding: 0;
    }

    .post-cards .post-card {
        width: 100%;
    }

    .search-footer form {
        width: 100%;
    }

    .single .section-related-posts .related-posts-head {
        width: 100%;
    }

    .single .section-related-posts .related-posts-content {
        width: 100%;
    }

    .posts-most-reads .post-cards .post-card {
        width: 100%;
        padding: 0px;
    }

    .page-contato .block-contact form {
        padding: 14px;
        padding-right: 14px;
    }

    .block-footer-menu {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .block-footer-menu .col-6,
    .block-footer-menu .col-4,
    .block-footer-menu .col-2 {
        width: 100%;
        border-bottom: 2px solid #766F64;
        padding-bottom: 14px;
        padding-top: 28px;
    }

    .d-flex.col-9 {
        display: block !important;
        width: 100%;
    }

    .share-post .share-post-title {
        width: 100%;
    }

    .post-cards .post-card .card img {
        min-height: auto;
        max-height: unset;
    }

    .home-banner .banner-text .text-box h3 {
        padding-right: 10vw;
    }
}

@media screen and (min-width: 993px) and (max-width: 1399px) {
    .posts-most-reads .post-cards .post-card {
        width: 32%;
        padding: 0px;
    }

    .main-layout .col-9,
    .main-layout .col-8 {
        width: 100%;
    }

    .main-layout .col-3 {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .posts-most-reads .post-cards .post-card .card {
        height: 400px;
    }

    .post-cards .post-card .card img {
        min-height: 340px;
        max-height: 340px;
    }
}

.single .main-layout h2 {
    margin-bottom: 28px;
}

.single .main-layout p {
    margin-bottom: 21px;
}

ul.cat-list,
ul.tag-list {
    list-style: none;
    padding: 0;
    border-left: 1px solid #b7b09d;
    border-bottom: 1px solid #b7b09d;
    border-right: 1px solid #b7b09d;
}

ul.cat-list li a {
    /* background: #c4c1b9; */
    padding: 10px;
    display: flex;
    border: 1px solid #989690;
    padding-left: 1vw;
}

ul.cat-list li a:hover {
    background: #c4c1b9;
    color: #262529;
}

.post-cards .post-card .card:hover>.post-cards .post-card .card h4 {
    color: #b7b09d;
}

.post-cards .post-card .card:hover>.post-cards .post-card .card p {
    color: #a09f9f;
}

ul.tag-list li:hover,
ul.tag-list li a:hover {
    background: #766f64;
    color: #cedc32;
}

ul.tag-list li {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    background: #c4c1b9;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #b7b09d;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

ul.tag-list li a {
    padding: 3px;
}

ul.tag-list {
    padding: 1em;
}

/* begin footer */
.main-footer {
    padding-top: 60px;
    padding-bottom: 72px;
}

.footer-content h4 {
    font-family: "JosefinSans-Regular";
    font-size: 16px;
    font-weight: bold;
}

.footer-content p {
    margin-bottom: 28px;
}

.footer-text {
    display: block;

    width: 100%;
    max-width: 286px;
    margin-bottom: 36px;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

    color: #766F64;
}

.social-media {
    color: #212529;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.social-media i {
    color: #766F64;
    font-size: 25px;
}

.footer-politica {
    display: block;

    width: 100%;
    max-width: 253px;

    margin: 118px 0 64px;

    font-family: "JosefinSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;

    color: #212529;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-copyright p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    color: #766F64;
}

.footer-copyright img {
    display: block;

    width: 100%;
    max-width: 107px;
    height: auto;
}



/* end footer */

/* Paginação */
.pagination {
    margin-top: 40px;
    text-align: center;
    justify-content: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;

    font-family: "JosefinSans-Regular";
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    color: #766F64;
    border-radius: 8px;

    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    color: #FFF;
    background: #766F64;
    border-color: #766F64;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    background: #CEDC32;
    color: #766F64;
    border-color: #CEDC32;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background: #766F64;
    color: #CEDC32;
    border-color: #766F64;
}

@media screen and (max-width: 768px) {
    .pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        padding: 0 10px;
        font-size: 14px;
    }
}

.categories-content {
    margin: 16px 0;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.categories-content strong {
    color: #766F64;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li a {
    padding: 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 36px;

    text-decoration: none;
    font-size: 14px;
    font-weight: bold;

    color: #CEDC32;
    background: #766F64;

    transition: all 0.3s ease;
}

.categories-list li a:hover {
    transform: translateY(-4px);
}

/* Postagens */
.no-posts {
    padding: 56px;

    text-align: center;

    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.01);
}

.no-posts svg {
    margin-bottom: 36px;
}

.no-posts h3 {
    margin: 0;

    font-weight: bold;

    color: #766F64;
}