<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noticia-destaque a{
  text-decoration: none;
}

.components_new_highlight {
  display: flex;
  flex-direction: row;
  /* max-width: 1280px; */
  width: 100%;
  gap: 12px;
}

.components_new_highlight__first,
.components_new_highlight_rigth {
  width: 50%;
}

.components_new_highlight_rigth {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.components_new_highlight__destaques h2,
.components_new_highlight__first__new h2,
.components_new_highlight__second__news h2,
.components_new_highlight__third__news h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  white-space: nowrap; /* NÃ£o quebra linha */
  overflow: hidden; /* Esconde o excesso de texto */
  text-overflow: ellipsis; /* Adiciona "..." no final */
  margin-bottom: 12px;
}
.components_new_highlight__destaques h3,
.components_new_highlight__first__new h3,
.components_new_highlight__second__news h3,
.components_new_highlight__third__news h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1.2rem;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  margin-bottom: 5px;
}

.components_new_highlight__second,
.components_new_highlight__third {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.components_new_highlight__second__news,
.components_new_highlight__third__news {
  display: flex;
  min-height: 218px;
  height: 100%;
  max-width: 629px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 0px 148px 19px rgba(0, 0, 0, 0.85);
  padding: 19px;
  box-sizing: border-box;
}

/* ########## */

.components_new_highlight__first__new {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 0px 148px 19px rgba(0, 0, 0, 0.85);
  padding: 19px;
  box-sizing: border-box;
}

.oab-fast-access {
  row-gap: 1.25rem !important;
}

.components_new_highlight__first__new {
  max-width: 629px;
  height: 465px;
}

@media (max-width: 768px) {
  .components_new_highlight {
    flex-direction: column;
    max-width: 100%;
  }

  .components_new_highlight__first,
  .components_new_highlight_rigth {
    width: 100%;
     gap: 20px;
  }

  .components_new_highlight__first__new {
    height: 309px;
  }

  .components_new_highlight__second__news,
  .components_new_highlight__third__news {
    width: 100%;
  }

  .components_new_highlight__first__new h2,
  .components_new_highlight__third__news h2,
  .components_new_highlight__second__news h2 {
    font-size: 0.9rem;
  }
}


.components_new_highlight__destaques{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 0px 148px 19px rgba(0, 0, 0, 0.85);
  padding: 19px;
  box-sizing: border-box;
  height: 654px;
}

/* .components_new_highlight__destaques h2,
.components_new_highlight__destaques h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  text-shadow: -2px 0px 2px #000000;
}

.components_new_highlight__destaques h3,
.components_new_highlight__destaques h3 {
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
  text-shadow: -2px 0px 2px #000000;
}
 */

.noticia-destaque .swiper-button-next:after, .noticia-destaque .swiper-button-prev:after{
  color: #fff;
  font-weight: 900;
  background-color: #066D97;
  padding: 15px;
  border-radius: 50%;
  font-size: 1rem;
}</pre></body></html>