html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

body.site-public-modern.nav-open {
  overflow: hidden;
}

body.site-public-modern a {
  color: inherit;
}

body.site-public-modern > div[align="center"] {
  flex: 1 0 auto;
  width: 100% !important;
}

body.site-public-modern .site-header,
body.site-public-modern .nav-backdrop {
  display: none !important;
}

.site-footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  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: 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;
}

.site-cookie-banner {
  position: fixed !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(0, 82, 84, 0.96);
  color: #ffffff;
  box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.22);
}

.site-cookie-banner[hidden] {
  display: none !important;
}

.site-cookie-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-cookie-banner__text {
  min-width: 0;
  text-align: center;
}

.site-cookie-banner p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
}

.site-cookie-banner p + p {
  margin-top: 6px;
}

.site-cookie-banner__button {
  min-width: 88px;
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #ffffff;
  color: #17383c;
  cursor: pointer;
  font: 700 14px/1 Arial, Helvetica, sans-serif;
}

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

.site-public-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: none;
  min-height: 84px;
  margin: 0;
  padding: 10px clamp(12px, 2.5vw, 34px);
  box-sizing: border-box;
}

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

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

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

.site-public-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-public-action:hover,
.site-public-action:focus {
  background: #005f64;
  transform: translateY(-1px);
}

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

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

.site-public-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);
}

.site-public-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);
}

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

.site-public-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;
}

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

.site-public-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);
}

.site-public-nav__group {
  position: relative;
}

.site-public-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  max-width: min(360px, 90vw);
  max-height: min(70vh, 620px);
  padding: 8px;
  overflow-y: auto;
  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;
}

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

.site-public-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;
}

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

.site-public-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(0, 43, 47, 0.48);
}

.site-public-nav-backdrop[hidden] {
  display: none;
}

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

body.site-public-modern .site-public-shell,
body.site-public-modern .site-public-shell table,
body.site-public-modern .site-public-shell td {
  max-width: 100%;
}

body.site-public-modern .site-public-shell > tbody > tr > td,
body.site-public-modern .site-public-shell > tr > td {
  width: 100% !important;
}

body.site-public-modern .site-public-hidden {
  display: none !important;
}

body.site-public-modern .site-public-shell img {
  max-width: 100%;
  height: auto;
}

body.site-public-modern .site-public-shell iframe,
body.site-public-modern .site-public-shell object,
body.site-public-modern .site-public-shell embed {
  max-width: 100%;
}

body.site-public-modern table[background*="home/ilustracao"],
body.site-public-modern td[background*="home/ilustracao"] {
  width: 100% !important;
  height: clamp(260px, 27vw, 380px) !important;
  background-size: cover !important;
  background-position: center !important;
}

body.site-public-modern #conteudot,
body.site-public-modern .texto,
body.site-public-modern .texto_destaque,
body.site-public-modern .texto_destaque_miolo {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.site-public-modern input,
body.site-public-modern textarea,
body.site-public-modern select {
  max-width: 100%;
}

body.site-public-modern .rodape_top,
body.site-public-modern .titulos_rodape,
body.site-public-modern .menu_rodape {
  max-width: 100%;
}

#menuContainer,
.mmMenu {
  display: none !important;
}

body.site-interior-page .site-public-shell {
  max-width: none;
  background: #eef4f4 !important;
  box-shadow: none;
}

body.site-interior-page > div[align="center"],
body.site-news-detail-page > div[align="center"] {
  background: #eef4f4 !important;
}

body.site-interior-page .site-public-shell > tbody > tr:first-child > td,
body.site-interior-page .site-public-shell > tr:first-child > td {
  height: auto !important;
  padding-bottom: 0 !important;
}

body.site-interior-page .site-interior-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(280px, 17vw, 340px);
  gap: 24px;
  align-items: start;
  width: 100% !important;
  max-width: none;
  height: auto !important;
  margin: clamp(14px, 2vw, 26px) 0 36px;
  border-collapse: separate;
  background: #eef4f4 !important;
}

body.site-interior-page .site-interior-layout > tbody,
body.site-interior-page .site-interior-layout > tbody > tr {
  display: contents !important;
}

body.site-interior-page .site-interior-main,
body.site-interior-page .site-interior-sidebar {
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body.site-interior-page .site-interior-main > div {
  width: 100%;
}

body.site-interior-page .site-interior-sidebar,
body.site-interior-page .site-interior-sidebar > div,
body.site-interior-page .site-interior-sidebar > div[align="center"] {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  justify-items: stretch;
  justify-self: end;
  width: 100% !important;
}

body.site-interior-page .site-interior-sidebar > div,
body.site-interior-page .site-interior-sidebar > div[align="center"] {
  grid-column: 1 / -1;
}

body.site-interior-page .site-interior-card {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-interior-page .site-interior-card table,
body.site-interior-page .site-interior-card tbody,
body.site-interior-page .site-interior-card tr,
body.site-interior-page .site-interior-card td {
  max-width: 100%;
}

body.site-interior-page .site-interior-card tr,
body.site-interior-page .site-interior-card td {
  height: auto !important;
}

body.site-interior-page .site-interior-card table {
  width: 100% !important;
  height: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.site-interior-page .site-interior-card > tbody > tr > td {
  padding-right: clamp(16px, 2.2vw, 30px);
  padding-left: clamp(16px, 2.2vw, 30px);
}

body.site-interior-page .site-interior-card > tbody > tr:first-child > td {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  border-radius: 8px 8px 0 0;
}

body.site-interior-page .site-interior-card table[background*="barra2.gif"],
body.site-interior-page .site-interior-sidebar-card table[background*="barra2.gif"] {
  border-radius: 0;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  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%) !important;
}

body.site-interior-page .site-interior-card .titulo_topicos,
body.site-interior-page .site-interior-sidebar-card .titulo_topicos {
  display: block;
  min-height: 28px;
  padding: 6px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

body.site-interior-page .site-interior-card .titulo_destaque {
  display: block;
  max-width: min(100%, 1180px);
  margin: 18px 0 12px;
  color: #005f64;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: 0;
}

body.site-interior-page .site-interior-card .texto,
body.site-interior-page .site-interior-card .textodosite,
body.site-interior-page .site-interior-card .texto_destaque_miolo,
body.site-interior-page .site-interior-card #conteudot {
  color: #174246;
  font-size: 15px !important;
  line-height: 1.66 !important;
}

body.site-interior-page .site-interior-card #conteudot {
  width: 100%;
  max-width: none;
  margin: 12px 0 0;
  overflow-wrap: break-word;
}

body.site-interior-page .site-interior-card #conteudot p {
  margin-top: 0;
  margin-bottom: 1em;
}

body.site-interior-page .site-interior-card #conteudot img,
body.site-interior-page .site-interior-card img {
  max-width: 100%;
  height: auto;
}

body.site-interior-page .site-interior-card table[align="left"] {
  width: auto !important;
  max-width: min(100%, 460px);
  height: auto !important;
  margin: 0 22px 18px 0 !important;
}

body.site-interior-page .site-interior-card table[align="left"] img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 230px;
  object-fit: cover;
}

body.site-portfolio-detail-page .site-interior-card table[align="left"] {
  float: none !important;
  clear: both;
  width: min(100%, 760px) !important;
  max-width: min(100%, 760px);
  margin: 6px auto 24px !important;
}

body.site-portfolio-detail-page .site-interior-card table[align="left"] img {
  min-height: 0;
  border-radius: 7px;
  object-fit: contain;
}

body.site-portfolio-detail-page .site-interior-card a.site-portfolio-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

body.site-portfolio-detail-page .site-interior-card a.site-portfolio-back-link img {
  display: inline-block;
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  min-height: 0;
  border-radius: 0;
  object-fit: contain;
}

body.site-interior-page .site-interior-card .site-interior-main-image {
  float: left !important;
  width: min(46%, 540px) !important;
  min-width: min(100%, 360px);
  max-width: min(100%, 540px);
  margin: 2px clamp(22px, 3vw, 34px) 20px 0 !important;
}

body.site-interior-page .site-interior-card .site-interior-main-image table,
body.site-interior-page .site-interior-card .site-interior-main-image tbody,
body.site-interior-page .site-interior-card .site-interior-main-image tr,
body.site-interior-page .site-interior-card .site-interior-main-image td {
  width: 100% !important;
  max-width: 100% !important;
}

body.site-interior-page .site-interior-card .site-interior-main-image img {
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  border-radius: 6px;
  object-fit: contain;
}

body.site-interior-page .site-interior-card .site-interior-content-with-main-image .site-interior-section-heading {
  display: block;
  clear: both;
  margin: 0;
  text-align: left;
}

body.site-interior-page .site-interior-card .site-interior-content-with-main-image .site-interior-section-heading + br,
body.site-interior-page .site-interior-card .site-interior-content-with-main-image .site-interior-section-heading + br + br {
  display: none;
}

@media (max-width: 820px) {
  body.site-interior-page .site-interior-card .site-interior-main-image {
    float: none !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    margin: 0 0 18px !important;
  }
}

body.site-search-page .site-interior-layout {
  grid-template-columns: minmax(0, 1fr) clamp(280px, 17vw, 340px);
}

body.site-search-page .site-search-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-search-page .site-search-panel__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  min-height: 36px;
  padding: 8px clamp(16px, 2.2vw, 30px);
  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%);
  color: #ffffff;
}

body.site-search-page .site-search-panel__header span,
body.site-search-page .site-search-panel__header h1 {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

body.site-search-page .site-search-panel__header span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

body.site-search-page .site-search-panel__header h1 {
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 900;
  line-height: 1.15;
}

body.site-search-page .site-search-form {
  display: grid;
  gap: 10px;
  margin: clamp(18px, 2.2vw, 28px);
  padding: 16px;
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background: #f8fcfc;
}

body.site-search-page .site-search-form label {
  color: #174246;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

body.site-search-page .site-search-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

body.site-search-page .site-search-form input[type="search"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #cfe3e6;
  border-radius: 8px;
  background: #ffffff;
  color: #173e42;
  font-size: 15px;
  line-height: 42px;
}

body.site-search-page .site-search-form input[type="search"]:focus {
  border-color: #20a9ae;
  box-shadow: 0 0 0 3px rgba(29, 183, 189, 0.16);
  outline: 0;
}

body.site-search-page .site-search-form button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: #007d84;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.site-search-page .site-search-form button:hover,
body.site-search-page .site-search-form button:focus {
  background: #00666b;
  box-shadow: 0 8px 18px rgba(0, 102, 107, 0.2);
  outline: 0;
  transform: translateY(-1px);
}

body.site-search-page .site-search-results {
  display: grid;
  gap: 16px;
  margin: 0 clamp(18px, 2.2vw, 28px) clamp(18px, 2.2vw, 28px);
}

body.site-search-page .site-search-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background: #eef8f8;
  color: #174246;
}

body.site-search-page .site-search-summary span {
  display: block;
  margin-bottom: 3px;
  color: #577477;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

body.site-search-page .site-search-summary strong {
  display: block;
  color: #005f64;
  font-size: 18px;
  line-height: 1.25;
}

body.site-search-page .site-search-summary em {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid #cfe3e6;
  border-radius: 999px;
  background: #ffffff;
  color: #005f64;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

body.site-search-page .site-search-results-section {
  overflow: hidden;
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background: #ffffff;
}

body.site-search-page .site-search-results-section h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 16px;
  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%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

body.site-search-page .site-search-results-section h2 span {
  min-width: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
}

body.site-search-page .site-search-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

body.site-search-page .site-search-list li {
  margin: 0;
  border-bottom: 1px solid #edf3f4;
}

body.site-search-page .site-search-list li:last-child {
  border-bottom: 0;
}

body.site-search-page .site-search-list a {
  position: relative;
  display: block;
  padding: 10px 16px 10px 36px;
  color: #244f53;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  overflow-wrap: anywhere;
}

body.site-search-page .site-search-list a::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #32b8bd;
  box-shadow: 0 0 0 4px rgba(29, 183, 189, 0.1);
  content: "";
}

body.site-search-page .site-search-list a:hover,
body.site-search-page .site-search-list a:focus {
  background: #edf8f8;
  color: #003f42;
  outline: 0;
}

body.site-search-page .site-search-empty,
body.site-search-page .site-search-empty-state {
  margin: 0;
  padding: 16px;
  color: #577477;
  font-size: 14px;
  line-height: 1.5;
}

body.site-search-page .site-search-empty-state {
  margin: 0 clamp(18px, 2.2vw, 28px) clamp(18px, 2.2vw, 28px);
  border: 1px dashed #cfe3e6;
  border-radius: 8px;
  background: #f8fcfc;
}

body.site-interior-page .site-interior-card iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

body.site-interior-page .site-interior-card .area-work-section,
body.site-interior-page .site-interior-card .area-clients-section {
  width: 100%;
  margin: 22px 0;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid #d9e8ea;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fcfd 0%, #eef7f8 100%);
  box-shadow: 0 14px 30px rgba(14, 70, 74, 0.08);
}

body.site-interior-page .site-interior-card .area-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

body.site-interior-page .site-interior-card .area-section-heading .titulo_destaque,
body.site-interior-page .site-interior-card .area-clients-section > .titulo_destaque {
  margin: 0;
}

body.site-interior-page .site-interior-card .area-work-filter {
  display: grid;
  gap: 6px;
  min-width: min(100%, 260px);
  margin: 0;
}

body.site-interior-page .site-interior-card .area-work-filter label {
  color: #005f64;
  font-size: 12px;
  font-weight: 700;
}

body.site-interior-page .site-interior-card .area-work-filter select {
  min-height: 38px;
  padding: 8px 34px 8px 12px;
  border: 1px solid #b9d4d8;
  border-radius: 6px;
  background-color: #ffffff;
  color: #123d42;
  font-size: 14px;
}

body.site-interior-page .site-interior-card .area-work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

body.site-interior-page .site-interior-card .area-work-card {
  display: grid;
  grid-template-columns: minmax(120px, 32%) minmax(0, 1fr);
  min-height: 138px;
  overflow: hidden;
  border: 1px solid #d2e3e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(14, 70, 74, 0.08);
}

body.site-interior-page .site-interior-card .area-work-card__image {
  display: block;
  min-height: 100%;
  background: #dcebed;
}

body.site-interior-page .site-interior-card .area-work-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 138px;
  object-fit: cover;
}

body.site-interior-page .site-interior-card .area-work-card__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 12px;
}

body.site-interior-page .site-interior-card .area-work-card__eyebrow {
  color: #00858a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.site-interior-page .site-interior-card .area-work-card__title {
  color: #005f64;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .area-work-card__title:hover,
body.site-interior-page .site-interior-card .area-client-card:hover .area-client-card__name {
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .area-work-card__text {
  color: #174246;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site-interior-page .site-interior-card .area-work-card__action {
  align-self: flex-start;
  margin-top: auto;
  color: #007d84;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .area-work-card__action:hover {
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .area-empty-state {
  padding: 18px;
  border: 1px dashed #b9d4d8;
  border-radius: 8px;
  background: #ffffff;
  color: #45666a;
  font-size: 14px;
}

body.site-interior-page .site-interior-card .area-clients-section > .titulo_destaque {
  margin-bottom: 18px;
}

body.site-interior-page .site-interior-card .area-clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
}

body.site-interior-page .site-interior-card .area-client-card {
  display: flex;
  flex-direction: column;
  min-height: 136px;
  overflow: hidden;
  border: 1px solid #d2e3e6;
  border-radius: 8px;
  background: #ffffff;
  color: #005f64;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(14, 70, 74, 0.08);
}

body.site-interior-page .site-interior-card .area-client-card__logo {
  display: grid;
  min-height: 94px;
  padding: 10px;
  place-items: center;
}

body.site-interior-page .site-interior-card .area-client-card__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
}

body.site-interior-page .site-interior-card .area-client-card__name {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #00a7ad 0%, #00858a 46%, #00666b 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.site-interior-page .site-interior-card .area-section-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 14px;
  color: #007d84;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .area-section-link:hover {
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .news-more-section {
  display: block;
  clear: both;
  width: 100%;
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background: #f3fbfb;
  box-sizing: border-box;
}

body.site-interior-page .site-interior-card .news-more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  width: 100%;
}

body.site-interior-page .site-interior-card .news-more-card {
  display: flex;
  min-height: 56px;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #d9e8ea;
  border-radius: 8px;
  background: #ffffff;
  color: #005f64;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(14, 70, 74, 0.06);
}

body.site-interior-page .site-interior-card .news-more-card:hover,
body.site-interior-page .site-interior-card .news-more-card:focus {
  border-color: #6ecfd1;
  color: #003f42;
  text-decoration: none;
  transform: translateY(-1px);
}

body.site-interior-page .site-interior-card .news-more-card__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #45c7ca 0%, #009aa0 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

body.site-interior-page .site-interior-card .news-more-card__icon::before,
body.site-interior-page .site-interior-card .news-more-card__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
  transform: translate(-50%, -50%);
}

body.site-interior-page .site-interior-card .news-more-card__icon::after {
  width: 2px;
  height: 10px;
}

body.site-interior-page .site-interior-card .news-more-card__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.site-interior-page .site-interior-card .news-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 8px;
  background: #007f84;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .news-more-link:hover,
body.site-interior-page .site-interior-card .news-more-link:focus {
  background: #00686d;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .portfolio-list-section {
  display: block;
  clear: both;
  width: 100%;
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background: #f4fbfb;
  box-sizing: border-box;
}

body.site-interior-page .site-interior-card .portfolio-list-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

body.site-interior-page .site-interior-card .portfolio-list-heading .titulo_destaque {
  margin: 0;
}

body.site-interior-page .site-interior-card .portfolio-list-heading__link {
  flex: 0 0 auto;
  color: #007d84;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .portfolio-list-heading__link:hover,
body.site-interior-page .site-interior-card .portfolio-list-heading__link:focus {
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .portfolio-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

body.site-interior-page .site-interior-card .portfolio-list-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 118px;
  overflow: hidden;
  border: 1px solid #d9e8ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(14, 70, 74, 0.07);
}

body.site-interior-page .site-interior-card .portfolio-list-card__image {
  display: grid;
  min-height: 118px;
  overflow: hidden;
  place-items: center;
  background: #dcecee;
  color: #007d84;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .portfolio-list-card__image img {
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
}

body.site-interior-page .site-interior-card .portfolio-list-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 12px;
}

body.site-interior-page .site-interior-card .portfolio-list-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #005f64;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site-interior-page .site-interior-card .portfolio-list-card__title:hover,
body.site-interior-page .site-interior-card .portfolio-list-card__title:focus {
  color: #003f42;
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .portfolio-list-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #21474b;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site-portfolio-all-page .site-interior-card > tbody > tr > td {
  padding-bottom: 24px;
}

body.site-portfolio-all-page .site-interior-card table.texto_projetos {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-grid-legacy {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
  align-items: stretch;
  width: 100% !important;
  margin: 0 !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-grid-legacy > tbody,
body.site-portfolio-all-page .site-interior-card .portfolio-all-grid-legacy > tbody > tr {
  display: contents !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-grid-cell {
  display: flex !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-grid-spacer,
body.site-portfolio-all-page .site-interior-card .portfolio-all-grid-legacy > tbody > tr > td:empty {
  display: none !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-legacy {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #d7e7e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(14, 70, 74, 0.09);
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-legacy tbody,
body.site-portfolio-all-page .site-interior-card .portfolio-all-card-legacy tr,
body.site-portfolio-all-page .site-interior-card .portfolio-all-card-legacy td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-title-cell {
  display: -webkit-box !important;
  min-height: 104px !important;
  max-height: 104px;
  overflow: hidden;
  padding: 14px 18px 16px !important;
  box-sizing: border-box;
  color: #005f64 !important;
  font-size: 12px !important;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-title-cell h5,
body.site-portfolio-all-page .site-interior-card .portfolio-all-card-title-cell br {
  display: none;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-image {
  display: block;
  width: 100% !important;
  height: clamp(160px, 12vw, 190px) !important;
  object-fit: cover;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 30px;
  margin: 12px 14px 14px;
  padding: 0 11px;
  border: 1px solid #b9d9dc;
  border-radius: 6px;
  background: #eef8f8;
  color: #006b71 !important;
  font-size: 11px !important;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-action img {
  display: none;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-card-action:hover,
body.site-portfolio-all-page .site-interior-card .portfolio-all-card-action:focus {
  border-color: #007d84;
  background: #dff2f3;
  color: #004f55 !important;
  text-decoration: none;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-pagination-legacy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 22px 0 4px;
  padding: 12px;
  border-radius: 8px;
  background: #ecf6f6;
  color: #174246 !important;
  font-size: 13px !important;
  line-height: 1.4;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-pagination-legacy a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 7px;
  background: #ffffff;
  color: #005f64 !important;
  font-size: 12px !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #cfe3e6;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-pagination-legacy a:hover,
body.site-portfolio-all-page .site-interior-card .portfolio-all-pagination-legacy a:focus {
  background: #007d84;
  color: #ffffff !important;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-pagination-legacy img {
  display: none;
}

body.site-portfolio-all-page .site-interior-card .portfolio-all-pagination-legacy select {
  width: auto;
  min-height: 32px;
  margin-left: 4px;
  padding: 4px 28px 4px 8px;
  border: 1px solid #b9d4d8;
  border-radius: 7px;
  background: #ffffff;
  color: #174246;
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding: 16px;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
  text-align: left;
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card strong {
  margin: -16px -16px 4px;
  padding: 9px 16px;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #00a7ad 0%, #00858a 46%, #00666b 100%);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card label {
  color: #174246;
  font-size: 12px;
  font-weight: 800;
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card select {
  width: 100%;
  min-height: 36px;
  padding: 7px 9px;
  border: 1px solid #b9d4d8;
  border-radius: 7px;
  background: #ffffff;
  color: #174246;
  font-size: 13px;
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card__link {
  position: relative;
  display: flex;
  min-height: 36px;
  align-items: center;
  padding: 0 8px 0 28px;
  border-radius: 7px;
  color: #005f64;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card__link::before {
  position: absolute;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1db7bd;
  box-shadow: 0 0 0 5px rgba(29, 183, 189, 0.12);
  content: "";
}

body.site-interior-page .site-interior-sidebar .portfolio-consult-card__link:hover,
body.site-interior-page .site-interior-sidebar .portfolio-consult-card__link:focus {
  background: #edf8f8;
  color: #003f42;
}

body.site-interior-page .site-interior-card .clients-list-section {
  display: block;
  clear: both;
  width: 100%;
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
}

body.site-interior-page .site-interior-card table[background*="fio2"],
body.site-interior-page .site-interior-card td[background*="fio2"],
body.site-interior-page .site-interior-card td[style*="fio2"],
body.site-news-detail-page .site-news-article-card table[background*="fio2"],
body.site-news-detail-page .site-news-article-card td[background*="fio2"],
body.site-news-detail-page .site-news-article-card td[style*="fio2"] {
  display: none !important;
}

body.site-interior-page .site-interior-card .clients-list-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px 16px;
  border-bottom: 1px solid #cfe1e4;
}

body.site-interior-page .site-interior-card .clients-list-heading h2,
body.site-interior-page .site-interior-card .clients-list-heading p {
  margin: 0;
}

body.site-interior-page .site-interior-card .clients-list-heading h2 {
  color: #005f64;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

body.site-interior-page .site-interior-card .clients-list-heading p {
  margin-top: 5px;
  color: #557276;
  font-size: 13px;
  line-height: 1.45;
}

body.site-interior-page .site-interior-card .clients-list-heading > span {
  flex: 0 0 auto;
  padding-bottom: 2px;
  color: #668185;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

body.site-interior-page .site-interior-card .clients-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(20px, 2vw, 32px);
  row-gap: 0;
  width: 100%;
  margin-top: 8px;
}

body.site-interior-page .site-interior-card .clients-list-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 16px;
  min-height: 148px;
  padding: 18px 4px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid #dbe8ea;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 160ms ease;
}

body.site-interior-page .site-interior-card .clients-list-card:hover,
body.site-interior-page .site-interior-card .clients-list-card:focus-within {
  background: #f5fafa;
}

body.site-interior-page .site-interior-card .clients-list-card__name {
  display: block;
  grid-column: 2;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #005f64;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

body.site-interior-page .site-interior-card .clients-list-card__logo {
  display: grid;
  grid-row: 1 / 4;
  min-height: 100px;
  margin: 0;
  padding: 0;
  place-items: center;
  border-radius: 6px;
  background: transparent;
  color: #007d84;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .clients-list-card__logo:focus {
  outline: 2px solid #1db7bd;
  outline-offset: 4px;
}

body.site-interior-page .site-interior-card .clients-list-card__logo img {
  display: block;
  width: auto;
  max-width: 88px;
  max-height: 88px;
  object-fit: contain;
}

body.site-interior-page .site-interior-card .clients-list-card p {
  display: -webkit-box;
  grid-column: 2;
  overflow: hidden;
  min-height: 0;
  margin: 5px 0 0;
  padding: 0;
  color: #557276;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.site-interior-page .site-interior-card .clients-list-card__action {
  display: inline-flex;
  grid-column: 2;
  align-self: flex-start;
  min-height: 32px;
  align-items: center;
  margin-top: auto;
  padding: 10px 0 0;
  color: #005f64;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .clients-list-card__action::after {
  margin-left: 6px;
  content: "\2192";
  transition: transform 160ms ease;
}

body.site-interior-page .site-interior-card .clients-list-card__action:hover,
body.site-interior-page .site-interior-card .clients-list-card__action:focus {
  color: #003f42;
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .clients-list-card__action:hover::after,
body.site-interior-page .site-interior-card .clients-list-card__action:focus::after {
  transform: translateX(3px);
}

body.site-interior-page .site-interior-card .clients-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #d5e8ea;
}

body.site-interior-page .site-interior-card .clients-pagination a,
body.site-interior-page .site-interior-card .clients-pagination span,
body.site-interior-page .site-interior-card .clients-pagination label {
  min-height: 32px;
  color: #174246;
  font-size: 13px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .clients-pagination a {
  padding: 0 6px;
  border-radius: 0;
  background: transparent;
  color: #006b71;
}

body.site-interior-page .site-interior-card .clients-pagination a:hover,
body.site-interior-page .site-interior-card .clients-pagination a:focus {
  background: transparent;
  color: #003f42;
  text-decoration: underline;
}

body.site-interior-page .site-interior-card .clients-pagination select {
  width: auto;
  min-height: 32px;
  padding: 5px 8px;
  border: 1px solid #b9d4d8;
  border-radius: 7px;
  background: #ffffff;
  color: #174246;
}

body.site-interior-page .site-interior-sidebar .clients-related-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  padding: 16px;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
  text-align: left;
}

body.site-interior-page .site-interior-sidebar .clients-related-card strong {
  margin: -16px -16px 4px;
  padding: 9px 16px;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #00a7ad 0%, #00858a 46%, #00666b 100%);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

body.site-interior-page .site-interior-sidebar .clients-related-card__link {
  position: relative;
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 0 8px 0 28px;
  border-radius: 7px;
  color: #005f64;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-sidebar .clients-related-card__link::before {
  position: absolute;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1db7bd;
  box-shadow: 0 0 0 5px rgba(29, 183, 189, 0.12);
  content: "";
}

body.site-interior-page .site-interior-sidebar .clients-related-card__link:hover,
body.site-interior-page .site-interior-sidebar .clients-related-card__link:focus {
  background: #edf8f8;
  color: #003f42;
}

body.site-interior-page .site-interior-card .contact-content-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

body.site-interior-page .site-interior-card .contact-intro-card,
body.site-interior-page .site-interior-card .contact-office-card {
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 125, 132, 0.035), rgba(255, 255, 255, 0) 42%),
    #ffffff;
  box-shadow: 0 12px 26px rgba(14, 70, 74, 0.07);
}

body.site-interior-page .site-interior-card .contact-intro-card {
  padding: 18px;
}

body.site-interior-page .site-interior-card .contact-intro-card h2 {
  max-width: 780px;
  margin: 0 0 14px;
  color: #005f64;
  font-size: 21px;
  line-height: 1.2;
  text-align: left;
}

body.site-interior-page .site-interior-card .contact-mail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

body.site-interior-page .site-interior-card .contact-mail-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
  padding: 14px 46px 14px 66px;
  border: 1px solid #cfe3e6;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 125, 132, 0.06), rgba(255, 255, 255, 0) 48%),
    #f8fcfc;
  color: #005f64;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .contact-mail-card::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 125, 132, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    #007d84;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  box-shadow: 0 8px 18px rgba(0, 93, 96, 0.16);
  content: "";
  transform: translateY(-50%);
}

body.site-interior-page .site-interior-card .contact-mail-card--jobs::before {
  background-image:
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6h4'/%3E%3Cpath d='M9 6V4h6v2'/%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M4 12h16'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    #007d84;
}

body.site-interior-page .site-interior-card .contact-mail-card--budget::before {
  background-image:
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='m4 8 8 6 8-6'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    #007d84;
}

body.site-interior-page .site-interior-card .contact-mail-card::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #007d84;
  border-right: 2px solid #007d84;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

body.site-interior-page .site-interior-card .contact-mail-card span {
  margin-bottom: 7px;
  color: #41666a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body.site-interior-page .site-interior-card .contact-mail-card strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.35;
}

body.site-interior-page .site-interior-card .contact-mail-card:hover,
body.site-interior-page .site-interior-card .contact-mail-card:focus {
  border-color: #6ecfd1;
  background:
    linear-gradient(90deg, rgba(0, 125, 132, 0.1), rgba(255, 255, 255, 0) 52%),
    #ffffff;
  box-shadow: 0 12px 26px rgba(14, 70, 74, 0.12);
  color: #003f42;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .contact-office-card {
  padding: 18px;
}

body.site-interior-page .site-interior-card .contact-office-card h3 {
  margin: 0 0 14px;
  color: #005f64;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

body.site-interior-page .site-interior-card .contact-office-content {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

body.site-interior-page .site-interior-card .contact-office-content > img {
  width: 320px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

body.site-interior-page .site-interior-card .contact-office-content #conteudot {
  max-width: none;
  color: #173e42;
  font-size: 15px !important;
  line-height: 1.6;
}

body.site-interior-page .site-interior-card .contact-office-content #conteudot img[src*="mais.gif"] {
  width: 16px !important;
  height: 16px !important;
  margin-right: 4px;
  vertical-align: middle;
}

body.site-interior-page .site-interior-card .contact-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

body.site-interior-page .site-interior-card .contact-page-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #007d84;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .contact-page-actions a:hover,
body.site-interior-page .site-interior-card .contact-page-actions a:focus {
  background: #00686d;
}

body.site-interior-page .site-interior-sidebar .contact-sidebar {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 18px;
  align-items: stretch;
}

body.site-interior-page .site-interior-sidebar .contact-sidebar-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 18px;
}

body.site-contact-page .site-interior-layout {
  grid-template-columns: minmax(0, 1fr) clamp(560px, 34vw, 640px);
  gap: 20px;
  align-items: stretch;
}

body.site-contact-page .site-interior-sidebar {
  justify-self: end;
  width: 100% !important;
  height: 100% !important;
}

body.site-contact-page .site-interior-sidebar .contact-sidebar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
  align-items: stretch;
}

body.site-contact-page .site-interior-main,
body.site-contact-page .site-interior-card {
  height: 100% !important;
}

body.site-contact-page .site-interior-card .contact-content-section {
  min-height: 470px;
  gap: 14px;
}

body.site-contact-page .site-interior-card .contact-intro-card,
body.site-contact-page .site-interior-card .contact-office-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-contact-page .site-interior-card .contact-office-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-bottom: 18px;
}

body.site-contact-page .site-interior-card .contact-office-card h3 {
  margin-bottom: 10px;
}

body.site-contact-page .site-interior-card .contact-office-content {
  flex: 1;
}

body.site-contact-page .site-interior-card .contact-office-content #conteudot {
  display: flex;
  grid-column: 1 / -1;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: clamp(22px, 7vh, 64px);
  line-height: 1.7;
}

body.site-contact-page .site-interior-card .contact-office-content #conteudot p {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-contact-page .site-interior-card .contact-office-content #conteudot div[style*="text-align"] {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

body.site-contact-page .site-interior-card .contact-office-content #conteudot a.chamada_index_lista {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #cfe3e6;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(14, 70, 74, 0.08);
  color: #005f64;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-contact-page .site-interior-card .contact-office-content #conteudot a.chamada_index_lista:hover,
body.site-contact-page .site-interior-card .contact-office-content #conteudot a.chamada_index_lista:focus {
  border-color: #6ecfd1;
  background: #edf8f8;
  color: #003f42;
}

body.site-contact-page .site-interior-card .contact-office-content #conteudot a.chamada_index_lista img {
  margin-right: 7px !important;
}

body.site-contact-page .site-interior-sidebar .contact-sidebar-column-feature .contact-side-feature {
  flex: 1;
}

body.site-contact-page .site-interior-sidebar .contact-sidebar-column-info .contact-side-news {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.site-contact-page .site-interior-sidebar .contact-side-feature__title {
  padding-top: 16px;
  padding-bottom: 12px;
  line-height: 1.35;
}

body.site-interior-page.site-contact-page .site-interior-sidebar .contact-side-feature__image {
  display: flex;
  flex: 1;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2vw, 28px) 14px;
}

body.site-contact-page .site-interior-sidebar .contact-side-feature__image img {
  width: 100%;
  height: auto;
  min-height: 0;
}

body.site-contact-page .site-interior-sidebar .contact-side-link {
  min-height: 38px;
  margin-top: 12px;
  margin-bottom: 10px;
}

body.site-contact-page .site-interior-sidebar .contact-news-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.site-interior-page .site-interior-sidebar .contact-side-feature {
  order: 1;
}

body.site-interior-page .site-interior-sidebar .contact-side-brasil {
  order: 2;
}

body.site-interior-page .site-interior-sidebar .contact-side-news {
  order: 4;
}

body.site-interior-page .site-interior-sidebar .contact-side-enquete {
  order: 5;
}

body.site-interior-page .site-interior-sidebar .contact-side-card {
  overflow: hidden;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-interior-page .site-interior-sidebar .contact-side-card > strong,
body.site-interior-page .site-interior-sidebar .contact-side-legacy .titulo_topicos {
  display: block;
  padding: 9px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, #00a7ad 0%, #00858a 46%, #00666b 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

body.site-interior-page .site-interior-sidebar .contact-side-feature {
  display: flex;
  flex-direction: column;
}

body.site-interior-page .site-interior-sidebar .contact-side-feature__title {
  display: block;
  padding: 14px 14px 10px;
  color: #005f64;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

body.site-interior-page .site-interior-sidebar .contact-side-feature__image {
  display: block;
  padding: 0 14px;
}

body.site-interior-page .site-interior-sidebar .contact-side-feature__image img,
body.site-interior-page .site-interior-sidebar .contact-side-brasil img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

body.site-interior-page .site-interior-sidebar .contact-side-feature__image img {
  object-fit: cover;
}

body.site-interior-page .site-interior-sidebar .contact-side-brasil img {
  max-height: 220px;
  object-fit: contain;
}

body.site-interior-page .site-interior-sidebar .contact-side-link {
  position: relative;
  display: flex;
  min-height: 38px;
  align-items: center;
  margin: 8px 10px 10px;
  padding: 0 8px 0 28px;
  border-radius: 7px;
  color: #005f64;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

body.site-interior-page .site-interior-sidebar .contact-side-link::before,
body.site-interior-page .site-interior-sidebar .contact-news-link::before {
  position: absolute;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1db7bd;
  box-shadow: 0 0 0 5px rgba(29, 183, 189, 0.12);
  content: "";
}

body.site-interior-page .site-interior-sidebar .contact-side-link:hover,
body.site-interior-page .site-interior-sidebar .contact-side-link:focus,
body.site-interior-page .site-interior-sidebar .contact-news-link:hover,
body.site-interior-page .site-interior-sidebar .contact-news-link:focus {
  background: #edf8f8;
  color: #003f42;
}

body.site-interior-page .site-interior-sidebar .contact-side-news {
  padding-bottom: 8px;
}

body.site-interior-page .site-interior-sidebar .contact-news-link {
  position: relative;
  display: block;
  min-height: 44px;
  padding: 10px 12px 10px 30px;
  color: #174246;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

body.site-interior-page .site-interior-sidebar .contact-news-link span {
  display: block;
  margin-bottom: 3px;
  color: #577477;
  font-size: 11px;
  font-weight: 700;
}

body.site-interior-page .site-interior-sidebar .contact-side-brasil {
  padding-bottom: 14px;
}

body.site-interior-page .site-interior-sidebar .contact-side-brasil a {
  display: block;
  padding: 14px 14px 0;
}

body.site-interior-page .site-interior-sidebar .contact-side-legacy > table {
  width: 100% !important;
  margin: 0 !important;
}

body.site-interior-page .site-interior-sidebar .contact-side-legacy .site-interior-sidebar-card {
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-interior-page .site-interior-sidebar .contact-side-legacy table {
  width: 100% !important;
}

body.site-interior-map-page .site-interior-card #conteudot {
  max-width: none;
}

body.site-interior-map-page .site-interior-card .iframeMapa,
body.site-interior-map-page .site-interior-card iframe[src*="mapaBrasil"] {
  width: min(100%, 980px) !important;
  min-height: 800px;
  margin: 18px auto 8px;
  border: 1px solid #d5e4e6 !important;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(14, 70, 74, 0.09);
}

body.site-interior-page .site-interior-card select,
body.site-interior-page .site-interior-card input,
body.site-interior-page .site-interior-card textarea {
  max-width: 100%;
}

body.site-interior-page .site-interior-sidebar > div,
body.site-interior-page .site-interior-sidebar > div[align="center"] {
  width: 100%;
}

body.site-interior-page .site-interior-sidebar > br,
body.site-interior-page .site-interior-sidebar > div[align="center"] > br {
  display: none !important;
}

body.site-interior-page .site-interior-sidebar > table,
body.site-interior-page .site-interior-sidebar > div > table {
  width: 100% !important;
  height: auto !important;
  margin: 0;
}

body.site-interior-page .site-interior-sidebar-card {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-interior-page .site-interior-sidebar-card table {
  width: 100% !important;
  height: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.site-interior-page .site-interior-sidebar-card img[src*="rodape_chamda.gif"],
body.site-interior-page .site-interior-sidebar img[src*="rodape_chamda.gif"] {
  display: none !important;
}

body.site-interior-page .site-interior-sidebar-card td {
  height: auto !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-icon-cell {
  display: none !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-link-row > td {
  padding: 0 12px !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-link-row:first-child > td {
  padding-top: 12px !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-link-row:last-child > td {
  padding-bottom: 12px !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-link-cell {
  width: auto !important;
}

body.site-interior-page .site-interior-sidebar-card form {
  margin: 0 !important;
}

body.site-interior-page .site-interior-sidebar-card form > div[align="center"],
body.site-interior-page .site-interior-sidebar-card td > div[align="center"] {
  padding: 12px !important;
}

body.site-interior-page .site-interior-sidebar-card form > div[align="center"] > br,
body.site-interior-page .site-interior-sidebar-card td > div[align="center"] > br {
  display: none !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-select-row > td {
  padding: 10px 12px !important;
}

body.site-interior-page .site-interior-sidebar-card .site-sidebar-select-cell {
  width: auto !important;
}

body.site-interior-page .site-interior-sidebar-card select,
body.site-interior-page .site-interior-sidebar-card .site-sidebar-select {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  height: 38px;
  box-sizing: border-box;
  padding: 0 34px 0 12px;
  border: 1px solid #b9d5d8;
  border-radius: 7px;
  background:
    linear-gradient(45deg, transparent 50%, #007d84 50%) right 14px center / 6px 6px no-repeat,
    linear-gradient(135deg, #007d84 50%, transparent 50%) right 9px center / 6px 6px no-repeat,
    #ffffff;
  color: #174246;
  font-size: 13px;
  font-weight: 800;
  line-height: 38px;
  appearance: none;
}

body.site-interior-page .site-interior-sidebar-card select:hover,
body.site-interior-page .site-interior-sidebar-card select:focus {
  border-color: #20a9ae;
  box-shadow: 0 0 0 3px rgba(29, 183, 189, 0.16);
  outline: 0;
}

body.site-interior-page .site-interior-sidebar-card a.empresa,
body.site-interior-page .site-interior-sidebar-card button.empresa,
body.site-interior-page .site-interior-sidebar-card a.texto,
body.site-interior-page .site-interior-sidebar-card .texto,
body.site-interior-page .site-interior-sidebar-card .titulo_foto2 {
  color: #174246 !important;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

body.site-interior-page .site-interior-sidebar-card a.empresa,
body.site-interior-page .site-interior-sidebar-card button.empresa,
body.site-interior-page .site-interior-sidebar-card a.texto {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-weight: 700;
}

body.site-interior-page .site-interior-sidebar-card a.site-sidebar-modern-link {
  position: relative;
  display: flex !important;
  width: 100%;
  min-height: 38px;
  align-items: center;
  box-sizing: border-box;
  padding: 7px 10px 7px 30px;
  border-radius: 7px;
  color: #174246 !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
}

body.site-interior-page .site-interior-sidebar-card a.site-sidebar-modern-link::before {
  position: absolute;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #1db7bd;
  box-shadow: 0 0 0 5px rgba(29, 183, 189, 0.12);
  content: "";
}

body.site-interior-page .site-interior-sidebar-card a.site-sidebar-modern-link:hover,
body.site-interior-page .site-interior-sidebar-card a.site-sidebar-modern-link:focus,
body.site-interior-page .site-interior-sidebar-card a.site-sidebar-modern-link.is-current {
  background: #edf8f8;
  color: #003f42 !important;
  text-decoration: none !important;
}

body.site-interior-page .site-interior-sidebar-card button.empresa {
  width: 100%;
  padding: 7px 0;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25;
  text-align: left !important;
}

body.site-interior-page .site-interior-sidebar-card a.empresa:hover,
body.site-interior-page .site-interior-sidebar-card a.empresa:focus,
body.site-interior-page .site-interior-sidebar-card button.empresa:hover,
body.site-interior-page .site-interior-sidebar-card button.empresa:focus,
body.site-interior-page .site-interior-sidebar-card a.texto:hover,
body.site-interior-page .site-interior-sidebar-card a.texto:focus,
body.site-interior-page .site-interior-sidebar-card a.is-current {
  color: #005f64 !important;
  text-decoration: underline;
}

body.site-interior-page .site-interior-sidebar-card div[id^="hdn"] {
  padding: 0 0 8px 6px;
}

body.site-interior-page .site-interior-sidebar-card div[id^="hdn"] p {
  margin: 0;
}

body.site-interior-page .site-interior-sidebar-card div[id^="hdn"] a.empresa,
body.site-interior-page .site-interior-sidebar-card div[id^="hdn"] button.empresa {
  display: block;
  min-height: 0;
  padding: 4px 0;
  color: #41666a !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.3;
}

body.site-interior-page .site-interior-sidebar-card .localizar img,
body.site-interior-page .site-interior-sidebar-card .localizar1 img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

body.site-interior-page .site-interior-sidebar-card img[src*="folder_yellow"],
body.site-interior-page .site-interior-sidebar-card img[src*="kcmdf.gif"],
body.site-interior-page .site-interior-sidebar-card img[src*="news.gif"] {
  display: none !important;
}

body.site-interior-page .site-interior-sidebar-card img:not([src*="folder_yellow.gif"]):not([src*="kcmdf.gif"]):not([src*="news.gif"]):not([src*="mais.gif"]) {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

body.site-news-detail-page .site-public-shell {
  max-width: none;
  background: #eef4f4 !important;
  box-shadow: none;
}

body.site-news-detail-page .site-public-shell > tbody > tr:first-child > td,
body.site-news-detail-page .site-public-shell > tr:first-child > td {
  height: auto !important;
  padding-bottom: 0 !important;
}

body.site-news-detail-page .site-news-detail-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: start;
  width: 100% !important;
  max-width: none;
  height: auto !important;
  margin: 22px 0 56px;
  border-collapse: separate;
  background: #eef4f4 !important;
}

body.site-news-detail-page .site-news-detail-layout > tbody,
body.site-news-detail-page .site-news-detail-layout > tbody > tr {
  display: contents !important;
}

body.site-news-detail-page .site-news-article-column,
body.site-news-detail-page .site-news-side-column {
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

body.site-news-detail-page .site-news-article-column > div {
  width: 100%;
}

body.site-news-detail-page .site-news-article-card {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-news-detail-page .site-news-article-card table {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body.site-news-detail-page .site-news-article-card > tbody > tr > td {
  padding-right: 24px;
  padding-left: 24px;
}

body.site-news-detail-page .site-news-article-card > tbody > tr:first-child > td {
  padding-right: 0;
  padding-left: 0;
}

body.site-news-detail-page .site-news-article-card table[background*="barra2.gif"] {
  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%) !important;
}

body.site-news-detail-page .site-news-article-card .titulo_topicos {
  display: block;
  min-height: 26px;
  padding: 5px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

body.site-news-detail-page .site-news-article-card .titulo_destaque {
  display: block;
  max-width: 1080px;
  padding-top: 10px;
  color: #005f64;
  font-size: 24px;
  line-height: 1.24;
}

body.site-news-detail-page .site-news-article-card .texto,
body.site-news-detail-page .site-news-article-card .textodosite {
  color: #506b6f;
  font-size: 13px;
  line-height: 1.45;
}

body.site-news-detail-page .site-news-article-card img {
  border-radius: 4px;
}

body.site-news-detail-page .site-news-article-card table[align="left"] {
  float: none;
  width: 100% !important;
  max-width: 100%;
  margin: 20px auto 24px !important;
}

body.site-news-detail-page .site-news-article-card #photos {
  position: relative;
  width: min(100%, 760px) !important;
  max-width: 100% !important;
  margin: 20px auto 24px !important;
  background: transparent !important;
  border: 0 !important;
}

body.site-news-detail-page .site-news-article-card #photos,
body.site-news-detail-page .site-news-article-card #photos .panel,
body.site-news-detail-page .site-news-article-card #photos .panel img {
  max-width: 100% !important;
}

body.site-news-detail-page .site-news-article-card #photos .panel {
  position: relative !important;
  display: none !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
}

body.site-news-detail-page .site-news-article-card #photos .panel.is-active {
  display: block !important;
}

body.site-news-detail-page .site-news-article-card #photos a {
  display: block;
}

body.site-news-detail-page .site-news-article-card #photos .panel img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

body.site-news-detail-page .site-news-article-card #photos .panel-overlay,
body.site-news-detail-page .site-news-article-card #photos .overlay {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 0 0 !important;
  color: #506b6f !important;
  background: transparent !important;
  font-size: 12px !important;
}

body.site-news-detail-page .site-news-article-card #photos .panel-overlay p {
  margin: 0;
  line-height: 1.35;
}

body.site-news-detail-page .site-news-article-card #photos .filmstrip {
  display: none !important;
}

body.site-news-detail-page #photos.site-news-gallery-ready {
  position: relative !important;
  width: min(100%, 760px) !important;
  max-width: 100% !important;
  margin: 22px auto 30px !important;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

body.site-news-detail-page #photos.site-news-gallery-ready .panel {
  position: relative !important;
  display: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.site-news-detail-page #photos.site-news-gallery-ready .panel.is-active {
  display: block !important;
}

body.site-news-detail-page #photos.site-news-gallery-ready .panel a {
  display: block;
  height: auto;
  overflow: visible;
  border-radius: 6px;
  background: transparent;
  cursor: default;
}

body.site-news-detail-page #photos.site-news-gallery-ready .panel img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 6px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

body.site-news-detail-page #photos.site-news-gallery-ready .panel-overlay,
body.site-news-detail-page #photos.site-news-gallery-ready .overlay {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-top: 0;
  padding: 10px 2px 0 !important;
  border: 0 !important;
  border-radius: 0;
  color: #506b6f !important;
  background: transparent !important;
  font-size: 13px !important;
  text-align: left;
}

body.site-news-detail-page #photos.site-news-gallery-ready .panel-overlay p {
  margin: 0;
  line-height: 1.45;
}

body.site-news-detail-page #photos.site-news-gallery-ready .filmstrip {
  display: none !important;
}

body.site-news-detail-page .site-news-gallery-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 93, 96, 0.86);
  color: #ffffff;
  cursor: pointer;
  font: 700 30px/1 Arial, Helvetica, sans-serif;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 44, 48, 0.22);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

body.site-news-detail-page .site-news-gallery-control:hover,
body.site-news-detail-page .site-news-gallery-control:focus {
  background: #004f55;
  outline: 0;
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 12px 28px rgba(0, 44, 48, 0.28);
}

body.site-news-detail-page .site-news-gallery-control--prev {
  left: 10px;
}

body.site-news-detail-page .site-news-gallery-control--next {
  right: 10px;
}

body.site-news-detail-page .site-news-gallery-count {
  display: table;
  margin: 10px auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #5c767a;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

@media (max-width: 760px) {
  body.site-news-detail-page #photos.site-news-gallery-ready {
    padding: 0;
  }

  body.site-news-detail-page .site-news-gallery-control {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  body.site-news-detail-page .site-news-gallery-control--prev {
    left: 10px;
  }

  body.site-news-detail-page .site-news-gallery-control--next {
    right: 10px;
  }
}

body.site-news-detail-page #conteudot {
  clear: both;
  max-width: 1080px;
  margin: 20px auto 0;
  color: #174246;
  font-size: 16px !important;
  line-height: 1.68 !important;
  overflow-wrap: break-word;
}

body.site-news-detail-page #conteudot p {
  margin-top: 0;
  margin-bottom: 1em;
}

body.site-news-detail-page #conteudot img {
  max-width: 100%;
  height: auto;
}

body.site-news-detail-page .site-news-side-menu {
  position: sticky;
  top: 154px;
  overflow: hidden;
  border: 1px solid #d5e4e6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(14, 70, 74, 0.1);
}

body.site-news-detail-page .site-news-side-menu > strong {
  display: block;
  padding: 14px 18px 4px;
  color: #005f64;
  font-size: 18px;
  line-height: 1.2;
}

body.site-news-detail-page .site-news-side-menu > span {
  display: block;
  padding: 0 18px 14px;
  border-bottom: 1px solid #e1ecee;
  color: #6a8084;
  font-size: 12px;
}

body.site-news-detail-page .site-news-side-menu__list {
  display: grid;
  gap: 6px;
  padding: 12px;
}

body.site-news-detail-page .site-news-side-menu__link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 6px;
  color: #174246 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

body.site-news-detail-page .site-news-side-menu__link::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #00a7ad;
  box-shadow: 0 0 0 4px rgba(0, 167, 173, 0.12);
}

body.site-news-detail-page .site-news-side-menu__link:hover,
body.site-news-detail-page .site-news-side-menu__link:focus {
  background: #e4f2f2;
  color: #005f64 !important;
}

@media (max-width: 1180px) {
  body.site-interior-page .site-interior-layout {
    grid-template-columns: minmax(0, 1fr);
    margin: 26px 0 38px;
  }

  body.site-interior-page .site-interior-sidebar,
  body.site-interior-page .site-interior-sidebar > div,
  body.site-interior-page .site-interior-sidebar > div[align="center"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .site-public-header__inner {
    min-height: 78px;
    justify-content: flex-start;
    gap: 14px;
    padding: 10px 16px;
  }

  .site-public-logo {
    position: static;
    transform: none;
  }

  .site-public-logo img {
    width: 126px;
  }

  .site-public-actions {
    display: none;
  }

  .site-public-nav-toggle {
    position: relative;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: #00858a;
    color: #ffffff;
    cursor: pointer;
    font-size: 0;
  }

  .site-public-nav-toggle::before,
  .site-public-nav-toggle::after,
  .site-public-nav-toggle span {
    content: "";
    position: absolute;
    left: 12px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .site-public-nav-toggle::before {
    top: 14px;
  }

  .site-public-nav-toggle span {
    top: 21px;
  }

  .site-public-nav-toggle::after {
    top: 28px;
  }

  .site-public-nav {
    min-height: 0;
  }

  .site-public-nav__panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: block;
    width: min(86vw, 360px);
    max-width: none;
    padding: 0;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 16px 0 42px rgba(0, 43, 47, 0.25);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  body.nav-open .site-public-nav__panel {
    transform: translateX(0);
  }

  .site-public-nav__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 14px 16px;
    border-bottom: 1px solid #d8e6e7;
    color: #005f64;
    font-weight: 700;
  }

  .site-public-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 8px;
    background: #e4f2f2;
    color: #005f64;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
  }

  .site-public-nav__mobile-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid #d8e6e7;
  }

  .site-public-nav__mobile-actions .site-public-action {
    justify-content: center;
  }

  .site-public-nav__link {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    color: #174246 !important;
    justify-content: space-between;
  }

  .site-public-nav__link:hover,
  .site-public-nav__link:focus,
  .site-public-nav__group.is-open > .site-public-nav__link {
    background: #e4f2f2;
    color: #005f64 !important;
  }

  .site-public-nav__submenu {
    position: static;
    display: none;
    min-width: 0;
    max-width: none;
    padding: 0 10px 10px 24px;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

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

  body.site-news-detail-page .site-news-detail-layout {
    grid-template-columns: minmax(0, 1fr);
    width: 100% !important;
    max-width: none;
    margin: 32px 0 38px;
  }

  body.site-interior-page .site-interior-layout {
    grid-template-columns: minmax(0, 1fr);
    width: 100% !important;
    max-width: none;
    margin: 32px 0 38px;
  }

  body.site-interior-page .site-interior-sidebar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  body.site-news-detail-page .site-news-side-menu {
    position: static;
  }

  body.site-news-detail-page .site-news-side-menu__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-interior-map-page .site-interior-card .iframeMapa,
  body.site-interior-map-page .site-interior-card iframe[src*="mapaBrasil"] {
    min-height: 760px;
  }

  body.site-interior-page .site-interior-card .area-section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  body.site-interior-page .site-interior-card .area-work-filter {
    width: 100%;
  }

  body.site-interior-page .site-interior-card .area-work-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-interior-page .site-interior-card .area-work-card__image img {
    height: 150px;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px;
    text-align: center;
  }

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

  .site-cookie-banner {
    padding: 14px 16px;
  }

  .site-cookie-banner__content {
    flex-direction: column;
    gap: 12px;
  }

  body.site-public-modern > div[align="center"] {
    width: 100% !important;
  }

  body.site-public-modern .site-public-shell table,
  body.site-public-modern .site-public-shell tbody,
  body.site-public-modern .site-public-shell thead,
  body.site-public-modern .site-public-shell tfoot,
  body.site-public-modern .site-public-shell tr,
  body.site-public-modern .site-public-shell td,
  body.site-public-modern .site-public-shell th {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  body.site-public-modern .site-public-shell td,
  body.site-public-modern .site-public-shell th {
    padding-left: 0;
    padding-right: 0;
  }

  body.site-public-modern input[type="text"],
  body.site-public-modern input[type="email"],
  body.site-public-modern input[type="password"],
  body.site-public-modern textarea,
  body.site-public-modern select {
    box-sizing: border-box;
    width: 100% !important;
  }

  body.site-public-modern table[background*="home/ilustracao"],
  body.site-public-modern td[background*="home/ilustracao"] {
    min-height: 170px;
  }

  body.site-public-modern .site-public-shell iframe,
  body.site-public-modern .site-public-shell object,
  body.site-public-modern .site-public-shell embed {
    width: 100% !important;
  }

  body.site-news-detail-page .site-news-detail-layout {
    display: grid !important;
    width: 100% !important;
    margin: 18px 0 38px;
  }

  body.site-interior-page .site-interior-layout {
    display: grid !important;
    width: 100% !important;
    margin: 18px 0 38px;
  }

  body.site-news-detail-page .site-news-detail-layout > tbody,
  body.site-news-detail-page .site-news-detail-layout > tbody > tr {
    display: contents !important;
  }

  body.site-interior-page .site-interior-layout > tbody,
  body.site-interior-page .site-interior-layout > tbody > tr {
    display: contents !important;
  }

  body.site-news-detail-page .site-news-article-column,
  body.site-news-detail-page .site-news-side-column {
    display: block !important;
  }

  body.site-interior-page .site-interior-main,
  body.site-interior-page .site-interior-sidebar {
    display: block !important;
  }

  body.site-news-detail-page .site-news-article-card {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.site-interior-page .site-interior-card {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.site-news-detail-page .site-news-article-card > tbody > tr > td {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.site-interior-page .site-interior-card > tbody > tr > td {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.site-search-page .site-search-panel {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.site-search-page .site-search-panel__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding-right: 16px;
    padding-left: 16px;
  }

  body.site-search-page .site-search-form,
  body.site-search-page .site-search-results,
  body.site-search-page .site-search-empty-state {
    margin-right: 16px;
    margin-left: 16px;
  }

  body.site-search-page .site-search-form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-search-page .site-search-form button {
    width: 100%;
  }

  body.site-search-page .site-search-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  body.site-news-detail-page .site-news-article-card .titulo_destaque {
    font-size: 20px;
  }

  body.site-interior-page .site-interior-card .titulo_destaque {
    font-size: 20px;
  }

  body.site-news-detail-page #conteudot {
    max-width: none;
    font-size: 15px !important;
  }

  body.site-interior-page .site-interior-card #conteudot {
    max-width: none;
    font-size: 15px !important;
  }

  body.site-news-detail-page .site-news-side-menu {
    margin: 0 16px;
  }

  body.site-interior-page .site-interior-sidebar {
    padding: 0 16px !important;
  }

  body.site-interior-page .site-interior-sidebar .contact-sidebar {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-contact-page .site-interior-sidebar,
  body.site-contact-page .site-interior-sidebar .contact-sidebar,
  body.site-contact-page .site-interior-main,
  body.site-contact-page .site-interior-card {
    height: auto !important;
  }

  body.site-contact-page .site-interior-card .contact-content-section {
    min-height: 0;
  }

  body.site-contact-page .site-interior-card .contact-office-card {
    flex: 0 1 auto;
  }

  body.site-contact-page .site-interior-card .contact-office-content #conteudot {
    min-height: 0;
    justify-content: flex-start;
  }

  body.site-contact-page .site-interior-sidebar .contact-sidebar-column-feature .contact-side-feature,
  body.site-contact-page .site-interior-sidebar .contact-sidebar-column-info .contact-side-news {
    flex: 0 1 auto;
  }

  body.site-interior-page.site-contact-page .site-interior-sidebar .contact-side-feature__image {
    flex: 0 1 auto;
    padding: clamp(6px, 1.6vw, 10px) 14px;
  }

  body.site-contact-page .site-interior-sidebar .contact-side-feature__image img {
    height: auto;
    min-height: 0;
  }

  body.site-contact-page .site-interior-sidebar .contact-news-link {
    display: block;
    flex: 0 1 auto;
  }

  body.site-interior-page .site-interior-card table[align="left"] {
    float: none;
    width: 100% !important;
    margin: 0 0 16px !important;
  }

  body.site-interior-page .site-interior-card .contact-intro-card,
  body.site-interior-page .site-interior-card .contact-office-card {
    padding: 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.site-interior-page .site-interior-card .contact-intro-card h2 {
    font-size: 21px;
  }

  body.site-interior-page .site-interior-card .contact-office-content {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-interior-page .site-interior-card .contact-page-actions {
    justify-content: stretch;
  }

  body.site-interior-page .site-interior-card .contact-page-actions a {
    justify-content: center;
    width: 100%;
  }

  body.site-interior-map-page .site-interior-card .iframeMapa,
  body.site-interior-map-page .site-interior-card iframe[src*="mapaBrasil"] {
    min-height: 520px;
    border-radius: 6px;
  }

  body.site-news-detail-page .site-news-side-menu__list {
    grid-template-columns: 1fr;
  }
}

/* Overrides finais da revisao geral 2026 */
body.site-public-modern {
  --site-page-gutter: clamp(4px, 0.55vw, 10px);
  --site-layout-gap: clamp(14px, 1.8vw, 22px);
  --site-sidebar-width: clamp(268px, 16vw, 320px);
}

body.site-public-modern > div[align="center"] {
  padding-right: var(--site-page-gutter);
  padding-left: var(--site-page-gutter);
  background: #eef4f4 !important;
}

body.site-interior-page > div[align="center"],
body.site-news-detail-page > div[align="center"] {
  flex: 0 0 auto;
}

body.site-interior-page .site-footer,
body.site-news-detail-page .site-footer {
  margin-top: 8px;
}

body.site-public-modern .site-public-shell {
  border-right: 0;
  border-left: 0;
  box-shadow: none;
}

body.site-interior-page .site-public-shell,
body.site-news-detail-page .site-public-shell {
  width: 100% !important;
  max-width: none;
  height: auto !important;
  background: #eef4f4 !important;
  box-shadow: none;
}

body.site-interior-page .site-public-shell table:not([background*="home/ilustracao"]),
body.site-interior-page .site-public-shell tbody,
body.site-interior-page .site-public-shell tr,
body.site-interior-page .site-public-shell td,
body.site-news-detail-page .site-public-shell table:not([background*="home/ilustracao"]),
body.site-news-detail-page .site-public-shell tbody,
body.site-news-detail-page .site-public-shell tr,
body.site-news-detail-page .site-public-shell td {
  height: auto !important;
}

body.site-interior-page .site-public-hidden,
body.site-interior-page .site-public-hidden table,
body.site-interior-page .site-public-hidden tbody,
body.site-interior-page .site-public-hidden tr,
body.site-interior-page .site-public-hidden td,
body.site-news-detail-page .site-public-hidden,
body.site-news-detail-page .site-public-hidden table,
body.site-news-detail-page .site-public-hidden tbody,
body.site-news-detail-page .site-public-hidden tr,
body.site-news-detail-page .site-public-hidden td {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.site-interior-page .site-interior-layout,
body.site-news-detail-page .site-news-detail-layout {
  grid-template-columns: minmax(0, 1fr) var(--site-sidebar-width);
  gap: var(--site-layout-gap);
  margin: 0 0 clamp(20px, 2.4vw, 32px);
}

body.site-contact-page .site-interior-layout {
  grid-template-columns: minmax(0, 1fr) clamp(560px, 34vw, 640px);
}

body.site-news-list-page table[background*="home/ilustracao"],
body.site-news-list-page td[background*="home/ilustracao"] {
  height: clamp(200px, 18vw, 290px) !important;
  min-height: 0 !important;
}

body.site-interior-page .site-interior-sidebar,
body.site-news-detail-page .site-news-side-column {
  align-self: start;
  justify-self: end;
  width: 100% !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

body.site-interior-page .site-interior-main,
body.site-interior-page .site-interior-main > div,
body.site-interior-page .site-interior-sidebar > div,
body.site-interior-page .site-interior-sidebar > div[align="center"] {
  align-self: start;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.site-interior-page .site-interior-card,
body.site-interior-page .site-interior-sidebar-card {
  margin-top: 0 !important;
  border-top: 0 !important;
}

body.site-interior-page .site-interior-card > tbody > tr:first-child > td,
body.site-interior-page .site-interior-sidebar-card > tbody > tr:first-child > td {
  padding-top: 0 !important;
  border-top: 0 !important;
}

body.site-interior-page .site-interior-card table[background*="barra2.gif"],
body.site-interior-page .site-interior-sidebar-card table[background*="barra2.gif"] {
  margin-top: 0 !important;
  border-radius: 8px 8px 0 0;
}

body.site-interior-page .site-interior-card > tbody > tr:first-child,
body.site-interior-page .site-interior-card > tbody > tr:first-child > td > table:not([background]),
body.site-interior-page .site-interior-card > tbody > tr:first-child > td > table:not([background]) > tbody > tr,
body.site-interior-page .site-interior-card > tbody > tr:first-child > td > table:not([background]) > tbody > tr > td {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

body.site-interior-page .site-interior-sidebar > table,
body.site-interior-page .site-interior-sidebar > div > table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

body.site-interior-page .site-interior-sidebar > table > tbody > tr > td,
body.site-interior-page .site-interior-sidebar > div > table > tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.site-interior-page .site-public-shell tr[height="14"],
body.site-news-detail-page .site-public-shell tr[height="14"] {
  display: none !important;
}

body.site-interior-page .site-public-shell td[height="8"],
body.site-news-detail-page .site-public-shell td[height="8"] {
  height: 0 !important;
  padding: 0 !important;
}

body.site-interior-page .site-legacy-quicklinks-spacer-row,
body.site-interior-page .site-legacy-login-row,
body.site-news-detail-page .site-legacy-quicklinks-spacer-row,
body.site-news-detail-page .site-legacy-login-row {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.site-interior-page .site-legacy-quicklinks-row,
body.site-interior-page .site-legacy-quicklinks-inner-row,
body.site-news-detail-page .site-legacy-quicklinks-row,
body.site-news-detail-page .site-legacy-quicklinks-inner-row {
  height: auto !important;
}

body.site-interior-page .site-legacy-quicklinks-row td,
body.site-interior-page .site-legacy-quicklinks-inner-row td,
body.site-news-detail-page .site-legacy-quicklinks-row td,
body.site-news-detail-page .site-legacy-quicklinks-inner-row td {
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.site-interior-page .site-legacy-quicklinks,
body.site-news-detail-page .site-legacy-quicklinks {
  min-height: 12px;
  padding: 0 !important;
  line-height: 12px;
}

body.site-interior-page .site-legacy-quicklinks a,
body.site-interior-page .site-legacy-quicklinks .menutop2icone,
body.site-news-detail-page .site-legacy-quicklinks a,
body.site-news-detail-page .site-legacy-quicklinks .menutop2icone {
  line-height: 12px !important;
}

body.site-interior-page .site-interior-card .site-interior-main-image {
  width: min(48%, 560px) !important;
  margin: 0 clamp(20px, 2.4vw, 32px) 14px 0 !important;
}

body.site-news-list-page .site-news-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin: 12px 0 18px;
}

body.site-news-list-page .site-news-feature-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d7e7e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(14, 70, 74, 0.08);
}

body.site-news-list-page .site-news-feature-card table,
body.site-news-list-page .site-news-feature-card tbody,
body.site-news-list-page .site-news-feature-card tr,
body.site-news-list-page .site-news-feature-card td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

body.site-news-list-page .site-news-feature-card td {
  padding: 0 !important;
}

body.site-news-list-page .site-news-feature-title-table {
  order: 1;
}

body.site-news-list-page .site-news-feature-date-table {
  display: none !important;
  order: 4;
  padding: 0 14px 14px !important;
  color: #5b7579;
  font-size: 12px !important;
}

body.site-news-list-page .site-news-feature-summary-table {
  order: 3;
}

body.site-news-list-page .site-news-feature-media-table {
  order: 2;
}

body.site-news-list-page .site-news-feature-title-table a.titulo_destaque {
  display: -webkit-box;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
  padding: 14px 14px 10px;
  color: #005f64 !important;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site-news-list-page .site-news-feature-summary-table table[align="left"],
body.site-news-list-page .site-news-feature-media-table {
  float: none !important;
  margin: 0 !important;
}

body.site-news-list-page .site-news-feature-title-table td.texto {
  display: none !important;
}

body.site-news-list-page .site-news-feature-summary-table .img_borda,
body.site-news-list-page .site-news-feature-summary-table .img_borda img,
body.site-news-list-page .site-news-feature-media-table .img_borda,
body.site-news-list-page .site-news-feature-media-table .img_borda img {
  display: block;
  width: 100% !important;
}

body.site-news-list-page .site-news-feature-summary-table .img_borda,
body.site-news-list-page .site-news-feature-media-table .img_borda {
  box-sizing: border-box;
  float: none !important;
  padding: 0 14px 10px;
  border: 0 !important;
  background: transparent !important;
}

body.site-news-list-page .site-news-feature-summary-table .img_borda:hover,
body.site-news-list-page .site-news-feature-summary-table .img_borda:focus,
body.site-news-list-page .site-news-feature-media-table .img_borda:hover,
body.site-news-list-page .site-news-feature-media-table .img_borda:focus {
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}

body.site-news-list-page .site-news-feature-summary-table .img_borda img,
body.site-news-list-page .site-news-feature-media-table .img_borda img {
  height: clamp(145px, 11vw, 178px) !important;
  margin: 0 !important;
  border-radius: 8px;
  object-fit: cover;
  transition: filter 0.18s ease, transform 0.18s ease;
}

body.site-news-list-page .site-news-feature-summary-table .img_borda:hover img,
body.site-news-list-page .site-news-feature-summary-table .img_borda:focus img,
body.site-news-list-page .site-news-feature-media-table .img_borda:hover img,
body.site-news-list-page .site-news-feature-media-table .img_borda:focus img {
  margin: 0 !important;
  filter: brightness(1.03);
}

body.site-news-list-page .site-news-feature-summary-table td[style*="FONT-SIZE"],
body.site-news-list-page .site-news-feature-media-table td[style*="FONT-SIZE"] {
  display: none !important;
}

body.site-news-list-page .site-news-feature-summary-table--empty {
  display: none !important;
}

body.site-news-list-page .site-news-feature-summary-table #conteudot {
  display: -webkit-box;
  max-height: 74px;
  overflow: hidden;
  padding: 10px 14px 16px;
  color: #244f53;
  font-size: 13px !important;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.site-news-list-page .site-news-feature-summary-table #conteudot a {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-decoration: none;
}

body.site-news-list-page .site-interior-card .news-more-section {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.site-contact-page .site-interior-card .contact-mail-grid {
  grid-template-columns: minmax(220px, 0.85fr) minmax(300px, 1.15fr);
}

body.site-contact-page .site-interior-card .contact-mail-card--budget {
  padding-right: 34px;
  padding-left: 60px;
}

body.site-contact-page .site-interior-card .contact-mail-card--budget strong {
  overflow-wrap: normal;
  white-space: nowrap;
}

body.site-interior-page .site-interior-card .portfolio-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.site-interior-page .site-interior-card .portfolio-list-card {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}

body.site-interior-page .site-interior-card .portfolio-list-card__image {
  height: clamp(150px, 12vw, 188px);
  min-height: 0;
}

body.site-interior-page .site-interior-card .portfolio-list-card__image img {
  min-height: 0;
}

body.site-interior-page .site-interior-card .portfolio-list-heading__link--below {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 16px;
  padding: 0 14px;
  border: 1px solid #b9d9dc;
  border-radius: 7px;
  background: #eef8f8;
  color: #006b71 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

body.site-interior-page .site-interior-card .portfolio-list-heading__link--below:hover,
body.site-interior-page .site-interior-card .portfolio-list-heading__link--below:focus {
  border-color: #00848b;
  background: #ffffff;
  color: #005f64 !important;
}

body.site-interior-page .site-interior-card .clients-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.site-search-page .site-search-summary {
  padding: 12px 14px;
  background: #f4fbfb;
}

body.site-search-page .site-search-summary strong {
  color: #174246;
  font-size: 15px;
  font-weight: 700;
}

body.site-search-page .site-search-summary em {
  background: #f8fcfc;
  color: #006b71;
  font-size: 11px;
  font-weight: 800;
}

body.site-search-page .site-search-results-section h2 {
  min-height: 34px;
  padding: 9px 16px;
  font-size: 13px;
}

body.site-search-page .site-search-list {
  padding: 4px 0;
}

body.site-search-page .site-search-list a {
  padding: 8px 16px 8px 34px;
  color: #244f53;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.38;
}

body.site-search-page .site-search-list a::before {
  top: 15px;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px rgba(29, 183, 189, 0.1);
}

body.site-certifications-page .site-interior-card .site-interior-main-image {
  display: none !important;
}

body.site-certifications-page .site-interior-card .site-interior-section-heading {
  margin-bottom: 4px;
}

body.site-certifications-page .site-interior-card #conteudot p {
  margin-top: 0.35em;
}

body.site-directors-page .site-interior-card a[href^="javascript:void"],
body.site-directors-page .site-interior-card a[href="#"] {
  color: inherit !important;
  cursor: default;
  text-decoration: none !important;
}

body.site-directors-page .site-directors-grid {
  display: grid;
  clear: both;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  width: 100%;
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid #d5e8ea;
}

body.site-directors-page .site-director-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  min-height: 126px;
  padding: 14px;
  border: 1px solid #d5e8ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(14, 70, 74, 0.08);
}

body.site-directors-page .site-director-card__media {
  display: grid;
  width: 86px;
  height: 96px;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  background: #edf8f8;
}

body.site-directors-page .site-director-card__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  border-radius: 8px;
  object-fit: cover;
}

body.site-directors-page .site-director-card__placeholder {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #00a7ad, #007d84);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

body.site-directors-page .site-director-card__content {
  min-width: 0;
}

body.site-directors-page .site-director-card__name {
  margin: 0 0 5px;
  color: #005f64;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

body.site-directors-page .site-director-card__role,
body.site-directors-page .site-director-card__description {
  margin: 0;
  color: #244f53;
  font-size: 13px;
  line-height: 1.45;
}

body.site-directors-page .site-director-card__role {
  margin-bottom: 8px;
  color: #55777a;
  font-weight: 800;
}

body.site-directors-page .site-director-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

body.site-directors-page .site-director-card__action {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid #b9d9dc;
  border-radius: 999px;
  background: #eef8f8;
  color: #006b71 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
}

body.site-directors-page .site-director-card__action--button {
  cursor: pointer;
  font-family: inherit;
}

body.site-directors-page .site-director-card__action:hover,
body.site-directors-page .site-director-card__action:focus {
  border-color: #00848b;
  background: #ffffff;
  color: #005f64 !important;
}

body.site-directors-page .site-director-card__details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d5e8ea;
  color: #244f53;
  font-size: 13px;
  line-height: 1.5;
}

body.site-portfolio-page > div[align="center"] {
  flex: 0 0 auto;
}

body.site-portfolio-page .site-public-shell,
body.site-portfolio-page .site-public-shell > tbody > tr,
body.site-portfolio-page .site-public-shell > tbody > tr > td {
  height: auto !important;
}

body.site-portfolio-page .site-interior-layout {
  margin-bottom: 8px !important;
}

body.site-portfolio-page .site-interior-card {
  margin-bottom: 0 !important;
}

body.site-portfolio-page .site-footer {
  margin-top: 8px;
}

body.site-contact-page .site-interior-layout {
  align-items: stretch;
  margin-bottom: 8px !important;
}

body.site-contact-page .site-interior-main,
body.site-contact-page .site-interior-main > div,
body.site-contact-page .site-interior-sidebar,
body.site-contact-page .site-interior-sidebar > div,
body.site-contact-page .site-interior-sidebar > div[align="center"],
body.site-contact-page .site-interior-sidebar .contact-sidebar {
  align-self: stretch;
  height: 100% !important;
}

body.site-contact-page .site-interior-main {
  display: flex !important;
  flex-direction: column;
}

body.site-contact-page .site-interior-main > div {
  display: flex !important;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
}

body.site-contact-page .site-interior-card,
body.site-contact-page .site-interior-card .contact-content-section,
body.site-contact-page .site-interior-sidebar .contact-sidebar-column,
body.site-contact-page .site-interior-sidebar .contact-side-feature {
  height: 100% !important;
}

body.site-contact-page .site-interior-card {
  flex: 1 1 auto;
}

body.site-contact-page .site-interior-sidebar .contact-sidebar-column-info {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
}

body.site-contact-page .site-interior-sidebar .contact-side-news {
  height: 100%;
}

@media (max-width: 1280px) {
  body.site-news-list-page .site-news-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-interior-page .site-interior-card .clients-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  body.site-public-modern > div[align="center"] {
    padding-right: var(--site-page-gutter);
    padding-left: var(--site-page-gutter);
  }

  body.site-interior-page .site-interior-layout,
  body.site-news-detail-page .site-news-detail-layout,
  body.site-contact-page .site-interior-layout {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 8px;
  }

  body.site-interior-page .site-interior-sidebar,
  body.site-interior-page .site-interior-sidebar > div,
  body.site-interior-page .site-interior-sidebar > div[align="center"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-contact-page .site-interior-sidebar .contact-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-contact-page .site-interior-main,
  body.site-contact-page .site-interior-main > div,
  body.site-contact-page .site-interior-sidebar,
  body.site-contact-page .site-interior-sidebar > div,
  body.site-contact-page .site-interior-sidebar > div[align="center"],
  body.site-contact-page .site-interior-sidebar .contact-sidebar,
  body.site-contact-page .site-interior-card,
  body.site-contact-page .site-interior-card .contact-content-section,
  body.site-contact-page .site-interior-sidebar .contact-sidebar-column,
  body.site-contact-page .site-interior-sidebar .contact-side-feature {
    align-self: start;
    height: auto !important;
  }

  body.site-contact-page .site-interior-sidebar .contact-sidebar-column-info {
    display: flex;
  }

  body.site-contact-page .site-interior-sidebar .contact-side-news {
    height: auto;
  }
}

@media (max-width: 900px) {
  body.site-interior-page .site-interior-card .portfolio-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.site-interior-page .site-interior-card .clients-list-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  body.site-public-modern {
    --site-page-gutter: 0px;
  }

  body.site-public-modern > div[align="center"] {
    padding-right: 0;
    padding-left: 0;
  }

  body.site-public-modern .site-public-shell {
    border-right: 0;
    border-left: 0;
  }

  body.site-news-list-page .site-news-feature-grid,
  body.site-interior-page .site-interior-card .portfolio-list-grid,
  body.site-interior-page .site-interior-card .clients-list-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.site-interior-page .site-interior-card .clients-list-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  body.site-interior-page .site-interior-card .clients-list-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    column-gap: 14px;
    min-height: 0;
    padding: 14px 4px;
    border-right: 0;
  }

  body.site-interior-page .site-interior-card .clients-list-card__logo {
    grid-row: 1 / 4;
    min-height: 86px;
    margin: 0;
    padding: 0;
  }

  body.site-interior-page .site-interior-card .clients-list-card__logo img {
    max-width: 84px;
    max-height: 76px;
  }

  body.site-interior-page .site-interior-card .clients-list-card__name,
  body.site-interior-page .site-interior-card .clients-list-card p,
  body.site-interior-page .site-interior-card .clients-list-card__action {
    grid-column: 2;
  }

  body.site-interior-page .site-interior-card .clients-list-card__name {
    min-height: 0;
  }

  body.site-interior-page .site-interior-card .clients-list-card__action {
    margin-top: 4px;
  }

  body.site-news-list-page .site-news-feature-title-table a.titulo_destaque {
    min-height: 0;
    max-height: none;
  }

  body.site-directors-page .site-director-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  body.site-directors-page .site-director-card__media {
    width: 72px;
    height: 82px;
  }
}

body.site-interior-page .site-interior-layout,
body.site-news-detail-page .site-news-detail-layout,
body.site-contact-page .site-interior-layout,
body.site-portfolio-page .site-interior-layout {
  margin-bottom: 0 !important;
}

body.site-interior-page .site-footer,
body.site-news-detail-page .site-footer,
body.site-portfolio-page .site-footer {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  body.site-contact-page .site-interior-card .contact-mail-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  body.site-contact-page .site-interior-card .contact-mail-card--budget {
    padding-right: 18px;
    padding-left: 58px;
  }

  body.site-contact-page .site-interior-card .contact-mail-card--budget::after {
    display: none;
  }

  body.site-contact-page .site-interior-card .contact-mail-card--budget strong {
    font-size: 12px;
  }
}

/* Mantem um unico plano de fundo sob o conteudo em todas as paginas publicas. */
body.site-public-modern,
body.site-public-modern > div[align="center"],
body.site-public-modern .site-public-shell,
body.site-interior-page .site-interior-layout,
body.site-news-detail-page .site-news-detail-layout,
body.site-contact-page .site-interior-layout,
body.site-portfolio-page .site-interior-layout {
  background: #ffffff !important;
}
