/* CONSELHOS */

a{
    color: white;
}

a:hover{
    color: white;
    text-decoration-line: none;
}

h1{
    margin-top: -6px;
}

h5{
    color: rgb(129, 129, 129);
    font-weight: bold;
}

h6{
    font-style: oblique;
    margin-bottom: 35px;
    margin-top: -10px;
}                

ul {
    margin: 0;
    padding: 0;
}

li{
    margin: 0;
    padding: 0;
}
.opcoesConselhos{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}



#regimento{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;   
    font-size: 1.5rem;
    color: #212529;
    
}


#conselhosLista{
    border-radius: 6px;
    list-style-type: none;
    padding: 10px 15px ;
    color: white;
    background-color: #2D4133;
    margin-bottom: 30px;
}

.conselhoItem{
    margin: 6px;
    cursor: pointer;
}

.conselhoItem a{
    color: white;
}

.conselhoItem a:hover{
    color: white;
    text-decoration: underline;
}

.infoConselhos{
    margin: 5px 0px 0px 0px;
}

#descricaoConselhos{
    margin-top: 20px;
    margin-bottom: 35px;
}

hr{
    border-color: #88C6A1;
}

.novoConselho{
    float: left;
    margin-right: 5px;
    color: #88C6A1;
    font-weight: bolder;
}

#atas li{
    padding-top: 20px;
}

#atas li{
    padding-bottom: 10px;
}

#atas li:last-child{
    padding-bottom: 0px;
}

#atas h1{
    font-size: 18px;
}

#atas p{
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: 699px;
}

#atas a{
    color: #88C6A1;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#pautas li{
    padding-top: 20px;
}

#atas li{
    padding-bottom: 10px;
}

#pautas li:last-child{
    padding-bottom: 0px;
}

#pautas h1{
    font-size: 18px;
}

#pautas p{
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: 699px;
}

#pautas a{
    color: #88C6A1;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.ataLista{
    margin-left: 15px;
    font-size: 14px;
}

#fotosConselho ul{
    margin-top: 15px;
}

#fotosConselho li{
    padding: 5px;
    cursor: pointer;
    position: relative;
}

#fotosConselho li:hover{
    text-decoration: underline #333;
}

/* Modal*/

#TituloModalConselhos{
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    align-content: center;
    text-align: center;
}

#imagemModalConselhos{
    margin-bottom: 20px;
    min-width: 100%;
    max-width: 100%;
}

#descricaoModal{
    border-left: 1px solid #88C6A1;
    padding-left: 5px;
}

#descricaoModalConselhos{
    text-align: left;
    color: #535a5a;
    font-size: 14;
}

#leis li{
    padding-top: 20px;
}

#leis li{
    padding-bottom: 10px;
}

#leis li:last-child{
    padding-bottom: 0px;
}

#leis h1{
    font-size: 18px;
}

#leis p{
    margin-top: -5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    max-width: 699px;
}

#leis a{
    color: #88C6A1;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.noticia:first-child{
    margin: 20px;
}

.card_noticia{
    border: 1px solid #9e9d9d88;
    border-radius: 5px;
    margin-bottom: 20px;
}

.noticia{
    padding: 10px;
}

#imagem img{
    max-width: 200px;
    min-width: 200px;
    max-height: auto;
    padding: 15px 0;
}

#noticia h1{
    padding-top: 5px;
    font-size: 32px;
    max-width: 450px;
    line-height: 42px;
}

#noticia a{
    color: #212529;
}

#noticia a:hover{
    text-decoration: underline #212529;
}

#noticia span{
    color: rgba(14, 14, 14, 0.664);
    font-size: 12px;
}

#noticia p{
    font-size: 16px;
    max-width: 400px;
}

#noticiaShow span{
    color: rgba(14, 14, 14, 0.664);
    font-size: 14px;
}

#noticiaShow p{
    margin:15px 0 0 -15px;
    color: rgba(44, 43, 43, 0.966);
    line-height: 28px;
    max-width: 700px;
}

#noticiaImagem img{
    margin: 20px 0 0 -15px;
    max-width: 600px;
}

.galeriadefotos{
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media (max-width: 650px) {
    .galeriadefotos{
        grid-template-columns: 1fr;
    }
}

.galeriadefotos img{
    max-width: 210px;
    cursor: pointer;
}

span#dataGaleria{
    font-size: 14px;
    color: #5a5a5acc;
}

p#galeriaDesc{
    color: rgba(68, 68, 68, 0.966);
}

#imagemModal{
   max-width: 465px;
   min-width: 465px;
}