ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

body {
    background-color: #F4F1E9;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}


.container {
    padding: 0!important;
    margin: 0!important;
}

.title-h1 {
    text-transform: uppercase;
}

h2 {
    font-size:1.5rem;
    margin: 0;
    color: #1A1302;
}
p {
    line-height: 1.1;
    color:#454545
}
.descricao-secretaria {
    font-size: 1rem;
}
.section-servicos-ao-cidadao{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0;
}

.title-info {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}
.content-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-card-secretaria {
    font-size: 1.2rem;
    font-weight: 600;
    color: #291d03;
}

.descricao-card-secretaria {
    font-size: 1rem;
    font-weight: 300;

}

.svg-container {
    max-width: 15rem;
}

.svg-secretarias {
    width: 100%;
}

.img-secretaria {
    max-width: 8rem;
    max-height: 8rem;
    object-fit: cover;
}
.custom-divider {
    width: 20%; /* Altere para o tamanho que quiser */
    height: 2px; /* Espessura da linha */
    background-color: #DFD3B3; /* Altere para a cor desejada */
    border: none;
    margin: 0 auto;
}

/* Menu Local de navegação valeu rapeize tamo junto */

.lista-menu-secretaria {
    gap: 20px;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 600;
}
.color-menu-local{
    background-color: #113260;
    color: #fff
}

.menu-item {
    cursor: pointer;
    border-radius: 3px;
}

.menu-item.active {
    background-color: #af2727c7;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.menu-item:hover {
    background-color: #af2727c7;
    border-bottom: 1px solid #fff;

}

.conteudo-secoes > div {
display: none;
}

/* Menu Local de navegação valeu rapeize tamo junto */



/* Listagem de itens responsivo com col do bootstrap valeu rapeize tamo junto */

.filtro-lista {
    gap: 20px;
    flex-wrap: wrap;
}

.title-card-responsive {
    line-height: 1;
    font-size: 1rem;
    font-weight: 600;
    width: auto;
    display: -webkit-box;           
    -webkit-line-clamp: 2;      
    -webkit-box-orient: vertical;  
    overflow: hidden;    
    text-overflow: ellipsis;
    word-break: break-word;
}

.description-card-responsive {
    font-size: 1rem;
    font-weight: 400;
}

.card-responsive {
    border: solid 1px #d5ccb1;
    border-radius: 10px; 
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    width: 250px;
    min-width: 250px;
    max-width: 250px; 
    background-color: #ede8da;
    }

.title-mini-section {
    font-size: 2rem;
    font-weight: 600;
}

.item-list-orientatio{
    font-weight: 500;
}

.filter-btn.active {
    background-color: #113260 !important;
    color: white;
}

/* Listagem de itens responsivo com col do bootstrap valeu rapeize tamo junto */
    

@media (max-width: 768px) {

    .grid-servicos {
        margin-top: 100px;
        grid-template-columns: auto 1fr auto;
    }

    .grid-servicos-itens {
        padding: 0;
        grid-column: 1;
        grid-template-columns: 1fr;
        place-items: center;
        row-gap: 40px;
        column-gap: 0;
    }
    .card-mobile{
        margin: 0 5vw;
    }
    .btns-filtro {
        display: flex;
        justify-content: center;
        columns: 3;
        gap: 4px;
        margin-top: 25px;
    }
    .btn-filtro {
        height: 50px;
        width: 120px;
        font-size: 14px;
    }

    .svg-container svg{
        height: 50px;
        fill: white;

    }
    .logo-painel-svg .logo-svg {
        width: 40px;
        height: 50px;
        fill: #C1AE7C;
        transition: fill 0.3s ease;
    }

    .img-secretaria {
        max-width: 7rem;
        max-height: 7rem;
    }

    .menu-item {
    border-radius: 5px;
    border: solid white 1px;
    }

       

    

}

/* Seção do Governo Digital [Diogo] */
.governo-digital-box {
    width: 100%;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}