.post-type-archive-noticias .wrap-page {
  overflow: unset;
}

.noticias__heading {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .noticias__heading {
    padding: 40px 0;
  }
}
.noticias__heading img {
  border-radius: 20px;
}
.noticias__main {
  padding: 6.25em 0;
  background-color: #F6F7F9;
}
.noticias__main__heading {
  text-align: center;
}
.noticias__main__list {
  margin-top: 60px;
}
.noticias .pagination {
  margin: 0 auto;
}
.noticias .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .noticias .pagination .nav-links {
    margin-top: 60px;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .noticias .pagination .nav-links {
    margin-top: 40px;
    gap: 10px;
  }
}
.noticias .pagination .nav-links .page-numbers {
  font-size: var(--text-small);
  font-weight: 300;
  color: var(--black-color);
}
.noticias .pagination .nav-links .page-numbers i {
  background: var(--primary-color);
  width: 15px;
  height: 15px;
}
.noticias .pagination .nav-links .page-numbers.current {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noticias__single {
  background: var(--light-grey-color);
}
.noticias__single__video iframe {
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 65px;
  aspect-ratio: 16/9;
}
.noticias__single h1 {
  padding: 50px 0 34px 0;
}
@media (max-width: 767px) {
  .noticias__single h1 {
    padding: 38px 0 20px 0;
  }
}
.noticias__single__subtitle {
  margin-bottom: 10px;
}
.noticias__single__subtitle, .noticias__single__subtitle *, .noticias__single__subtitle p {
  font-size: var(--text-medium);
}
.noticias__single__bt {
  font-weight: 500;
  width: fit-content;
  font-size: var(--text-small);
  line-height: 1.429em;
  padding: 12px 30px;
  border-radius: 10px;
  background-color: var(--blue-color);
  color: var(--white-color);
  border: none;
  transition: background 0.2s linear;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
  font-weight: bold !important;
  background-color: var(--primary-color) !important;
  font-size: 16px !important;
  padding: 8px 16px !important;
  margin: 35px auto;
}
.noticias__single__bt:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .noticias__single__bt {
    font-size: var(--text);
  }
}
.noticias__single__fonte {
  font-weight: 600;
  font-size: var(--text-medium-2);
}
.noticias__single .inner-post * {
  line-height: 1.4em;
}
.noticias__single .inner-post *:not([class*=color]):not(:is(h1, h2, h3, h4, h5, strong)) {
  color: var(--default-color);
  font-weight: 400;
}
.noticias__single .inner-post :is(h2, h3, h4, h5, h6) {
  padding: 0.8em 0;
}
.noticias__single .inner-post :is(h2, h3, h4, h5, h6):not([class*=-color]) {
  color: var(--black-color);
}
.noticias__single .inner-post h2:not([class*=font-size]) {
  font-size: var(--title);
}
.noticias__single .inner-post h3:not([class*=font-size]) {
  font-size: var(--title-small);
}
.noticias__single .inner-post h4:not([class*=font-size]) {
  font-size: var(--text-large);
}
.noticias__single .inner-post h5:not([class*=font-size]) {
  font-size: var(--text-medium);
}
.noticias__single .inner-post h6:not([class*=font-size]) {
  font-size: var(--text-medium-2);
}
.noticias__single .inner-post :is(ul, ol) {
  margin-bottom: 20px;
  margin-left: 30px;
}
.noticias__single .inner-post a:not([class*=-color]) {
  font-weight: bold;
  color: var(--primary-color);
}
.noticias__single .inner-post a:not([class*=-color]):hover {
  color: var(--blue-color);
}
.noticias__single .inner-post li {
  list-style: unset;
  line-height: 1.625em;
}
.noticias__single .inner-post hr {
  margin: 20px 0;
}
.noticias__single .inner-post img {
  margin: 30px 0;
}
.noticias__relacionados {
  background: var(--light-grey-color);
  padding-bottom: 4.625em;
}
.noticias__relacionados__titulo {
  text-align: center;
}
.noticias__relacionados .row {
  padding-top: 3.75em;
  padding-bottom: 1.875em;
}
.noticias__mais-lidas {
  top: 100px;
  position: sticky;
  display: grid;
  padding: 40px;
  background: var(--white-color);
  border-radius: 15px;
  align-content: flex-start;
  grid-template-rows: auto 1fr;
}
.noticias__mais-lidas__title {
  font-size: var(--title-small);
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 16px;
}
.noticias__mais-lidas__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.noticias__mais-lidas__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.3;
}
.noticias__mais-lidas__list a {
  color: #000;
  text-decoration: none;
}
.noticias__mais-lidas__list a:hover {
  text-decoration: underline;
}
.noticias__mais-lidas__number {
  font-weight: 700;
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 18px;
  min-width: 20px;
}

/*# sourceMappingURL=noticias.css.map */
