:root {
  --body-bg: #ffffff;
  --body-color: #555;
  --link-color: #222;
  --link-color-hover: #0f75bc;
  --color-transparencia: #212121;
  --color-form-pesquisa: #222;
}

.dark-mode:root {
  --body-bg: #212529;
  --body-color: #899095;
  --link-color: #555;
  --link-color-hover: #0f75bc;
  --color-transparencia: #dee2e6;
  --color-form-pesquisa: #dee2e6;
}

/* Configuração Geral */
@media (min-width: 641px) {
  html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
  }

  .texto-portal-transparencia {
    font-size: 17px;
    color: var(--color-transparencia);
    font-weight: bold;
  }
}

/* Fim Configuração Geral */

#espaco-topo {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
}

.menu-topo {
  min-width: 150px;
  border-right: 2px solid #ffffff;
}

.link-topo {
  color: #ffffff;
  font-size: 17px;
  padding-right: 1%;
  padding-left: 1%;
  text-decoration: none;
}

.link-topo:hover {
  color: #fba81a;
}

/* Fim Topo */

/* Fim Header */

/* Menu */

#hr-menu {
  position: relative;
  top: -30px;
}

/* Fim Menu */

.destaque_item_foto {
  width: 100%;
  height: 400px;
  background-position: top;
  background-size: cover;
  margin-bottom: 15px;
  background-color: #1d6bb2;
}

.destaque_item_foto .imagem-noticia {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
}

.destaque_item_foto .imagem-noticia:hover {
  visibility: visible;
  background-repeat: no-repeat;
}

#imagem-noticia-left {
  position: relative;
  left: 40%;
  max-width: 130px;
  top: 40%;
}

/* Fim Notícias */

/* Acesso Rápido */

.acesso {
  background: #e2eff9;
}

.botoes-acesso {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #559ed0;
  height: 70px;
  margin-bottom: 30px;
  line-height: 0;
  transition: background-color 0.9s ease;
}

.botoes-acesso:hover {
  background: #c7e0f4;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.29);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.29);
  box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.29);
}

.link-acesso {
  text-align: left;
}

.link-acesso:hover {
  text-decoration: none;
}

.link-acesso2 {
  text-align: left;
  position: relative;
  left: -15px;
}

.link-acesso2:hover {
  text-decoration: none;
}

/* Fim Acesso Rápido */

/* Banner Conteúdo */

.banner-conteudo {
  border: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* Fim Banner Conteúdo */

/* Área Fotos  */

.fundo-albuns {
  background: url("/uploads/prefeitura_mariana_2018/layout/fundo-album.jpg") repeat-x top;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fotos-pmm {
  width: 100%;
  height: 100%;
  border: 7px solid white;
  box-shadow: 1px 3px 15px 3px #c3c3c3;
}

.album_item_foto {
  width: 100%;
  height: 500px;
  background-position: top;
  background-size: cover;
  background-color: transparent;
  border: 20px solid white;
}

.album_item_foto .imagem-noticia {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
}

.album_item_foto .imagem-noticia:hover {
  visibility: visible;
  background-repeat: no-repeat;
}

#link-portal {
  color: #40a8f0;
  font-size: 20px;
}

#link-portal:hover {
  color: white;
  text-decoration: none;
}

#titulo-fotos {
  font-size: 30px;
  padding-bottom: 30px;
}

#conteudo-fotos {
  font-size: 20px;
  padding-top: 30px;
  max-width: 275px;
}

/* Fim Área Fotos */

/* Portais */

.portais {
  max-width: 1240px;
  width: 100%;
}

#portais-sombra {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.42);
  -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.42);
  box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.42);
  padding-left: 10px;
  margin-top: 4px;
}

#portais-sombra:hover {
  -webkit-box-shadow: 1px 1px 12px 0px rgba(9, 30, 75, 0.61);
  -moz-box-shadow: 1px 1px 12px 0px rgba(9, 30, 75, 0.61);
  box-shadow: 1px 1px 12px 0px rgba(9, 30, 75, 0.61);
  position: relative;
}

/* Fim Portais */

/* Agenda */

.ver-todos {
  position: relative;
}

.ver-todos:hover {
  position: relative;
  text-decoration: none;
}

#botoes-agenda {
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  transition: background-color 0.8s ease;
}

#botoes-agenda:hover {
  background: #e2e2e2;
}

/* Fim Agenda */

/* Rodape */

.rodape {
  background: #0f75bc;
  color: white;
  height: auto;
  padding-bottom: 1%;
}

.rodape_mobile {
  background: #0f75bc;
  color: white;
  height: auto;
  padding-bottom: 5%;
}

#espaco-rodape {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
}

#espaco-rodape-sem-newsletter {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

#conteudo-rodape {
  padding-top: 50px;
}

#conteudo-rodape-sem-newsletter {
  padding-top: 20px;
}

#conteudo-rodape2 {
  padding-top: 100px;
}

#conteudo-rodape2-sem-newsletter {
  padding-top: 50px;
}

.masterix {
  background: #011d46;
}

#masterix-link {
  padding-bottom: 7px;
  padding-top: 7px;
}

#botao-rodape:hover {
  position: relative;
}

#social-rodape {
  margin-right: 10px;
}

#social-rodape:hover {
  position: relative;
}

/* Fim Rodape */

/* Internas */

.pmm-interna {
  min-height: 550px;
}

/*05/03/2020 - re-layout
VINICIUS*/

#dvAcessibilidade {
  color: #ffffff;
  margin-top: 10px;
}

#dvAcessibilidadeMobile {
  color: #ffffff;
  margin-top: 10px;
}

#dvAcessibilidade a {
  color: #ffffff;
}

#dvAcessibilidadeMobile a {
  color: #ffffff;
}

#dvTopo {
  margin-top: 10px;
}

.redes-sociais-topo {
  float: right;
  margin-top: 3px;
  margin-left: 15px;
}

#verTodasNoticiasHome {
  color: #0e5c92;
  font-size: 15px;
  float: right;
  margin-top: -45px;
}

#verTodasNoticiasHomeMobile {
  color: #0e5c92;
  font-size: 15px;
}

#verTodasNoticiasHomeMobile a {
  text-decoration: none;
}

#verTodasNoticiasHome a {
  text-decoration: none;
}

#slideNoticiasDestaque {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*início - FOTOS - NOTÍCIAS DESTAQUE*/

.fotos_noticias {
  background-position: top;
  background-size: cover;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.fotos_noticias .conteudo_fundo {
  color: transparent;
  width: 948px;
  height: 630px;
}

.fotos_noticias .conteudo_fundo_mobile {
  color: #ffffff;
  width: 100%;
  height: 500px;
  padding-top: 90%;
}

.fotos_noticias:hover .conteudo_fundo {
  color: white;
  font-weight: bold;
  width: 948px;
  height: 630px;
  opacity: 0.7;
  visibility: visible;
  background-color: #1e1e1e;
  transition: 0.5s ease;
  padding-top: 50%;
  margin-left: 0px;
  margin-right: 0px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center; */
}

.fotos_noticias:hover {
  opacity: 0.7;
  visibility: visible;
  background-color: #1e1e1e;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.dvTituloNoticiaDestaque {
  font-weight: bold;
  font-size: 20px;
  margin-left: 20px;
}

.dvTituloNoticiaDestaqueMobile {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.dvDataNoticiaDestaque {
  font-weight: bold;
  font-size: 15px;
  margin-left: 20px;
}

.dvDataNoticiaDestaqueMobile {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

#posicao-botao-noticias {
  position: relative;
}

#editais_licitacoes {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/editais_licitacao_novo.jpg");
}

#editais_licitacoes:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#coleta_seletiva {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/coleta_seletiva_nova.jpg");
}

#coleta_seletiva:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#associacoes_comunitarias {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/associacoes_comunitarias_novo.jpg");
}

#associacoes_comunitarias:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#livro_eletronico {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/livro_eletronico_novo.jpg");
}

#livro_eletronico:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#nfe {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/nf_eletronica_novo.jpg");
}

#nfe:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#camara_vereadores {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/camara_vereadores_novo.jpg");
}

#camara_vereadores:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#telefones_uteis {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/telefones_uteis_novo.jpg");
}

#telefones_uteis:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#saae {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/saae_novo.jpg");
}

#saae:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#funprev {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/funprev_novo.jpg");
}

#funprev:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#iprev {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/iprev.jpg");
}

#iprev:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#horario_onibus {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/horario_onibus_novo.jpg");
}

#horario_onibus:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#sine {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/sine_mariana_novo.jpg");
}

#sine:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#feriados_municipais {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/feriados_municipais_novo.jpg");
}

#feriados_municipais:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#webmail {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/web_mail_novo.jpg");
}

#webmail:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#demutran {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/demutran_novo.jpg");
}

#demutran:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#redes_sociais {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/redes_sociais_novo.jpg");
}

#redes_sociais:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#conselhos_municipais {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/conselhos_municipais_novo.jpg");
}

#conselhos_municipais:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#graficos_cfem {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/graficos_cefem_novo.jpg");
}

#graficos_cfem:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#nossos_portais {
  margin-top: 10px;
  background-color: #faaa22;
  background-size: 100%;
  height: 195px;
}

.nossos_portais_mobile {
  margin-top: 10px;
  background-color: #faaa22;
  background-size: 100%;
  height: auto;
}

.botoes_nossos_portais {
  border: solid 2px #ffffff;
  border-radius: 25px;
  width: 158px;
  height: 158px;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 20px 20px 20px 20px;
}

.botoes_nossos_portais_mobile {
  border: solid 2px #ffffff;
  border-radius: 25px;
  width: 158px;
  height: 158px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 20px 20px 20px 20px;
}

#portal-do-contribuinte {
  width: 119px;
  height: 119px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/contribuinte_novo.png");
  background-repeat: no-repeat;
}

#portal-do-contribuinte:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#portal-da-educacao {
  width: 119px;
  height: 119px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/portal_educacao_novo.png");
  background-repeat: no-repeat;
  align-items: center;
}

#portal-da-educacao:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#portal-transparencia {
  width: 119px;
  height: 119px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/transparencia_novo.png");
  background-repeat: no-repeat;
}

#portal-transparencia:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#portal-do-turismo {
  width: 119px;
  height: 119px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/portal_turismo_novo.png");
  background-repeat: no-repeat;
}

#portal-do-turismo:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

#ouvidoria {
  width: 119px;
  height: 119px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/ouvidoria_novo.png");
  background-repeat: no-repeat;
}

#ouvidoria:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

/* CALENDÁRIO */

.ceop_calendar {
  padding: 40px 0 60px;
  background-color: #ffffff;
}

.ceop_calendar h1 {
  color: white;
  margin-bottom: 60px;
}

.ceop_calendar #schedule {
  margin-bottom: 30px;
}

.ceop_calendar .none {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.ceop_calendar a {
  color: rgba(255, 255, 255, 1);
}

.ceop_calendar a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.ceop_calendar .events,
.ceop_events_item .events {
  margin-bottom: 25px;
}

.ceop_calendar .events:after,
.ceop_events_item .events:after {
  display: block;
  content: "";
  border-bottom: solid 3px #03568d;
  margin-left: 15px;
  width: 15%;
}

.ceop_calendar .events .date,
.ceop_events_item .events .date {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}

.ceop_calendar .events .date span,
.ceop_events_item .events .date span {
  text-transform: lowercase;
}

.ui-datepicker {
  font-size: 16px;
  border-radius: 0;
  padding: 0;
}

.ceop_calendar .ui-datepicker {
  width: 85%;
}

.ui-widget-header {
  border-radius: 0;
  background: #03568d;
  color: white;
}

.ui-widget-header a {
  color: white;
}

.ui-widget-content {
  border-color: white !important;
}

.ceop_calendar .date_highlight a {
  background: #03568d;
  color: white;
}

.ui-state-hover {
  background: #03568d;
  border: none;
}

.ceop_calendar_search {
  margin-bottom: 20px;
}

.ceop_events_item {
  color: rgba(53, 53, 53, 1);
}

.ceop_events_item:hover {
  color: rgba(53, 53, 53, 0.7);
}

.ceop_calendar_search input {
  width: 100%;
  padding-left: 7px;
  margin: 10px 0;
  height: 60px;
  font-size: 19px !important;
}

.borda_banners_area_calendario {
  border: 1px solid #e2e2e2;
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
}

.titulo_item_rodape_novo {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.titulo_item_rodape_novo_mobile {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.link_item_rodape_novo {
  font-size: 14px;
  color: #ffffff;
}

.link_rede_social_rodape_novo {
  text-decoration: none;
  font-size: 14px;
  color: #fba81a;
  font-weight: bold;
}

.link_rede_social_rodape_novo :hover {
  text-decoration: none;
  font-size: 14px;
  color: #fba81a;
  font-weight: bold;
}

.link_item_rodape_novo > a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.link_item_rodape_novo a:hover {
  color: #fba81a;
  border-left: 10px solid #fba81a;
  padding-left: 5px;
  text-decoration: none;
}

#link_rodape_masterix_novo {
  text-decoration: none;
  color: #3aa1e9;
  font-size: 13px;
}

/* Slide Novo Destaques e Atualizações 01/2021 */

.modfy {
  display: flex;
  justify-content: center;
  bottom: 0% !important;
  left: 0 !important;
  height: 100px;
  flex-direction: column;
  margin: 0;
  height: 250px;
  width: 30px;
}

.carousel-caption {
  text-align: center;
  background: black;
  left: 50px;
  bottom: 0 !important;
  height: 100px;
  width: 95%;
  opacity: 1;
  z-index: 100000;
  padding-top: 5px !important;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bolder;
}

.carousel-caption > h3 {
  font-size: 18px;
}

.link_slide_destaque > p {
  font-size: 14px !important;
}

/*

.carousel-caption {
    text-align: center;
    bottom: -100px !important;
    height: 100px;
    width: 100%;
    z-index: 100000;
    transition: 0.4s;
    background: #000000;
    opacity: 0.7;
    position: static;
    padding-top: 5px !important;
}
*/

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 7%;
  z-index: 1000;
  width: 60%;
  padding-left: 0;
  padding-top: 4px;
  list-style: none;
  text-align: center;
}

.link_slide {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0px !important;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  z-index: 1000;
  font-weight: bolder;
  color: #ffffff;
  border: none !important;
  padding-top: 15px;
  background: #3e4444;
  cursor: pointer;
}

.link_slide.row:after {
  clear: both;
}

.link_slide:before,
.row:after {
  content: " ";
  display: table;
}

.carousel-indicators .active {
  margin: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background-color: #ff9900;
}

.carousel-caption span {
  color: #ff9900;
  padding: 3px;
  font-weight: bold;
  font-size: 25px;
}

@media only screen and (min-device-width: 50px) and (max-device-width: 900px) {
  .tamanho_slide {
    width: 285px !important;
    margin-bottom: 30px;
  }

  .link_slide {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 0px;
  }

  .modfy {
    height: 150px;
  }

  .carousel-indicators .active {
    width: 30px;
    height: 30px;
  }

  .active {
    width: 300px;
  }

  .carousel-caption {
    padding-left: 0px;
    left: 30px !important;
    width: 90%;
  }

  .carousel-caption:hover {
    transition: 0.4s;
    background: transparent !important;
  }

  .link_slide_destaque > h3 {
    font-size: 12px !important;
  }

  .link_slide_destaque > p {
    font-size: 10px !important;
  }
}

@media only screen and (min-device-width: 900px) {
  #atualizacoes_lateral {
    padding-left: 0 !important;
  }
}

.tamanho_slide,
.tamanho_slide > .item,
.tamanho_slide > .active {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 500px;
}

.carousel-control.left {
  background: transparent;
}

.carousel-control.right {
  background: transparent;
}

.carousel-inner > a {
  z-index: 2000;
}

.noticias_atualizacao {
  width: 285px;
  height: 160px;
  background-position: top;
  background-size: cover;
  background-color: transparent;
  border: 3px solid #d3d3d3;
  border-radius: 3px;
  background-repeat: no-repeat;
  margin-left: 0 !important;
  margin-top: 3%;
  border-bottom: 5px solid #fba81a;
}

.noticias_atualizacao {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  background-repeat: no-repeat;
}

.noticias_atualizacao:hover {
  visibility: visible;
  background-repeat: no-repeat;
}

.noticia_atualizacao_titulo {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #034f84;
}

.noticia_atualizacao_titulo > span {
  color: #034f84;
  border: 1px solid #034f84;
  border-radius: 15px;
}

/* VINICIUS - 29/05/2024 */
#contatos_2024 {
  width: 164px;
  height: 164px;
  background-image: url("/uploads/prefeitura_mariana_2018/layout/2024/contatos_2024.png");
}

#contatos_2024:hover {
  transition: all 0.1s ease-in-out;
  transform: scale(1.1);
}

/*
 * ===============================================================================
 * Tema 2026
 * ===============================================================================
 */

:root {
  /* THEME */
  --color-white: oklch(1 0 0);
  --color-black: oklch(0 0 0);

  --color-surface: oklch(0.8144 0.0577 76.48);
  --color-surface-light: oklch(0.9855 0.0098 87.47);
  --color-primary: oklch(0.7186 0.1243 80.72);
  --color-primary-light: oklch(0.9585 0.0289 82.6);
  --color-primary-dark: oklch(0.3463 0.0861 35.98);

  --color-zinc-50: oklch(98.5% 0 0);
  --color-zinc-100: oklch(96.7% 0.001 286.375);
  --color-zinc-200: oklch(92% 0.004 286.32);
  --color-zinc-300: oklch(87.1% 0.006 286.286);
  --color-zinc-400: oklch(70.5% 0.015 286.067);
  --color-zinc-500: oklch(55.2% 0.016 285.938);
  --color-zinc-600: oklch(44.2% 0.017 285.786);
  --color-zinc-700: oklch(37% 0.013 285.805);
  --color-zinc-800: oklch(27.4% 0.006 286.033);
  --color-zinc-900: oklch(21% 0.006 285.885);
  --color-zinc-950: oklch(14.1% 0.005 285.823);

  --color-red: oklch(0.4662 0.168 22.03);
  --color-pink: oklch(0.5975 0.2279 12.08);
  --color-orange: oklch(0.6882 0.1519 50.8);
  --color-orange-dark: oklch(0.5246 0.1369 41.27);
  --color-blue: oklch(0.5226 0.1191 246.98);
  --color-dark-blue: oklch(0.422 0.0969 249.81);
  --color-purple: oklch(0.5409 0.0907 297.57);
  --color-light-green: oklch(0.8083 0.1036 121.19);
  --color-yellow: oklch(0.8958 0.0653 81.24);

  /* FONT */
  --text-foreground: var(--color-zinc-950);
  --font-family: "Inter", sans-serif;

  /* UTILITIES */
  --bg-primary: var(--color-primary);
  --bg-primary-dark: var(--color-primary-dark);
  --bg-surface: var(--color-surface);
  --bg-background: var(--color-primary-light);
  --bg-background-light: var(--color-surface-light);
  --bg-white: var(--color-white);
  --bg-black: var(--color-black);
}

/* RESET BOOTSTRAP STYLES */
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  all: unset;
  text-decoration: inherit;
  display: inline-block;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--color-white);
  color: var(--text-foreground);

  font-family: var(--font-family);
  font-size: 1rem;
}

.main-content {
  min-height: calc(100vh - 200px);
}

/* Utilities */
.bg-primary {
  background-color: var(--bg-primary);
}

.bg-primary-dark {
  background-color: var(--bg-primary-dark);
}

.bg-surface {
  background-color: var(--bg-surface);
}

.bg-background {
  background-color: var(--bg-background);
}

.bg-background-light {
  background-color: var(--bg-background-light);
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-black {
  background-color: var(--bg-black);
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;

  @media (min-width: 768px) {
    max-width: 750px;
  }

  @media (min-width: 992px) {
    max-width: 970px;
  }

  @media (min-width: 1200px) {
    max-width: 1170px;
  }

  @media (min-width: 1720px) {
    max-width: 1540px;
  }
}

.btn-primary {
  background-color: var(--bg-primary);
  border-color: unset;

  &:hover {
    background-color: var(--bg-primary-dark);
  }
}

.divider {
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  background-color: var(--color-zinc-200);
}

/* COMPONENTS CLASSES */

.c-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
}

.c-icon--xs {
  font-size: 0.875rem;
}

.c-icon--sm {
  font-size: 1rem;
}

.c-icon--md {
  font-size: 1.25rem;
}

.c-icon--lg {
  font-size: 1.75rem;
}

.c-icon--thin {
  stroke-width: 1.5px;
}

.c-icon--bold {
  stroke-width: 3px;
}

.title,
h1 {
  position: relative;
  margin-bottom: 2rem;
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  font-weight: 600;
  margin-left: 1rem;

  color: var(--color-primary-dark);

  &::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: var(--color-primary-dark);
    position: absolute;
    left: -1rem;
    top: 0;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-red);
}

#sfWebDebugviewDetails {
  display: flex;
  flex-direction: column;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: var(--bg-white);
  color: var(--color-primary-dark);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  &::after {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* LAYOUT */

/* topbar */
.top-bar {
  display: none;
  background-color: var(--bg-primary);
  padding-block: 0.5rem;

  @media (min-width: 1152px) {
    display: block;
  }

  .top-bar__body {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .top-bar__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;

    color: var(--color-primary-dark);
    font-weight: 600;

    .top-bar__text {
      font-size: 0.875rem;
    }
  }
}

/* header */
.header {
  padding-block: 2rem;
  background-color: var(--bg-background);

  .header__logo-container {
    max-width: 260px;
  }

  .header__body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;

    @media (min-width: 768px) {
      max-width: 750px;
    }

    @media (min-width: 992px) {
      max-width: 970px;
    }

    @media (min-width: 1200px) {
      max-width: 1170px;
    }

    @media (min-width: 1440px) {
      max-width: 1540px;
    }
  }

  .header__pages-buttons {
    --header-page-button-max-width: 13.25rem;
    --header-page-button-gap: 1rem;

    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--header-page-button-gap);
    max-width: calc(var(--header-page-button-max-width) * 2 + var(--header-page-button-gap) + 1px);

    @media (min-width: 1440px) {
      display: flex;
    }

    .header__page-button {
      width: 100%;
      display: flex;
      align-items: center;
      max-width: var(--header-page-button-max-width);

      & .header__icon-container {
        padding: 10px;
        border-radius: 9999px;
        color: var(--color-primary);
        background: var(--bg-primary-dark);

        line-height: 0.5;
      }

      & .header__button-text {
        width: 100%;
        margin-left: -10px;
        padding: 3px 16px 3px 10px;
        border-radius: 0 9999px 9999px 0;
        text-wrap: nowrap;
        text-align: center;

        background-color: var(--bg-primary-dark);
        color: var(--color-surface-light);
      }
    }
  }

  .header__search-container {
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 2rem;

    @media (min-width: 768px) {
      display: flex;
    }

    .header__social-buttons {
      display: flex;
      gap: 0.5rem;
    }

    .header__social-button {
      border-radius: 9999px;
      padding: 0.5rem;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--bg-primary-dark);
      color: var(--color-surface-light);
      line-height: 0;
    }

    .header__search-form {
      box-shadow: 0 2px 0 0 var(--color-primary-dark);
      color: var(--color-primary-dark);
      transition: box-shadow 0.3s ease;
      padding: 0.275rem;
    }

    .header__search-input {
      border: none;
      background-color: transparent;

      &:focus {
        outline: none;
      }

      &:focus::placeholder {
        color: var(--color-primary-dark);
      }
    }
  }
}

/* Nav Menu */

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: var(--bg-primary-dark);
  color: var(--color-surface-light);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.navbar-header {
  .navbar__search-form {
    float: left;
    color: var(--color-primary-dark);
    background-color: var(--color-surface-light);
    transition: box-shadow 0.3s ease;
    padding: 0.275rem;
    margin-left: 1rem;
    margin-top: 6px;

    @media (min-width: 1153px) {
      display: none;
    }
  }

  .navbar__search-input {
    border: none;
    background-color: transparent;
    font-size: 1rem !important;

    &:focus {
      outline: none;
    }

    &::placeholder {
      color: var(--color-primary-dark);
    }

    &:focus::placeholder {
      color: var(--color-primary-dark);
    }
  }
}

.nav-menu {
  background-color: var(--bg-primary);
  position: sticky;
  top: 0;
  z-index: 9999;
  margin-bottom: unset;

  .navbar-toggle .icon-bar {
    background-color: var(--bg-primary-dark);
  }

  .navbar-nav {
    white-space: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .navbar-nav a {
    font-size: 1rem;
    color: var(--color-surface-light);
  }

  .dropdown-toggle {
    padding-inline: 1rem;
  }

  .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;

    & a {
      padding-block: 0.5rem;
      color: var(--text-foreground);
      position: relative;
      transition: all 0.2s ease;

      &:hover {
        background-color: var(--color-primary-light);
        color: var(--color-primary);

        &::before {
          content: "";
          display: block;
          width: 5px;
          height: 100%;
          background-color: var(--color-primary);
          position: absolute;
          left: 0;
          top: 0;
        }
      }
    }
  }

  @media (max-width: 1152px) {
    .navbar-header {
      float: none;
    }

    .navbar-toggle {
      display: block;
    }

    .navbar-collapse {
      max-height: 340px;
      overflow-y: auto !important;
    }

    .navbar-collapse.in {
      overflow-y: auto !important;
    }

    .navbar-collapse.collapse {
      display: none !important;
    }

    .navbar-collapse.collapse.in {
      display: block !important;
    }

    .navbar-nav {
      float: none !important;
      margin: 7.5px -15px;
    }

    .navbar-nav > li {
      float: none;
    }

    .navbar-nav .open > .dropdown-menu {
      display: block;
    }

    .dropdown-menu {
      position: static !important;
      float: none;
      width: 100%;
      margin: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }

    .dropdown-menu > li > a {
      padding-left: 30px;
      /* leve indentação */
    }
  }

  /* Expande somente a partir de 1153px */
  @media (min-width: 1153px) {
    .navbar-header {
      float: left;
    }

    .navbar-toggle {
      display: none;
    }

    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }

    .navbar-nav {
      float: none !important;
      display: table;
      margin: 0 auto;
    }

    .navbar-nav > li {
      float: left;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
    }
  }
}

/* Parallax */
.parallax-wrapper {
  position: relative;
}

.parallax {
  --spotlight-duration: 5000ms;

  height: 430px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.parallax__toggle {
  position: absolute;
  bottom: -29px;
  left: 50%;
  z-index: 20;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translateX(-50%) rotate(0deg);
  clip-path: inset(0 0 50% 0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: var(--bg-primary);
  color: white;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background 0.3s ease;

  svg {
    display: block;
    margin-top: -50%;
    margin-inline: auto;
  }

  &:hover {
    background: var(--bg-primary-dark);
  }
}

.parallax__toggle--closed {
  transform: translateX(-50%) rotate(180deg);
  bottom: -30px;
}

.parallax__text-spotlight {
  --x: 50%;
  --y: 50%;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-mask-image: radial-gradient(circle 350px at var(--x) var(--y), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 350px at var(--x) var(--y), black 0%, transparent 100%);
  pointer-events: none;
  user-select: none;
  will-change: transform;

  @media (max-width: 768px) {
    -webkit-mask-image: radial-gradient(circle 150px at var(--x) var(--y), black 0%, transparent 100%);
    mask-image: radial-gradient(circle 150px at var(--x) var(--y), black 0%, transparent 100%);
  }
}

.parallax__svg-text {
  font-size: clamp(2rem, 15vw, 13rem);
  font-weight: 900;
  text-transform: uppercase;
  fill: black;
  font-family: inherit;
  letter-spacing: 12px;
}

.parallax:hover .parallax__text-spotlight {
  opacity: 1;
}

.parallax--animating .parallax__text-spotlight {
  transition: none;
  animation: parallaxSpotlightSweep var(--spotlight-duration) ease-in-out forwards;
}

@keyframes parallaxSpotlightSweep {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Noticias Home */
.noticias {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding-block: 2rem;

  img {
    width: 100%;
  }

  .noticias__header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .noticias__title {
      position: relative;
      font-size: clamp(1.6rem, 2vw, 1.9rem);
      font-weight: 600;

      color: var(--color-primary-dark);

      &::before {
        content: "";
        width: 4px;
        height: 100%;
        background-color: var(--color-primary-dark);
        position: absolute;
        left: -1rem;
        top: 0;
      }
    }

    .noticias__link {
      color: var(--color-primary-dark);
      transition: color 0.3s ease;

      &:hover {
        color: var(--color-primary);
        text-decoration: underline;
        text-underline-offset: 2px;
      }
    }
  }

  .noticias-gerais {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    .noticias-gerais__title {
      color: var(--color-red);
    }

    .noticias-gerais__featured {
      h2 {
        margin-bottom: 1rem;
        font-size: clamp(1.3rem, 2vw, 1.6rem);
      }
    }

    .noticias-gerais__item {
      h3 {
        margin-top: 1rem;
        font-size: 1.1rem;
      }
    }

    .noticias-gerais__link:hover {
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .noticias-gerais__grid {
      @media (max-width: 768px) {
        [class*="col-"] {
          margin-bottom: 1.5rem;
        }
      }
    }

    .noticias-gerais__img-container {
      overflow: hidden;
      border-radius: 8px;

      @media (max-width: 768px) {
        .noticias-gerais__img {
          max-height: 214px;
          object-fit: cover;
        }
      }
    }

    .noticias-gerais__featured,
    .noticias-gerais__item {
      img {
        transition: all 0.3s ease;
      }
    }

    .noticias-gerais__featured:hover img,
    .noticias-gerais__item:hover img {
      scale: 1.03;
    }

    .noticias-gerais__excerpt {
      margin-top: 0.75rem;
    }
  }

  .noticias-culturais {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 0.5rem;

    & .divider:last-child {
      display: none;
    }

    .noticias-culturais__item {
      h3 {
        min-height: 75.38px;
        margin-bottom: 1rem;
        color: var(--color-orange);
        font-size: clamp(1rem, 2vw, 1.1rem);
      }
    }

    .noticias-culturais__item {
      img {
        transition: all 0.3s ease;
      }

      &:hover img {
        scale: 1.03;
      }
    }

    .noticias-culturais__link:hover {
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .noticias-culturais__img-container {
      overflow: hidden;
      border-radius: 0.5rem;
    }

    .noticias-culturais__excerpt {
      margin-top: 0.75rem;
    }
  }

  .noticias-esportes {
    display: none;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 0.5rem;

    & .divider:last-child {
      display: none;
    }

    .noticias-esportes__item {
      h3 {
        min-height: 75.38px;
        margin-bottom: 1rem;
        color: var(--color-blue);
        font-size: clamp(1rem, 2vw, 1.1rem);
      }
    }

    .noticias-esportes__item {
      img {
        transition: all 0.3s ease;
      }

      &:hover img {
        scale: 1.03;
      }
    }

    .noticias-esportes__link:hover {
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .noticias-esportes__img-container {
      overflow: hidden;
      border-radius: 0.5rem;
    }

    .noticias-esportes__excerpt {
      margin-top: 0.75rem;
    }
  }

  @media (min-width: 1153px) {
    .noticias-culturais,
    .noticias-esportes {
      display: flex;
    }
  }
}

/* Noticia */
.noticia {
  padding-block: 2rem;

  .noticia__header {
    margin-bottom: 1.5rem;

    .noticia__title {
      font-size: clamp(1.3rem, 2vw, 1.8rem);
      font-weight: 600;
      color: var(--color-category);
    }
  }

  .ver-todas-noticias {
    margin-top: 2rem;
    font-size: 1rem;
    color: var(--color-primary-dark);
  }

  .noticia__body {
    .noticia__capa-img-legend {
      font-size: 0.875rem;
      font-style: italic;
      color: var(--color-zinc-600);
      margin-top: 0.5rem;
    }

    .noticia__capa-img-container {
      overflow: hidden;
      border-radius: 0.5rem;

      img {
        width: 100%;
      }
    }

    .noticia__body-content {
      margin-top: 1.5rem;

      > p {
        font-size: clamp(0.9rem, 1.5vw, 1rem);
        line-height: 1.5;
      }
    }
  }

  .noticia__fotos {
    margin-top: 2rem;

    .noticia__fotos-title {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 600;
      color: var(--color-primary-dark);

      margin-bottom: 1.5rem;
    }

    .noticia__fotos-item {
      overflow: hidden;
      border-radius: 0.5rem;
      cursor: pointer;

      img {
        transition: all 0.3s ease;
      }

      &:hover img {
        scale: 1.03;
      }
    }
  }

  .ultimas-noticias {
    max-width: 300px;
    margin-left: auto;

    @media (max-width: 992px) {
      max-width: 100%;
      margin-left: 0;
    }

    .ultimas-noticias__content {
      @media (max-width: 992px) {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;

        .ultimas-noticias__item {
          flex: 1;
          min-width: 250px;
        }
      }
    }

    .ultimas-noticias__item {
      display: block;
      margin-bottom: 2rem;

      img {
        transition: all 0.3s ease;
      }

      &:hover img {
        scale: 1.03;
      }
    }

    .ultimas-noticias__title {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 600;
      color: var(--color-primary);

      margin-bottom: 1.8rem;
    }

    .ultimas-noticias__image-container {
      overflow: hidden;
      border-radius: 0.5rem;
      margin-bottom: 1rem;

      img {
        width: 100%;
      }
    }

    .ultimas-noticias__content {
      .ultimas-noticias__content-title {
        margin-bottom: 0.5rem;
        font-size: clamp(0.9rem, 1.5vw, 1rem);
        font-weight: 600;
        color: var(--color-category);
      }

      .ultimas-noticias__content-date {
        font-size: 0.875rem;
        color: var(--color-zinc-600);
      }
    }
  }
}

/* Noticias Categoria */
.noticias-categoria {
  .noticias__header {
    --color-category: var(--color-primary-dark);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.5rem;
    margin-bottom: 1.5rem;

    border-bottom: 2px solid var(--color-zinc-200);

    &::before {
      content: "";
      width: 6rem;
      height: 2px;
      background-color: var(--color-category);
      position: absolute;
      left: 0;
      bottom: -2px;
    }

    .noticias__title {
      font-size: clamp(1.3rem, 2vw, 1.6rem);
      font-weight: 600;
      color: var(--color-category);
    }

    .noticias__link {
      background-color: var(--color-category);
      color: var(--color-white);
      text-transform: capitalize;
    }
  }

  .noticias-categoria__swiper-wrapper {
    position: relative;

    &:not(:last-child) {
      padding-bottom: 3rem;
    }
  }

  .noticias-categoria__content {
    overflow: hidden;
  }

  .noticias__content-item {
    height: auto;

    a {
      display: block;
      color: inherit;
      text-decoration: none;

      &:hover h3 {
        text-decoration: underline;
        text-underline-offset: 2px;
      }
    }

    .noticias-categoria__img-container {
      overflow: hidden;
      border-radius: 0.5rem;
    }

    .noticias-categoria__img {
      width: 100%;
      transition: all 0.3s ease;
    }

    .noticias-categoria__img-container:hover .noticias-categoria__img {
      scale: 1.03;
    }

    h3 {
      margin-top: 0.75rem;
      font-size: clamp(0.9rem, 1.5vw, 1rem);
      line-height: 1.4;
    }
  }
}

/* Noticias Secretaria */
.noticias-secretarias {
  padding: 2rem 0 4rem;

  .noticias-secretarias__button {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: fit-content;
    gap: 1rem;
    margin: 0 auto;

    padding-inline: 1rem;
    padding-block: 0.75rem;

    border-radius: 0.5rem;

    font-weight: 600;
    font-size: 1rem;

    background-color: var(--color-primary-dark);
    color: var(--color-white);

    transition: all 0.3s ease;

    &:hover {
      filter: brightness(1.1);
    }
  }

  .noticias-secretaria__item {
    display: block;
    margin-bottom: 2rem;
  }
}

.noticia-secretaria {
  .noticia-secretaria__item {
    height: auto;

    a {
      display: block;
      color: inherit;
      text-decoration: none;

      &:hover h3 {
        text-decoration: underline;
        text-underline-offset: 2px;
      }
    }
  }

  .noticia-secretaria__img-container {
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .noticia-secretaria__img {
    width: 100%;
    transition: all 0.3s ease;
  }

  .noticia-secretaria__img-container:hover .noticia-secretaria__img {
    scale: 1.03;
  }

  h3 {
    margin-top: 0.75rem;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.4;
  }
}

/* Audio Player da Notícia */
.noticia-audio-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-block: 1.5rem;
  background-color: var(--color-zinc-100);
  padding: 0.5rem 1rem;
  border-radius: 999px;
}

.noticias-pagina {
  .col-md-5 {
    margin-bottom: 1rem;
  }

  .noticia__capa-img-container {
    overflow: hidden;
    border-radius: 0.5rem;
    aspect-ratio: 16/9;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .noticia__header {
    h3 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--color-category);
      margin-block: 0.5rem;
      display: -webkit-box;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    p {
      font-size: 0.875rem;
      color: var(--color-zinc-600);
    }
  }
}

.c-btn-audio {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--color-primary-dark);
  transition: opacity 0.2s ease;
}

.c-btn-audio:hover,
.c-btn-audio:focus-visible {
  opacity: 0.7;
}

.c-btn-audio__icon-static {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.c-btn-audio-control {
  all: unset;
  cursor: pointer;
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.c-btn-audio-speed {
  font-family: monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
  background-color: var(--color-zinc-200);
  color: var(--color-primary-dark);
  transition: background-color 0.2s ease;
  line-height: 1;
}

.c-btn-audio-speed:hover,
.c-btn-audio-speed:focus-visible {
  background-color: var(--color-zinc-300);
  opacity: 1;
}

.c-btn-audio-control:hover,
.c-btn-audio-control:focus-visible {
  opacity: 0.7;
}

.c-btn-audio__time {
  font-family: monospace;
  font-size: 0.82rem;
  color: var(--color-zinc-500);
  min-width: 38px;
  flex-shrink: 0;
}

.c-btn-audio__progress {
  flex: 1;
  min-width: 60px;
  height: 4px;
  background-color: var(--color-zinc-300);
  border-radius: 999px;
  overflow: hidden;
}

.c-btn-audio__progress-bar {
  height: 100%;
  background-color: var(--color-primary-dark);
  width: 0%;
  transition: width 0.2s linear;
  border-radius: 999px;
}

.c-audio-wave {
  display: inline-flex;
  align-items: center;
  height: 16px;
  gap: 2px;
}

.c-audio-wave__bar {
  width: 3px;
  height: 100%;
  background-color: var(--color-primary-dark);
  border-radius: 2px;
  animation: wave-animation 1.2s ease-in-out infinite;
}

.c-audio-wave__bar:nth-child(1) {
  animation-delay: 0s;
}

.c-audio-wave__bar:nth-child(2) {
  animation-delay: 0.2s;
}

.c-audio-wave__bar:nth-child(3) {
  animation-delay: 0.4s;
}

.c-audio-wave__bar:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes wave-animation {
  0%,
  100% {
    height: 25%;
  }

  50% {
    height: 100%;
  }
}

/* Responsivo: em telas muito pequenas o player compacta */
@media (max-width: 400px) {
  .noticia-audio-player {
    border-radius: 0.75rem;
    padding: 0.6rem 0.75rem;
  }

  .c-btn-audio__time {
    font-size: 0.75rem;
  }
}

/* Social Home*/
.social {
  padding-bottom: 2rem;

  @media (min-width: 768px) {
    padding-bottom: 4rem;
  }

  .social__banners {
    @media (max-width: 1199px) {
      [class*="col-"] {
        margin-bottom: 1rem;
      }
    }
  }

  .social__container {
    height: 100%;
  }

  .social__content {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 3rem;

    border-radius: 0.75rem;
    background-color: var(--color-primary-dark);

    @media (min-width: 1025px) {
      border-radius: 1.68rem;
    }
  }

  .social__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }

  .social__button {
    width: 100%;
    background-color: var(--color-surface);
    text-transform: uppercase;
    color: var(--color-primary-dark);
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.1rem);
  }
}

/* Acesso Rápido Home */
.acesso-rapido {
  padding-block: 2rem;
  background-color: var(--color-zinc-50);

  .acesso-rapido__button {
    display: flex;
    align-items: center;
    gap: 1rem;

    padding-inline: 1.5rem;
    padding-block: 1.5rem;

    border-radius: 0.5rem;

    color: var(--bg-white);
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.1rem);

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-clamp: 1;

    transition: all 0.3s ease;

    &:hover {
      filter: brightness(1.1);
      scale: 1.01;
    }
  }

  .acesso-rapido__item {
    display: block;
    margin-bottom: 1.5rem;
  }
}

/* Banner Turismo */
.banner-turismo {
  padding-block: 4rem;
}

/* Site Footer */
.site-footer {
  background-color: var(--color-surface-light);
  color: var(--color-primary-dark);
  padding-block: 3rem 1.5rem;

  .site-footer__inner {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .site-footer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    .site-footer__logo-wrapper {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      margin-bottom: 1rem;

      @media (min-width: 1025px) {
        margin-bottom: 0;
      }
    }

    .site-footer__logo {
      width: 100%;
      max-width: 250px;
    }

    .site-footer__address,
    .site-footer__phone {
      margin: 0;
    }
  }

  .site-footer__nav {
    columns: 2;
    column-gap: 1.5rem;

    @media (min-width: 768px) {
      columns: 3;
    }

    @media (min-width: 992px) {
      columns: 4;
    }

    @media (min-width: 1200px) {
      columns: 4;
    }
  }

  .site-footer__col {
    break-inside: avoid;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }

  .site-footer__parent {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-bottom: 0.25rem;
  }

  .site-footer__parent--link,
  .site-footer__sub-link {
    transition: all 0.2s ease;

    &:hover {
      color: var(--color-primary);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
  }

  .site-footer__sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }

  .site-footer__sub-item {
    line-height: 1.4;
  }

  .site-footer__sub-link {
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .site-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .site-footer__copy {
    font-size: 0.8rem;
    color: var(--bg-primary-dark);
    margin: 0;

    a {
      text-decoration: underline;
      text-underline-offset: 2px;
      color: var(--color-primary);
      transition: all 0.2s ease;

      &:hover {
        color: var(--color-blue);
      }
    }
  }

  .footer__social-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .footer__social-button {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-radius: 9999px;
    background-color: var(--color-primary-dark);
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(1rem, 2vw, 1.1rem);
    transition: all 0.2s ease;

    &:hover {
      filter: brightness(1.1);
      scale: 1.01;
    }
  }
}

/*
 * ===============================================================================
 * Fim Tema 2026
 * ===============================================================================
 */

/*
 * ===============================================================================
 * Widget de Acessibilidade
 * ===============================================================================
 */

:root {
  --a11y-gold: #cc9b3c;
  --a11y-gold-dark: #a07828;
  --a11y-blue: oklch(0.6538 0.1789 255.01);
  --a11y-blue-transparent: rgba(34, 102, 210, 0.15);
  --a11y-blue-dark: oklch(0.414 0.154 260.01);
  --a11y-panel-bg: var(--color-zinc-50);
  --a11y-panel-label: var(--color-zinc-600);
  --a11y-panel-text: var(--color-zinc-800);
  --a11y-panel-section-border: var(--color-zinc-200);
  --a11y-trigger-size: 2.5rem;
  --a11y-z: 10000;
  --a11y-gradient: linear-gradient(230deg, #3690fa -2.72%, #2266d2 116.36%);
}

.a11y-widget {
  position: fixed;
  bottom: 3.75rem;
  right: 0.5625rem;
  z-index: var(--a11y-z);
  font-family: "Inter", sans-serif;
  font-size: 14px;

  & .a11y-widget__trigger {
    width: var(--a11y-trigger-size);
    height: var(--a11y-trigger-size);
    border-radius: 8px;
    border: 1px solid var(--color-primary-light);
    background: var(--a11y-gradient);
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.112);
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
    padding: 0;

    &:hover,
    &:focus-visible {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
      outline: 2px solid var(--a11y-blue);
      outline-offset: 2px;
    }

    & .a11y-widget__trigger-label {
      font-size: 8px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      line-height: 1;
    }
  }

  & .a11y-widget__panel {
    display: none;
    position: absolute;
    bottom: calc(var(--a11y-trigger-size) + 0.75rem);
    right: 0;
    width: 280px;
    background-color: var(--a11y-panel-bg);
    color: var(--a11y-panel-text);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    animation: a11y-slide-in 0.2s ease;

    &.a11y-widget__panel--open {
      display: block;
    }
  }

  & .a11y-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: var(--a11y-blue-dark);
    color: var(--color-white);
  }

  & .a11y-widget__title {
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  & .a11y-widget__close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--color-white);
    line-height: 1;
    padding: 0 0.25rem;
    transition: opacity 0.15s;

    &:hover {
      opacity: 0.6;
    }

    &:focus-visible {
      outline: 2px solid #1a1a1a;
      border-radius: 3px;
    }
  }

  & .a11y-widget__section {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--a11y-panel-section-border);

    & .a11y-widget__section-label {
      display: block;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--a11y-panel-label);
      margin-bottom: 0.5rem;
    }
  }

  & .a11y-widget__font-controls {
    display: flex;
    gap: 0.5rem;
    align-items: center;

    & .a11y-widget__btn {
      flex: 1;

      &:nth-child(1) {
        font-size: 0.8rem;
      }

      &:nth-child(2) {
        font-size: 0.95rem;
      }

      &:nth-child(3) {
        font-size: 1.1rem;
      }
    }
  }

  & .a11y-widget__color-controls,
  & .a11y-widget__tool-controls {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  & .a11y-widget__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: var(--color-white);
    border: 1px solid var(--color-zinc-200);
    color: var(--a11y-panel-text);
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    font-size: 0.8rem;
    font-family: inherit;
    text-align: center;
    transition:
      background-color 0.15s,
      border-color 0.15s,
      color 0.15s;
    line-height: 1.4;

    &:hover,
    &:focus-visible {
      background-color: var(--a11y-blue-dark);
      border-color: var(--a11y-blue);
      color: var(--color-white);
      outline: none;
    }

    &.a11y-widget__btn--active {
      background-color: var(--a11y-blue-dark);
      border-color: var(--a11y-blue);
      color: var(--color-white);
      font-weight: 700;
    }

    &.a11y-widget__btn--reset {
      width: 100%;
      background-color: var(--a11y-blue-transparent);
      border-color: var(--a11y-blue);
      color: var(--a11y-blue);
      font-weight: 600;

      &:hover,
      &:focus-visible {
        background-color: var(--a11y-blue-dark);
        color: var(--color-white);
      }
    }
  }

  & .a11y-widget__footer {
    padding: 0.75rem 1rem;
  }
}

.a11y-reading-guide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 24px;
  background-color: var(--a11y-blue-transparent);
  border-top: 2px solid var(--a11y-blue);
  border-bottom: 2px solid var(--a11y-blue);
  pointer-events: none;
  z-index: calc(var(--a11y-z) - 1);
  transition: top 0.05s linear;
}

@keyframes a11y-slide-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.a11y--reading-guide .a11y-reading-guide {
  display: block;
}

body.a11y--highlight-links a,
body.a11y--highlight-links a span {
  text-decoration: underline !important;
  text-decoration-color: var(--a11y-blue) !important;
  text-decoration-thickness: 2px !important;
  color: var(--a11y-blue) !important;
  outline-offset: 2px;
}

body.a11y--grayscale #content {
  filter: grayscale(100%);
}

body.a11y--negative-contrast #content {
  filter: invert(100%) hue-rotate(180deg);
}

body.a11y--high-contrast {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;

  & * {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    border-color: var(--color-white) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  & a,
  & button,
  & [role="button"] {
    color: var(--a11y-blue) !important;
    text-decoration: underline !important;
  }

  & img,
  & svg,
  & video,
  & canvas {
    filter: contrast(1.1) brightness(0.9);
  }

  & .a11y-widget .a11y-widget__trigger {
    background-color: var(--a11y-blue) !important;
    color: var(--color-black) !important;
  }

  & .a11y-widget .a11y-widget__panel {
    background-color: var(--color-black) !important;
    border: 2px solid var(--color-white) !important;
  }

  & .a11y-widget .a11y-widget__header {
    background-color: var(--a11y-blue) !important;

    & * {
      color: var(--color-black) !important;
    }
  }

  & .a11y-widget .a11y-widget__btn {
    border-color: var(--color-white) !important;
    color: var(--color-white) !important;

    &.a11y-widget__btn--active {
      background-color: var(--a11y-blue) !important;
      color: var(--color-black) !important;
    }

    &:hover,
    &:focus-visible {
      background-color: var(--a11y-blue-dark) !important;
      color: var(--color-white) !important;
    }
  }
}

[vw] [vw-access-button].active {
  border: 1px solid var(--color-white);

  &:hover,
  &:focus-visible {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    outline: 2px solid var(--a11y-blue);
    outline-offset: 2px;
  }
}

/*
 * ===============================================================================
 * Fim Widget de Acessibilidade
 * ===============================================================================
 */

/*
 * ===============================================================================
 * Bloco: .secretario-card
 * Exibe as informações do(a) secretário(a) na página de secretaria.
 * ===============================================================================
 */

.secretario-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
}

.secretario-card__foto {
  flex: 0 0 auto;
  width: 180px;
}

.secretario-card__imagem {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  border: 1px solid #ddd;
}

.secretario-card__info {
  flex: 1 1 200px;
}

.secretario-card__nome-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--color-white);
  background-color: var(--color-orange-dark);
}

.secretario-card__nome {
  font-size: calc(1.2rem, 2vw, 1.3rem);
  font-weight: 600;
}

.secretario-card__texto {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 600px) {
  .secretario-card {
    flex-direction: column;
  }

  .secretario-card__foto {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
}

/*
 * ===============================================================================
 * Fim Bloco: .secretario-card
 * ===============================================================================
 */

.secretaria-veja-tambem {
  padding: 1rem;
  background-color: var(--color-zinc-100);
  border-radius: 0.5rem;

  .secretaria-veja-tambem__title {
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: var(--color-orange-dark);
    color: var(--color-white);
    text-align: center;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }

  .secretario-veja-tambem__item {
    a {
      display: block;
      padding: 0.875rem;
      color: var(--color-orange-dark);
      font-weight: 600;
      transition: background-color 0.3s ease;

      &:hover {
        background-color: var(--color-yellow);
      }
    }
  }
}

.secretario-arquivos {
  padding: 1rem;
  background-color: var(--color-zinc-100);
  border-radius: 0.5rem;

  .secretario-arquivos__title-container {
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: var(--color-orange-dark);
    color: var(--color-white);
    text-align: center;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
  }

  a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    color: var(--color-orange-dark);
    font-weight: 600;
    transition: background-color 0.3s ease;
    border-radius: 0.5rem;

    &:hover {
      background-color: var(--color-yellow);
    }
  }
}

/* ==========================================================================
   Bidding Pages (Licitações) - BEM
   ========================================================================== */

.bidding-page {
  margin-top: 30px;
  margin-bottom: 50px;
}

.bidding-search {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}

.bidding-search__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.bidding-search__group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.bidding-search__label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
  font-size: 14px;
}

.bidding-search__input,
.bidding-search__select {
  width: 100%;
}

.bidding-search__actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* Card */
.bidding-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.bidding-card:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

.bidding-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-zinc-200);
  padding-bottom: 16px;
}

.bidding-card__header-main {
  flex: 1;
}

.bidding-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.3;
}

.bidding-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.bidding-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bidding-card__badge--type {
  background-color: #e0f2fe;
  color: #0369a1;
}

.bidding-card__badge--category {
  background-color: #f3e8ff;
  color: #7e22ce;
}

.bidding-card__badge--status {
  background-color: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.bidding-card__badge--suspended {
  background-color: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.bidding-card__badge--exclusive {
  background-color: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}

.bidding-card__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
  background-color: var(--color-zinc-50);
  padding: 16px;
  border-radius: 8px;
}

.bidding-card__info-group {
  display: flex;
  flex-direction: column;
}

.bidding-card__info-label {
  font-size: 12px;
  color: var(--color-zinc-700);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}

.bidding-card__info-value {
  font-size: 14px;
  color: var(--color-zinc-500);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bidding-card__object {
  margin-bottom: 20px;
}

.bidding-card__object-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-zinc-500);
  margin-bottom: 8px;
}

.bidding-card__object-text {
  font-size: 14px;
  color: var(--color-zinc-500);
  line-height: 1.6;
  background-color: var(--color-zinc-50);
  padding: 16px;
  border-radius: 8px;
}

.bidding-card__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid var(--color-zinc-200);
  padding-top: 16px;
  margin-top: 16px;
}

.bidding-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
  cursor: pointer;
}

.bidding-card__btn:hover {
  text-decoration: none;
  color: inherit;
}

.bidding-card__btn--primary {
  background-color: var(--color-primary);
  color: white;
  border: 1px solid transparent;
}

.bidding-card__btn--primary:hover {
  background-color: var(--color-orange-dark);
  color: white;
}

.bidding-card__btn--secondary {
  background-color: #ffffff;
  color: var(--color-zinc-500);
  border: 1px solid #cbd5e1;
}

.bidding-card__btn--secondary:hover {
  background-color: var(--color-zinc-50);
  color: #1e293b;
  border-color: #94a3b8;
}

.bidding-card__btn-icon {
  margin-right: 8px;
}

.bidding-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bidding-detailed__header {
  margin-bottom: 30px;
}

.bidding-detailed__title {
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 15px;
}

.bidding-detailed__alert {
  background-color: #eff6ff;
  border-left: 4px solid #3b82f6;
  padding: 16px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}

.bidding-detailed__alert-title {
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bidding-detailed__alert-text {
  color: #1e3a8a;
  font-size: 14px;
  margin: 0;
}

.bidding-detailed__alert--warning {
  background-color: #fffbeb;
  border-left-color: #f59e0b;
}

.bidding-detailed__alert--warning .bidding-detailed__alert-title {
  color: #b45309;
}

.bidding-detailed__alert--warning .bidding-detailed__alert-text {
  color: #92400e;
}

/* Register Button in Detail View */
.bidding-card__btn-register {
  display: flex;
  align-items: center;
  background-color: var(--color-orange-dark);
  color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  width: 100%;
}

.bidding-card__btn-register:hover {
  background-color: var(--color-primary);
  /* fallback darker shade */
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.bidding-card__btn-register-icon {
  flex-shrink: 0;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bidding-card__btn-register-text {
  flex: 1;
}

.bidding-card__btn-register-text strong {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.bidding-card__btn-register-text span {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
}

/* Lucide icons alignment adjustment */
i[data-lucide] {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}

.bidding-card__btn-icon i[data-lucide] {
  margin-right: 6px;
}
