.page-link,
a {
  text-decoration: none;
}

body {
  background-color: #f3f3f3;
}

html {
  overflow-x: clip;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  margin: 3px;
}

.nav-link {
  padding: 0.2rem 1rem;
}

/* ===== MOBILE HEADER COMPACTO ===== */
.mobile-sticky-bar {
  z-index: 1020;
}

.mobile-sticky-bar.is-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
  .mobile-sticky-bar .onca-headline-wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mobile-sticky-bar .onca-destaque {
    border-radius: 0;
  }
}

.header-mobile {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header-mobile .container {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.header-mobile-menu,
.header-mobile-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #333;
  padding: 0;
}

.header-mobile-menu {
  width: 40px;
  height: 40px;
  font-size: 1.35rem;
}

.header-mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 0.75rem;
}

.header-mobile-logo img {
  max-height: 100px;
  width: auto;
}

.header-mobile-whatsapp {
  width: 38px;
  height: 38px;

  color: var(--color-custom-primary);
  font-size: 1.25rem;
  text-decoration: none;
}

.header-navbar {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.header-mobile-search .form-control {
  border: none;
  height: 40px;
  padding: 0.5rem 2.75rem 0.5rem 1rem;
  font-size: 0.9rem;
  box-shadow: none;
}

.header-mobile-search .form-control:focus {
  box-shadow: none;
}

.header-mobile-search-btn {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  background: transparent;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.social-buttons a i {
  color: var(--color-custom-primary);
  font-size: 1.6rem;
  text-align: center;
}

.whatsapp-float-btn {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 1060;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.whatsapp-float-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  .whatsapp-float-btn {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 60px;
    height: 60px;
    font-size: 1.85rem;
  }
}

@media (min-width: 992px) {
  .header-navbar {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.dropdown-toggle::after {
  content: none;
}

.text-green {
  color: var(--color-custom-primary) !important;
}

.bg-cian {
  background: #4d4d4d !important;
}

.bg-cian2 {
  background: #282829 !important;
}

.black {
  background: #000;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.55rem 0.75rem;
}

.nav-item:hover a {
  /* color: #fff !important; */
}

#page-title {
  position: relative;
  padding: 22px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

#page-title h1 {
  text-transform: uppercase;
  font-size: 30px;
  color: #40580a;
}

ul {
  list-style: none;
  padding: 0;
}

.fs1 {
  font-size: 1rem;
}

.fs2 {
  font-size: 0.9rem;
}

.fs3 {
  font-size: 0.8rem;
}

.fs4 {
  font-size: 1.1rem;
}

.fs5 {
  font-size: 1.6rem;
}

.fs6 {
  font-size: 2rem;
}

.price {
  font-size: 2rem;
}

.page-item.active .page-link {
  background: #292102;
  border: #292102;
}

.page-link a {
  color: #292102;
}

ul.list-inline {
  text-align: center;
}

.carousel-control-prev {
  background: linear-gradient(to right, #000000, #00000005);
  border-radius: 5px 0px 0px 5px;
}

.carousel-control-next {
  background: linear-gradient(to right, #00000005, #000000);
  border-radius: 0px 5px 5px 0px;
}

/* Banner home — maior no mobile, sem deformar (recorte proporcional) */
@media (max-width: 991.98px) {
  #carouselExampleCaptions .carousel-item {
    aspect-ratio: 16 / 9;
    background: #353434;
    overflow: hidden;
  }

  #carouselExampleCaptions .carousel-item > a {
    display: block;
    height: 100%;
  }

  #carouselExampleCaptions .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.list-group-item.active {
  background-color: var(--color-custom-primary);
  border-color: rgb(252, 252, 252);
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}

.list-group-item {
  padding: 0.45rem 0.5rem;
  font-size: 0.85rem;
}

.list-group-item .badge {
  font-weight: normal;
  padding: 0.44em 0.5em;
}

.pagination .page-item.active .page-link {
  background-color: var(--color-custom-primary);
  border: 1px solid #353434;
}

.pagination .page-link a {
  color: #000;
}

.tagcloud a {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 2px;
  padding: 2px 5px 2px 5px;
  line-height: 35px;
  color: #222629;
}

.btn-custom {
  background: #45453e;
  color: #fff;
}

.btn-custom:hover {
  background: #fff;
  color: #fff;
}

.proposta button {
  background: #222f33;
  border: 1px solid #333;
  color: #4c4848;
}

.captcha {
  transform: scale(0.85);
  margin-left: -18px;
}

.tx-white {
  color: #fff;
}

footer {
  background: #fff;
  color: #333;
}

.bg_green {
  background: var(--color-custom-primary);
  border: 1px solid #35a03c;
}

.bg_green:hover {
  background: #35a03c;
}

.footer2 {
  background: var(--color-custom-primary);
}

.content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.institutional-intro-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .institutional-intro-img {
    min-height: 420px;
  }
}

/* ===== MODERN PAGE HEADER ===== */
.page-header-modern {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.page-header-modern h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 500;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #6c757d;
}

.breadcrumb-item a {
  color: var(--color-custom-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.breadcrumb-item a i {
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: #adb5bd;
  padding: 0 12px;
}

.breadcrumb-item.active {
  color: #495057;
  font-weight: 600;
}

.proposta {
  background: #f9f9f9;
}

.green {
  color: green;
}

.eapps-instagram-feed-posts-grid-load-more-container {
  display: none;
}

/* HACKS MOBILE */
@media (max-width: 768px) {
  .info {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .captcha {
    transform: scale(1);
    margin-left: 0px;
  }
}

@media (min-width: 769px) {
  #blip-chat-iframe {
    left: 125px !important;
  }

  #blip-chat-container {
    left: 125px !important;
  }

  #blip-chat-open-iframe {
    left: 125px !important;
  }

  #blip-chat-container #blip-chat-iframe.blip-chat-iframe {
    left: 125px !important;
  }

  #blip-chat-container #blip-chat-iframe.blip-chat-iframe-opened {
    left: 125px !important;
  }
}

.page-link,
a {
  text-decoration: none;
  color: #656565;
}

#cookieBar {
  position: fixed !important;
  top: auto !important;
  right: auto;
  left: 20px !important;
  bottom: 20px !important;
  color: #000;
}

#cookieBar .modal-dialog {
  position: fixed;
  top: auto;
  right: auto;
  left: 20px;
  bottom: 0px;
}

/* HACKS MOBILE */
@media (max-width: 768px) {
  #cookieBar .modal-dialog {
    left: 0px !important;
  }
}


.middle8 p {
  line-height: 1.7;
}

/* Botões com cor primária — hover 20% mais escuro (calculado da --color-custom-primary) */
.btn.background-custom-primary {
  border-color: var(--color-custom-primary);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.btn.background-custom-primary:hover {
  background-color: var(--background-custom-primary);
}

.btn.color-background-primary:hover,
.btn.color-background-primary:focus-visible {
  background-color: var(--color-custom-primary-hover) !important;
  border-color: var(--color-custom-primary-hover) !important;
  color: #fff !important;
}


/* ===== CUSTOM COOKIE CONSENT BANNER ===== */
.cookie-consent-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 420px;
  max-width: calc(100vw - 48px);
  background-color: #ffffff;
  z-index: 99999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-family: inherit;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s ease;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.cookie-consent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.cookie-consent-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-custom-primary);
  margin: 0;
}

.cookie-consent-brand {
  font-size: 0.85rem;
  color: var(--color-custom-primary);
  opacity: 0.7;
  font-weight: 600;
}

.cookie-consent-body p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
  margin-bottom: 12px;
}

.cookie-consent-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 12px;
}

.cookie-consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8rem;
  margin-bottom: 18px;
}

.cookie-consent-links a {
  color: var(--color-custom-primary);
  text-decoration: underline;
}

.cookie-consent-links a:hover {
  text-decoration: none;
}

.cookie-consent-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cookie-consent-btn-custom {
  background: none;
  border: none;
  color: #333;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}

.cookie-consent-btn-custom:hover {
  color: var(--color-custom-primary);
}

.cookie-consent-btn-reject {
  background-color: #e9ecef;
  color: #495057;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  text-align: center;
}

.cookie-consent-btn-reject:hover {
  background-color: #dee2e6;
  color: #212529;
}

.cookie-consent-btn-accept {

  color: #000;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  text-align: center;
}

.cookie-consent-btn-accept:hover {
  filter: brightness(0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Customization Panel */
.cookie-consent-custom-panel {
  display: none;
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 16px;
}

.cookie-consent-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.cookie-consent-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-custom-primary);
  cursor: pointer;
  margin-top: 2px;
}

.cookie-consent-option-text {
  flex: 1;
}

.cookie-consent-option-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 2px 0;
}

.cookie-consent-option-desc {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.3;
  margin: 0;
}

.cookie-consent-btn-save {
  background-color: var(--color-custom-primary);
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.cookie-consent-btn-save:hover {
  filter: brightness(0.95);
}

/* ===== PÁGINA BANCOS ===== */
.banks-section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.banks-section-title__text {
  margin: 0;
  color: var(--color-custom-primary);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.banks-section-title__text--lg {
  font-size: clamp(1.75rem, 4vw, 2.5625rem);
  text-transform: none;
  white-space: normal;
}

.banks-section-title__line {
  flex: 1;
  height: 2px;
  background: var(--color-custom-primary);
}

.banks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.banks-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 1.5rem 1rem;
  background: #f0f0f0;
  border-radius: 12px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.banks-card:hover {
  transform: translateY(-2px);
}

.banks-card img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.banks-card__label {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 991px) {
  .banks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .banks-section-title__text {
    font-size: 1.25rem;
  }

  .banks-grid {
    gap: 0.875rem;
  }

  .banks-card {
    min-height: 96px;
    padding: 1rem 0.75rem;
  }

  .banks-card img {
    max-height: 56px;
  }

  .banks-card__label {
    font-size: 1rem;
  }
}

.bank-docs-list__link:hover .small {
  color: var(--color-custom-primary);
}

.affiliate-card__logo {
  max-height: 12rem;
  width: auto;
}

/* ===== PÁGINA NOTÍCIAS ===== */
.news-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 0 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 16px;
}

.news-card:hover {
  box-shadow: 0 12px 18px rgb(0 0 0 / 33%);
  transform: translateY(-2px);
  transition:
    box-shadow 0.6s ease,
    transform 0.6s ease;
}

.news-card__image-wrap {
  display: block;
  margin: 0 -1.5rem;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.news-card__image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
}

.news-card__title {
  margin: 0;
  color: #232323;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.news-card__title a {
  color: inherit;
  text-decoration: none;
}

.news-card__title a:hover {
  color: var(--color-custom-primary);
}

.news-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.5;
}

.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.news-card__link {
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-card__date {
  font-size: 0.875rem;
  white-space: nowrap;
}

.news-card--compact {
  padding-top: 0;
}

.news-card--no-image {
  padding-top: 1.5rem;
}

.news-card--compact.news-card--no-image {
  padding-top: 1.5rem;
}

.news-card--compact .news-card__image {
  height: 146px;
}

.news-card--compact .news-card__title {
  font-size: 1rem;
  line-height: 1.5;
}

.news-card--compact .news-card__link {
  font-size: 0.875rem;
}

.news-detail__title {
  color: #232323;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
}

.news-detail__image-wrap {
  border: 1px solid #c8c8c8;
  border-radius: 16px;
  overflow: hidden;
}

.news-detail__image {
  display: block;
  min-height: 240px;
  object-fit: cover;
}

.news-detail__content {
  color: #232323;
  font-size: 1rem;
  line-height: 1.5;
}

.news-detail__content p {
  margin-bottom: 1rem;
}

.news-detail__category {
  font-size: 1.375rem;
  line-height: 1.2;
}

.news-detail__sidebar-title {
  font-size: 1.875rem;
  line-height: 1.2;
}

.news-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.news-share-btn {
  width: 40px;
  height: 40px;
  background-color: var(--color-custom-primary);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.news-share-btn:hover {
  opacity: 0.8;
}

.onca-news-detail-page {
  background: #f3f3f3;
  padding: 8px 0 48px;
}

.onca-news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 24px;
  align-items: start;
}

.onca-news-article {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  min-width: 0;
}

.onca-news-article__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.onca-news-article__category {
  color: #ff0904;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.onca-news-article__date {
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.onca-news-article__title {
  color: #232323;
  font-size: clamp(32px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 16px;
  letter-spacing: 0;
}

.onca-news-article__summary {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 24px;
}

.onca-news-article__figure {
  background: #e0e0e0;
  border-radius: 16px;
  margin: 0 0 32px;
  overflow: hidden;
}

.onca-news-article__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.onca-news-article__content {
  color: #232323;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}

.onca-news-article__content p,
.onca-news-article__content ul,
.onca-news-article__content ol,
.onca-news-article__content blockquote {
  margin-bottom: 20px;
}

.onca-news-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.onca-news-article__share {
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
}

.onca-news-article__share > span {
  color: var(--color-custom-primary, #491804);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.onca-news-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.onca-category-page {
  background: #f3f3f3;
  padding: 8px 0 48px;
}

.onca-category-header {
  margin-bottom: 24px;
}

.onca-category-header__title {
  color: #232323;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  letter-spacing: 0;
}

.onca-category-empty {
  background: #fff;
  border-radius: 16px;
  color: #676767;
  font-size: 16px;
  padding: 32px;
}

.onca-category-empty p {
  margin: 0;
}

.onca-category-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.onca-category-news-card {
  align-items: flex-start;
  color: inherit !important;
  display: grid;
  grid-template-columns: minmax(250px, 400px) minmax(0, 1fr);
  gap: 22px;
  text-decoration: none !important;
}

.onca-category-news-card__img-wrap {
  aspect-ratio: 280 / 170;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.onca-category-news-card__img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.onca-category-news-card:hover .onca-category-news-card__img {
  transform: scale(1.04);
}

.onca-category-news-card__content {
  min-width: 0;
  padding-top: 1px;
}

.onca-category-news-card__meta {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.onca-category-news-card__category {
  background: #ff0904;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 11px;
}

.onca-category-news-card__date {
  color: #848484;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.onca-category-news-card__title {
  color: #232323;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 6px;
  transition: color 0.25s ease;
}

.onca-category-news-card:hover .onca-category-news-card__title {
  color: var(--color-custom-primary, #491804);
}

.onca-category-news-card__excerpt {
  color: #676767;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.onca-category-pagination {
  margin-top: 40px;
}

.onca-contact-page {
  background: #f3f3f3;
  padding: 40px 0 64px;
}

.onca-contact-ad--top {
  margin-bottom: 40px;
}

.onca-contact-ad--bottom {
  margin-top: 64px;
}

.onca-contact-card {
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  max-width: min(860px, 100%);
  padding: 36px 40px 32px;
}

.onca-contact-eyebrow {
  color: #ff0904;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.onca-contact-title {
  color: var(--color-custom-primary, #491804);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
}

.onca-contact-intro {
  border-bottom: 1px solid #d9d9d9;
  color: #676767;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 18px;
  padding-bottom: 18px;
}

.onca-contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.onca-contact-form__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.onca-contact-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.onca-contact-field label {
  color: #232323;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.onca-contact-field input,
.onca-contact-field textarea {
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  color: #232323;
  font-size: 14px;
  outline: none;
  padding: 9px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.onca-contact-field input {
  height: 38px;
}

.onca-contact-field textarea {
  min-height: 160px;
  resize: vertical;
}

.onca-contact-field input:focus,
.onca-contact-field textarea:focus {
  border-color: var(--color-custom-primary, #491804);
  box-shadow: 0 0 0 3px rgba(73, 24, 4, 0.08);
}

.onca-contact-captcha {
  transform: scale(0.88);
  transform-origin: top left;
}

.onca-contact-captcha-note {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

.onca-contact-captcha-note a {
  color: inherit;
  text-decoration: underline;
}

.onca-contact-submit {
  align-self: flex-start;
  background: #32a938;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 42px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.onca-contact-submit:hover {
  background: #2a9530;
}

.onca-about-page {
  background: #f3f3f3;
  padding: 40px 0 64px;
}

.onca-about-ad--top {
  margin-bottom: 40px;
}

.onca-about-ad--bottom {
  margin-top: 56px;
}

.onca-about-intro {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.2fr 1fr;
}

.onca-about-media {
  background: #f3f3f3;
  border-radius: 16px;
  line-height: 0;
  overflow: hidden;
}

.onca-about-media__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.onca-about-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 43px;
}

.onca-about-title {
  color: var(--color-custom-primary, #491804);
  font-family: 'Inter', sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.onca-about-text {
  color: #848484;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.onca-about-text p {
  margin: 0 0 16px;
}

.onca-about-text p:last-child {
  margin-bottom: 0;
}

.onca-about-logo img {
  max-height: 58px;
  width: auto;
  display: block;
}

.news-pagination .page-link {
  min-width: 40px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .onca-news-detail-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .onca-news-detail-sidebar {
    width: 100%;
  }

  .onca-news-article {
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .onca-news-article {
    border-radius: 12px;
    padding: 20px;
  }

  .onca-news-article__title {
    font-size: 30px;
  }

  .onca-news-article__summary,
  .onca-news-article__content {
    font-size: 16px;
  }

  .onca-news-article__share {
    align-items: flex-start;
    flex-direction: column;
  }

  .onca-category-news-card {
    grid-template-columns: minmax(132px, 42%) minmax(0, 1fr);
    gap: 12px;
  }

  .onca-category-news-card__category,
  .onca-category-news-card__date {
    font-size: 10px;
  }

  .onca-category-news-card__category {
    padding: 6px 9px;
  }

  .onca-category-news-card__title {
    font-size: 14px;
    line-height: 1.28;
  }

  .onca-category-news-card__excerpt {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }

  .onca-contact-page {
    padding: 24px 0 48px;
  }

  .onca-contact-card {
    padding: 28px 20px;
  }

  .onca-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .onca-contact-title {
    font-size: 28px;
  }

  .onca-contact-captcha {
    max-width: 100%;
    overflow: hidden;
    transform: scale(0.82);
  }

  .onca-about-page {
    padding: 24px 0 48px;
  }

  .onca-about-intro {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .onca-about-content {
    padding-top: 0;
    gap: 16px;
  }

  .onca-about-title {
    font-size: 26px;
  }

  .onca-about-text {
    font-size: 14px;
  }

  .onca-about-logo img {
    max-height: 48px;
  }
}

@media (max-width: 575px) {
  .news-card {
    padding: 0 1rem 1rem;
  }

  .news-card__image-wrap {
    margin: 0 -1rem;
  }

  .news-card__title {
    font-size: 1.125rem;
  }
}

/* Responsividade */
@media (max-width: 576px) {
  .cookie-consent-banner {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  }
}


/* CUSTOMIZACOES DO SITE */
.top0 {
  background-color: #fff;
  border-bottom: 2px solid #cccccc5c;
}

.top1 i {
  background-color: #054422;
  border-radius: 5px;
  padding: 5px;
  width: 35px;
  text-align: center;
}

.middle1 img {
  border-radius: 5px;
}
.middle1 img:hover {
  box-shadow: 0 12px 18px rgb(0 0 0 / 33%);
  transform: translateY(-2px);
  transition:
    box-shadow 0.6s ease,
    transform 0.6s ease;
}

/* ===== ONÇA NEWS PORTAL ===== */

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}

/* Top Bar */
.onca-topbar {
  background-color: var(--color-custom-primary, #491804);
  color: #fff;
  padding: 16px 0;
  font-size: 16px;
}

.onca-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.onca-topbar-date {
  font-weight: 400;
  line-height: 1.5;
}

.onca-topbar-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
}

.onca-topbar-tabs .active {
  font-weight: 600;
  color: #fff;
}

.onca-topbar-tabs .inactive {
  color: #c8c8c8;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none !important;
}

.onca-topbar-tabs .inactive:hover {
  color: #fff;
}

.onca-topbar-dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}

/* Header Main */
.onca-header-main {
  background: #fff;
  padding: 24px 0;
}

.onca-header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.onca-header-logo img {
  max-height: 92px;
  width: auto;
}

.onca-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.onca-search-form {
  position: relative;
  width: 411px;
}

.onca-search-input {
  width: 100%;
  height: 56px;
  border: 1px solid #a4a4a4;
  border-radius: 64px;
  padding: 0 56px 0 24px;
  font-size: 16px;
  outline: none;
  background: transparent;
}

.onca-search-input:focus {
  border-color: var(--color-custom-primary, #491804);
}

.onca-search-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--color-custom-primary, #491804);
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onca-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: #32AD36;
  color: #fff !important;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.onca-cta-btn:hover {
  background-color: #2a9530;
  color: #fff !important;
}

/* Divider */
.onca-divider {
  height: 1px;
  background: #d9d9d9;
}

/* Menu */
.onca-menu {
  padding: 16px 0;
}

.onca-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: thin;
}

.onca-menu-item {
  font-size: 16px;
  font-weight: 400;
  color: #232323 !important;
  text-decoration: none !important;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.3s;
}

.onca-menu-item:hover,
.onca-menu-item.active {
  color: var(--color-custom-primary, #491804) !important;
}

/* Destaque Bar */
.onca-destaque {
  background: var(--color-custom-primary, #491804);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.onca-destaque-viewport {
  flex: 1;
  min-width: 0;
  height: 24px;
  overflow: hidden;
  position: relative;
}

.onca-destaque-text {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  text-decoration: none !important;
  text-overflow: ellipsis;
  transform: translateY(100%);
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-sizing: border-box;
}

.onca-destaque-text:hover {
  color: #fff;
}

.onca-destaque-text.active {
  opacity: 1;
  transform: translateY(0);
}

.onca-destaque-text.leaving {
  opacity: 0;
  transform: translateY(-100%);
}

.onca-destaque-text.entering {
  opacity: 1;
  transform: translateY(0);
}

.onca-destaque-dots {
  display: flex;
  gap: 3px;
  align-items: center;
  flex-shrink: 0;
}

.onca-destaque-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  padding: 0;
}

.onca-destaque-dot.active {
  background: #fff;
}

/* Ad Banners */
.onca-ad-banner {
  background: #f23e49;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.onca-ad-banner--adsense {
  background: transparent;
  min-height: 0;
}

.onca-adsense-wrap {
  margin-bottom: 24px;
}

.onca-ad-cms-wrap {
  margin-bottom: 24px;
}

.onca-ad-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onca-ad-980x120 {
  width: 100%;
  height: 120px;
  margin-bottom: 24px;
}

.onca-ad-300x600 {
  width: 100%;
  height: auto;
}

.onca-ad-banner.onca-ad-300x600,
.onca-ad-banner.onca-ad-banner--sidebar {
  display: block;
  height: auto;
  min-height: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  overflow: visible;
}

.onca-ad-banner.onca-ad-300x600 img,
.onca-ad-banner.onca-ad-300x600 .onca-ad-banner__img,
.onca-ad-banner.onca-ad-300x600 .onca-ad-banner__img--natural {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 4px;
}

.onca-ad-300x600 .onca-ad-text {
  max-width: 180px;
  line-height: 1.2;
}

.onca-ad-930x180 {
  width: 100%;
  height: 180px;
}

.onca-ad-text {
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Arial Black', Impact, sans-serif;
  line-height: 1;
}

.onca-ad-text-lg {
  font-size: 72px;
}

.onca-ad-text-md {
  font-size: 56px;
}

.onca-ad-text span {
  font-size: 0.5em;
  vertical-align: middle;
}

/* Featured Grid */
.onca-featured-grid {
  display: grid;
  grid-template-columns: 66% 1fr;
  grid-template-rows: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 30px;
  min-height: 740px;
  margin-bottom: 48px;
}

.onca-featured-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  min-height: 0;
  text-decoration: none !important;
  color: #fff !important;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  background: #1a1a1a;
}

.onca-featured-card:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
  transform: translateY(-2px);
  color: #fff !important;
}

.onca-featured-card__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.onca-featured-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.onca-featured-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 34%, rgba(0,0,0,0.8) 100%);
  pointer-events: none;
}

.onca-featured-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
}

.onca-featured-card--main {
  grid-row: 1 / 3;
  grid-column: 1;
  padding: 48px;
}

.onca-featured-card--side {
  padding: 32px;
}

.onca-featured-card--bottom {
  padding: 32px;
}

.onca-featured-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.onca-featured-card__category {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.onca-featured-card__dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.onca-featured-card__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.onca-featured-card__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

.onca-featured-card--side .onca-featured-card__title,
.onca-featured-card--bottom .onca-featured-card__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

/* News Content Area */
.onca-content-area {
  display: flex;
  gap: 24px;
}

.onca-content-main {
  flex: 1;
  min-width: 0;
}

.onca-content-sidebar {
  width: 306px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Card Square */
.onca-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  row-gap: 48px;
}

.onca-card-square {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none !important;
  color: inherit !important;
  border-radius: 16px;
}

.onca-card-square:hover .onca-card-square__title {
  color: var(--color-custom-primary, #491804);
}

.onca-card-square__img-wrap {
  width: 100%;
  height: 218px;
  border-radius: 8px;
  overflow: hidden;
  background: #e0e0e0;
}

.onca-card-square__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.onca-card-square:hover .onca-card-square__img {
  transform: scale(1.05);
}

.onca-card-square__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.onca-card-square__category {
  font-weight: 600;
  font-size: 14px;
  color: #ff0904;
  line-height: 1.5;
}

.onca-card-square__dot {
  width: 5px;
  height: 5px;
  background: #848484;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.onca-card-square__date {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
  line-height: 1.5;
}

.onca-card-square__title {
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  line-height: 1.5;
  margin: 0;
  transition: color 0.3s;
}

/* Mais Lidas */
.onca-mais-lidas {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
}

.onca-mais-lidas__title {
  font-weight: 600;
  font-size: 22px;
  color: var(--color-custom-primary, #491804);
  line-height: 1.5;
  margin-bottom: 16px;
}

.onca-mais-lidas-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none !important;
  color: inherit !important;
}

.onca-mais-lidas-item:last-child {
  border-bottom: none;
}

.onca-mais-lidas-item__number {
  width: 25px;
  height: 25px;
  min-width: 25px;
  background: #ff0904;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.onca-mais-lidas-item__content {
  flex: 1;
  min-width: 0;
}

.onca-mais-lidas-item__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.onca-mais-lidas-item__category {
  font-weight: 600;
  font-size: 14px;
  color: #ff0904;
}

.onca-mais-lidas-item__date {
  font-weight: 400;
  font-size: 14px;
  color: #848484;
}

.onca-mais-lidas-item__title {
  font-weight: 600;
  font-size: 14px;
  color: #232323;
  line-height: 1.5;
  margin: 0;
  transition: color 0.3s;
}

.onca-mais-lidas-item:hover .onca-mais-lidas-item__title {
  color: var(--color-custom-primary, #491804);
}

/* Onça Footer */
.onca-footer-main {
  background: #fff;
  padding: 48px 0;
}

.onca-footer-main .container {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
}

.onca-footer-logo {
  flex: 1 1 320px;
  max-width: 460px;
}

.onca-footer-logo img {
  max-height: 168px;
  width: auto;
  max-width: 100%;
}

.onca-footer-col-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--color-custom-primary, #491804);
  margin-bottom: 16px;
  line-height: 1.2;
}

.onca-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.onca-footer-links li a {
  font-weight: 400;
  font-size: 16px;
  color: #232323 !important;
  text-decoration: none !important;
  line-height: 1.5;
  text-transform: uppercase;
  transition: color 0.3s;
}

.onca-footer-links li a:hover {
  color: var(--color-custom-primary, #491804) !important;
}

.onca-footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.onca-footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #676767 !important;
  font-size: 24px;
  text-decoration: none !important;
  transition: color 0.3s;
}

.onca-footer-social a:hover {
  color: var(--color-custom-primary, #491804) !important;
}

.onca-footer-copyright {
  background: var(--color-custom-primary, #491804);
  padding: 24px 0;
}

.onca-footer-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.onca-footer-copyright-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

/* Responsive - Onça */
@media (max-width: 1399.98px) {
  .onca-content-sidebar {
    width: 260px;
  }

  .onca-content-area {
    gap: 20px;
  }

  .onca-cards-grid {
    gap: 20px;
    row-gap: 36px;
  }

  .onca-featured-grid {
    column-gap: 20px;
    row-gap: 20px;
  }
}

@media (max-width: 1199.98px) {
  .onca-search-form {
    width: 220px;
  }

  .onca-search-input {
    height: 46px;
    font-size: 14px;
    padding: 0 46px 0 18px;
  }

  .onca-cta-btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .onca-header-logo img {
    max-height: 72px;
  }

  .onca-featured-grid {
    grid-template-columns: 55% 1fr;
    column-gap: 16px;
    row-gap: 16px;
    min-height: 560px;
  }

  .onca-featured-card__title {
    font-size: 22px;
  }

  .onca-featured-card--side .onca-featured-card__title,
  .onca-featured-card--bottom .onca-featured-card__title {
    font-size: 16px;
  }

  .onca-featured-card--main {
    padding: 28px;
  }

  .onca-featured-card--side,
  .onca-featured-card--bottom {
    padding: 20px;
  }

  .onca-content-area {
    gap: 16px;
  }

  .onca-content-sidebar {
    width: 260px;
  }

  .onca-category-news-card {
    grid-template-columns: minmax(200px, 40%) minmax(0, 1fr);
    gap: 16px;
  }

  .onca-category-news-card__title {
    font-size: 18px;
    line-height: 1.35;
  }

  .onca-category-news-card__excerpt {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .onca-footer-main .container {
    gap: 40px;
  }

  .onca-about-intro {
    gap: 40px;
  }

  .onca-about-title {
    font-size: 32px;
  }
}

@media (max-width: 1399.98px) and (min-width: 992px) {
  .onca-news-detail-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .onca-featured-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .onca-featured-card--main {
    grid-row: auto;
    grid-column: auto;
    min-height: 320px;
  }

  .onca-featured-card--side,
  .onca-featured-card--bottom {
    min-height: 220px;
  }

  .onca-content-area {
    flex-direction: column;
  }

  .onca-content-sidebar {
    width: 100%;
  }

  .onca-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .onca-footer-main .container {
    flex-wrap: wrap;
    gap: 32px;
  }

  .onca-search-form {
    width: 260px;
  }
}

@media (max-width: 767.98px) {
  .onca-cards-grid {
    grid-template-columns: 1fr;
  }

  .onca-header-actions {
    display: none;
  }

  .onca-menu {
    display: none;
  }

  .onca-ad-text-lg {
    font-size: 40px;
  }

  .onca-ad-text-md {
    font-size: 32px;
  }

  .onca-footer-main .container {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }

  .onca-footer-social {
    justify-content: center;
  }

  .onca-footer-copyright .container {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ===== ENVIE SUA NOTÍCIA PAGE ===== */
.onca-send-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 48px;
}

.onca-send-news__guidelines {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.onca-send-news__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onca-send-news__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #ff0904;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 1.5;
}

.onca-send-news__title {
  font-size: 41px;
  font-weight: 700;
  color: var(--color-custom-primary, #491804);
  line-height: 1.2;
  margin: 0;
}

.onca-send-news__desc {
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  line-height: 1.5;
  margin: 0;
}

.onca-send-news__divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

.onca-send-news__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onca-send-news__section-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-custom-primary, #491804);
  margin: 0;
  line-height: 1.5;
}

.onca-send-news__section-title--danger {
  color: var(--color-custom-primary, #491804);
}

.onca-send-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onca-send-news__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  line-height: 1.5;
}

.onca-send-news__icon--check {
  color: #32AD36;
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.onca-send-news__icon--danger {
  color: #ff0904;
  font-size: 16px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.onca-send-news__tips {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.onca-send-news__tips p {
  font-size: 16px;
  font-weight: 400;
  color: #676767;
  line-height: 1.5;
  margin: 0;
}

.onca-send-news__contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.onca-send-news__loc {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.onca-send-news__loc-city {
  font-weight: 700;
  font-size: 30px;
  color: var(--color-custom-primary, #491804);
  line-height: 1.2;
  margin: 0;
}

.onca-send-news__loc-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.onca-send-news__loc-info a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #232323 !important;
  text-decoration: none !important;
  line-height: 1.5;
}

.onca-send-news__loc-info a i {
  width: 20px;
  text-align: center;
  color: var(--color-custom-primary, #491804);
  font-size: 16px;
}

.onca-send-news__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: #32AD36;
  color: #fff !important;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 1.5;
  transition: background-color 0.3s ease;
}

.onca-send-news__cta:hover {
  background: #2a9530;
}

.onca-send-news__cta i {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .onca-send-news {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .onca-send-news__title {
    font-size: 22px;
  }

  .onca-send-news__loc-city {
    font-size: 18px;
  }

  .onca-send-news__guidelines {
    padding: 24px 20px;
  }

  .onca-send-news__loc {
    padding: 24px 20px;
  }

  .onca-send-news__list li,
  .onca-send-news__tips p,
  .onca-send-news__desc {
    font-size: 14px;
  }

  .onca-send-news__section-title {
    font-size: 14px;
  }

  .onca-send-news__loc-info a {
    font-size: 14px;
  }

  .onca-send-news__cta {
    font-size: 14px;
    padding: 14px 20px;
  }

  .onca-send-news {
    margin-bottom: 24px;
  }
}

/* ===== HOME MOBILE LAYOUT (Figma 360px) ===== */
@media (max-width: 767.98px) {
  /* Topbar - compact */
  .onca-topbar {
    padding: 8px 0;
    font-size: 12px;
  }

  /* Header mobile - logo left, hamburger right */
  .mobile-sticky-bar.is-pinned {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }

  .header-mobile .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-mobile-logo {
    flex: none;
    order: -1;
    padding: 0;
  }

  .header-mobile-logo img {
    max-height: 60px;
    max-width: 164px;
  }

  /* Headline rotator - full-bleed bar */
  .onca-headline-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .onca-destaque {
    border-radius: 0;
    padding: 8px 16px;
    min-height: 34px;
  }

  .onca-destaque-viewport {
    height: 18px;
    padding-right: 4px;
  }

  .onca-destaque-text {
    font-size: 12px;
    font-weight: 400;
  }

  .onca-destaque-dots {
    display: none;
  }

  .onca-destaque::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
  }

  /* Banner top - mobile size (320x50) */
  .onca-ad-980x120 {
    height: 51px;
    margin-bottom: 16px;
  }

  /* Featured grid - mobile spacing */
  .onca-featured-grid {
    gap: 10px;
    row-gap: 10px;
    margin-bottom: 24px;
  }

  .onca-featured-card--main {
    min-height: 298px;
    padding: 32px 24px;
  }

  .onca-featured-card--side,
  .onca-featured-card--bottom {
    min-height: 186px;
    padding: 32px 24px;
  }

  .onca-featured-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }

  .onca-featured-card--side .onca-featured-card__title,
  .onca-featured-card--bottom .onca-featured-card__title {
    font-size: 16px;
  }

  /* Mobile-only large banner (320x100) */
  .onca-ad-mobile-lg {
    width: 100%;
    height: 102px;
  }

  /* Sidebar above main on mobile */
  .onca-content-sidebar {
    order: -1;
  }

  /* Ad 300x600 - altura conforme a imagem */
  .onca-ad-300x600 {
    height: auto;
  }

  /* Bottom banner - mobile size (320x100) */
  .onca-ad-930x180 {
    height: 102px;
  }

  /* Category news cards - vertical layout on mobile */
  .onca-category-news-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .onca-category-news-card__img-wrap {
    aspect-ratio: auto;
    height: 184px;
    border-radius: 8px;
  }

  .onca-category-news-card__category {
    background: transparent;
    color: #ff0904;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    line-height: 1.5;
  }

  .onca-category-news-card__date {
    font-size: 14px;
  }

  .onca-category-news-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }

  .onca-category-news-card__excerpt {
    display: none;
  }

  .onca-category-page .onca-content-sidebar {
    order: 0;
  }

  .onca-category-header__title {
    font-size: 28px;
  }

  /* News detail article - mobile */
  .onca-news-detail-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .onca-news-article {
    order: 1;
    width: 100%;
    min-width: 0;
    padding: 20px 16px;
  }

  .onca-news-detail-layout > .d-md-none {
    order: 2;
    width: 100%;
  }

  .onca-news-detail-sidebar {
    order: 3;
    width: 100%;
  }

  .onca-news-detail-sidebar .onca-ad-300x600 {
    display: none;
  }

  .onca-news-article__category {
    background: #ff0904;
    color: #fff;
    padding: 4px 16px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
  }

  .onca-news-article__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .onca-news-article__summary {
    display: none;
  }

  .onca-news-article__figure {
    border-radius: 8px;
  }

  .onca-news-article__image {
    border-radius: 8px;
  }

  .onca-news-article__content {
    font-size: 14px;
    color: #676767;
    line-height: 1.5;
  }

  .onca-news-article__date {
    color: #676767;
  }

  .onca-news-detail-page {
    padding: 0 0 32px;
  }

  .onca-news-detail-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .onca-news-detail-banner-top {
    margin-bottom: 16px !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .onca-news-article__content iframe,
  .onca-news-article__content embed,
  .onca-news-article__content object,
  .onca-news-article__content video {
    max-width: 100%;
    height: auto;
  }

  .onca-news-article__content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .onca-news-article__share {
    align-items: flex-start;
    flex-direction: column;
  }

  /* Footer - reorganize for mobile */
  .onca-footer-main .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    row-gap: 32px;
    align-items: start;
    text-align: left;
  }

  .onca-footer-main .container > *:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }

  .onca-footer-logo img {
    max-height: 96px;
    max-width: 280px;
  }

  .onca-footer-main .container > *:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    text-align: center;
  }

  .onca-footer-main .container > *:nth-child(4) .onca-footer-col-title {
    display: none;
  }

  .onca-footer-social a {
    color: var(--color-custom-primary, #491804) !important;
  }

  .onca-footer-main .container > *:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
  }

  .onca-footer-main .container > *:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
  }

  .onca-footer-links li a {
    font-size: 14px;
  }

  .onca-footer-copyright {
    padding: 16px;
  }

  .onca-footer-copyright-text {
    font-size: 10px;
  }

  .onca-footer-copyright .container {
    gap: 4px;
  }

  .onca-footer-copyright .container img {
    height: 17px !important;
  }
}

/* ===== MOBILE NAV DRAWER (Figma 9458:5583) ===== */
.onca-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 1080;
  pointer-events: none;
  visibility: hidden;
}

.onca-mobile-nav.is-open {
  pointer-events: auto;
  visibility: visible;
}

.onca-mobile-nav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.onca-mobile-nav.is-open .onca-mobile-nav__overlay {
  opacity: 1;
}

.onca-mobile-nav__panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  max-width: calc(100vw - 56px);
  background: #fff;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.28s ease;
  overflow: hidden;
}

.onca-mobile-nav.is-open .onca-mobile-nav__panel {
  transform: translateX(0);
}

.onca-mobile-nav__stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: #491804;
  z-index: 2;
}

.onca-mobile-nav__content {
  position: relative;
  z-index: 3;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px 22px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

.onca-mobile-nav__search {
  position: relative;
  width: 246px;
  max-width: 100%;
  flex-shrink: 0;
}

.onca-mobile-nav__search-input {
  width: 100%;
  height: 56px;
  border: 1px solid #a4a4a4;
  border-radius: 64px;
  padding: 0 48px 0 16px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #232323;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

.onca-mobile-nav__search-input:focus {
  border-color: #491804;
}

.onca-mobile-nav__search-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #491804;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.onca-mobile-nav__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 246px;
  max-width: 100%;
  flex-shrink: 0;
}

.onca-mobile-nav__link {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #232323 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0;
}

.onca-mobile-nav__link:hover,
.onca-mobile-nav__link:focus {
  color: #232323 !important;
}

.onca-mobile-nav__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #c3bbb8;
  border: 0;
}

.onca-mobile-nav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  max-width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 90px;
  background: #32ad36;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none !important;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.onca-mobile-nav__cta:hover {
  background: #2a9530;
  color: #fff !important;
}

body.onca-mobile-nav-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .onca-mobile-nav {
    display: none;
  }
}
