[vw] {
  bottom: -300px !important;
  right: 1px !important;
  position: fixed !important;
  z-index: 99999 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) grayscale(0) drop-shadow(0 0 1px #000);
}


.acessibilidade {
    background-color: rgba(177, 173, 189, 0.4); /* transparente */
    font-size: 100%;
    height: auto;
    width: 200px;
    position: fixed;    
    inline-size: auto;
    top: 0px;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
    border-radius: 20px;
    transition: background 0.3s;
}
.acessibilidade:hover {
    background-color: rgba(177, 173, 189, 0.95); /* mais clara ao passar o mouse */
}
 .acessibilidade .btn{
    padding: 0px;
 } 
/* .ql-editor h1 {
    font-size: calc(1rem + 1vw);
}

.ql-editor p {
    /* font-size: calc(1rem + 0.2vw); 
}  */

.ql-editor img {
    border-radius: 20px;
    box-shadow: 10px 10px 10px #908f8f;
}
.ql-editor{
    line-height: 1.2 !important;
    font-size: .75rem !important;
}

.ql-editor a:link {
    text-decoration: none;
}

.ql-editor a:visited {
    text-decoration: none;
}

.ql-editor a:hover {
    text-decoration: underline;
}

.ql-editor a:active {
    text-decoration: underline;
}

.rounded-circle {
    width: 150px;
    /* Ajuste o tamanho da imagem conforme necessário */
    height: 150px;
    /* Ajuste o tamanho da imagem conforme necessário */
    object-fit: cover;
    /* Garante que a imagem se ajuste ao container */
}

.navbar-collapse {
    flex: none;
}

.nav-pills .nav-link {
    padding-left: 5px;
    /*color: rgb(196, 188, 188); /* Cor da fonte padrão (verde) } */
}

.nav-pills .nav-link.active {
    color: rgb(255, 255, 255);
    /* Cor da fonte para o item ativo */
    /*background-color: #1a1f1b; /* Cor de fundo para o item ativo */
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #807f83;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #807f83;
    --bs-btn-hover-border-color: #807f83;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #474153;
    --bs-btn-active-border-color: #474153;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}


.post-title {
    font-size: 1.55rem;
    font-weight: 600;
    border-radius: 10px;    
    box-shadow: 5px 2px 5px rgba(0,0,0,0.07);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border: 2px solid var(--bs-gray-500, #adb5bd);
    user-select: none;
    text-align: left;
    padding: 10px !important;
}
.post-title:hover, .post-title:focus {
    box-shadow: 0 4px 10px rgba(0,0,0,0.13);
    text-decoration: none;
}


#btnTop {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 80px;  
  z-index: 9999;
  background: var(--bd-violet-bg, #807f83);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.2s;
}
#btnTop:hover {
  background: var(--bs-gray-500, #adb5bd);
}

/* ========================================
   FOOTER ESTILIZADO NO PADRÃO HERO SECTION
   ======================================== */

.main-footer {
  margin-top: auto;
  background: transparent;
}

.footer-hero-section {
  position: relative;
  background: linear-gradient(135deg, 
    rgba(0, 85, 140, 0.95) 0%, 
    rgba(0, 102, 170, 0.9) 30%, 
    rgba(44, 120, 180, 0.85) 70%, 
    rgba(80, 140, 200, 0.8) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 60px 0 40px;
  color: white;
  overflow: hidden;
}

.footer-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/brasao_morro_redondo-rs.png') no-repeat center center;
  background-size: 400px auto;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
}

.footer-content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.footer-logo-link {
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.footer-logo-link:hover {
  transform: translateY(-2px);
  color: inherit;
}

.footer-logo {
  width: 120px;
  height: 120px;
  background: url('../images/brasao_morro_redondo-rs.png') no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
}

.footer-logo-link:hover .footer-logo {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
  transform: scale(1.05);
}

.footer-main-content {
  flex: 1;
}

.footer-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, #ffffff, #e8f4f8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-subtitle {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
  font-weight: 300;
  line-height: 1.6;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.footer-nav-section {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.footer-nav-section:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.footer-nav-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 8px;
}

.footer-nav-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-radius: 5px;
}

.footer-nav-list a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  transform: translateX(5px);
}

.footer-nav-list a i {
  font-size: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-nav-list a:hover i {
  opacity: 1;
}

.footer-copyright {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.footer-copyright p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-copyright small {
  font-size: 0.8rem;
}

/* Estilo para exibição do termo aceito no footer */
.box-cookies-aceite {
  margin-top: 8px;
}

.box-cookies-aceite p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-style: italic;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
}

@media (max-width: 768px) {
  .box-cookies-aceite p {
    font-size: 0.7rem;
    text-align: center;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-top: 8px;
    margin-top: 8px;
  }
}

/* Responsividade para o Footer */
@media (max-width: 768px) {
  .footer-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  
  .footer-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  
  .footer-title {
    font-size: 1.8rem;
  }
  
  .footer-nav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .footer-nav-section {
    padding: 20px;
  }
  
  .footer-copyright .row {
    text-align: center;
  }
  
  .footer-copyright .col-md-4 {
    text-align: center !important;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .footer-hero-section {
    padding: 40px 0 30px;
  }
  
  .footer-title {
    font-size: 1.5rem;
  }
  
  .footer-subtitle {
    font-size: 1rem;
  }
  
  .footer-nav-section {
    padding: 15px;
  }
}

/* ========================================
   FOOTER - TEMA DARK COM ALTO CONTRASTE
   ======================================== */

[data-bs-theme="dark"] .footer-hero-section {
  background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.98) 0%, 
    rgba(26, 26, 46, 0.95) 30%, 
    rgba(22, 33, 62, 0.9) 70%, 
    rgba(15, 20, 25, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

[data-bs-theme="dark"] .footer-hero-section::before {
  background: url('../images/brasao_morro_redondo-rs.png') no-repeat center center;
  background-size: 400px auto;
  opacity: 0.02;
  filter: brightness(1.5) contrast(1.2);
}

[data-bs-theme="dark"] .footer-logo {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.15);
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.1)) brightness(1.3) contrast(1.1);
}

[data-bs-theme="dark"] .footer-title {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

[data-bs-theme="dark"] .footer-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="dark"] .footer-nav-section {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(15px);
}

[data-bs-theme="dark"] .footer-nav-section:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.05);
}

[data-bs-theme="dark"] .footer-nav-title {
  color: #ffffff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .footer-nav-list a {
  color: rgba(255, 255, 255, 0.85) !important;
}

[data-bs-theme="dark"] .footer-nav-list a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

[data-bs-theme="dark"] .footer-copyright {
  background: rgba(0, 0, 0, 0.7) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="dark"] .footer-copyright p {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="dark"] .footer-copyright small {
  color: rgba(255, 255, 255, 0.7) !important;
}

[data-bs-theme="dark"] .box-cookies-aceite p {
  color: rgba(255, 255, 255, 0.8) !important;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  [data-bs-theme="dark"] .box-cookies-aceite p {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

/* ========================================
   PROPOSIÇÕES - DESIGN LIMPO E ENXUTO
   ======================================== */

.proposicoes-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  margin: 20px 0;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.proposicoes-section .post-title {
  color: #374151;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.proposicoes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proposicoes-item {
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
  position: relative;
}

.proposicoes-item:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.proposicoes-link {
  display: block;
  padding: 10px 12px;
  text-decoration: none !important;
  color: inherit;
}

.proposicoes-link:hover {
  text-decoration: none !important;
  color: inherit;
}

/* Linha 1: Título */
.prop-titulo {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
  margin-bottom: 6px;
  padding-right: 60px;
}

/* Linha 2: Vereadores */
.prop-vereadores {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 6px;
}

/* Linha 3: Conteúdo */
.prop-conteudo {
  font-size: 0.85rem;
  color: #9ca3af;
  line-height: 1.5;
}

/* Badge da Data */
.prop-data {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #374151;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 4px;
}

/* Rodapé da Seção */
.proposicoes-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

.proposicoes-stats {
  flex: 1;
}

.proposicoes-count {
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 500;
}

.proposicoes-actions {
  flex-shrink: 0;
}

.btn-ver-mais {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #374151;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.btn-ver-mais:hover {
  background: #1f2937;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-ver-mais i {
  font-size: 1rem;
}

/* ========================================
   TEMA DARK - PROPOSIÇÕES LIMPO
   ======================================== */

[data-bs-theme="dark"] .proposicoes-section {
  background: #1f2937;
  border-color: #374151;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="dark"] .proposicoes-section .post-title {
  color: #f3f4f6;
}

[data-bs-theme="dark"] .proposicoes-item {
  background: #111827;
  border-color: #374151;
}

[data-bs-theme="dark"] .proposicoes-item:hover {
  background: #1f2937;
  border-color: #4b5563;
}

[data-bs-theme="dark"] .prop-titulo {
  color: #f9fafb;
}

[data-bs-theme="dark"] .prop-vereadores {
  color: #d1d5db;
}

[data-bs-theme="dark"] .prop-conteudo {
  color: #9ca3af;
}

[data-bs-theme="dark"] .prop-data {
  background: #4b5563;
  color: #f3f4f6;
}

[data-bs-theme="dark"] .proposicoes-footer {
  border-top-color: #374151;
}

[data-bs-theme="dark"] .proposicoes-count {
  color: #d1d5db;
}

[data-bs-theme="dark"] .btn-ver-mais {
  background: #4b5563;
  color: #f3f4f6;
}

[data-bs-theme="dark"] .btn-ver-mais:hover {
  background: #6b7280;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .proposicoes-section {
    padding: 12px;
    margin: 16px 0;
  }
  
  .proposicoes-link {
    padding: 8px 10px;
  }
  
  .prop-titulo {
    font-size: 1rem;
    padding-right: 50px;
  }
  
  .prop-data {
    top: 8px;
    right: 8px;
    font-size: 0.7rem;
    padding: 2px 4px;
  }
  
  .proposicoes-footer {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    text-align: center;
  }
  
  .btn-ver-mais {
    justify-content: center;
    width: 100%;
  }
}

#link-noticias:hover { text-decoration: none; }

.img-miniatura-oculta {
  display: none !important;
}

/* Garantir que imagens do slider mantenham tamanho fixo */
#noticiasSlider img[data-miniatura="1"] {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
  flex-shrink: 0 !important;
  object-fit: cover !important;
}

@media (max-width: 1400px) {
    .row{
        margin: 0px !important;
    }

    .container .p-2,
    .ql-editor {
        padding: 3px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    img {
        max-width: 98%;
    }

}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media print {
    #noprint {
        display: none;
    }
}

/* ===== ESTILOS PARA O NAVBAR PRINCIPAL ===== */

/* Estilos básicos do navbar */
.main-navbar .nav-section:hover {
  background: #2a5298 !important;
  transition: background-color 0.3s ease;
}

.main-navbar .dropdown-menu {
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  min-width: 250px;
}

.main-navbar .dropdown-item:hover {
  background: #f8f9fa;
  color: #1e3c72 !important;
}

.main-navbar .dropdown-item i {
  width: 16px;
  text-align: center;
}

/* Ajustes para tema escuro no navbar com melhor contraste */
[data-bs-theme="dark"] .main-navbar {
  background: #000000 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

[data-bs-theme="dark"] .main-navbar .nav-section {
  background: #000000 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

[data-bs-theme="dark"] .main-navbar .nav-section:hover {
  background: #1a1a1a !important;
}

[data-bs-theme="dark"] .main-navbar .btn {
  color: #ffffff !important;
  font-weight: 600 !important;
}

[data-bs-theme="dark"] .main-navbar .dropdown-menu {
  background: #1a1a1a !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

[data-bs-theme="dark"] .main-navbar .dropdown-item {
  color: rgba(255, 255, 255, 0.9) !important;
}

[data-bs-theme="dark"] .main-navbar .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

/* Responsividade do navbar */
@media (max-width: 768px) {
  .main-navbar .row {
    flex-direction: column;
  }
  
  .main-navbar .col-lg, 
  .main-navbar .col-md-6,
  .main-navbar .col-auto {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .main-navbar .nav-section {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0.8rem !important;
  }
  
  .main-navbar .nav-section:last-child {
    border-bottom: none;
  }
  
  .main-navbar .btn {
    font-size: 0.9rem !important;
    padding: 0.75rem !important;
  }
  
  /* Botão home em mobile */
  .home-button {
    min-width: 100% !important;
    order: -1; /* Fica sempre primeiro */
  }
  
  .home-button a {
    justify-content: center !important;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .main-navbar .btn {
    font-size: 0.85rem !important;
    padding: 0.6rem !important;
  }
  
  .main-navbar .nav-section {
    padding: 0.6rem !important;
  }
  
  .main-navbar .dropdown-item {
    padding: 0.6rem 1rem !important;
    font-size: 0.9rem;
  }
}

/* Botão Home específico */
.home-button {
  min-width: 80px !important;
}

.home-button a {
  transition: all 0.3s ease;
}

.home-button:hover a {
  color: #ffd700 !important;
  transform: scale(1.1);
}

/* Dark theme para botão home */
[data-bs-theme="dark"] .home-button:hover a {
  color: #ffd700 !important;
}

/* Hero Section Global Styles */
.hero-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  position: relative;
  color: white;
  overflow: hidden;
  padding: 4rem 0;
}

/* Remover o logo de fundo antigo */
.hero-section::before {
  display: none;
}

/* Novo layout com logo visível à esquerda */
.hero-content-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
  min-height: 200px;
}

.hero-logo-link {
  text-decoration: none;
  display: block;
  flex-shrink: 0;
}

.hero-logo {
  width: 180px;
  height: 180px;
  background-image: url('../images/brasao_morro_redondo-rs.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.95;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  transition: transform 0.3s ease;
  cursor: pointer;
}

.hero-logo:hover {
  transform: scale(1.05);
}

.hero-text-content {
  flex: 1;
  text-align: center; /* Centralizado em telas grandes */
}

/* Botões de Acesso Rápido */
.hero-quick-access {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.quick-access-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  padding: 1.5rem 2rem;
  min-width: 140px;
  transition: all 0.3s ease;
}

.quick-access-btn:hover {
  color: white;
  background: rgba(255,215,0,0.2);
  border-color: rgba(255,215,0,0.5);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.quick-access-btn i {
  font-size: 2.5rem;
  color: #ffd700;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}

.quick-access-btn:hover i {
  color: #fff;
  transform: scale(1.1);
}

.quick-access-btn span {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* Hero Section Simplificada para páginas internas */
.hero-section-simple {
  padding: 2rem 0 !important;
}

.hero-section-simple .hero-content-wrapper {
  min-height: 120px;
  gap: 2rem;
}

.hero-section-simple .hero-logo {
  width: 120px;
  height: 120px;
}

.hero-section-simple .hero-title {
  font-size: 2.2rem !important;
  margin-bottom: 0.5rem !important;
}

.hero-section-simple .hero-subtitle {
  font-size: 1.1rem !important;
  margin-bottom: 0 !important;
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-title {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  margin-bottom: 1rem;
}

.hero-subtitle {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Remover estilos antigos dos contadores já que foram substituídos por botões */

/* Dark Theme Support para Hero Section */
[data-bs-theme="dark"] .hero-section {
  background: linear-gradient(135deg, #000000 0%, #1a1a2e 30%, #16213e 70%, #0f1419 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .hero-logo {
  filter: drop-shadow(0 4px 12px rgba(255,215,0,0.4)) brightness(1.2) contrast(1.1);
}

[data-bs-theme="dark"] .hero-title {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

[data-bs-theme="dark"] .hero-subtitle {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

[data-bs-theme="dark"] .quick-access-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  backdrop-filter: blur(15px);
}

[data-bs-theme="dark"] .quick-access-btn:hover {
  background: rgba(255, 215, 0, 0.15) !important;
  border-color: rgba(255, 215, 0, 0.4) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
}

[data-bs-theme="dark"] .quick-access-btn i {
  color: #ffd700 !important;
}

[data-bs-theme="dark"] .quick-access-btn:hover i {
  color: #ffffff !important;
}

/* Responsividade do Hero Section */
@media (max-width: 768px) {
  .hero-section {
    padding: 3rem 0;
  }
  
  .hero-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    min-height: auto;
  }
  
  .hero-text-content {
    text-align: center;
  }
  
  .hero-logo {
    width: 140px;
    height: 140px;
  }
  
  .hero-section-simple {
    padding: 1.5rem 0 !important;
  }
  
  .hero-section-simple .hero-logo {
    width: 100px;
    height: 100px;
  }
  
  .hero-title {
    font-size: 2rem !important;
  }
  
  .hero-section-simple .hero-title {
    font-size: 1.8rem !important;
  }
  
  .hero-subtitle {
    font-size: 1.1rem !important;
  }
  
  .hero-section-simple .hero-subtitle {
    font-size: 1rem !important;
  }
  
  /* Responsividade dos botões de acesso rápido */
  .hero-quick-access {
    justify-content: center;
    gap: 1.5rem;
  }
  
  .quick-access-btn {
    min-width: 120px;
    padding: 1.2rem 1.5rem;
  }
  
  .quick-access-btn i {
    font-size: 2rem;
  }
  
  .quick-access-btn span {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .hero-quick-access {
    gap: 1rem;
  }
  
  .quick-access-btn {
    min-width: 100px;
    padding: 1rem;
  }
  
  .quick-access-btn i {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  
  .quick-access-btn span {
    font-size: 0.8rem;
  }
}