/* CABEÇALHO */

.x-bg-layer-lower-image {
    background-image: url(/wp-content/uploads/2025/09/bg_topo_blog.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: inherit;
}
.x-section {
    margin: 0;
    padding: 0;
}
.div-cabecalho {
    padding: 170px 20px 110px;
}
.cabecalho-post-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.005em;
    margin: 0 0 30px;
    max-width: 960px;
}
.cabecalho-post-text {
    font-size: 20px;
    line-height: 1.2;
}
.cabecalho-post-divider {
    height: 5px;
    width: 238px;
    margin-bottom: 30px;
}
.post-categories {
  grid-gap: 8px;
  margin-bottom: 14px;
}
.post-category {
  font-size: 14px;
  line-height: 1.7;
  padding: 6px 20px;
  border-radius: 6px;
}

/* FEED DE POSTAGEM */

.post-container {
    padding: 50px 0 90px;
}
.post-inner {
    max-width: 1442px;
    padding: 0 20px;
}
.post-inner > div {
    grid-gap: 35px;
}
.posts-sidebar {
    width: 448px;
}
.post-thumb {
    border-radius: 16px;
    margin-bottom: 37px;
}
.text-summary {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 15px 0 0;
}
.post-content {
    padding-bottom: 25px;
    border-bottom: 1px solid #C1C3CE;
    margin: 40px 0 29px;
}
.post-content p,
.post-content li {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gray);
}
.post-content p {
    margin: 0 0 10px;
}
.post-content h2,
.post-content h3,
.post-content h4 {
    margin: 20px 0 15px;
    line-height: 1.2;
    color: var(--gray);
}
.post-content h2 {
    font-size: 28px;
}
.post-content h3 {
    font-size: 24px;
}
.post-content h4 {
    font-size: 20px;
}
.post-content iframe {
    max-width: 280px;
}
.post-share > div {
    height: 67px;
    width: 312px;
    padding: 24px 16px 24px 24px;
    border-radius: 8px;
}
.post-share > div p {
    font-size: 13px;
    margin: 0 15px 0 0;
}

/* COMENTÁRIOS */

.x-comments-area {
    margin: 80px 0 0;
}
.h-comments-title, h3.comment-reply-title#reply-title {
    font-size: 32px;
    line-height: 1.2;
}
.h-comments-title {
    margin: 0 0 28px;
}
h3.comment-reply-title#reply-title {
    margin: 0 0 10px;
    text-align: left;
}
.post-comments .h-comments-title small {
    right: -30px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.post-comments article.comment {
    margin: 0 0 25px 70px;
    border: none;
    border-top: 1px solid #C1C3CE;
    padding: 15px;
    background-color: transparent;
}
.post-comments .x-comment-author {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.post-comments .x-comment-author i,
form.comment-form i {
    display: none;
}
.post-comments .x-comment-author a {
    color: var(--gray);
    pointer-events: none;
    cursor: default;
}
.x-comment-header {
    display: flex;
    justify-content: space-between;
}
.x-comment-img .bypostauthor {
    color: var(--gray);
}
.comment-edit-link {
    top: 35px;
}
.comment-respond {
    background-color: white;
    padding: 30px 40px 40px;
    border-radius: 14px;
    text-align: right;
}
.comment-notes, .logged-in-as {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.3;
    max-width: 430px;
    color: var(--gray);
    text-align: left;
}
form.comment-form label {
 font-size: 15px;
 color: var(--gray);
 font-weight: 500px;
 text-align: left;
}
input#entry-comment-submit {
    width: 285px;
    height: 54px;
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    text-shadow: none;
    background-color: var(--blue);
    border-radius: 10px;
    padding: 0;
}
.input#entry-comment-submit:hover {
    opacity: .8;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    margin-bottom: 15px;
    padding-left: 20px;
    height: 49px;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    border-color: var(--blue);
    border-radius: 12px;
    font-size: 14px;
}

/* SIDEBAR */

.div-noticias-search,
.div-noticias-categorias,
.div-noticias-container {
    padding: 40px;
    border-radius: 14px;
}
.div-noticias-search,
.div-noticias-categorias {
    margin-bottom: 39px;
}
.form-search .search-query {
  height: 57px;
  border-radius: 12px;
  border: 2px solid var(--blue);
  font-size: 15px;
  background: transparent url("/wp-content/uploads/2025/09/icon_search.svg") no-repeat 19px center;
  padding-left: 64px;
  padding-right: 25px;
}
.form-search .search-query::-webkit-input-placeholder {
    color: var(--gray);
}
.form-search .search-query::-moz-placeholder {
    color: var(--gray);
}
.form-search .search-query:-ms-input-placeholder {
    color: var(--gray);
}
.form-search .search-query:-moz-placeholder {
    color: var(--gray);
}
.cat-list {
  row-gap: 11px;
}
.cat-list_item button {
  border: 2px solid #009CEA;
  border-radius: 12px;
  font-size: 15px;
  padding: 18px 19px 18px 32px;
}
.cat-list_item span {
  margin-right: 10px;
}
.div-noticias-container {
  grid-gap: 19px;
}
.tit-categorias {
    margin: 0 0 23px;
    font-size: 20px;
    letter-spacing: -.005em;
}
.div-noticias-btn {
    min-height: 122px;
    background-color: #E1E8EF;
    border-radius: 12px;
}
a:not(.col-span-2) .div-noticias-btn img {
    margin-bottom: 11px;
}
.col-span-2 .div-noticias-btn img {
    margin-right: 25px;
}
.text-noticias-btn {
    font-size: 13px;
    line-height: 1.4;
}

/* RESPONSIVO */

@media screen and (max-width: 1600px) {
/* Cabeçalho */
.div-cabecalho {
    padding: 130px 20px 80px;
}
.cabecalho-post-title {
    font-size: 36px;
    margin: 0 0 25px;
    max-width: 960px;
}
.cabecalho-post-divider {
    width: 220px;
    margin-bottom: 25px;
}
.cabecalho-post-text {
    font-size: 18px;
}
.post-categories {
    margin-bottom: 7px;
}
/* Feed de Postagem */
.post-container {
    padding: 65px 0 90px;
}
.post-inner {
    max-width: 1200px;
}
.post-content {
        margin: 30px 0 25px;
    }
    .post-content h2 {
    font-size: 26px;
}
    .post-content h3 {
    font-size: 22px;
}
    .post-content h4 {
    font-size: 19px;
}
    .post-content h2,
    .post-content h3,
    .post-content h4 {
        margin: 17px 0 14px;
    }
.post-thumb {
    border-radius: 16px;
    margin-bottom: 30px;
    }
    .text-summary {
        font-size: 17px;
        margin: 0 14px 0 0;
    }
    .post-share > div {
    height: 58px;
    width: 300px;
    padding: 20px 14px 20px 20px;
    border-radius: 8px;
}
/* Comentários */
    .x-comments-area {
        margin: 60px 0 0;
    }
    .h-comments-title, h3.comment-reply-title#reply-title {
    font-size: 28px;
}
    .h-comments-title {
        margin: 0 0 22px;
    }
    .post-comments .x-comment-author {
        font-size: 18px;
    }
    .post-comments article.comment {
        margin: 0 0 20px 65px;
        padding: 15px;

    }
    .comment-respond {
        padding: 25px 30px 30px;
    }
    .comment-notes, .logged-in-as {
        font-size: 14px;
    }
    input#entry-comment-submit {
        width: 215px;
        height: 49px;
        font-size: 15px;
    }
    /* Sidebar */
    .posts-sidebar {
        width: 380px;
    }
    .div-noticias-search,
    .div-noticias-categorias,
    .div-noticias-container {
        padding: 35px;
    }
    .div-noticias-search,
    .div-noticias-categorias {
        margin-bottom: 25px;
    }
  .form-search .search-query {
    height: 50px;
    font-size: 14px;
    background: transparent url(/wp-content/uploads/2025/09/icon_search.svg) no-repeat 16px center;
    background-size: 23px;
    padding-left: 50px;
    padding-right: 20px;
}
    .tit-categorias {
        margin: 0 0 20px;
        font-size: 18px;
    }
  .cat-list_item button {
    font-size: 14px;
    padding: 13px 17px 13px 17px;
}
  .div-noticias-container {
    grid-gap: 15px;
}
}

@media screen and (max-width: 1300px) {
    /* Cabeçalho */
    .div-cabecalho {
        padding: 110px 20px 70px;
    }
    .cabecalho-post-title {
        font-size: 32px;
        margin: 0 0 20px;
        max-width: 750px;
    }
    .cabecalho-post-divider {
        width: 170px;
        margin-bottom: 20px;
    }
    .cabecalho-post-text {
        font-size: 16px;
    }
    .post-category {
    font-size: 13px;
    padding: 6px 17px;
}
    /* Feed de Postagem */
    .post-container {
    padding: 50px 0 80px;
}
    .post-inner {
        max-width: 800px;
    }
    .post-inner > div {
        flex-direction: column;
        align-items: center;
    }
    .post-thumb {
    margin-bottom: 25px;
    }
    .text-summary {
        font-size: 16px;
}
    .post-share > div {
    height: 52px;
    width: 280px;
    padding: 15px 14px 15px 15px;
    }
    .post-share > div p {
        margin: 0 12px 0 0;
    }
    .the_champ_horizontal_sharing .the_champ_svg {
        width: 29px !important;
    }
    .post-content p, .post-content li {
    font-size: 14px;
}
    .post-content h2 {
        font-size: 24px;
    }
    .post-content h3 {
        font-size: 20px;
    }
    .post-content h3 {
        font-size: 18px;
    }
    .post-content h2,
    .post-content h3,
    .post-content h4 {
        margin: 15px 0 13px;
    }
    .h-comments-title, h3.comment-reply-title#reply-title {
        font-size: 24px;
    }
    .comment-respond {
        padding: 20px 25px 25px;
    }
    .comment-form-author input, .comment-form-email input, .comment-form-url input {
        margin-bottom: 12px;
        height: 45px;
    }
    /* Sidebar */
    .posts-sidebar {
        width: 500px;
    }
    .div-noticias-search,
    .div-noticias-categorias,
    .div-noticias-container {
        padding: 30px;
    }
    .tit-categorias {
        font-size: 17px;
    }
}

@media screen and (max-width: 978px) {
    /* Cabeçalho */
    .div-cabecalho {
        padding: 65px 20px 45px;
    }
    .cabecalho-post-title {
        font-size: 27px;
        margin: 0 0 15px;
        max-width: 690px;
    }
    .cabecalho-post-divider {
        width: 140px;
        height: 4px;
        margin-bottom: 15px;
    }
    .cabecalho-post-text {
        font-size: 14px;
    }
    .cabecalho-text {
        font-size: 16px;
    }
    .post-category {
    font-size: 13px;
    padding: 6px 17px;
    }
    /* Comentários */
    .post-comments .x-comments-list .children {
        padding-left: 40px;
    }
    /* Sidebar */
     .posts-sidebar {
    width: 410px;
    }
    .div-noticias-search,
    .div-noticias-categorias,
    .div-noticias-container {
        padding: 25px;
    }
    .tit-categorias {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .post-share-summary {
        flex-direction: column;
        align-items: end;
    }
    .text-summary {
        font-size: 15px;
        margin: 0 0 15px;
    }
    /* Comentários */
    .x-comment-img {
    float: none;
    display: none;
    }
    .post-comments article.comment {
        margin: 0 0 15px 0;
        padding: 15px;
    }
        input#entry-comment-submit {
        width: 195px;
        height: 41px;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    /* Cabeçalho */
    .div-cabecalho {
        padding: 85px 20px 35px;
    }
    .cabecalho-post-title {
        font-size: 22px;
    }
    .cabecalho-post-divider {
        width: 110px;
        height: 3px;
    }
    .cabecalho-post-text {
        font-size: 13px;
    }
    /* Feed de Postagem */
    .post-container {
    padding: 45px 0 75px;
    }
    .post-content h2 {
        font-size: 21px;
    }
    .post-content h3 {
        font-size: 19px;
    }
    .post-content h4 {
        font-size: 16px;
    }
    .post-content {
    margin: 25px 0 20px;
    padding-bottom: 20px;
    }
    /* Comentários */
    .h-comments-title,
    h3.comment-reply-title#reply-title {
        font-size: 20px;
    }
    .post-comments .h-comments-title small {
        right: -24px;
        width: 20px;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
    }
    .x-comment-header {
    justify-content: start;
    flex-direction: column;
}
    .post-comments .x-comment-author {
        font-size: 16px;
    }
    .comment-edit-link {
        top: 0;
    }
    .post-comments .x-comments-list .children {
    padding-left: 0;
    }
    /* Sidebar */
     .posts-sidebar {
    width: 100%;
    }
    .div-noticias-search,
    .div-noticias-categorias,
    .div-noticias-container {
        padding: 20px;
    }
    .tit-categorias {
        font-size: 15px;
    }
    .div-noticias-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    a.col-span-2 {
    grid-column: span 1 / span 1;
    }
    a.col-span-2 .div-noticias-btn {
        flex-direction: column;
        text-align: center;
    }
    a.col-span-2 .div-noticias-btn img {
        margin-right: 0;
        margin-bottom: 11px;
    }
}

