@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

.top-bar {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
.top-bar .top-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0.2rem 0;
}
.top-bar .top-nav .top-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .top-nav .top-links li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-bar {
  background-color: #0d5730;
  padding: 1rem 0;
}
.logo-bar .site-logo img {
  max-height: 60px;
  width: auto;
}
.logo-bar .search-toggle {
  display: none;
}
.logo-bar .search-toggle button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .logo-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo-bar .search-toggle {
    display: flex;
    align-items: center;
  }
}

.main-header {
  background-color: #ff8d00;
}
.main-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.65rem 0;
  overflow-x: hidden;
}
.main-header .main-menu-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 0.45rem;
  white-space: nowrap;
}
.main-header .main-menu-wrapper::-webkit-scrollbar {
  display: none;
}
.main-header .main-menu-wrapper .main-menu {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .main-menu-wrapper .main-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.main-header .main-menu-wrapper .main-menu a:hover, .main-header .main-menu-wrapper .main-menu a:focus, .main-header .main-menu-wrapper .main-menu a:active {
  background-color: #0d5730;
}
.main-header .search-toggle button {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}
.main-header .search-form-wrapper {
  background-color: #ff8d00;
  padding: 1rem 0;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: -15px;
}
.main-header .search-form-wrapper input#s {
  border-radius: 5px;
  padding: 5px;
}
.main-header .search-form-wrapper input#searchsubmit {
  background-color: #0d5730;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
}
.main-header .search-form-wrapper form {
  display: flex;
  justify-content: end;
  margin-top: -57px;
  margin-right: 30px;
}
.main-header .search-form-wrapper form input[type=search] {
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .main-header .main-menu-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 0em;
  }
  .main-header .main-menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  .main-header .main-menu-wrapper .main-menu {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1rem;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .main-header .main-menu-wrapper li {
    flex: 0 0 auto;
  }
  .main-header .search-form-wrapper {
    margin-top: -6px;
    padding-bottom: 1rem;
    margin-right: 5px;
    background-color: transparent !important;
  }
  .main-header .search-form-wrapper input#s {
    border-radius: 5px;
    padding: 5px;
  }
  .main-header .search-form-wrapper input#searchsubmit {
    background-color: #0d5730;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
  }
  .main-header .search-form-wrapper form {
    display: flex;
    justify-content: end;
    margin-top: -15px;
    margin-right: 3px;
    padding-bottom: 15px;
  }
  .main-header .search-toggle {
    display: none !important;
  }
  .top-bar .top-nav {
    justify-content: center;
    text-align: center;
  }
  .top-bar .top-nav .top-links {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
  }
  .header-container {
    align-items: flex-start;
    display: block !important;
    padding: 0.65rem 0.4rem !important;
  }
}
@media (min-width: 769px) {
  .main-menu-wrapper {
    overflow: visible;
  }
  .main-menu-wrapper .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .main-menu-wrapper a {
    padding: 0 12px;
  }
  .logo-bar .search-toggle {
    display: none !important;
  }
}
.breaking-news-banner {
  position: relative;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  overflow: hidden;
}
.breaking-news-banner .swiper {
  width: 100%;
  height: 100%;
}
.breaking-news-banner .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: normal;
  justify-content: center;
  min-height: 61vh;
  height: auto;
  padding-bottom: 0rem;
}
.breaking-news-banner .background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.breaking-news-banner .overlay-left,
.breaking-news-banner .overlay-right {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.breaking-news-banner .overlay-left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent);
}
.breaking-news-banner .overlay-right {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), transparent);
}
.breaking-news-banner .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.breaking-news-banner .container .breaking-content {
  max-width: 800px;
  padding-right: 15rem;
}
.breaking-news-banner .container .breaking-content .breaking-label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  margin-top: 5rem;
}
.breaking-news-banner .container .breaking-content .breaking-meta {
  font-size: 14px;
  color: #FF8D00;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.breaking-news-banner .container .breaking-content .breaking-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.breaking-news-banner .container .breaking-content .breaking-excerpt {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #fff;
}
.breaking-news-banner .container .breaking-content .breaking-btn {
  display: inline-block;
  background-color: #FF8D00;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.breaking-news-banner .container .breaking-content .breaking-btn:hover {
  background-color: #e67600;
}
.breaking-news-banner .container .breaking-side-box {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 270px;
  background-color: #FF8D00;
  color: #fff;
  padding: 1rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
}
.breaking-news-banner .container .breaking-side-box h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.breaking-news-banner .container .breaking-side-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}
.breaking-news-banner .container .breaking-side-box li {
  margin-bottom: 1rem;
}
.breaking-news-banner .container .breaking-side-box li a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.breaking-news-banner .container .breaking-side-box li a:hover {
  text-decoration: underline;
}
.breaking-news-banner .container .breaking-side-box li small {
  font-size: 13px;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .breaking-news-banner .swiper-slide {
    height: auto;
    min-height: auto;
    padding-bottom: 1rem;
  }
  .breaking-news-banner .overlay-left,
  .breaking-news-banner .overlay-right {
    display: none;
  }
  .breaking-news-banner .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    padding-top: 0px;
  }
  .breaking-news-banner .container .breaking-content {
    width: 100%;
    padding-right: 0;
  }
  .breaking-news-banner .container .breaking-content .breaking-title {
    font-size: 26px;
  }
  .breaking-news-banner .container .breaking-content .breaking-excerpt {
    font-size: 16px;
  }
  .breaking-news-banner .container .breaking-content .breaking-btn {
    font-size: 14px;
  }
  .breaking-news-banner .container .breaking-content .breaking-label {
    font-size: 15px;
  }
  .breaking-news-banner .container .breaking-side-box {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    border-radius: 10px;
    bottom: unset;
    right: unset;
  }
}

.breaking-side-box {
  position: absolute;
  bottom: 0px;
  width: 270px;
  background-color: #FF8D00;
  color: #fff;
  padding: 1rem;
  z-index: 4;
  border-radius: 10px 10px 0 0;
  right: 8.25rem;
}

ul.side-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

ul.side-news-list li {
  padding-bottom: 10px;
}

.side-news-list a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 5px;
}

li.side-news-list {
  padding-bottom: 10px;
}

.breaking-slide {
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .breaking-slide {
    background-size: cover;
    background-position: center;
  }
  .breaking-side-box {
    position: static;
    width: 100%;
    background-color: #FF8D00;
    color: #fff;
    padding: 1rem;
    border-radius: 0px 0px 10px 10px;
  }
  .breaking-news-banner .container {
    flex-direction: row !important;
  }
  .breaking-controls {
    margin-top: -1.1rem !important;
    margin-left: 0rem !important;
  }
  .breaking-side-box {
    position: sticky;
    z-index: 1;
  }
}
.breaking-link-wrapper {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.breaking-controls {
  position: absolute;
  z-index: 999999;
  width: 100%;
}

button.breaking-prev,
button.breaking-next {
  background-color: #FF8D00;
  border-radius: 19px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 30px;
  margin-top: 28px;
}

.breaking-controls .container {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 14px;
  gap: 0.5rem;
}

.frases-carousel {
  background: #ff8d00;
  padding: 0px 0;
  padding-bottom: 1rem;
}
.frases-carousel h2.section-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #0d5730;
  padding-top: 40px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.frases-carousel .swiper-button-next,
.frases-carousel .swiper-button-prev {
  color: #0d5730;
  top: var(--swiper-navigation-top-offset, 10%);
  right: 94%;
  padding-bottom: 4px;
}
.frases-carousel .swiper-button-prev {
  left: 0%;
}
.frases-carousel .swiper {
  width: 100%;
  max-width: 1287px;
  margin: 0 auto;
}
.frases-carousel .swiper-slide {
  text-align: center;
  padding: 20px;
  padding-left: 0;
}
.frases-carousel blockquote {
  font-style: italic;
  color: #222;
  position: relative;
  margin: 0px;
}
.frases-carousel blockquote .frase-texto {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: justify;
}
.frases-carousel blockquote .frase-autor {
  font-size: 1rem;
  color: #0d5730;
  text-align: right;
  display: block;
}
.frases-carousel .swiper-button-next:after, .frases-carousel .swiper-button-prev:after {
  font-size: 33px !important;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .frases-carousel .swiper-button-next, .frases-carousel .swiper-button-prev {
    color: #0d5730;
    top: var(--swiper-navigation-top-offset, 4%);
    right: 79%;
    padding-bottom: 4px;
  }
}

.site-footer {
  background-color: rgba(2, 31, 16, 0.9490196078);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  width: 100%;
  padding-top: 2rem;
}
.site-footer .container {
  max-width: 1287px;
  padding: 2rem 1rem;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 0px;
}
.site-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}
.site-footer .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) {
  .site-footer .footer-grid {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.site-footer .footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
  margin-top: 1.25rem;
}
.site-footer .footer-quick-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 6rem;
}
@media (max-width: 768px) {
  .site-footer .footer-quick-columns {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
  }
}
.site-footer .footer-quick-columns .footer-column {
  list-style: none;
  padding: 0;
}
.site-footer .footer-quick-columns .footer-column li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-quick-columns .footer-column li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.site-footer .footer-quick-columns .footer-column li a:hover {
  color: #1db954;
}
.site-footer .footer-quick-links .footer-column:nth-of-type(2) {
  margin-left: 43px;
}
.site-footer .footer-quick-links .footer-column li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.site-footer .footer-quick-links .footer-column li a:hover {
  color: #1db954;
}
.site-footer .footer-social .footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.site-footer .footer-social .social-icons {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
}
.site-footer .footer-social .social-icons li a {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  transition: color 0.3s;
}
.site-footer .footer-social .social-icons li a:hover {
  color: #1db954;
}
@media (max-width: 768px) {
  .site-footer .footer-social {
    margin-top: 1rem;
  }
}
.site-footer .footer-bottom {
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .site-footer .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2rem;
  }
  .site-footer .footer-logo {
    align-self: flex-start;
  }
  .site-footer .footer-quick-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0rem !important;
    width: 100%;
    justify-content: space-between;
    text-align: start !important;
  }
  .site-footer .footer-quick-columns .footer-column {
    width: 48%;
    padding: 0;
  }
  .site-footer .footer-quick-columns .footer-column li {
    margin-bottom: 0.25rem;
  }
  .site-footer .footer-quick-columns .footer-column:nth-child(1),
  .site-footer .footer-quick-columns .footer-column:nth-child(2) {
    order: 1;
  }
  .site-footer .footer-quick-columns .footer-column:nth-child(3) {
    order: 3;
    width: 48%;
  }
  .site-footer .footer-social {
    order: 4;
    width: 48%;
    margin-top: -2rem;
  }
  .site-footer .footer-social .social-icons {
    justify-content: flex-start;
  }
  .site-footer .footer-quick-links .footer-column:nth-of-type(2) {
    margin-left: 15px !important;
  }
}
.mais-noticias-section {
  padding: 0rem 1rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.mais-noticias-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #0d5730;
  text-transform: uppercase;
  font-weight: bold;
}
.mais-noticias-section .noticias-container {
  display: flex;
  flex-direction: column;
}
.mais-noticias-section .noticias-container .noticias-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.mais-noticias-section .noticias-container article.noticia-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s ease;
}
.mais-noticias-section .noticias-container article.noticia-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.mais-noticias-section .noticias-container article.noticia-card:hover .noticia-hover {
  opacity: 1;
  transform: translateY(0);
}
.mais-noticias-section .noticias-container article.noticia-card.hidden {
  display: none;
}
.mais-noticias-section .noticias-container article.noticia-card a.noticia-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mais-noticias-section .noticias-container article.noticia-card figure.noticia-thumb {
  height: 180px;
  overflow: hidden;
  margin: 0;
}
.mais-noticias-section .noticias-container article.noticia-card figure.noticia-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
article.noticia-card:hover .mais-noticias-section .noticias-container article.noticia-card figure.noticia-thumb img {
  transform: scale(1.05);
}
.mais-noticias-section .noticias-container article.noticia-card .noticia-info {
  padding: 1rem;
  flex: 1;
  position: relative;
  border: solid 1px green;
  border-radius: 0 0px 10px 10px;
  border-top: 0px;
}
.mais-noticias-section .noticias-container article.noticia-card .noticia-info .noticia-categoria {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #00AE0C;
  font-weight: 600;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}
.mais-noticias-section .noticias-container article.noticia-card .noticia-info .noticia-titulo {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
  line-height: 1.3;
}
.mais-noticias-section .noticias-container article.noticia-card .noticia-info .noticia-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.mais-noticias-section .noticias-container article.noticia-card .noticia-info .noticia-hover .noticia-excerpt {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.mais-noticias-section .noticias-container article.noticia-card .noticia-info .noticia-hover .ler-mais {
  font-weight: 700;
  font-size: 0.85rem;
  color: #00AE0C;
}
.mais-noticias-section .noticias-container .ver-mais-container {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.mais-noticias-section .noticias-container .ver-mais-container button {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  background-color: #0d5730;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.mais-noticias-section .noticias-container .ver-mais-container button:hover:not(.hidden) {
  background-color: #008f0a;
}
.mais-noticias-section .noticias-container .ver-mais-container button.hidden {
  display: none;
}
@media (max-width: 768px) {
  .mais-noticias-section .noticias-container .noticias-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .mais-noticias-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .mais-noticias-section {
    grid-template-columns: 1fr;
  }
}

body {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
}

.container {
  max-width: 1287px;
  margin: 0 auto;
  padding: 0 15px;
}

body[class*=category-paged-]:not(.category-paged-1) article.top-featured-post,
body[class*=category-paged-]:not(.category-paged-1) section.category-highlight.container {
  display: none !important;
}

body[class*=category-paged-]:not(.category-paged-1) section.category-grid-posts {
  margin-top: 0 !important;
}

.main-header .main-menu-wrapper .main-menu li.current-menu-item > a {
  background-color: #0d5730;
}

.main-header .main-menu-wrapper .main-menu a.active {
  background-color: #0d5730;
  color: #fff;
}

.wp-singular h1 {
  border-bottom: solid 1px;
  padding-bottom: 1.5rem;
  color: #0d5730;
}

a {
  color: #000;
}

/* Aplica apenas na página 'Todos os Posts' e somente para páginas de paginação (2,3,4...) */
.page-template-page-todos-os-posts.paged:not(.paged-1) article.top-featured-post,
.page-template-page-todos-os-posts.paged:not(.paged-1) section.category-highlight.container {
  display: none !important;
}

.page-template-page-todos-os-posts.paged:not(.paged-1) section.category-grid-posts {
  margin-top: 0 !important;
}

.latest-category-posts {
  padding: 3rem 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0px;
}
.latest-category-posts .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.latest-category-posts .post-box {
  display: flex;
  flex-direction: column;
}
.latest-category-posts .post-box .post-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.latest-category-posts .post-box .post-title {
  margin-top: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}
.latest-category-posts .post-box .post-title a {
  color: #111;
  text-decoration: none;
}
.latest-category-posts .post-box .post-meta {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.section-destaque {
  width: 100%;
  background-color: #000;
  padding: 40px 0;
  padding-top: 34px;
  padding-bottom: 55px;
}
.section-destaque .container {
  margin: 0 auto;
}
.section-destaque .section-title {
  color: #00AE0C;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0px;
}
.section-destaque .section-subtitle {
  color: #00AE0C;
  font-weight: 200;
  font-size: 20px;
  margin-top: 0;
}
.section-destaque .swiper-slide {
  height: 500px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  border-radius: 10px;
}
.section-destaque .swiper-slide .overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  width: 100%;
  border-radius: 10px;
}
.section-destaque .swiper-slide .category-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-destaque .swiper-slide .category-date .category,
.section-destaque .swiper-slide .category-date .date {
  color: #fff;
}
.section-destaque .swiper-slide .post-title {
  background-color: #00AE0C;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-destaque .swiper-slide .post-excerpt {
  font-size: 15px;
  margin-bottom: 10px;
}
.section-destaque .swiper-slide .read-more {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
}
.section-destaque .swiper-slide .swiper-wrapper {
  border-radius: 10px;
}
.section-destaque .swiper-button-prev,
.section-destaque .swiper-button-next {
  color: #00AE0C;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px;
  border-radius: 50px;
}
.section-destaque .swiper-button-prev::after,
.section-destaque .swiper-button-next::after {
  font-size: 30px;
}
@media (max-width: 768px) {
  .section-destaque .swiper-button-prev,
  .section-destaque .swiper-button-next {
    padding: 16px;
    height: 2px;
  }
  .section-destaque .swiper-button-prev::after,
  .section-destaque .swiper-button-next::after {
    font-size: 17px;
  }
}

.section-instagram-noticias {
  padding: 2rem 0;
  background-color: #f9f9f9;
}
.section-instagram-noticias .grid-instagram-noticias {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .section-instagram-noticias .grid-instagram-noticias {
    grid-template-columns: 1fr;
  }
}
.section-instagram-noticias .instagram-feed .section-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0px;
  text-transform: uppercase;
  color: #0d5730;
}
.section-instagram-noticias .instagram-feed .instagram-handle {
  color: #000;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  text-decoration: none;
}
.section-instagram-noticias .instagram-feed .instagram-handle:hover {
  color: #FF8D00;
}
.section-instagram-noticias .aside-noticias {
  background-color: #0F2A1C;
  padding: 30px;
  padding-bottom: 50px;
  margin-bottom: -45px;
  color: #fff;
  margin-top: -32px;
}
.section-instagram-noticias .aside-noticias .mini-post {
  margin-bottom: 1.5rem;
}
.section-instagram-noticias .aside-noticias .mini-post .mini-post-category {
  font-size: 0.75rem;
  color: #FF8D00;
  display: block;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.section-instagram-noticias .aside-noticias .mini-post .mini-post-title {
  font-size: 1rem;
  font-weight: bold;
}
.section-instagram-noticias .aside-noticias .mini-post .mini-post-title a {
  text-decoration: none;
  color: #fff;
}
.section-instagram-noticias .aside-noticias .mini-post .mini-post-title a:hover {
  color: #00AE0C;
}
.section-instagram-noticias .aside-noticias .ver-todos-wrapper {
  margin-top: 2rem;
}
.section-instagram-noticias .aside-noticias .ver-todos-wrapper .ver-todos-link {
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.45rem 0.6rem;
  border: none;
  border-radius: 6px;
  background-color: #0d5730;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.section-instagram-noticias .aside-noticias .ver-todos-wrapper .ver-todos-link:hover {
  color: #00AE0C;
}

article.top-featured-post {
  background-size: cover;
}

/* Top featured post */
.top-featured-post {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
  margin-top: 0rem;
  display: flex;
  align-items: flex-end;
  color: white;
}

.top-featured-post .overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.76);
  border-radius: 10px 10px 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-featured-post .post-date {
  color: #FF6600;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.top-featured-post .post-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: none;
}

/* Sessão de destaque (duas colunas) */
.category-highlight {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.highlight-left {
  flex: 1 1 400px;
  padding-right: 1px;
}

.highlight-left img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.highlight-left .small-date {
  color: #FF6600;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.highlight-left h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.highlight-left p {
  font-size: 1rem;
  color: #444;
}

/* Coluna direita - lista sem imagens */
.highlight-right {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: solid 2px #FF6600;
  padding-left: 35px;
}

.read-more-link {
  color: #FF6600;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
}

.read-more-link:hover {
  text-decoration: underline;
}

.highlight-right .highlight-post {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-top: -1rem;
}

.highlight-right .small-date {
  color: #FF6600;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}

.highlight-right h3 {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.highlight-right p {
  font-size: 0.95rem;
  color: #555;
}

/* Grade de posts */
section.category-grid-posts {
  margin-top: 3rem;
  background-color: #f7f7f7;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.category-grid-posts {
  margin-top: 3rem;
}

.grid-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.grid-post {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.grid-post:hover,
.grid-post:focus-within {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.grid-post img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-post .small-date {
  color: #FF6600;
  font-weight: 600;
  font-size: 0.85rem;
  margin: 0.75rem 1rem 0.25rem;
  margin-left: 0px;
}

.grid-post h4 {
  font-size: 1.2rem;
  margin: 0 1rem 0.5rem;
  margin-left: 0px;
}

.grid-post p {
  font-size: 0.95rem;
  color: #444;
}

/* Paginação */
.pagination {
  margin-top: 2rem;
  text-align: center;
}

.pagination ul {
  list-style: none;
  display: inline-flex;
  gap: 0.5rem;
  padding: 0;
}

.pagination li {
  border: 1px solid #ddd;
  padding: 0rem 0.4rem;
  border-radius: 4px;
  background: #f9f9f9;
  cursor: pointer;
}

.pagination li a {
  color: #0d5730;
  text-decoration: none;
  display: block;
}

.top-featured-post .container {
  width: 1300px;
}

.pagination li:hover,
.pagination li a:hover,
.pagination li.active {
  background: #0d5730;
  color: white;
  border-color: #0d5730;
}

/* Responsividade simples */
@media (max-width: 768px) {
  .highlight-right .highlight-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-top: 0.5rem;
  }
  .flex-row {
    display: block !important;
  }
  .top-featured-post .container {
    width: 100%;
  }
  .category-highlight {
    flex-direction: column;
    margin-top: 0rem;
  }
  .highlight-left,
  .highlight-right {
    flex: 1 1 100%;
  }
  .highlight-right {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 3.8rem;
    border-top: solid 2px;
    margin-top: 19px;
  }
  .top-featured-post .post-title {
    font-size: 1.8rem;
  }
  .grid-post img {
    height: 140px;
  }
}
h2.post-subtitle {
  font-size: 1.3rem;
}

.post-single {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.post-single .post-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: #FF6600;
}
.post-single .post-header .post-category {
  font-weight: 700;
  text-transform: uppercase;
}
.post-single .post-header .post-date {
  font-weight: 600;
}
.post-single .post-title {
  font-size: 2rem;
  font-weight: 900;
  margin: 0.5rem 0;
}
.post-single .post-author {
  font-size: 1rem;
  font-weight: 500;
  color: #FF6600;
  margin-bottom: -15px;
}
.post-single .content-wrapper {
  display: flex;
  gap: 2rem;
}
.post-single .content-wrapper .post-content {
  flex: 2;
  line-height: 1.6;
  font-size: 1rem;
}
.post-single .content-wrapper .post-content p {
  margin-bottom: 1rem;
}
.post-single .content-wrapper .post-content img {
  max-width: 100%;
  height: auto;
}
.post-single .content-wrapper .post-content a {
  color: #FF6600;
  text-decoration: none;
}
.post-single .content-wrapper .post-content a:hover, .post-single .content-wrapper .post-content a:focus {
  text-decoration: underline;
}
.post-single .content-wrapper .post-sidebar {
  flex: 0.8;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
}
.post-single .content-wrapper .post-sidebar .share-section {
  margin-bottom: 2rem;
}
.post-single .content-wrapper .post-sidebar .share-section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}
.post-single .content-wrapper .post-sidebar .share-section .share-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.post-single .content-wrapper .post-sidebar .share-section .share-buttons a.share-btn {
  display: block;
  padding: 0.5rem;
  background: #FF6600;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.post-single .content-wrapper .post-sidebar .share-section .share-buttons a.share-btn.facebook {
  background: #3b5998;
}
.post-single .content-wrapper .post-sidebar .share-section .share-buttons a.share-btn.twitter {
  background: #1da1f2;
}
.post-single .content-wrapper .post-sidebar .share-section .share-buttons a.share-btn.whatsapp {
  background: #25d366;
}
.post-single .content-wrapper .post-sidebar .share-section .share-buttons a.share-btn:hover, .post-single .content-wrapper .post-sidebar .share-section .share-buttons a.share-btn:focus {
  opacity: 0.8;
}
.post-single .content-wrapper .post-sidebar .other-news-section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-thumb {
  flex-shrink: 0;
  width: 90px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-info .other-news-date {
  color: #FF6600;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-info .other-news-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FF6600;
  margin-bottom: 0.3rem;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-info .other-news-title {
  font-size: 0.95rem;
  margin: 0;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-info .other-news-title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.post-single .content-wrapper .post-sidebar .other-news-section .other-news-list .other-news-item .other-news-info .other-news-title a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .post-single .content-wrapper {
    flex-direction: column-reverse;
  }
  .post-single .post-sidebar {
    order: -1;
    margin-bottom: 2rem;
  }
  .post-single figcaption.image-rights {
    margin-top: -45px;
    font-size: 14px !important;
    margin-right: -14px;
  }
}

.post-thumbnail {
  margin: 20px 0;
  text-align: center;
}

.featured-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.search-results .flex-row {
  display: flex;
}
.search-results img.attachment-medium.size-medium.wp-post-image {
  height: auto;
  width: 455px;
}
.search-results p.post-category {
  color: #FF6600;
}
.search-results .top-featured-post .post-title {
  color: #FFFFFF;
}
.search-results h1.container {
  padding-bottom: 1rem;
  padding-left: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem !important;
}
.search-results span.ler-mais-link {
  color: #FF6600;
}
.search-results a {
  text-decoration: none;
}
.search-results article.grid-post {
  padding: 15px;
}
.search-results .grid-posts {
  gap: 3rem;
}
.search-results .grid-posts img.attachment-medium.size-medium.wp-post-image {
  width: 100%;
  border-radius: 5px;
}

.wp-block-button__link {
  background-color: #0d5730;
}/*# sourceMappingURL=style.css.map */