﻿.body {
    color: #606060!important;
}
.texto-logo {
    margin-top: -0.3em !IMPORTANT;
    font-size: 2.7rem;
}
.bg-header {
    background-color: #003366 !important;
    color: #fff;
}
.brasao {
    width: 50%;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
}
.cor-padrao {
    color: #003366;
}

.cor-secundaria {
    color: var(--bs-secondary-color) !important;
}
.cor-cinza {
    color: #606062;
}
.cor-padrao-ili {
    color: #F2CB13;
}
.cor-secundaria-ili {
    color: var(--bs-secondary-color) !important;
}
.bk-ver {
    background-color: #BABABA!important;
}
.bk-white {
    background: #fff !important;
}
.dropdown-menu {
    background: #003366;
    color: #fff;
    /*    padding: 10px;*/
/*    border-bottom: 1px solid #fff;*/
}
.titulo-logo {
    color: #2A4B94;
    font-size: 49px;
    line-height: 1.4;
    font-family: 'Times New Roman';
}
.dropdown-item {
    color: #fff;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.dropdown-item:hover {
    color: #fff;
    padding: 20px;
    background: #64a9bf;
}
.transmissao-fundo {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.noticia-img {
    /*  height: 250px !important;*/
    width: 100% !important;
    margin: 0 auto !important;
    object-fit: cover; /* Ajusta a imagem para cobrir o espaço sem distorção */
    object-position: top; /* Foca na parte superior da imagem */
}

/* Texto truncado na descrição */
.card-body .text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limitar a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilização do rodapé do card */
.card-footer {
    padding: 0.75rem 1rem;
    border-top: 1px solid #e9ecef;
}

/* Ícone de calendário */
.fas.fa-calendar-alt {
    font-size: 1rem;
    color: #6c757d;
}

.carousel-item img {
    max-height: 550px;
    width: 100%; 
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    background-color: rgba(238, 238, 238, 0.8) !important;
    padding: 1rem;
    border-radius:0rem;
    font-size: 18px;
}

.carousel-caption {
    position: absolute;
    right: 0% !important;
    bottom: 0;
    left: 0% !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #606060 !iMPORtant;
    text-align: center;
    margin-bottom: 0px !important;
}

.carousel-caption h5 {
    font-size: 1.2rem;
}

.carousel-caption p {
    font-size: 1.25rem;
}

.vereadores-section {
    background-color: #f8f9fa;
    background-position: center;
    background-attachment: fixed;
}
/*Eventos*/
.mes-evento {
    text-transform: uppercase; /* ago, dez */
    font-size: 1.2rem;
    background-color: #003366;
    color: #fff;
    padding:0px!important;
}

.linha-branca {
    width: 100%;    
    height: 4px;
    background-color: #fff;
    margin: 0px auto;
    padding: 0px !important;
}

.dia-evento {
    padding: 5px !important;
    padding-bottom: 10px !important;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    background-color: #003366;
    color: #fff;
}

.titulo-evento {
    color: #606060;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.3;
}

.info-evento {
    font-size: 14px;
    margin-bottom: 0px!important;
}
#conteudo > div > div.container-fluid.my-4 > div > div.col-md-4.col-xs-12 > div:nth-child(6){
    margin-bottom: 0px!important;
}

/*Vereadores*/
.vereadores-lista {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    /* caso a tela seja menor */
}

.vereador {
    margin: 0 0px;
}

.flip-card {
    width: 130px;
    height: 160px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

.flip-card-front img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    object-position: center 0%;
}


.flip-card-back {
    width: 120px;
    height: 160px;
    background-color: #1e3a8a; /* azul institucional */
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}
h6 {
    font-size: 1rem;
    font-weight: bold;
}

.text-muted {
    font-size: 0.9rem;
    color: #6c757d;
}

.bg-section-info {
    background-color: #003366;
}
.logo-transmissao{
    height: 455px;
}
.nossos-numeros {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.nossos-item {
    padding: 0;
    max-width: 150px; /* Ajuste como quiser */
    margin: 0 auto; /* centraliza */
}
/* Card Interativo */
.item-boxes {
    height: 160px!important;
    background: #003366;
    color: #fff;
    border-radius: 15px;
    padding-top: 2.6rem !important;
}

.item-boxes:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    background-color: #00508e;
}

/* Estilo para o título de Transmissão ao Vivo */
.videos-linha-titulo {
    background: #003366;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.videos-linha-titulo .icon-container {
    background: #003366;
    color: #fff;
    border-right: 5px solid #003366;
  /*  padding: 15px;*/
    border-radius: 2px;
}

.embed-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    max-width: 100%;
    background: #000;
    border-radius: 12px;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ajustes para as colunas */
.col-lg-7, .col-lg-5 {
    padding: 15px;
}

/* Responsividade: Aumentando a área de interação nos dispositivos móveis */
@media (max-width: 1024px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .logo-transmissao {
        width: 100%!important;
        height: auto !important;
    }
    .brasao {
        width: 20% !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .brasao-ili {
        width: 80% !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mobile-center{
        text-align:center!important;
    }
    .news-image-wrapper {
        width: 100% !important;
    }
    .nossos-item {
        max-width: auto !important;
    }
    .titulo-logo {
        font-size: 35px !important;
    }
    .mobile-top{
        margin-top: 1.3rem!important;
    }
    .mobile-top2 {
        margin-top: 2.3rem !important;
    }
    .bk-ver {
        background-color:#003366!important;
    }
    .element-subheader {
        font-size: 1rem !important;
    }
    .offcanvas .dropdown-menu {
        max-height: 50vh;
        overflow-y: auto !important; /* ativa o scroll vertical */
        scrollbar-width: thin; /* (opcional) deixa a barra de rolagem discreta no Firefox */
    }
    .nossos-numeros {
        font-size: 1rem !important;
    }
    .fs-2 {
        font-size: 1.2rem !important; /* ajuste o valor */
    }
    .col-sm-12{
        width: 100%!important;
    }
    .col-sm-6{
        width: 50%!important;
    }
    .cor-secundaria {
        font-size: 0.7rem !important;
    }
    .vereadores-lista {
        overflow-x: scroll!important;
    }
    .titulo-evento {
        margin-top: 1rem !important
    }
}
@media (max-width: 780px) {
    .brasao {
        width: 30% !important;
        margin-bottom: 1rem; 
    }
   
}

.offcanvas {
    transition: transform 0.3s ease-in-out;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-body .nav-link {
    margin-bottom: 10px;
}

.offcanvas-body .dropdown-menu {
    background-color: #0056b3; /* Azul escuro */
    border: none;
}

.offcanvas-body .dropdown-menu .dropdown-item:hover {
    background-color: #004494; /* Azul mais escuro ao hover */
}

main .nav-link {
    color: #1C222B;
}

main a, main .text-primary-second {
    color: #1C222B;
    text-decoration: none;
}

main .btn-primary {
    background-color: #003366 !important;
    border-color: #003366;
}

main .btn-primary:hover {
    background-color: #1C222B !important;
    border-color: #005900;
}

header .navbar {
    background-color: #003366;
    color: #fff !important;
    border-top: 1px solid white;
    text-transform: uppercase;
}

header .nav-link {
    color: #fff;
}

[data-aos] {
    opacity: 0; /* Invisível antes da animação */
    transition-property: transform, opacity;
}

[data-aos].aos-animate {
    opacity: 1; /* Visível após a animação */
}

h2.element-header.h5, .element-header.h5.h2 {
    color: #8897AE;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.element-subheader {
    color: #1C222B;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.section-accesses .section-row .section-access p a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    color: #1C222B;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    justify-content: space-between;
}

.section-accesses .link-external::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%231C222B'%3e%3cpath d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: repeat;
}


.section-accesses .section-row .section-access p a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20 px;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
}

.section-accesses .section-row .section-access p a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #1C222B;
}

.section-accesses .section-row .section-access p {
    margin: 0;
    padding: 20px 8px;
    border-bottom: 1px solid #D7DFE9;
}

.numeros-title {
    color: #df9821;
}

.header-estilo {
    background-color: #EEEEEE !important;
    color: var(--bs-secondary-color) !important;
}


/* Estilo adicional para o calendário pequeno */
.calendar {
    width: 100%;
    height: auto;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.calendar-header {
    text-align: center;
    font-weight: bold;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
    font-size: 14px;
}

.calendar-days div {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.calendar-days div:hover {
    background-color: #ddd;
}

.card {
    border-radius: 16px;
}

.btn {
    border-radius: 8px;
}

h5 {
    font-size: 1.25rem;
}

.icon-circle {
    width: 50px;
    height: 50px;
}

.card {
    border-radius: 12px;
}

.btn {
    border-radius: 8px;
}

.box-numeros {
    background-color: #003366;
    height: 150px;
    width: 100%;
}

.vereadores-section {
    background-color: #f8f9fa;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.card-body {
    padding: 15px;
}

.acesso-bg {
    background-color: #ffffff;
    padding: 20px;
}

.consulta-bg {
    background-color: #ffffff;
    padding: 20px;
}

body {
    background-color: #cdcdcd;
}

.link-acessebilidade {
    color: #fff !important;
}

/* Estilos para o widget de acessibilidade */
.accessibility-widget {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-primary {
    font-size: 18px;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.accessibility-panel {
    display: none;
    position: absolute;
    top: 50px;
    left: -320px !important;
    width: 300px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.accessibility-widget.active .accessibility-panel {
    display: block;
    left: 0;
}

.accessibility-panel h5 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #007bff;
}

.form-label {
    font-size: 14px;
    color: #495057;
}

.form-range {
    width: 100%;
}

.form-select {
    width: 100%;
}

.w-100 {
    width: 100%;
}

.d-flex .justify-content-between small {
    font-size: 12px;
    color: #495057;
}

button:focus, input:focus {
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.5);
}

/* Tornar o menu de acessibilidade visível quando focado */
.sr-only {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.sr-only:focus-within {
    position: static;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 1000;
}

/* Estilo para os links no menu de acessibilidade */
.skip-link {
    display: inline-block;
    margin: 5px 10px;
    padding: 8px 15px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 4px;
}

    .skip-link:focus {
        outline: 2px dotted #007bff;
        outline-offset: 4px;
    }

/* Barra de Acessibilidade */
.accessibility-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #005ca9; /* Azul GOV.BR */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

    /* Mostrar a barra ao focar */
    .accessibility-bar:focus-within {
        transform: translateY(0);
    }

/* Links da barra */
.accessibility-link {
    display: inline-block;
    margin: 0 15px;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.conteudoPagina {
    background: #fdfdfd;
    padding: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}

.text-center a, .table a, .data-list a, .row a {
    text-decoration: none !important;
}

.noticia-img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    transition: transform 0.3s ease;
}

.news-card:hover .noticia-img {
    transform: scale(1.05);
}

.card-title a {
    color: #343a40;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #007bff;
}


.btn-gradient {
    background: linear-gradient(45deg, #007bff, #00d4ff);
    border: none;
    color: white;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(45deg, #0056b3, #0085c6);
    transform: scale(1.05);
}

    /*
.nav-link {
    color: #fff !important;
    font-size: 1em !important;
    background: transparent;
}*/
    /******************************/
    /* Ajustando a Acessibilidade */
    /******************************/
    [data-bs-theme="dark"] .card-body {
        background: #000 !important;
    }

    [data-bs-theme="dark"] .main-content {
        background: #000;
        color: #FF0;
    }

    [data-bs-theme="dark"] .main-content {
        background: #000;
        color: #FF0;
    }

    [data-bs-theme="dark"] .bg-section-info {
        background: #000;
        color: #FF0;
    }

    [data-bs-theme="dark"] .item-boxes {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .text-white {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .fa {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .header-estilo {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .navbar {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] #rodape {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .videos-linha-titulo {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .videos-linha-titulo {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .vereadores-section {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .dropdown-item {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .table-light {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .bg-primary {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .content {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .btn-primary {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .conteudoPagina {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .text-primary-second {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .nav-link {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] header {
        background: #000 !important;
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] main {
        background: #000;
        color: #FF0;
    }

    [data-bs-theme="dark"] .acesso-bg {
        background: #000;
        color: #FF0;
    }

    [data-bs-theme="dark"] .text-muted {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .text-dark {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .event-title {
        color: #FF0;
    }

    [data-bs-theme="dark"] .text-success {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .text-primary-second {
        color: #FF0;
    }

    [data-bs-theme="dark"] h2 {
        color: #FF0;
    }

    [data-bs-theme="dark"] .fs-5 {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .card-title {
        color: #FF0;
    }

    [data-bs-theme="dark"] .card-body {
        color: #FF0;
    }

    [data-bs-theme="dark"] h4 {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] h6 {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] p {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .user-status-bar {
        color: #FF0 !important;
        background: #000 !important;
    }

    [data-bs-theme="dark"] fas {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .acessibilidade {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] a {
        color: #FF0 !important;
    }

    [data-bs-theme="dark"] .btn-gradient {
        color: #FF0 !important;
        background: #000 !important;
    }

    [data-bs-theme="dark"] .bg-transparent {
        background: #000 !important;
    }

    [data-bs-theme="dark"] .section-accesses .section-row .section-access p a {
        color: #FF0;
    }

    [data-bs-theme="dark"] .cor-padrao {
        color: #FFF !important;
    }
    [data-bs-theme="dark"] .titulo-vereador{
        color: #FFF !important;
    }
    [data-bs-theme="dark"] .text-secondary{
        color: #FFF !important;
    }
    [data-bs-theme="dark"] .timeline-content {
        color: #FFF !important;
        background: #000 !important;
        border: 1px solid #fff !important;
    }

    [data-bs-theme="dark"] .ano-card .card-header{
        color: #FFF !important;
        background: #000 !important;
        border: 1px solid #fff !important;
    }
    [data-bs-theme="dark"] .ano-item {
        color: #FFF !important;
        background: #000 !important;
        border: 1px solid #fff !important;
    }

    [data-bs-theme="dark"] .list-group-item:hover {
        color: #FFF !important;
        background: #000 !important;
    }
    [data-bs-theme="dark"] .text-gradient {
        color: #FFF !important;
    }
    [data-bs-theme="dark"] {
        color: #FFF !important;
        background: #000 !important;
    }
    [data-bs-theme="dark"] {
        color: #FFF !important;
        background: #000 !important;
    }
    [data-bs-theme="dark"] {
        color: #FFF !important;
        background: #000 !important;
    }
    [data-bs-theme="dark"] {
        color: #FFF !important;
        background: #000 !important;
    }
    [data-bs-theme="dark"] {
        color: #FFF !important;
        background: #000 !important;
    }
    [data-bs-theme="dark"] .accordion-button {
        color: #FFF !important;
        background: #000 !important;
         border: 1px solid #fff!important;
    }
    [data-bs-theme="dark"] h2.element-header.h5, .element-header.h5.h2{
        color: #FFF !important;
    }
    [data-bs-theme="dark"] summary{
        color: #FFF !important;
    }
    [data-bs-theme="dark"] details {
        color: #FFF !important;
        background: #000 !important;
        border: 1px solid #fff;
    }
    [data-bs-theme="dark"] .cor-secundaria {
        color: #FFF !important;
    }

    [data-bs-theme="dark"] .carousel-caption {
        background-color: #000 !important;
        border: 1px solid #fff;
        color: #fff!important;
    }

    [data-bs-theme="dark"] .bg-white {
        background-color: #000 !important;
    }

    [data-bs-theme="dark"] .transmissao-fundo {
        background: #000 !important;
    }

    [data-bs-theme="dark"] .bg-light {
        background: #000 !important;
    }

    [data-bs-theme="dark"] .flip-card-back {
        background: #000 !important;
        border: 1px solid #fff;
    }
    [data-bs-theme="dark"] .bg-secondary {
        background: #000 !important;
   
    }

    [data-bs-theme="dark"] .bk-white {
        background: #000 !important;
    }

    [data-bs-theme="dark"] .text-primary {
        color: #fFF !important;
    }

    [data-bs-theme="dark"] .card {
        background-color: #000 !important;
        font-size: #fff;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .gallery-icon {
        background-color: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .btn-mapa-site {
        background: #000;
        color: white;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .mailing-card h2 {
        color: #fff;
    }

    [data-bs-theme="dark"] .btn-custom {
        background-color: #000;
        color: #fff;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .form-label {
        color: #fff!important;
    }

    [data-bs-theme="dark"] .news-content {
        flex: 1;
        background-color: #000!important;
        border: 1px solid #fff!important;
    }

    [data-bs-theme="dark"] .news-title {
        color: yellow!important;
    }

    [data-bs-theme="dark"] .btn-primary {
        border: 1px solid #fff!important;
    }
    [data-bs-theme="dark"] .mes-evento {
        background-color: #000!important;
        border:1px solid #fff!important;
        color: #fff!important;
    }
    [data-bs-theme="dark"] .dia-evento {
        background-color: #000 !important;
        border: 1px solid #fff!important;
        color: #fff!important;
    }
    [data-bs-theme="dark"] .list-group-flush > .list-group-item {
        background-color: #000!important;
        border: 1px solid #fff!important;
    }

    [data-bs-theme="dark"] .hero {
        background: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .btn-success {
        background: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .service-box {
        background: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .service-icon {
        background: #000;
    }

    [data-bs-theme="dark"] .btn-info {
        background: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .btn-warning {
        background: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .mesComemoracao {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
    }

    [data-bs-theme="dark"] .tituloMes {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
    }

    [data-bs-theme="dark"] .table-padrao {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
    }

    [data-bs-theme="dark"] .mesComemoracao:hover {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
    }

    [data-bs-theme="dark"] .table-padrao tr:hover {
        background-color: #000;
    }