@charset "UTF-8";
/** IMPORTS **/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/** PALETA SITE **/
/** CORES **/
/** URL **/
/** PALETA SITE **/
/** CORES **/
/** Variaveis Globais **/
/** URL **/
/** FONTES **/
@font-face {
  font-family: Noto;
  src: url("https://setedias.com.br//fonts/Sans");
}
@font-face {
  font-family: Arial;
  src: url("https://setedias.com.br//fonts/arial.ttf");
}
@font-face {
  font-family: "Arial Rounded";
  src: url("https://setedias.com.br//fonts/arial-rounded-mt-bold.ttf");
  src: url("https://setedias.com.br//fonts/arial-rounded-mt-light.ttf");
  src: url("https://setedias.com.br//fonts/arialroundedr.ttf");
}
@font-face {
  font-family: Clement;
  src: url("https://setedias.com.br//fonts/ClementePDak-SemiBold.ttf");
  src: url("https://setedias.com.br//fonts/ClementePDam-Bold.ttf");
  src: url("https://setedias.com.br//fonts/ClementePDaq-UltraBold.ttf");
}
@font-face {
  font-family: Swis721;
  src: url("https://setedias.com.br//fonts/Swis721 Blk BT Black.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 BlkCn BT Black.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 BT Bold.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 BT Bold Italic.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 BT Italic.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 BT Roman.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 Cn BT Bold.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 Cn BT Bold Italic.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 Cn BT Italic.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 Cn BT Roman.ttf");
  src: url("https://setedias.com.br//fonts/Swis721 Hv BT Heavy.ttf");
}
/** PALETA SITE **/
/** CORES **/
.banner {
  position: relative;
  height: 100%;
  padding: 11px 0 16px;
  margin: 0 auto;
  text-align: center;
}

.dg-container {
  position: relative;
  width: 100%;
  height: 370px;
}

.dg-wrapper {
  width: 30%;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.dg-wrapper .dg-center {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(33, 37, 41, 0.6588235294);
}

.dg-wrapper a {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.dg-wrapper a:first-child {
  z-index: 2;
}

.dg-wrapper a img {
  display: block;
  border-radius: 25px;
  background: #fff;
}

.dg-wrapper .media .media-body h5 {
  text-align: left;
  color: #dcf2cb !important;
  font-size: 1.4rem;
  font-weight: bold;
}
.dg-wrapper .media .media-body p {
  font-size: 0.8rem;
  color: #a8a8a8 !important;
  font-weight: bold;
  text-align: left;
}

.dg-wrapper a.dg-transition {
  transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
  transition: all 0.2s ease-in-out;
}

.dg-container nav {
  display: none;
}

.dg-container nav span:hover {
  opacity: 1;
}

.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
}

.banner #lightButton2 {
  position: absolute;
  bottom: 0;
}

.banner .button {
  position: relative;
  z-index: 5;
}

.banner .button li {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3rem 0.5rem;
  background: #2a6793;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.banner .button .light {
  background: #dcf2cb;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar {
  width: 0.7em;
}

::-webkit-scrollbar-thumb {
  background-color: #2a6793;
}

::scrollbar-thumb {
  background-color: #2a6793;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  box-shadow: none;
  background-color: #fff;
}

::scrollbar-track, html::scrollbar-track-piece {
  background-clip: padding-box;
  box-shadow: none;
  background-color: #fff;
}

::selection {
  background: #2a6793;
  color: #fff;
  text-shadow: none;
}

* {
  font-family: Roboto, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f7f7;
  transition: background 1s;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  font-size: 90%;
  position: relative;
}

.bg-opacity {
  background-color: #fff;
}

.bg {
  background-color: #f7f7f7;
}

.color-primary, .text-primary {
  color: #2a6793 !important;
}

.bg-primary {
  background-color: #2a6793 !important;
}

.text-primary {
  color: #2a6793;
  fill: #2a6793 !important;
}

.text-secondary {
  color: #373435 !important;
}

.text-ternary {
  color: rgba(0, 0, 0, 0.6705882353) !important;
}

.border-secondary {
  border-color: #2a6793 !important;
}

.btn-primary {
  background-color: #2a6793 !important;
  color: #fff !important;
  border: 1px solid #2a6793c7;
  border-radius: 10px;
  align-self: center;
}

.btn-primary:hover {
  background-color: "#2a6793c7" !important;
  border: 1px solid #2a6793;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: #2a6793 !important;
  border-radius: 10px;
  border-color: transparent;
  font-size: 1.4rem;
}

.btn-outline-primary:hover {
  color: #2a6793 !important;
  border-color: #2a6793;
}

.btn-secondary {
  background-color: #373435 !important;
  color: #fff !important;
  border: 1px solid #373435ab;
  border-radius: 8px !important;
  align-self: center;
}
.btn-secondary:hover {
  background-color: #373435ab !important;
}

.btn-outline-secondary {
  background-color: transparent !important;
  color: #373435;
  border-color: transparent;
}

.btn-outline-secondary:hover {
  transition: color 2s;
  color: #373435ab;
  background-color: transparent !important;
  border-color: transparent !important;
}

.text-b, .text-bold {
  font-weight: bold;
}

.link-disabled {
  color: #848688 !important;
}

form.no-label label {
  display: none;
}

.title {
  font-size: 2.2rem;
  text-align: center;
  color: #373435;
  margin-bottom: 3rem;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem 0;
  letter-spacing: 4px;
}

hr {
  margin: 0.5rem 0 !important;
}

span.publicidade {
  color: #666;
  font-size: 0.5rem;
  align-self: flex-end;
}

.carousel-controls svg {
  background-color: #000;
  padding: 0.3rem;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
}

#icons-sociais {
  display: flex;
}
#icons-sociais .icons-sociais {
  color: #fff;
  margin: 0 1px;
  font-size: 1.2rem;
  width: 32px;
  height: 32px;
  background: #2a6793;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
#icons-sociais .icons-sociais svg {
  align-self: center;
}

/**
Menu
 */
.no-scroll {
  overflow-y: hidden !important;
}

#menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5019607843);
  top: 0;
  z-index: 99999;
  left: -100vw;
  transition: left ease-in 0.5s;
}
#menu-overlay.active {
  left: 0;
}
#menu-overlay .menu {
  padding-left: 1rem;
  padding-top: 3rem;
  background-color: #fff;
  width: 20vw;
  height: 100vh;
  overflow-y: auto;
  border-right: 2px solid #000;
}
#menu-overlay .menu ul {
  position: relative;
}
#menu-overlay .menu ul li {
  position: relative;
  padding: 0.15rem;
}
#menu-overlay .menu ul li a {
  padding-left: 15px;
  position: relative;
  font-size: 1.2rem;
  color: #a8a8a8;
}
#menu-overlay .menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 5px;
  height: 15px;
  background-color: #2a6793;
}
#menu-overlay .menu ul li a.btn-secondary:before {
  background-color: transparent;
}
#menu-overlay .menu .icons-sociais-menu {
  margin-top: 5rem;
}
#menu-overlay .menu .icons-sociais-menu h6 {
  font-size: 1.2rem;
  color: #a8a8a8;
}

.show {
  display: block !important;
  transition: none ease-out 1s;
}

.hide {
  display: none !important;
  transition: block ease-out 1s;
}

.mais-noticias {
  padding-top: 5rem;
}

.adsbygoogle {
  min-height: 250px;
  max-height: 280px;
  width: 100%;
  min-width: 350px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.noticia a, .coluna a {
  /* width: 100%;
   background-color: #fff;
   border-radius: 8px;
   padding: 2rem;
   display: flex;
   flex-direction: row;
   justify-content: center;
   text-decoration: none !important;*/
  display: flex;
}
.noticia a figure, .coluna a figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 200px;
  align-self: center;
  object-fit: cover;
  margin: 0.15rem;
  position: relative;
}
.noticia a figure span.categoria-sob-imagem, .coluna a figure span.categoria-sob-imagem {
  color: #fff;
  background-color: #2a6793;
  font-size: 0.6rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 0.25rem;
  border-radius: 8px;
}
.noticia a figure img, .coluna a figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
}
.noticia a .detalhes-noticia, .coluna a .detalhes-noticia {
  width: 50%;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.noticia a .detalhes-noticia .categoria, .coluna a .detalhes-noticia .categoria {
  color: #2a6793 !important;
}
.noticia a .detalhes-noticia h2, .coluna a .detalhes-noticia h2 {
  margin: 0;
  font-weight: bold;
  text-align: left;
  font-size: 1.4rem;
  color: #2a6793 !important;
}
.noticia a .detalhes-noticia p, .coluna a .detalhes-noticia p {
  color: #575757;
  font-size: 1rem;
  max-width: 100%;
  word-wrap: break-word;
}
.noticia a .detalhes-noticia .data-pub, .coluna a .detalhes-noticia .data-pub {
  color: #a8a8a8;
  font-size: 0.8rem;
}

.weather-widget {
  width: 100% !important;
}

.coluna, .coluna-detalhes {
  border-bottom: 2px solid #939393;
}
.coluna .noticia a div.detalhes, .coluna-detalhes .noticia a div.detalhes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.coluna .noticia a div.detalhes .detalhes-noticia, .coluna-detalhes .noticia a div.detalhes .detalhes-noticia {
  width: 100%;
}
.coluna .noticia a div.detalhes .detalhes-noticia span.categoria, .coluna-detalhes .noticia a div.detalhes .detalhes-noticia span.categoria {
  color: #2a6793 !important;
  font-size: 1.2rem;
}
.coluna .noticia a div.detalhes .detalhes-noticia h2, .coluna-detalhes .noticia a div.detalhes .detalhes-noticia h2 {
  font-size: 1.8rem;
  color: #2a6793 !important;
}
.coluna .noticia a div.detalhes .detalhes-noticia p *, .coluna .noticia a div.detalhes .detalhes-noticia div *, .coluna .noticia a div.detalhes .detalhes-noticia article *, .coluna-detalhes .noticia a div.detalhes .detalhes-noticia p *, .coluna-detalhes .noticia a div.detalhes .detalhes-noticia div *, .coluna-detalhes .noticia a div.detalhes .detalhes-noticia article * {
  color: #686868 !important;
  font-size: 1rem !important;
  font-style: normal !important;
}
.coluna .noticia a div.detalhes figure, .coluna-detalhes .noticia a div.detalhes figure {
  width: 360px;
  height: 450px;
  object-fit: cover;
}
.coluna .noticia a div.detalhes figure img, .coluna-detalhes .noticia a div.detalhes figure img {
  width: 360px;
  height: 450px;
  object-fit: cover;
}

.coluna a figure, .coluna-detalhes a figure {
  width: 360px;
  height: 450px;
  object-fit: cover;
}
.coluna a figure img, .coluna-detalhes a figure img {
  width: 360px;
  height: 450px;
  object-fit: cover;
}
.coluna a .coluna-detalhes, .coluna-detalhes a .coluna-detalhes {
  width: 100%;
}

/** Comentários **/
.box-comentario {
  background-color: #2a6793;
  padding: 0.8rem;
  border-radius: 15px;
  margin: 0 2rem 0.5rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5490196078);
}
.box-comentario h5 {
  font-weight: bold;
  color: #fff;
}
.box-comentario article {
  color: #fff;
}

.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(_.gif);
}

/** Cabeçalho site **/
#cabecalho-site {
  position: sticky;
  top: 0;
  padding: 5px 7%;
  background: #fff;
  color: #2a6793;
  text-transform: uppercase;
  z-index: 99;
  width: 100%;
}
#cabecalho-site #nav-top-superior {
  padding-top: 1.6rem;
}
#cabecalho-site #nav-top-superior span {
  color: #a8a8a8;
}
#cabecalho-site #nav-top-superior #temperatura-cidade {
  margin-left: 1.6rem;
}
#cabecalho-site #menuPrincipal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
#cabecalho-site #menuPrincipal .navbar-nav {
  flex-direction: row;
}
#cabecalho-site #menuPrincipal .navbar-nav .nav-item {
  color: #000;
  margin-right: 5px;
}
#cabecalho-site #menuPrincipal .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
#cabecalho-site #menuPrincipal .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.7803921569);
  text-decoration: none;
}
#cabecalho-site #nav-top-inferior .navbar-toggler {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
#cabecalho-site #nav-top-inferior .navbar-toggler .navbar-toggler-icon {
  align-self: center;
  height: max-content;
}
#modalPopup iframe {
  width: 100%;
  height: 400px;
}

/** Formulário de busca **/
.formulario-busca form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  transition: all ease-in 0.6s;
}
.formulario-busca form .input-group {
  width: 100%;
  transition: width ease-in 0.6s;
  align-items: center;
}
.formulario-busca form .input-group input {
  background-color: #2a6793;
  color: #fff;
  border: 2px solid #2a6793;
  border-radius: 50px !important;
  font-size: 0.8rem;
  transition: all 0.3s;
  width: 10%;
}
.formulario-busca form .input-group input::placeholder {
  color: #fff;
}
.formulario-busca form .input-group input.bg-light::placeholder {
  color: #2a6793;
}
.formulario-busca form .input-group input.bg-light {
  color: #2a6793;
}
.formulario-busca form .input-group button {
  color: #fff;
  fill: #fff;
  background: transparent;
  border: none;
  font-size: 1rem;
  position: absolute;
  right: 5px;
  z-index: 4;
}
.formulario-busca form .input-group button svg {
  width: 16px;
  height: 16px;
}
.formulario-busca form .input-group button#abrir-busca {
  align-self: center;
  margin: 0.5rem 0;
  width: 100%;
  text-align: left;
  padding-left: 2rem;
}
.formulario-busca button#buscarNoticiasMob {
  width: 100%;
  color: #fff;
  fill: #fff;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  z-index: 4;
}
.formulario-busca button#buscarNoticiasMob svg {
  width: 32px;
  height: 32px;
}

/** Destaque **/
#destaque {
  margin-bottom: 1rem;
  position: relative;
}
#destaque .destaque-esquerda #noticia-destaque {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#destaque .destaque-esquerda #noticia-destaque a {
  text-decoration: none;
}
#destaque .destaque-esquerda #noticia-destaque span.categoria-sob-imagem {
  color: #fff;
  background-color: #2a6793;
  font-size: 0.6rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 0.25rem;
  border-radius: 8px;
}
#destaque .destaque-esquerda #noticia-destaque.com-capa a {
  background: transparent;
}
#destaque .destaque-esquerda #noticia-destaque .categoria {
  color: #2a6793;
}
#destaque .destaque-esquerda #noticia-destaque h2 {
  margin: 0.5rem 0;
  font-weight: bold;
  text-align: left;
  font-size: 1.5rem;
  color: #2a6793;
}
#destaque .destaque-esquerda #noticia-destaque .data-pub {
  color: #2a6793;
}
#destaque .destaque-esquerda #noticia-destaque.com-capa .categoria,
#destaque .destaque-esquerda #noticia-destaque.com-capa h2,
#destaque .destaque-esquerda #noticia-destaque.com-capa .data-pub {
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
}
#destaque .destaque-direita .noticia-destaque-lateral {
  height: 300px;
  border-radius: 3px;
  position: relative;
  min-height: 49%;
  margin: auto;
  position: relative;
}
#destaque .destaque-direita .noticia-destaque-lateral span.categoria-sob-imagem {
  color: #fff;
  background-color: #2a6793;
  font-size: 0.6rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 0.25rem;
  border-radius: 8px;
}
#destaque .destaque-direita .noticia-destaque-lateral:first-child {
  margin-bottom: 0.5rem;
}
#destaque .destaque-direita .noticia-destaque-lateral .noticia {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-size: cover !important;
  filter: brightness(0.5);
  /*figure {
      position: absolute;
      top: 0;
      left: 0;
      height: 250px;
      width: 100%;
      object-fit: cover;

      img {
          object-fit: cover;
          max-height: 250px;
          width: 100%;
          filter: brightness(0.5);
          border-radius: 3px;
      }
  }*/
}
#destaque .destaque-direita .noticia-destaque-lateral .detalhes-noticia {
  padding: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
#destaque .destaque-direita .noticia-destaque-lateral .detalhes-noticia h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0.5px rgba(0, 0, 0, 0.2588235294);
}

/** COLUNAS **/
#ultimas-colunas {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0.5rem;
  padding: 2rem;
}
#ultimas-colunas h2 {
  color: #2a6793;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #9d9d9d;
}
#ultimas-colunas #colunas {
  margin-top: 3rem;
}
#ultimas-colunas #colunas li {
  margin: 0.5rem 0;
}
#ultimas-colunas #colunas li a .coluna-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
#ultimas-colunas #colunas li a .coluna-body h5 {
  color: #2a6793;
  font-size: 1rem;
  font-weight: bold;
  width: 80%;
  margin: 0;
}
#ultimas-colunas #colunas li a .coluna-body figure {
  display: flex;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
#ultimas-colunas #colunas li a .coluna-body figure img {
  object-fit: cover;
  border-radius: 50%;
}
#ultimas-colunas #colunas li a p {
  text-align: left;
  color: #9d9d9d;
  width: 80%;
  margin: 0;
}

#formulario-busca {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 0;
}

/** Categorias **/
#categorias .nav-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: scroll;
}
#categorias .nav-pills li {
  height: 100%;
}
#categorias .nav-pills li a {
  background-color: transparent !important;
  color: #9d9d9d;
  font-weight: bold;
  display: flex;
  text-align: center;
  font-size: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
#categorias .nav-pills li a h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  align-self: center;
  margin-top: 0.5rem;
}
#categorias .nav-pills li a img {
  min-width: 128px;
  border-radius: 50%;
  padding: 0.8rem;
  border: solid 3px #2a6793;
}

/** BANNER TOPO */
.banners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0 !important;
}
.banners.banner-interno figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banners.banner-interno figure img {
  max-width: 100%;
  width: unset !important;
  max-height: 250px;
  object-fit: cover;
}
.banners .carousel {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.banners .carousel .carousel-inner {
  display: block;
  position: relative;
  /* Make the image fully responsive */
}
.banners .carousel .carousel-inner .carousel-item a {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*picture {
      object-fit: cover;
      width: 100%;

      img {
          object-fit: cover;
          width: 100%;
      }
  }*/
}
.banners .carousel .carousel-inner .carousel-item a figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}
.banners .carousel .carousel-inner .carousel-item a figure img {
  width: 100%;
  object-fit: cover;
}

/** Noticias Mais lidas **/
#noticias-mais-lidas {
  color: #000 !important;
  padding: 0.8rem;
  border-radius: 8px;
}
#noticias-mais-lidas h2.titulomaster {
  background-color: #2a6793;
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  color: #fff;
  margin: 0 !important;
}
#noticias-mais-lidas h2 {
  color: #000 !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}
#noticias-mais-lidas .noticia a {
  color: #000 !important;
  padding: 0;
}
#noticias-mais-lidas .noticia a figure {
  width: 100% !important;
  height: auto;
}
#noticias-mais-lidas .noticia a figure img {
  height: 90px !important;
}
#noticias-mais-lidas .noticia a .detalhes-noticia {
  width: 100%;
  margin-left: 10px;
}
#noticias-mais-lidas .noticia a .detalhes-noticia h2 {
  font-size: 1.2rem;
  margin-left: 0;
}
#noticias-mais-lidas .noticia a .detalhes-noticia .data-pub {
  color: #000;
}

/** capa da semana **/
#capa-da-semana {
  margin-top: 1rem;
}
#capa-da-semana h3 {
  color: #2a6793;
}

/** Videos **/
.videos {
  margin: 1rem 0;
}
.videos h3 {
  font-size: 1.2rem;
  color: #2a6793;
  margin: 1rem 0;
}

/** Clicksete em foto e vídeo **/
#foto-e-video .container {
  background-color: #373435;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#foto-e-video .container h2 {
  font-size: 1.4rem;
  color: #2a6793;
  margin: 1rem 0;
  margin-left: 16%;
  text-align: left;
  justify-self: flex-start;
  align-self: flex-start;
}

.menu .voltar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.menu .voltar svg, .menu .voltar i {
  margin-right: 1rem;
  font-size: 2rem;
}
.menu .dropright .btn.btn-secondary {
  width: 100%;
}

.titulo {
  font-weight: bold;
  color: #2a6793;
}

.colunistas .coluna a {
  display: inline-block !important;
}
.colunistas .coluna a.link-coluna {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  justify-items: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.noticia-flagante-digital {
  width: 100%;
  height: calc(86% - 3rem);
  border-radius: 8px;
  position: relative;
  background-color: #2a6793;
}
.noticia-flagante-digital .categoria-sob-imagem {
  position: absolute;
  top: 50%;
}
.noticia-flagante-digital .noticia {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  background-size: cover !important;
  padding: 1rem;
  color: #fff;
  height: max-content;
}
.noticia-flagante-digital .noticia .pegar {
  cursor: pointer;
}

/** FOOTER **/
footer {
  font-weight: bold;
  background: url(../imgs/bg-footer.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
footer .section-footer {
  font-family: Bahnschrift, sans-serif !important;
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}
footer .section-footer #logo-and-icons-sociais {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .section-footer h5 {
  text-transform: uppercase;
  font-size: 1rem;
}
footer .section-footer h5 a {
  text-transform: none;
  font-family: Clement, sans-serif;
  border-bottom: 2px solid transparent;
}
footer .section-footer h5 a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-left: 5px;
  color: #2a6793;
}
footer .section-footer p, footer .section-footer a {
  font-family: Acephimere, sans-serif;
  font-weight: unset;
  font-size: 1rem;
}
footer .section-footer .sociais li {
  margin-right: 1rem;
}
footer .section-footer .sociais li .icons-sociais-rodape svg {
  padding: 0.25rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #2a6793;
}
footer .section-footer a {
  color: #fff;
}
footer .section-footer li a {
  border-bottom: 2px solid transparent;
  padding-left: 0.25rem;
  border-left: 5px solid #fff;
}
footer .section-footer li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-left: 5px;
  color: #2a6793;
}
footer .section-footer li a.icons-sociais-rodape {
  border: none;
  padding: 0;
}
footer .section-footer li a.icons-sociais-rodape:hover {
  border: none;
  padding: 0;
}

.custom-container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

/* PAGINAS INTERNAS */
main {
  position: relative;
  min-height: 52vh;
  width: 100vw;
  margin-bottom: 5rem;
  /** Blog **/
}
main .content-into #content-news-detalhes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 15%;
}
main .content-into #content-news-detalhes h1 {
  font-family: opensans, helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 4rem;
  width: 100%;
  text-align: left;
  letter-spacing: -0.15625rem;
}
main .content-into #content-news-detalhes p.descricao {
  color: #555;
  font-size: 1.1rem;
  padding-left: 0;
  line-height: 1.75rem;
  text-align: left;
}
main .content-into #content-news-detalhes article.text-noticia {
  font-family: opensans, helvetica, arial, sans-serif;
  color: #555;
  font-size: 1.25rem;
  padding-left: 0;
  line-height: 1.75rem;
  text-align: left;
}
main .content-into #content-news-detalhes article.text-noticia figure img, main .content-into #content-news-detalhes article.text-noticia img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
main .content-into #content-news-detalhes hr {
  color: #666;
  border-top: 1px solid #666;
  height: 1px;
  background-color: #666;
  width: 100%;
}
main .content-into #content-news-detalhes .capa {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 3rem;
}
main .content-into #content-news-detalhes .capa img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  max-height: 450px;
}
main .content-into #content-news-detalhes .capa figcaption {
  background-color: #ddd;
  color: #3b3b3b;
  padding: 0.15rem;
}
main .content-into #content-news-detalhes .categoriaNome {
  color: #484745;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}
main .content-into #content-news-detalhes .por {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
}
main .content-into #content-news-detalhes .por img {
  margin-right: 10px;
  margin-left: 5px;
}
main .content-into #content-news-detalhes .por .por-escrito {
  margin-bottom: 0;
  justify-self: center;
}
main .content-into #content-news-detalhes .por .nomecateg-colunista .por-categoria {
  margin-bottom: 0;
}
main .content-into #content-news-detalhes .por .nomecateg-colunista .por-nome {
  font-weight: bold;
  margin-bottom: 1rem;
  justify-self: center;
  color: #484745;
  font-size: 1.4rem;
}
main .content-into .veja-mais {
  padding: 3rem 15%;
}
main #cont-news img {
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2901960784);
}

/** WhatsApp Fixed Icon **/
#whatsapp a {
  position: fixed;
  z-index: 9999;
  right: 1%;
  float: right;
  top: 90%;
  cursor: pointer;
  min-width: 50px;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  max-width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border-radius: 50%;
  /*background: linear-gradient(to right, map_get($cores, 1), map_get($cores, 2), map_get($cores, 3));*/
  background: #0a970a;
  transform: rotate(45deg);
  box-shadow: 2px 2px 15px #000;
}
#whatsapp a svg {
  font-size: 2em;
  transform: rotate(310deg);
}

.menu-horizontal {
  width: 100%;
  background: #2a6793;
  position: relative;
  z-index: 999;
}

.menu-horizontal-lista {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-horizontal-item {
  position: relative;
}

.menu-horizontal-link {
  display: block;
  padding: 18px 22px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  white-space: nowrap;
}

.menu-horizontal-link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
}

.dropdown-conteudo {
  z-index: 1000;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 960px;
  max-width: 95vw;
  background: #fff;
  padding: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.dropdown-menu-noticias:hover .dropdown-conteudo {
  display: flex;
}

.dropdown-lateral {
  width: 250px;
  background: #f8f9fa;
  border-right: 1px solid #eee;
  padding: 15px 0;
  flex-shrink: 0;
}

.dropdown-categoria-link {
  display: block;
  padding: 10px 20px;
  color: #444;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  border-left: 3px solid transparent;
}

.dropdown-categoria-link:hover, .dropdown-categoria-link.active {
  background: #fff;
  color: #2a6793;
  text-decoration: none;
  border-left-color: #2a6793;
}

.dropdown-principal {
  flex-grow: 1;
  padding: 20px;
  background: #fff;
  min-height: 350px;
}

.dropdown-noticias-painel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.dropdown-noticias-painel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.dropdown-card {
  display: block;
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #222;
  transition: all 0.2s ease;
}

.dropdown-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #222;
}

.dropdown-card-img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  display: block;
}

.dropdown-card-info {
  padding: 10px;
}

.dropdown-card-info h5 {
  margin: 0 0 6px 0;
  font-size: 0.95rem;
  font-weight: bold;
  color: #111;
  line-height: 1.25;
}

.dropdown-card-info p {
  margin: 0;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.35;
}

/* Responsivo */
@media (max-width: 960px) {
  .dropdown-conteudo {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    position: static;
    box-shadow: none;
    display: none;
  }
  .dropdown-menu-noticias.show .dropdown-conteudo,
  .dropdown-menu-noticias:hover .dropdown-conteudo {
    display: flex;
  }
  .dropdown-lateral {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  .dropdown-categoria-link {
    border-left: none;
    border-bottom: 2px solid transparent;
    padding: 8px 15px;
  }
  .dropdown-categoria-link:hover, .dropdown-categoria-link.active {
    border-left-color: transparent;
    border-bottom-color: #2a6793;
  }
  .dropdown-principal {
    padding: 15px;
  }
  .dropdown-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .menu-horizontal-lista {
    flex-wrap: wrap;
  }
  .dropdown-conteudo {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  .dropdown-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .menu-horizontal-lista {
    display: block;
  }
  .menu-horizontal-link {
    font-size: 1rem;
    padding: 14px 16px;
  }
  .dropdown-cards {
    grid-template-columns: 1fr;
  }
}
.top-data-tema {
  width: 33.33%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.data-atual {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.btn-tema {
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-tema:hover {
  background: #fff;
  color: #2a6793;
}

/* Tema escuro */
body.dark-mode {
  background: #111;
  color: #eee;
}

body.dark-mode a {
  color: inherit;
}

body.dark-mode .menu-horizontal {
  background: #111;
}

body.dark-mode .dropdown-conteudo {
  background: #1d1d1d;
  color: #eee;
}

body.dark-mode .dropdown-card {
  background: #2a2a2a;
  color: #eee;
}

body.dark-mode .dropdown-card-info h5 {
  color: #fff;
}

body.dark-mode .dropdown-card-info p {
  color: #ccc;
}

body.dark-mode .dropdown-bloco-titulo,
body.dark-mode .dropdown-categoria-titulo {
  color: #2a6793;
}

body.dark-mode #nav-top-inferior {
  background: #111;
}

html.dark-mode-html body {
  background: #111;
  color: #eee;
}

/** Perguntas Frequentes */
.panel-heading {
  padding: 2%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.39);
  background-color: #f1a619;
}

.panel-heading a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.panel-heading a:before {
  content: "+";
  width: 50px;
  height: 50px;
  font-size: 0.8rem;
  border: 2px solid #fff;
  padding: 0.5rem;
  border-radius: 50%;
}

.panel .panel-collapse {
  border: 1px solid #000;
  border-top: none;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 2px 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.39);
}

/** CARDS ANIMADOS **/
.card {
  overflow: hidden;
}
.card img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card:hover {
  -webkit-animation: pulse 0.25s;
  animation: pulse 0.25s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/** GALERIA **/
.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}
.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}
.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
.tz-gallery img {
  border-radius: 4px;
}

/** CUSTOM FILE INPUT **/
.custom-file-label::after {
  content: "Escolha uma Foto";
}

.rounded-custom {
  border-radius: 50%;
}

/*# sourceMappingURL=estilo.css.map */
