header .cont .conteudo .menu-busca menu > ul > li:nth-child(1) {
    color: #8BD033;
}

#load-page {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(207, 207, 207) url("../../img/site/loader.png") 82vw bottom / auto 90vh no-repeat;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

#load-page .logo {
    width: 300px;
    height: 100px;
    background: url("../../img/site/logo2.png") center / auto 100px no-repeat;
    margin-bottom: 20px;
}

#load-page .load {
    width: 100%;
    height: 50px;
    background: url("../../img/nucleo/gif.gif") center / 35px no-repeat;
}


.banner-1407 {
    width: 400px;
    position: fixed;
    background: rgb(0, 0, 0);
    top: 40px;
    left: calc(50% - 200px);
    z-index: 99999999;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.banner-1407 img {
    width: 400px;
    float: left;
}

.banner-1407 #close {
    width: 30px;
    height: 30px;
    position: absolute;
    background: rgb(255, 0, 0);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;
    top: 0;
    right: 0;

}

.transparencia {
    min-height: 290px;
    display: flex;
    margin-top: -20px;
    border-radius: 5px;
}

.transparencia a {
    display: flex;
}

.transparencia .titulo-acesso {
    width: 250px;
    min-height: 290px;
    background: url("../../img/site/cidadania.png") center / cover no-repeat;
    border-radius: 5px 0 0 5px;
}

.transparencia .itens-transparencia {
    width: calc(100% - 250px);
    background: #138034;
    border-radius: 0 5px 5px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    padding: 30px 35px 5px 30px;
}

.transparencia .itens-transparencia .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.transparencia .itens-transparencia .item:hover .titulo {
    color: #8BD033;
}

.transparencia .itens-transparencia .item .icon:before {
    color: #8BD033;
    font-size: 40px;
}

.transparencia .itens-transparencia .item .titulo {
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    min-height: 45px;
}

.controle .lista .notfound {
    color: #7F8487;
    font-size: 1.125rem;
    font-weight: 400;
}

.controle .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.controle .top:after {
    content: none;
}

.controle .top h1 {
    font-weight: 900;
    font-size: 40px;
    color: #BFC6C8;
}

.controle .top .plus {
    width: 180px;
    height: 80px;
    color: #8BD033;
    font-size: 45px;
    background: linear-gradient(270deg, #FFFFFF 0%, #E7E9EC 100%);
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}

.controle .top .plus a {
    padding: 10px;
}

.noticias {
    margin: 50px 0 50px 0;
}

.noticias .lista {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.noticias .lista:after {
    content: none;
}

.noticias .lista .bloco {
    max-width: 265px;
    width: 100%;
    min-height: 300px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #fff;
    margin-right: 30px;
}

.noticias .lista .bloco:last-child {
    margin-right: 0;
}

.noticias .lista .bloco .capa {
    width: 100%;
    height: 150px;
    border-radius: 5px 5px 0 0;
    background: center center / cover no-repeat;
}

.noticias .lista .bloco .not-img {
    background: url("../../img/nucleo/notfound.png") center / cover no-repeat;
}

.noticias .lista .bloco .data-titulo {
    padding: 20px;
    min-height: 150px;
}

.noticias .lista .bloco .data-titulo .data {
    font-weight: bold;
    font-size: 0.875rem;
    color: #8BD033;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.noticias .lista .bloco .data-titulo .titulo {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.188rem;
    color: #7F8487;
    text-transform: uppercase;
}

.avisos .lista {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.avisos .lista:after {
    content: none;
}

.avisos .lista .bloco {
    width: 220px;
    min-height: 150px;
    background-color: #8BD033;
    color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    margin-right: 10px;
}

.avisos .lista .bloco:last-child {
    margin-right: 0;
}

.avisos .lista .bloco .data {
    font-size: 0.8125rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.avisos .lista .bloco .titulo {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.turismo {
    width: 100%;
    height: 440px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.turismo:after {
    content: none;
}

.turismo .categoria {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.turismo .categoria .controle {
    display: flex;
    height: 190px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background-color: #fff;
    margin-right: -40px;
    z-index: 3;
}

.turismo .categoria .controle:first-child {
    margin-bottom: 20px;
}

.turismo .categoria:after {
    content: none;
}

.turismo .categoria .controle .info {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
}

.turismo .categoria .controle .info h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #8BD033;
    margin-bottom: 10px;
}

.turismo .categoria .controle .info p {
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.438rem;
    color: #7F8487;
}

.turismo .categoria .controle .icones-arrow {
    width: 50px;
    height: 100%;
    background-color: #8BD033;
    border-radius: 0 5px 5px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turismo .categoria .controle .icones-arrow:before {
    font-size: 25px;
}

.turismo .img {
    position: relative;
}

.turismo .img .bg-img {
    width: 50vw;
    height: 440px;
    position: absolute;
    left: -10px;
    border-radius: 5px 0 0 5px;
    background: url("../../img/site/banner-turismo.png") center / cover no-repeat;
}

.mapa-banner {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 60px;
    gap:10px;
}

.mapa-banner:after {
    content: none;
}

.mapa-banner a {
    width: calc(50% - 5px);
}

.mapa-banner img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}

.mapa-banner .banner-tcm {
    width: calc(50% - 5px);
    height: 97.5%;
    border-radius: 5px;
    object-fit: cover;
}

@media screen and (max-width: 1150px) {
    .noticias, .avisos {
        padding: 0 15px;
    }

    .mapa-banner {
        padding: 0 15px;
    }

    .noticias .lista .bloco {
        margin-right: 15px
    }

    .transparencia {
        padding: 0 15px;
    }

}

@media screen and (max-width: 999px) {
    .banner-1407 {
        width: 100%;
        position: fixed;
        background: rgb(0, 0, 0);
        top: 40px;
        left: calc(50% - 200px);
        z-index: 99999999;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .banner-1407 img {
        width: 400px;
        float: left;
    }

    header .cont .conteudo .menu-busca menu > ul > li:nth-child(1) {
        color: #fff;
    }

    .banner-1407 #close {
        width: 30px;
        height: 30px;
        position: absolute;
        background: rgb(255, 0, 0);
        cursor: pointer;
        color: rgb(255, 255, 255);
        text-align: center;
        line-height: 30px;
        top: 0;
        right: 0;
    }

    .transparencia {
        min-height: 290px;
        display: flex;
        margin-top: -20px;
        border-radius: 5px;
    }

    .transparencia .titulo-acesso {
        display: none;
    }

    .transparencia .itens-transparencia {
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        padding: 30px 20px;
        border-radius: 5px;
    }


    .noticias {
        margin: 30px 0 30px 0;
    }

    .noticias .lista {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .noticias .lista:after {
        content: none;
    }

    .noticias .lista .bloco {
        min-height: 280px;
        max-width: 305px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .noticias .lista .bloco:nth-child(2) {
        margin-right: 0;
    }

    .noticias .lista .bloco .capa {
        width: 100%;
        height: 150px;
        border-radius: 5px 5px 0 0;
    }

    .noticias .lista .bloco .not-img {
        background: url("../../img/nucleo/notfound.png") center / cover no-repeat;
    }

    .noticias .lista .bloco .data-titulo {
        padding: 20px;
        min-height: 130px;
    }

    .controle .lista .notfound {
        color: #7F8487;
        font-size: 1.125rem;
        font-weight: 400;
    }

    .controle .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .controle .top:after {
        content: none;
    }

    .controle .top h1 {
        font-size: 30px;
    }

    .controle .top .plus {
        width: 110px;
        height: 65px;
        font-size: 35px;
    }

    .avisos .lista {
        flex-wrap: wrap;
        justify-content: center;
    }

    .avisos .lista:after {
        content: none;
    }

    .avisos .lista .bloco {
        margin-bottom: 10px;
    }

    .avisos .lista .bloco:last-child {
        margin-right: 0;
    }

    .avisos .lista .bloco .data {
        font-size: 0.8125rem;
        margin-bottom: 10px;
    }

    .avisos .lista .bloco .titulo {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .turismo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .turismo:after {
        content: none;
    }

    .turismo .categoria {
        padding-left: 15px
    }

    .turismo .categoria .controle .info {
        padding: 15px 20px;
    }

    .turismo .categoria .controle .info h1 {
        font-size: 30px;
    }

    .turismo .categoria .controle .info p {
        font-size: 1.125rem;
    }

    .turismo .img {
        position: relative;
    }

    .turismo .img .bg-img {
        width: 50vw;
        height: 440px;
        position: absolute;
        left: -10px;
        background: url("../../img/site/banner-turismo.png") center / cover no-repeat;
        border-radius: 5px 0 0 5px;
    }

    .mapa-banner {
        width: 100%;
        height: unset;
        min-height: auto;
        margin-bottom: 30px;
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
    }

    .banner-tcm {
        margin-top: 10px;
    }


}

@media screen and (max-width: 740px) {
    .transparencia .itens-transparencia {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 680px) {
    .turismo {
        grid-template-columns: 1fr;
    }

    .turismo .categoria .controle {
        margin-right: 0;
    }

    .turismo .img {
        display: none;
    }

    .turismo .categoria {
        padding: 0 15px;
    }

    .turismo .categoria .controle .icones-arrow {
        width: 40px;
    }

    .avisos .lista .bloco {
        width: 250px;
        min-height: 140px;
    }

    .turismo .categoria .controle .info {
        width: calc(100% - 40px);
        padding: 15px;
    }

    .noticias .lista .bloco {
        margin-right: 0;
    }

    .mapa-banner .banner-tcm,
    .mapa-banner a {
        width: 100%;
    }
}


@media screen and (max-width: 560px) {
    .transparencia .itens-transparencia {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 470px) {
    .avisos .lista .bloco {
        margin-right: 0;
    }

    .turismo .categoria .controle .info h1 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .transparencia .itens-transparencia {
        grid-template-columns: 1fr 1fr;
    }

}
