﻿body {
    font-family: 'Poppins', sans-serif !important;
}

.poppins-regular {
    font-weight: 400;
}

.poppins-medium {
    font-weight: 500;
}

.poppins-bold {
    font-weight: 700;
}

.instrument-regular {
    font-family: instrument !important;
}
.fas {
    color: #db9702;
}

.text-cp {
    color: #06112E;
}

.dropdown-menu {
    background: #fff;
    color: #000;
    /*    padding: 10px;*/
    /*    border-bottom: 1px solid #fff;*/
}

.dropdown-item {
    color: #000;
    padding: 20px;
    border-bottom: 1px solid #db9702;
}

    .dropdown-item:hover {
        color: #fff;
        padding: 20px;
        background: #db9702;
        transition: 1s;
    }

.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;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-caption {
    background-color:  rgba(0, 187,253, 0.5); /* Fundo semitransparente */
    padding: 1rem;
    border-radius: 0.3rem;
    font-size:18px;
    font-family: poppins-bold;
}

.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 p {
    font-size: 1.25rem;
}
.carousel-control-prev {
    justify-content: left;
}
.carousel-control-next {
    justify-content: right;
}

.vereadores-section {
    background-color: #f8f9fa;
    background-position: center;
    background-attachment: fixed;
}

h6 {
    font-size: 1rem;
    font-weight: bold;
}

.text-muted {
    font-size: 0.9rem;
    color: #6c757d;
}

.bg-section-info {
    background-color: #EDEDED;
}



/* Card Interativo */
.item-boxes {
    background: #003062;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    /* transition: all 0.3s ease-in-out;*/
}

    .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: #003062;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

    .videos-linha-titulo .icon-container {
        background: #003062;
        color: #fff;
        border-right: 5px solid #003062;
        /*  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;
}

.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 .text-primary {
    color: #2a4558 !important;
    text-decoration: none;
}

main .btn-primary {
    background-color: #0A2942 !important;
    border-color: #0A2942;
}

main .btn-primary:hover {
    background-color: #005900 !important;
    border-color: #005900;
}

header .navbar {
    background-color: #0A2942;
    color: #fff !important;
    padding: 0px!important;
}

header .nav-link {
    color: #fff;
}

header .nav-link:hover {
    color: #fff;
    background: #db9702;
    transition: 1s;
}

header .nav-link:focus {
    color: #fff;
    background: #db9702;
    transition: 1s;
}

[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;
    /*  margin-left: 10px;*/
    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: #EDEDED !important;
    padding: 5px;
}


/* 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;
}

.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: #003062;
    height: 150px;
    width: 100%;
}

.vereadores-section {
/*    background-color: #f8f9fa;
    background-position: center;
    background-attachment: fixed;*/
    padding: 10px 0;
}

.card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-title {
    font-size: 1.1rem;
    color: #0A2942;
    font-weight: bold;
}

.card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.card-body {
    padding: 10px;
    background-color: #EDEDED;
}

.acesso-bg {
    background-color: #ffffff;
    padding: 20px;
    height: 540px;
}

.consulta-bg {
    background-color: #ffffff;
    padding: 20px;
}

.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: #0A2942;
    color: white;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.btn-consulta {
    width: 100%;
    padding: 5px;
    background-color: #00BBFD;
    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: #2a4558;
}

.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;
    }

.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;
}

.initial-link {
    color: #000;
    font-size: 0.8em;
}

.net-link {
    color: #000;
    font-size: 0.8em;
}

.box-registrar-manifestacao {
    background: #fff;
}

#rodape {
    background-color: #0A2942;
    color: #fff;
}
.bg-primary {
    color: #00BBFD;
}
/*
.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"] .form-label {
    color: #FF0;
}

[data-bs-theme="dark"] .box-registrar-manifestacao {
    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"] .initial-link {
    background: #000 !important;
    color: #FF0 !important;
}

[data-bs-theme="dark"] .carousel-control-prev {
    background: #fff !important;
    color: #FF0 !important;
}

[data-bs-theme="dark"] .carousel-control-next {
    background: #fff !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 {
    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 {
    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;
}

[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"] main a, main .text-primary, h1, h2, h3, h4, h5, .event-title, .text-dark, .acesso-bg, .text-muted {
    background: #000;
    color: #FF0;
}*/

/*[data-bs-theme="dark"] main a, main .text-primary, h1, h2, h3, h4, h5, .event-title, .text-dark, .acesso-bg, .text-muted {
    background: #000;
    color: #FF0 !important;
}
*/


/* Responsividade: Aumentando a área de interação nos dispositivos móveis */
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .acesso-bg {
        height: auto !important;
    }
}
