﻿/*Animação com Acessibilidade*/
@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        animation: none !important;
        transition: none !important;
    }
}

.bg-header {
    background-color: #0B2055 !important;
    color: #fff;
    position: relative;
}
.bg-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/silhueta.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 35%;
    opacity: 0.16;
    pointer-events: none;
     z-index: 0;  
     bottom: 4rem;
}
.border-bottom {
    border-bottom: 1px solid #E5EBF9;
}
.brasao {
    width: 115px;
    height: auto;
    display: block;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
}
.cor-padrao {
    color: #0B2055;
}
.cor-secundaria {
    color: var(--bs-secondary-color) !important;
}
.dropdown-menu {
    background: #0B2055;
    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;*/ /* Altura máxima das imagens */
    /*object-fit: cover;*/ /* Ajusta a imagem sem distorções */
    /*object-position: center;*/ /* Centraliza a imagem */
/*width: auto !important;
        background-color: #000;*/ /* Opcional: cor de fundo para as bordas 
}*/
.carousel-item img {
    max-height: 679px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    object-position: center;
}

.carousel-caption {
    background-color: transparent;
    padding: 1rem;
    border-radius: 0.3rem;
    font-size: 18px;
}

.carousel-caption {
    position: absolute;
    right: 0% !important;
    bottom: 0;
    left: 0% !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0px !important;
}

.carousel-caption h5 {
    font-size: 1.3rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.25rem;
}

.vereadores-section {
    background-color: #f8f9fa;
    background-position: center;
    background-attachment: fixed;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
}
.news-image-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.news-image {
    width: 100%;
    height: 317px;
    object-position: center;
    object-fit: contain;
    display: block;
}

.news-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient( to top, rgba(0,0,0,0.7), rgba(0,0,0,0) );
    z-index: 2;
}

.text-muted {
    font-size: 0.9rem;
    color: #6c757d;
}

.bg-section-info {
    background-color: #0B2055;
}
.logo-transmissao{
    height: 452px!important;
}
.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: 175px!important;
    background: #0B2055;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    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;
}


/*Mailling*/
.lgpd-termo summary {
    cursor: pointer;
    color: #0d6efd;
    font-weight: 500;
}

.lgpd-termo__content {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
}

/* Estilo para o título de Transmissão ao Vivo */
.videos-linha-titulo {
    background: #0B2055;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.videos-linha-titulo .icon-container {
    background: #0B2055;
    color: #fff;
    border-right: 5px solid #0B2055;
  /*  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%;
}

/*Eventos*/
.mes-evento {
    text-transform: uppercase; /* ago, dez */
    font-size: 1.2rem;
    background-color: #0b2155;
    color: #fff;
    padding: 0px !important;
}

.linha-branca {
    width: 100%;
    height: 4px;
    background-color: #E5A45A;
    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: #0b2155;
    color: #fff;
}

.titulo-evento {
    color: #0b2155;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.3;
}

.info-evento {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.icon-evento {
    color: #E5A45A;
}
/* Ajustes para as colunas */
.col-lg-7, .col-lg-5 {
    padding: 15px;
}
@media (max-width: 2560px) {
    .news-image {
        height: 339px!important;
    }

    .logo-transmissao {
        height: 570px !important;
    }
}
@media (max-width: 2048px) {
    .news-image {
        height: 339px!important;
    }
    .logo-transmissao {
        height: 475px !important;
    }
}
@media (max-width: 1680px) {
    .news-image {
        width: 100%;
        height: 278px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }
}
@media (max-width: 1600px) {
    .news-image {
        width: 100%;
        height: 264.5px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }
}
@media (max-width: 1440px) {
    .news-image {
        width: 100%;
        height: 237.5px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }
}
@media (max-width: 1400px) {
    .news-image {
        width: 100%;
        height: 232px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }
    header .nav-link {
        color: #fff;
        font-size: 14px;
    }
}
@media (max-width: 1366px) {
    .news-image {
        width: 100%;
        height: 225.5px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }
    header .nav-link {
        color: #fff;
        font-size: 14px;
    }
    .logo-transmissao {
        height: 345px;
    }
}
@media (max-width: 1360px) {
    .news-image {
        width: 100%;
        height: 224.5px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }

    header .nav-link {
        color: #fff;
        font-size: 14px;
    }

    .logo-transmissao {
        height: 345px;
    }
}
@media (max-width: 1280px) {
    .news-image {
        width: 100%;
        height: 211.5px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }

    header .nav-link {
        color: #fff;
        font-size: 14px;
    }

    .logo-transmissao {
        height: 315px;
    }
}
@media (max-width: 1152px) {
    .news-image {
        width: 100%;
        height: 190px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }

    header .nav-link {
        color: #fff;
        font-size: 12px;
    }

    .logo-transmissao {
        height: 300px;
    }
}

@media (max-width: 1024px) {
    .news-image {
        width: 100%;
        height: 219px;
        object-fit: cover !important;
        object-position: center;
        object-fit: contain;
        display: block;
    }

    header .nav-link {
        color: #fff;
        font-size: 14px;
    }

    .logo-transmissao {
        height: 345px;
    }
}

    /* 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 {
            height: auto !important;
        }

        .brasao {
            width: 125px;
            height: auto;
            display: block;
        }

        .news-image-wrapper {
            width: 100% !important;
        }

        .nossos-item {
            max-width: auto !important;
        }

        .titulo-logo {
            font-size: 35px !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;
        }
    }

    @media (max-width: 700px) {
        .brasao {
            width: 120px;
            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: #0B2055 !important;
        border-color: #0B2055;
    }

        main .btn-primary:hover {
            background-color: #1C222B !important;
            border-color: #005900;
        }

    header .navbar {
        background-color: #0B2055;
        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: #cecece !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: #0B2055;
        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"] .cor-secundaria {
        color: #FFF !important;
    }

    [data-bs-theme="dark"] .carousel-caption {
        background-color: #000 !important;
        border: 1px solid #fff;
    }

    [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"] .bg-secondary {
        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;
    }

    [data-bs-theme="dark"] .news-content {
        flex: 1;
        background-color: #000;
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .news-title {
        color: yellow;
    }

    [data-bs-theme="dark"] .btn-primary {
        border: 1px solid #fff;
    }

    [data-bs-theme="dark"] .list-group-flush > .list-group-item {
        background-color: #000;
        border: 1px solid #fff;
    }

    [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;
    }