.pgsec-titulo-da-pagina {
    /* max-width: 90rem; -- REMOVIDO para largura total */
    width: 100%;
    height: 9.625rem;/* Altura ajustada para 13.625rem */
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
    box-sizing: border-box;
    gap: 1rem; /* Adjusted gap */
}

.sec.col-md-12{
  margin-top: -1.875rem;
}

.pgsec-div-infor-titulos {
    max-width: 67.25rem;
    width: 100%;
    height: 15.3125rem; /* Altura ajustada para 15.3125rem */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto; /* Centraliza a div */
    box-sizing: border-box;
    padding: 0.75rem;
}

/* Web version styles */
@media (min-width: 75rem) {
    .pgsec-titulo-da-pagina {
        /* max-width: 67.25rem; -- REMOVIDO para largura total */
        /* height: 9.6875rem; -- JÁ DEFINIDO NO DEFAULT */
        /* gap: 1rem; -- JÁ DEFINIDO NO DEFAULT */
    }
}

/* Mobile version styles */
@media (max-width: 47.9375rem) {
    .pgsec-titulo-da-pagina {
        /* max-width: 25.875rem; -- REMOVIDO para largura total */
        height: 9.125rem;
        gap: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.75rem;
    }
}

.pgsec-titulo-da-pagina-atual {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.03;
    letter-spacing: 0;
    color: #465564;
}

.comunicacao-wrapper {
  display: flex;
  background: #F8F8F8;
  border-radius: 0.625rem;
  /* padding: 1.5rem; -- REMOVIDO */
  gap: 3rem;
  align-items: flex-start;
  max-width: 56.25rem; /* ajuste conforme necessidade */
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.comunicacao-coluna {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.comunicacao-divisoria {
  width: 0;
  height: 25.9062rem;
  border-left: 0.0625rem solid #C5C5C5;
  opacity: 1;
}
.comunicacao-setor {
  font-family: Kanit, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 132%;
  color: #929292;
  margin-top: 0.75rem;
  white-space: nowrap;
}
.comunicacao-nome {
  font-family: Kanit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 100%;
  color: #465564;
  margin-bottom: 0.125rem;
}

/* Responsivo: Ajusta a direção para mobile */
@media (max-width: 50rem) {
  .comunicacao-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .comunicacao-divisoria {
    display: none;
  }
}

.page-description {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.32;
    letter-spacing: 0;
    color: #465564;
}

/* ====== Alto Contraste ====== */
body.body-contraste .pgsec-titulo-da-pagina {
    background-color: #000 !important;
}

body.body-contraste .pgsec-titulo-da-pagina-atual {
    color: #fff !important;
}

body.body-contraste .pgsec-page-description {
    color: #fff !important;
}

body.body-contraste .breadcrumb a {
    color: #fff !important;
}

body.body-contraste .breadcrumb {
    color: #fff !important;
}

body.body-contraste .comunicacao-wrapper {
    background: #000 !important;
    border: 1px solid #fff !important;
}

body.body-contraste .comunicacao-nome {
    color: #fff !important;
}

body.body-contraste .comunicacao-setor {
    color: #fff !important;
}

body.body-contraste .comunicacao-divisoria {
    border-left: 1px solid #fff !important;
}

body.body-contraste .pgsec-info-uteis h2 {
    color: #fff !important;
}

body.body-contraste .infoscard {
    background-color: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

body.body-contraste .infoscard h3 {
    color: #fff !important;
}

body.body-contraste .infoscard p {
    color: #fff !important;
}

body.body-contraste .infoscard b {
    color: #fff !important;
}