html {
  box-sizing: border-box;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.site-home {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  background: #eef4f4;
  color: #174246;
  font-family: Arial, Helvetica, sans-serif;
}

body.site-home a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0, 46, 49, 0.12);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 1480px;
  min-height: 84px;
  margin: 0 auto;
  padding: 10px clamp(12px, 2.5vw, 34px);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  text-decoration: none;
}

.site-logo img {
  display: block;
  width: 148px;
  height: auto;
}

.site-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.site-action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  background: #007d84;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.site-action:hover,
.site-action:focus {
  background: #005f64;
  transform: translateY(-1px);
}

.site-action--search::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url("../home/busca.gif") center / contain no-repeat;
}

.primary-nav {
  width: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #00a7ad 0%, #00858a 46%, #00666b 100%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.28), inset 0 -1px rgba(0, 58, 62, 0.35);
}

.primary-nav__panel {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(12px, 2.5vw, 34px);
}

.primary-nav__mobile-head,
.primary-nav__mobile-actions {
  display: none;
}

.primary-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff !important;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav__link:hover,
.primary-nav__link:focus,
.primary-nav__group.is-open > .primary-nav__link,
.primary-nav__group:hover > .primary-nav__link {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    #005f64;
}

.primary-nav__link--button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.primary-nav__group {
  position: relative;
}

.primary-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  max-width: min(360px, 90vw);
  padding: 8px;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 48, 51, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.primary-nav__group:hover .primary-nav__submenu,
.primary-nav__group:focus-within .primary-nav__submenu,
.primary-nav__group.is-open .primary-nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.primary-nav__submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #174246 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.primary-nav__submenu a:hover,
.primary-nav__submenu a:focus {
  background: #e4f2f2;
  color: #005f64 !important;
}

.nav-toggle,
.nav-close {
  display: none;
}

.legacy-layout {
  flex: 1 0 auto;
  width: 100%;
  padding: 0;
  background: #dce8ea;
}

.legacy-shell {
  width: 100% !important;
  max-width: 1480px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #dce8ea !important;
  box-shadow: 0 12px 36px rgba(20, 68, 72, 0.12);
}

.legacy-shell,
.legacy-shell table,
.legacy-shell td {
  max-width: 100%;
}

.legacy-shell > tbody > tr > td,
.legacy-hero-table {
  width: 100% !important;
}

.legacy-shell > tbody > tr:first-child,
.legacy-shell > tbody > tr:first-child > td,
.legacy-hero-table,
.legacy-hero-table > tbody,
.legacy-hero-table > tbody > tr,
.legacy-hero-table > tbody > tr > td {
  height: auto !important;
  background: #dce8ea !important;
}

.legacy-hero-table > tbody > tr:first-child,
.legacy-hero-table > tbody > tr:nth-child(2),
.legacy-hero-table__hidden-top {
  display: none !important;
}

.legacy-hero-table > tbody > tr:nth-child(1) table,
.legacy-hero-table > tbody > tr:nth-child(2) table {
  width: 100% !important;
}

.legacy-hero-table table[background*="barra_top"],
.legacy-hero-table table[style*="bg_barra"] {
  display: none !important;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 12px;
  align-items: start;
  width: 100%;
  padding: 0;
  background: #dce8ea;
}

.home-hero-carousel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 14px;
  align-items: center;
  min-width: 0;
  padding-top: 14px;
  background: transparent;
}

.home-hero-aside {
  min-width: 0;
  padding: 12px 12px 12px 0;
  background: #dce8ea;
}

.home-hero-aside table,
.home-hero-aside tbody,
.home-hero-aside tr,
.home-hero-aside td {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.home-hero-aside a {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background: #006f76;
  box-shadow: 0 10px 24px rgba(17, 68, 72, 0.14);
}

.home-hero-aside img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
}

.home-hero-aside br {
  display: none;
}

.home-hero-aside tr + tr {
  margin-top: 14px;
}

.sliderwrapper {
  grid-column: 1 / -1;
  width: 100% !important;
  height: var(--home-hero-slide-height, clamp(340px, 31vw, 460px)) !important;
  overflow: hidden;
  border-radius: 8px;
  background: #dce8ea;
  box-shadow: 0 12px 26px rgba(15, 72, 76, 0.16);
}

.sliderwrapper .contentdiv {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  border-radius: inherit;
}

.sliderwrapper .contentdiv > table {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  border-radius: inherit;
  background-size: cover !important;
  background-position: center center !important;
}

.sliderwrapper .contentdiv > table > tbody > tr:first-child > td {
  height: calc(100% - 78px) !important;
}

.box_transparencia {
  background: rgba(0, 91, 91, 0.86) !important;
  width: min(76%, 780px) !important;
  min-height: 68px;
  margin-left: 0;
  table-layout: fixed;
}

.titulo_foto,
.titulo_foto a {
  font-size: clamp(17px, 1.65vw, 23px) !important;
  line-height: 1.15;
}

.box_transparencia td:first-child,
.box_transparencia td:last-child {
  width: clamp(12px, 1.6vw, 18px) !important;
}

.box_transparencia td.titulo_foto {
  width: auto !important;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle !important;
}

.box_transparencia div.titulo_foto,
.box_transparencia a.titulo_foto {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero-footer {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(224px, 19vw, 254px);
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 8px 0 10px;
  box-sizing: border-box;
  background: #dce8ea;
}

.pagination {
  position: relative;
  z-index: 1;
  width: auto !important;
  min-height: 0;
  padding: 0 !important;
  padding-right: 12px !important;
  background: transparent !important;
  background-image: none !important;
  pointer-events: auto;
  text-align: right;
}

.home-hero-spacer-row,
.home-quick-links-row,
.home-login-row {
  display: none !important;
}

.home-hero-links {
  position: relative;
  z-index: 3;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  color: #2a6870;
  font-size: 12px;
  line-height: 1.4;
  pointer-events: auto;
  white-space: nowrap;
}

.home-hero-links .menutop2icone {
  display: inline;
  margin: 0 4px;
  color: #4f7b82;
  font-size: 12px;
}

.home-hero-links a {
  position: relative;
  z-index: 1;
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2a6870 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  pointer-events: auto;
  text-decoration: none;
}

.home-hero-links a:hover,
.home-hero-links a:focus {
  background: transparent;
  color: #004f55 !important;
  text-decoration: underline;
  outline: 0;
}

.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  margin-left: 3px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #005f64 !important;
  font-weight: 700;
  pointer-events: auto;
}

.pagination a:hover,
.pagination a.selected {
  background: #ffcf5a !important;
  color: #173235 !important;
}

.legacy-shell img {
  max-width: 100%;
  height: auto;
}

.legacy-shell td[width="542"] {
  width: 72% !important;
}

.legacy-shell td[width="239"] {
  width: 28% !important;
}

.legacy-shell td[width="542"] > div > table,
.legacy-shell table[width="522"],
.legacy-shell table[width="516"],
.legacy-shell table[width="100%"] {
  width: 100% !important;
}

.legacy-shell table[bgcolor="#F0F8FA"],
.legacy-shell table[bgcolor="#f0f8fa"] {
  border-radius: 8px;
  background: #f4fbfb !important;
}

.legacy-shell td[width="239"] {
  padding: 16px 16px 24px;
  background: #dce8ea !important;
}

.legacy-shell td[width="510"] > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.legacy-shell td[width="510"] > div > table[width="255"] {
  float: none !important;
  width: 100% !important;
  height: auto !important;
}

.home-news-card-grid,
.legacy-shell table[width="516"][height="414"] {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
  width: 100% !important;
  height: auto !important;
  margin-top: 12px;
}

.home-news-card-grid > tbody,
.home-news-card-grid > tbody > tr,
.home-news-card-grid > tbody > tr > td,
.home-news-card-grid td[width="510"] > div,
.legacy-shell table[width="516"][height="414"] > tbody,
.legacy-shell table[width="516"][height="414"] > tbody > tr,
.legacy-shell table[width="516"][height="414"] > tbody > tr > td,
.legacy-shell table[width="516"][height="414"] td[width="510"] > div {
  display: contents !important;
}

.home-news-card-grid .home-news-divider,
.home-news-card-grid td[background*="fio2"],
.home-news-card-grid td[background*="fio.gif"],
.home-news-card-grid td[rowspan],
.legacy-shell table[width="516"][height="414"] td[background*="fio2"],
.legacy-shell table[width="516"][height="414"] td[background*="fio.gif"],
.legacy-shell table[width="516"][height="414"] td[rowspan] {
  display: none !important;
}

.home-news-card-grid .home-news-card,
.legacy-shell table[width="516"][height="414"] table[width="255"] {
  display: block !important;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  overflow: hidden;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 72, 76, 0.1);
}

.home-news-card-grid .home-news-card > tbody,
.home-news-card-grid .home-news-card > tbody > tr,
.home-news-card-grid .home-news-card > tbody > tr > td,
.home-news-card-grid .home-news-card table[width="220"],
.home-news-card-grid .home-news-card table[width="220"] > tbody,
.home-news-card-grid .home-news-card table[width="220"] > tbody > tr,
.home-news-card-grid .home-news-card table[width="220"] > tbody > tr > td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.home-news-card-grid .home-news-card td {
  background: none !important;
  padding: 0 !important;
}

.home-news-card-grid .home-news-card .titulo_foto21 {
  min-height: 64px;
  padding: 14px 14px 10px;
}

.home-news-card-grid .home-news-card .titulo_foto21 a {
  color: #004f55 !important;
  text-decoration: none;
}

.home-news-card-grid .home-news-card .titulo_foto21 a:hover,
.home-news-card-grid .home-news-card .titulo_foto21 a:focus {
  color: #007d84 !important;
  text-decoration: underline;
}

.home-news-card-grid .home-news-card .img_borda,
.home-news-card-grid .home-news-card #fotos {
  display: block;
  width: 100% !important;
}

.home-news-card-grid .home-news-card .chamada_index_lista {
  display: block;
  padding: 12px 14px 16px;
  color: #25585d !important;
  text-decoration: none;
}

.home-news-card-grid .home-news-card .chamada_index_lista:hover,
.home-news-card-grid .home-news-card .chamada_index_lista:focus {
  color: #007d84 !important;
}

.home-news-list {
  width: 100% !important;
  margin-top: 18px;
  padding: 14px;
  border-radius: 6px;
  background: #ecf6f6;
}

.home-news-list tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
}

.home-news-list tr {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
}

.home-news-list td {
  display: block;
  width: auto !important;
  height: auto !important;
}

.home-news-list img {
  margin-top: 2px;
}

.home-news-list tr:last-child {
  grid-column: 1 / -1;
  justify-self: end;
}

@media (min-width: 1200px) {
  .home-news-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.legacy-shell #fotos,
.legacy-shell .cropFoto {
  width: 100% !important;
  height: auto !important;
}

.legacy-shell #fotos img,
.legacy-shell .cropFoto img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.titulo_foto21,
.titulo_foto21 a {
  font-size: 15px !important;
  line-height: 1.25;
}

.chamada_index,
.chamada_index_lista,
.texto,
.texto2,
.textodosite {
  font-size: 13px !important;
  line-height: 1.45;
}

#disclaimer {
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2000 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  padding: 16px clamp(18px, 4vw, 64px) !important;
  border-radius: 0 !important;
  background: rgba(0, 82, 84, 0.96) !important;
  box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  text-align: center;
}

#disclaimer p {
  max-width: 1180px;
  margin: 0 auto 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
}

#disclaimer p:last-of-type {
  margin-bottom: 14px;
}

#disclaimer .button-6 {
  min-width: 88px;
  min-height: 38px;
  padding: 0 22px;
}

.legacy-footer-row {
  display: none !important;
}

.site-footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: 0;
  color: #ffffff;
  background: linear-gradient(180deg, #007d84 0%, #00666b 48%, #005257 100%);
  box-shadow: 0 -10px 32px rgba(15, 72, 76, 0.12);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 16px clamp(18px, 3vw, 42px);
}

.site-footer__rss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.site-footer__rss img {
  width: 39px;
  height: auto;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.site-footer__nav a {
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus {
  text-decoration: underline;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.site-footer__social img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.site-footer__copy {
  padding: 10px 18px 18px;
  background: rgba(0, 55, 58, 0.44);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1024px) {
  .site-header__inner {
    justify-content: flex-start;
    min-height: 72px;
    padding: 8px 16px;
  }

  .site-logo {
    margin: 0;
  }

  .site-logo img {
    width: 132px;
  }

  .site-actions {
    display: none;
  }

  .nav-toggle,
  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .nav-toggle {
    position: absolute;
    top: 18px;
    left: 14px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #007d84;
    color: #ffffff;
    flex-direction: column;
    gap: 5px;
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 1002;
    width: 100%;
    background: transparent;
    pointer-events: none;
  }

  .primary-nav__panel {
    position: fixed;
    top: 0;
    left: calc(-1 * min(86vw, 360px));
    display: block;
    width: min(86vw, 360px);
    height: 100%;
    margin: 0;
    padding: 0 18px 24px;
    overflow-y: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbfb 100%);
    box-shadow: 18px 0 42px rgba(0, 38, 41, 0.24);
    transform: none !important;
    transition: none;
  }

  body.nav-open .primary-nav {
    pointer-events: auto;
  }

  body.nav-open .primary-nav__panel {
    left: 0;
  }

  .primary-nav.is-open .primary-nav__panel,
  .primary-nav__panel.is-open {
    left: 0 !important;
    transform: none !important;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(0, 30, 32, 0.46);
  }

  body.nav-open .nav-backdrop {
    display: block;
  }

  .primary-nav__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    color: #174246;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-close {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #e4f2f2;
    color: #005f64;
    font-size: 28px;
    line-height: 1;
  }

  .primary-nav__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0 4px;
    border-bottom: 1px solid #dbe9e9;
    color: #174246 !important;
    font-size: 16px;
  }

  .primary-nav__link:hover,
  .primary-nav__link:focus,
  .primary-nav__group.is-open > .primary-nav__link {
    background: transparent;
    color: #007d84 !important;
  }

  .primary-nav__submenu {
    position: static;
    display: none;
    min-width: 0;
    max-width: none;
    padding: 4px 0 12px 12px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .primary-nav__group.is-open .primary-nav__submenu {
    display: block;
  }

  .primary-nav__submenu a {
    padding: 9px 10px;
    font-size: 14px;
  }

  .primary-nav__mobile-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .primary-nav__mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 6px;
    background: #007d84;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .legacy-layout {
    padding: 0;
  }

  .legacy-shell {
    max-width: none;
    box-shadow: none;
  }

  .legacy-shell,
  .legacy-shell tbody,
  .legacy-shell tr,
  .legacy-shell td,
  .legacy-shell table {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .legacy-shell .legacy-footer-row,
  .legacy-shell .legacy-hero-table > tbody > tr:first-child,
  .legacy-shell .legacy-hero-table > tbody > tr:nth-child(2),
  .legacy-shell .legacy-hero-table > tbody > tr.legacy-hero-table__hidden-top {
    display: none !important;
  }

  .legacy-shell td {
    padding-right: 0;
    padding-left: 0;
  }

  .home-hero-grid {
    display: block;
  }

  .home-hero-aside {
    padding: 14px;
  }

  .home-hero-aside table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-hero-aside tr + tr {
    margin-top: 0;
  }

  .sliderwrapper {
    height: 420px !important;
  }

  .sliderwrapper .contentdiv,
  .sliderwrapper .contentdiv > table,
  .sliderwrapper .contentdiv > table > tbody,
  .sliderwrapper .contentdiv > table > tbody > tr,
  .sliderwrapper .contentdiv > table > tbody > tr > td {
    display: block !important;
  }

  .sliderwrapper .contentdiv > table > tbody > tr:first-child > td {
    height: 340px !important;
  }

  .box_transparencia {
    width: 82% !important;
    min-height: 70px;
  }

  .titulo_foto,
  .titulo_foto a {
    font-size: 20px !important;
  }

  .pagination {
    text-align: center;
  }

  .legacy-shell td[width="510"] > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 14px;
  }

  .legacy-shell td[width="239"] {
    padding: 16px 14px 24px;
  }

  .legacy-shell td[width="239"] table,
  .legacy-shell td[width="239"] img {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .site-footer__rss,
  .site-footer__social {
    justify-self: center;
  }

  .home-news-card-grid,
  .legacy-shell table[width="516"][height="414"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 14px;
  }

  .home-news-card-grid > tbody,
  .home-news-card-grid > tbody > tr,
  .home-news-card-grid > tbody > tr > td,
  .home-news-card-grid td[width="510"] > div,
  .legacy-shell table[width="516"][height="414"] > tbody,
  .legacy-shell table[width="516"][height="414"] > tbody > tr,
  .legacy-shell table[width="516"][height="414"] > tbody > tr > td,
  .legacy-shell table[width="516"][height="414"] td[width="510"] > div {
    display: contents !important;
  }

  .home-news-card-grid .home-news-card {
    display: block !important;
    width: 100% !important;
  }

  .home-news-card-grid .home-news-card .titulo_foto21 {
    min-height: 0;
  }

  .home-news-list {
    width: calc(100% - 28px) !important;
    margin: 16px 14px 0;
  }

  .home-news-list tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .sliderwrapper {
    height: 350px !important;
  }

  .sliderwrapper .contentdiv > table > tbody > tr:first-child > td {
    height: 270px !important;
  }

  .titulo_foto,
  .titulo_foto a {
    font-size: 17px !important;
  }

  .pagination a {
    min-width: 24px;
    min-height: 24px;
    padding: 0 4px;
    font-size: 12px;
  }

  .home-hero-aside table {
    grid-template-columns: 1fr;
  }

  .home-news-card-grid,
  .legacy-shell table[width="516"][height="414"] {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .home-news-list {
    width: calc(100% - 24px) !important;
    margin-right: 12px;
    margin-left: 12px;
  }

  .home-news-list tbody {
    grid-template-columns: 1fr;
  }
}

/* Stable home layout overrides for the legacy table markup. */
.home-top-social {
  position: absolute;
  left: 0;
  top: 0;
}

.home-quick-links:not(.home-hero-links) {
  min-height: 28px;
  padding-right: 16px;
  white-space: normal;
}

.home-main-section,
.home-main-section > tbody,
.home-main-section > tbody > tr,
.home-main-section > tbody > tr > td,
.home-content-table,
.home-content-table > tbody {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.home-content-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(224px, 19vw, 254px);
  gap: 0;
  align-items: start;
  width: 100% !important;
  height: auto !important;
  padding: 0 0 clamp(4px, 0.7vw, 10px);
  background: #dce8ea;
}

.home-content-row > td,
.home-news-column,
.home-sidebar-column {
  display: block !important;
  width: auto !important;
  min-width: 0;
  height: auto !important;
}

.legacy-shell .home-content-row > td.home-news-column,
.legacy-shell .home-content-row > td.home-sidebar-column {
  width: auto !important;
  height: auto !important;
}

.home-news-column {
  padding: 0 !important;
}

.home-news-column > div,
.home-news-panel,
.home-news-panel > tbody,
.home-news-panel > tbody > tr,
.home-news-panel > tbody > tr > td,
.home-news-body,
.home-news-body > tbody,
.home-news-body > tbody > tr,
.home-news-body > tbody > tr > td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.home-news-panel {
  overflow: hidden;
  border-radius: 8px;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #f4fbfb !important;
  box-shadow: 0 12px 28px rgba(15, 65, 68, 0.08);
}

.home-news-panel > tbody > tr:first-child > td {
  margin: 0 !important;
  padding: 0 !important;
}

.home-news-panel > tbody > tr:first-child > td > table:first-of-type,
.home-news-panel > tbody > tr:first-child > td > table:first-of-type > tbody,
.home-news-panel > tbody > tr:first-child > td > table:first-of-type > tbody > tr,
.home-news-panel > tbody > tr:first-child > td > table:first-of-type > tbody > tr > td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.home-news-heading {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #00a7ad 0%, #00858a 48%, #00666b 100%) !important;
}

.home-news-heading td:first-child {
  display: none !important;
}

.home-news-heading .titulo_topicos {
  width: 100% !important;
  padding: 0 18px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 28px;
  text-align: left !important;
}

.home-news-heading .titulo_topicos div {
  text-align: left !important;
}

.home-news-body {
  padding: clamp(14px, 1.6vw, 20px);
}

.home-news-card-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  align-items: stretch;
  justify-items: stretch;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-news-card-grid > tbody,
.home-news-card-grid > tbody > tr,
.home-news-card-grid > tbody > tr > td,
.home-news-card-grid td[width="510"] > div {
  display: contents !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}

.home-news-card-grid td[background*="fio2"],
.home-news-card-grid td[background*="fio.gif"],
.home-news-card-grid td[rowspan] {
  display: none !important;
}

.home-news-card-grid .home-news-card {
  display: flex !important;
  flex-direction: column;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  max-width: none;
  min-height: 100%;
  margin: 0 !important;
}

.home-news-card-grid .home-news-card .titulo_foto21 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px 8px 10px;
  text-align: center !important;
}

.home-news-card-grid .home-news-card .titulo_foto21 a {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  color: #004f55 !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.25;
  text-align: center !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-news-card-grid .home-news-card .chamada_index_lista {
  display: -webkit-box;
  min-height: 82px;
  padding: 13px 16px 18px;
  overflow: hidden;
  color: #25585d !important;
  font-size: 14px !important;
  line-height: 1.45;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-news-card-grid .home-news-card #fotos,
.home-news-card-grid .home-news-card .img_borda {
  display: block;
  float: none !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

.home-news-card-grid .home-news-card #fotos {
  box-sizing: border-box;
  padding: 0 16px 4px;
}

.home-news-card-grid .home-news-card .img_borda:hover,
.home-news-card-grid .home-news-card .img_borda:focus {
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}

.home-news-card-grid .home-news-card img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  border-radius: 8px;
  object-fit: cover;
  transition: filter 0.18s ease, transform 0.18s ease;
}

.home-news-card-grid .home-news-card .img_borda:hover img,
.home-news-card-grid .home-news-card .img_borda:focus img {
  margin: 0 !important;
  filter: brightness(1.03);
}

.home-news-list {
  width: 100% !important;
  margin: 18px 0 0 !important;
}

.home-sidebar-column {
  padding: 0 !important;
  background: transparent !important;
}

.legacy-shell td.home-sidebar-column[width="239"] {
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.home-sidebar-column > div {
  display: grid;
  gap: 16px;
  align-content: start;
}

.home-sidebar-spacer-table,
.home-sidebar-column > div > br {
  display: none !important;
}

.home-sidebar-column table {
  width: 100% !important;
}

.home-sidebar-column table[bgcolor="#f0f8fa"],
.home-sidebar-column table[bgcolor="#F0F8FA"] {
  overflow: hidden;
  border-radius: 8px;
  background: #f4fbfb !important;
  box-shadow: 0 10px 24px rgba(18, 72, 76, 0.1);
}

.home-sidebar-column iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

.home-sidebar-card {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid #d7e7e9;
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(18, 72, 76, 0.12);
}

.home-sidebar-card table[background*="barra2"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #00a7ad 0%, #00858a 48%, #00666b 100%) !important;
}

.home-sidebar-card .titulo_topicos {
  padding: 0 14px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 28px;
}

.home-sidebar-card .titulo_topicos div {
  text-align: left !important;
}

.home-sidebar-column img[src*="rodape_chamda"] {
  display: none !important;
}

.home-map-card a.img_borda {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  min-height: 260px;
  padding: 14px 12px 16px;
  background: #f4fbfb;
  place-items: center;
}

.home-map-card table {
  width: 100% !important;
}

.home-map-card,
.home-map-card table[bgcolor="#f0f8fa"],
.home-map-card table[bgcolor="#F0F8FA"] {
  background: #f4fbfb !important;
}

.home-map-card table[bgcolor="#f0f8fa"],
.home-map-card table[bgcolor="#F0F8FA"] {
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

.home-map-card td[height="15"],
.home-map-card td[height="7"] {
  display: none !important;
  height: 0 !important;
}

.home-map-card table[background*="barra2"] td:first-child {
  width: 15px !important;
  min-width: 15px;
  max-width: 15px;
}

.home-map-card .titulo_topicos {
  width: auto !important;
  white-space: nowrap;
}

.home-map-card .titulo_topicos div,
.home-map-card .titulo_topicos div div {
  white-space: nowrap;
}

.home-map-card__content-cell {
  width: 100% !important;
  text-align: center;
}

.home-map-card img[src*="cobrape_brasil"],
.home-map-card img[src*="mapaBrasil"] {
  display: block;
  width: min(100%, 260px) !important;
  height: auto !important;
  max-height: 230px;
  margin: 0 auto;
  border-radius: 0;
  background: #f4fbfb;
  object-fit: contain;
}

.home-work-card iframe {
  display: block;
  width: 100% !important;
  height: 340px !important;
  border: 0;
  border-top: 1px solid #d7e7e9;
  background: #f0f8fa;
}

.home-hero-grid {
  --home-hero-slide-height: clamp(340px, 31vw, 460px);
  grid-template-columns: minmax(0, 1fr) clamp(224px, 19vw, 254px);
  gap: 0;
  align-items: start;
}

.home-hero-aside {
  display: flex;
  align-items: stretch;
  min-width: 0;
  padding: 14px 14px 0;
  background: #dce8ea;
}

.home-hero-aside .home-hero-banners {
  display: block !important;
  width: 100% !important;
  height: var(--home-hero-slide-height, clamp(340px, 31vw, 460px)) !important;
}

.home-hero-aside .home-hero-banners > tbody {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  width: 100% !important;
  height: 100% !important;
}

.home-hero-aside .home-hero-banners tr,
.home-hero-aside .home-hero-banners td {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  padding: 0 !important;
}

.home-hero-aside .home-hero-banners tr + tr {
  margin-top: 0 !important;
}

.home-hero-aside .home-hero-banners td:first-child {
  display: none !important;
}

.home-hero-aside .home-hero-banners a {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  aspect-ratio: auto;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  background: #006f76;
  box-shadow: 0 12px 26px rgba(15, 72, 76, 0.16);
}

.home-hero-aside .home-hero-banners img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

.home-hero-aside .home-hero-banners img[src*="compliance"] {
  object-position: left center;
}

@media (min-width: 1320px) {
  .home-news-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .home-content-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 18px;
  }

  .home-news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .home-hero-carousel {
    order: 1;
  }

  .home-hero-footer {
    order: 2;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    padding: 8px 12px 12px;
  }

  .pagination {
    text-align: center;
  }

  .home-hero-links {
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .home-hero-aside {
    order: 3;
    padding: 12px;
  }

  .home-hero-aside .home-hero-banners,
  .home-hero-aside .home-hero-banners > tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    justify-content: center;
    height: auto !important;
  }

  .home-hero-aside .home-hero-banners tr,
  .home-hero-aside .home-hero-banners td,
  .home-hero-aside .home-hero-banners a {
    height: auto !important;
  }

  .home-hero-aside .home-hero-banners a {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 1024px) {
  .site-header__inner {
    min-height: 78px;
  }

  .home-top-social,
  .home-quick-links:not(.home-hero-links) {
    display: none !important;
  }

  .home-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .home-hero-carousel {
    order: 1;
  }

  .home-hero-footer {
    order: 2;
  }

  .home-hero-aside {
    order: 3;
    padding: 12px;
  }

  .home-hero-links {
    order: 2;
    justify-content: center;
    margin-top: 0;
    padding: 0 !important;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .home-hero-links .menutop2icone {
    margin: 0 2px;
    font-size: 11px;
  }

  .home-hero-links a {
    font-size: 11px;
    line-height: 1.25;
  }

  .home-hero-aside .home-hero-banners,
  .home-hero-aside .home-hero-banners > tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    justify-content: center;
    height: auto !important;
  }

  .home-hero-aside .home-hero-banners tr,
  .home-hero-aside .home-hero-banners td,
  .home-hero-aside .home-hero-banners a {
    height: auto !important;
  }

  .home-hero-aside .home-hero-banners a {
    aspect-ratio: 1 / 1;
  }

  .home-content-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 18px;
  }

  .legacy-shell td[width="542"],
  .legacy-shell td[width="239"],
  .home-news-column,
  .home-sidebar-column {
    width: 100% !important;
  }

  .home-sidebar-column {
    padding-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .legacy-layout {
    padding: 0;
  }

  .site-header__inner {
    padding-left: 70px;
  }

  .site-logo img {
    width: 122px;
  }

  .sliderwrapper {
    height: 320px !important;
  }

  .sliderwrapper .contentdiv > table > tbody > tr:first-child > td {
    height: 244px !important;
  }

  .box_transparencia {
    width: 88% !important;
    min-height: 64px;
  }

  .titulo_foto,
  .titulo_foto a {
    font-size: 15px !important;
    line-height: 1.2;
  }

  .pagination {
    min-height: 36px;
    padding: 0 !important;
    text-align: center;
  }

  .home-hero-links {
    justify-content: center;
    margin-top: 0;
    padding: 0 !important;
    font-size: 10px;
    text-align: center;
    white-space: normal;
  }

  .home-hero-links .menutop2icone,
  .home-hero-links a {
    font-size: 10px;
  }

  .pagination a {
    min-width: 24px;
    min-height: 24px;
    margin: 2px;
  }

  .home-hero-aside .home-hero-banners,
  .home-hero-aside .home-hero-banners > tbody,
  .home-news-card-grid {
    grid-template-columns: 1fr;
  }

  .home-news-body {
    padding: 12px;
  }

  .home-news-card-grid .home-news-card .titulo_foto21 {
    min-height: 0;
  }

  .home-content-row {
    padding: 0 0 14px;
  }
}

/* Overrides finais da revisao geral 2026 */
body.site-home {
  --site-page-gutter: clamp(4px, 0.55vw, 10px);
  --home-sidebar-width: clamp(250px, 18vw, 286px);
  --home-layout-gap: clamp(12px, 1.4vw, 18px);
}

.site-header__inner,
.primary-nav__panel {
  width: calc(100% - (var(--site-page-gutter) * 2));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.legacy-layout {
  flex: 0 0 auto;
  padding-right: var(--site-page-gutter);
  padding-left: var(--site-page-gutter);
}

.legacy-shell {
  width: 100% !important;
  max-width: none;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
}

.legacy-shell > tbody > tr,
.legacy-shell > tbody > tr > td,
.legacy-shell .home-main-section,
.legacy-shell .home-main-section > tbody,
.legacy-shell .home-main-section > tbody > tr,
.legacy-shell .home-main-section > tbody > tr > td,
.legacy-shell .home-content-table,
.legacy-shell .home-content-table > tbody,
.legacy-shell .home-content-table > tbody > tr,
.legacy-shell .home-content-table > tbody > tr > td {
  height: auto !important;
}

.legacy-shell > tbody > tr:last-child,
.legacy-shell > tbody > tr:last-child > td {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.home-hero-grid,
.home-hero-footer,
.home-content-row {
  grid-template-columns: minmax(0, 1fr) var(--home-sidebar-width);
  column-gap: var(--home-layout-gap);
}

.home-hero-footer {
  align-items: start;
  padding-top: 0;
}

.home-content-row {
  align-items: stretch;
}

.home-news-column,
.home-news-column > div,
.home-news-panel {
  height: 100% !important;
}

.home-sidebar-column,
.home-sidebar-column > div {
  height: 100% !important;
  min-height: 0;
}

.home-sidebar-column > div {
  display: flex !important;
  flex-direction: column;
  gap: var(--home-layout-gap);
  align-content: stretch;
}

.home-sidebar-card {
  flex: 0 0 auto;
}

.home-map-card-wrap,
.home-work-card-wrap {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.home-map-card-wrap {
  flex: 0 0 auto;
}

.home-work-card-wrap {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.home-work-card-wrap > tbody,
.home-work-card-wrap > tbody > tr,
.home-work-card-wrap > tbody > tr > td {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100% !important;
  min-height: 0;
}

.home-work-card {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
}

.home-work-card > tbody {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100% !important;
  min-height: 0;
}

.home-work-card > tbody > tr {
  display: flex !important;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100% !important;
  min-height: 0;
}

.home-work-card > tbody > tr > td {
  width: 100% !important;
  min-height: 0;
}

.home-work-card > tbody > tr:nth-child(2) {
  flex: 1 1 auto;
}

.home-work-card > tbody > tr:nth-child(2) > td {
  display: flex !important;
  flex: 1 1 auto;
  align-items: stretch;
  height: auto !important;
  min-height: 0;
}

.home-work-card > tbody > tr:nth-child(3) {
  margin-top: auto;
}

.home-work-card > tbody > tr:nth-child(4) {
  display: none !important;
}

.home-work-card > tbody > tr > td > table {
  width: 100% !important;
}

.home-work-card iframe {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: clamp(300px, 34vh, 410px);
}

.home-hero-aside {
  padding-right: 0;
}

.pagination {
  padding-right: 0 !important;
}

.home-hero-links {
  align-self: center;
  width: 100%;
  justify-content: flex-start;
  padding-left: 0 !important;
  font-size: 11.5px;
}

@media (max-width: 1180px) {
  .home-hero-grid,
  .home-hero-footer,
  .home-content-row {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .home-hero-carousel,
  .home-hero-footer,
  .home-hero-aside {
    grid-column: 1 / -1;
  }

  .home-hero-carousel {
    order: 1;
  }

  .home-hero-footer {
    order: 2;
    justify-items: center;
    gap: 6px;
    padding: 8px 12px 12px;
  }

  .pagination {
    text-align: center;
  }

  .home-hero-links {
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .home-hero-aside {
    order: 3;
    padding: 12px 14px;
  }

  .home-sidebar-column,
  .home-sidebar-column > div {
    height: auto !important;
  }
}

@media (max-width: 1024px) {
  body.site-home {
    --site-page-gutter: clamp(4px, 0.8vw, 8px);
  }

  .site-header__inner,
  .primary-nav__panel {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-header__inner {
    padding-left: 70px;
  }

  .legacy-layout {
    padding-right: var(--site-page-gutter);
    padding-left: var(--site-page-gutter);
  }

  .home-hero-grid,
  .home-hero-footer,
  .home-content-row {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .home-hero-aside {
    padding-right: 14px;
  }
}

@media (max-width: 640px) {
  body.site-home {
    --site-page-gutter: 0px;
  }

  .legacy-layout {
    padding-right: 0;
    padding-left: 0;
  }

  .legacy-shell {
    border-right: 0;
    border-left: 0;
  }
}

.home-content-row {
  padding-bottom: 0 !important;
}

/* Remove a camada cinza estrutural sem alterar os cards e paineis internos. */
body.site-home .legacy-shell > tbody > tr:first-child,
body.site-home .legacy-shell > tbody > tr:first-child > td,
body.site-home .legacy-hero-table,
body.site-home .legacy-hero-table > tbody,
body.site-home .legacy-hero-table > tbody > tr,
body.site-home .legacy-hero-table > tbody > tr > td,
body.site-home .home-hero-grid,
body.site-home .home-hero-aside,
body.site-home .home-hero-footer,
body.site-home .home-content-row {
  background: #ffffff !important;
}

/* Elimina o ultimo halo azul dos paineis externos; os cards internos permanecem. */
body.site-home .home-news-panel,
body.site-home .home-news-list,
body.site-home .home-sidebar-column table[bgcolor="#f0f8fa"],
body.site-home .home-sidebar-column table[bgcolor="#F0F8FA"],
body.site-home .home-sidebar-card,
body.site-home .home-map-card,
body.site-home .home-map-card table[bgcolor="#f0f8fa"],
body.site-home .home-map-card table[bgcolor="#F0F8FA"],
body.site-home .home-map-card a.img_borda,
body.site-home .home-map-card img[src*="cobrape_brasil"],
body.site-home .home-map-card img[src*="mapaBrasil"] {
  background: #ffffff !important;
}

body.site-home .home-news-panel,
body.site-home .home-sidebar-column table[bgcolor="#f0f8fa"],
body.site-home .home-sidebar-column table[bgcolor="#F0F8FA"],
body.site-home .home-sidebar-card {
  box-shadow: none !important;
}

/* Evita que a sombra do destaque escureca o intervalo antes de Noticias. */
body.site-home .sliderwrapper,
body.site-home .home-hero-aside .home-hero-banners a {
  box-shadow: none !important;
}

/* O painel de Noticias conserva seu fundo proprio, sem projetar sombra no entorno. */
body.site-home .home-news-panel {
  background: #f4fbfb !important;
}

body.site-home .home-news-body {
  padding: clamp(10px, 0.8vw, 14px) clamp(4px, 0.45vw, 8px);
}

body.site-home .home-news-list {
  background: #ecf6f6 !important;
}
