﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus-visible {
    border: 1px solid black;
}

a:focus, a:hover {
    text-decoration: none;
}

.icon-fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    color: #005A24;
}

.icon-projetos {
    height: 15px;
    margin-right: 5px;
}

.subcategoria, .cbTitulo {
    font-family: "Fira Sans";
    color: var(--fontcolorspan);
}

.subcategoria {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 170px;
}
/*Teste css info mapa*/
.leaflet-popup-content {
    width: 400px;
}

.leaflet-control-zoom-in:focus-visible,
.leaflet-control-zoom-out:focus-visible {
    border: 1px solid black;
}

.conteiner-info-map h6, .conteiner-info-map h5, .conteiner-info-map label, .conteiner-info-map p {
    font-family: 'Fira Sans';
    margin: 0;
}

.conteiner-info-map h6 {
    color: #666667;
    font-size: 12px;
}

.conteiner-info-map h5 {
    color: #252526;
    font-size: 24px;
    font-weight: 600 !important;
}

.conteiner-info-map ul {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}

.conteiner-info-map .ul-column li {
    width: 50%;
}

.conteiner-info-map .ul-fill li {
    width: 100%;
}

.conteiner-info-map ul li label {
    font-size: 12px;
    color: #666667;
}

.conteiner-info-map ul li p {
    font-size: 16px;
    color: #252526;
}

.chips-projeto {
    justify-content: unset !important;
    gap: 10px;
}

.button-link-map {
    background-color: #008A43;
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    font-size: 14px;
    gap: 5px;
    cursor: pointer;
}

    .button-link-map:hover {
        text-decoration: none;
    }

    .button-link-map span {
        font-size: 20px;
    }

.footer-sig {
    margin-top: 40px;
    z-index: 100;
}
/*Teste para desabilitar botao de menos zoom ou mouse do mapa*/
.leaflet-disabled {
    pointer-events: none;
    opacity: 0.5;
}

#loading, #loading-map {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading {
    z-index: 1000;
}

#loading-map {
    z-index: 1;
}

.loading-map-expan {
    position: absolute;
    left: 780px;
}

.conteiner-loading {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 138, 67, 1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.header-espaco {
    height: 100px;
}

#conteudo {
    position: absolute;
    padding-top: 112px;
    width: 100%;
    height: 100%;
}

#mapa {
    height: calc(100% - 70px);
    width: 100%;
}


/*O mapa fica nesse id*/
#map {
    width: calc(100% - 70px);
    height: 100%;
    cursor: pointer;
}

.leaflet-bottom {
    bottom: 15px !important;
    right: 10px !important;
}

#div-centerMapa {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin-right: 32px;
    margin-bottom: 157px;
    transform: translate(0,0);
}

#div-controlmouseMapa {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin-right: 32px;
    margin-bottom: 62px;
    transform: translate(0,0);
}

@supports (-webkit-appearance: none) {
    /* Estilos baseados para navegadores de webkit (chrome, Safari)*/
    #div-temasMapa {
        position: absolute;
        z-index: 100;
        left: 442px;
        bottom: 20px;
    }
}

#btnCenterMap {
    background-color: white;
    border: none;
    box-shadow: 0px 1px 6px rgba(0, 0, 0,0.6);
    border-radius: 5px;
    padding: 3px;
    display: flex;
    justify-content: center;
}

    #btnCenterMap:hover {
        background-color: #EDEDED;
    }

    #btnCenterMap span {
        font-size: 20px;
    }

    #btnCenterMap:focus-visible, #btncontrolmouseMap:focus-visible {
        border: 2px solid black;
    }

#btncontrolmouseMap {
    background-color: white;
    border: none;
    box-shadow: 0px 1px 6px rgba(0, 0, 0,0.6);
    border-radius: 5px;
    padding: 3px;
    display: flex;
    justify-content: center;
}

    #btncontrolmouseMap:hover {
        background-color: #EDEDED;
    }

    #btncontrolmouseMap span {
        font-size: 20px;
    }


#conteiner-pesquisaG {
    background-color: white;
    margin-top: 10px;
    max-height: 348px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 0 3px lightgray;
    text-align: start;
    padding: 10px;
    display: none;
}

    #conteiner-pesquisaG h6 {
        font-size: 10px;
        font-weight: 400 !important;
        color: #666667;
        margin: 0;
    }

    #conteiner-pesquisaG li {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 5px 10px;
        border-radius: 10px;
    }

.ConteudoItemP {
    gap: 10px;
    margin: 5px;
}

.descr-cbitem {
    line-height: 1.1;
}

    .descr-cbitem label {
        width: 100%;
        max-width: unset !important;
    }

.divCbTopicoProjeto {
    background-color: #F7F7F8;
    width: fit-content;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #252526;
    display: flex;
    gap: 5px;
}

    .divCbTopicoProjeto span {
        display: flex;
        font-size: 12px;
        color: #A4A4A5;
    }


#btnTemasMapa {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    border: 2px solid white;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

    #btnTemasMapa:focus-visible {
        border: 1px solid black;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
    }

.divCbTopico label {
    font-size: 12px !important;
    color: #666667;
}

.temaPadrao {
    background-image: url(../imagens/mapa/temasClaro.png);
}

.temaBrilho {
    background-image: url(../imagens/mapa/temabrilho.png);
}

.temaCinza {
    background-image: url(../imagens/mapa/temaCinza.png);
}

.temaHumanitario {
    background-image: url(../imagens/mapa/temaHumanitario.png);
}

.temaDetalhado {
    background-image: url(../imagens/mapa/temasMapa.png);
}

#btnTemasMapa .camada-sombra {
    position: sticky;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    align-content: end;
    font-size: 10px;
}

    #btnTemasMapa .camada-sombra p {
        color: white;
        font-size: 10px;
        margin: 0;
        padding: 5px;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    }

#titulo {
    display: none;
}


.menu-titulo {
    padding: 2px 0 3px 2px;
    background-color: rgb(91, 155, 213);
}

    .menu-titulo label {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: white;
    }

.menu-conteudo {
    width: 230px;
    background-color: var(--fundopadrao);
}

    .menu-conteudo table {
        margin-bottom: 3px;
    }

#divPesqMapa {
    margin: 0 auto;
    background-color: var(--fundopadrao);
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100% !important;
}

.button-mapa {
    border: none;
    color: rgb(0, 138, 67);
    background-color: transparent;
    font-weight: bold;
    width: 170px;
}

#vertical-line {
    border-left: 1px solid lightgray;
    height: 25px;
    margin: 0 10px;
}

.tooltiptext {
    visibility: hidden;
    background-color: rgba(229, 242, 253, 0.9);
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 54%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    height: fit-content;
}

#imageMapa {
    z-index: 100;
    display: block;
    position: absolute;
    left: calc(416px + 30px);
    padding: 15px 0;
}

.div-flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.tooltiptext {
    visibility: hidden;
    background-color: #252526;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 75%;
    left: 54%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    color: white;
}

#MenuMapa {
    background-color: var(--fundopadrao);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 1px;
    z-index: 100;
    position: absolute;
    height: calc(100% - 30px);
    border-right: 2px solid #f5f5f5;
    width: 56px;
}
/* Teste color picker*/
.div-estilo {
    display: flex;
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    align-items: center;
}

    .div-estilo p {
        font-size: 12px;
        color: #666667;
        margin: 2px 5px;
    }

.item-oculto {
    display: none;
}

.btcolorPicker {
    padding: 10px;
    border: 1px solid var(--fundopadrao);
    border-radius: 5px;
    margin: 0;
    width: 16px;
    height: 16px;
}

    .btcolorPicker:focus-visible {
        border: 1px solid black;
    }

.popup-colorpicker {
    display: none;
    position: absolute;
    z-index: 101;
    background-color: var(--fundopadrao);
    top: 200px;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    width: 270px;
    left: 405px;
}

    .popup-colorpicker a {
        position: absolute;
        right: 0;
        top: 0;
        color: black;
        cursor: pointer;
    }

    .popup-colorpicker h2 {
        font-size: 18px;
        font-weight: 600 !important;
    }

    .popup-colorpicker input:focus-visible {
        border: 1px solid #008A43;
    }

.color-input-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.color-input {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.color-picker {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
}

#transparencyValue {
    text-align: center;
    color: gray;
    font-size: 10px;
    display: flex;
    justify-content: center;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    margin-bottom: 5px;
    border-radius: 15px;
    background: linear-gradient(to right, #fff, #000);
    border: 2px solid gray;
    outline: none;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: var(--fundopadrao);
        border: 3px solid gray;
        border-radius: 50%;
        cursor: pointer;
    }

.color-grid {
    display: flex;
    flex-wrap: wrap;
}

.color-box {
    width: 30px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
}

    .color-box:focus-visible {
        border: 1px solid black;
    }

.section-title {
    margin: 5px 0;
    font-size: 14px;
}

#btAplicarEstilo {
    background-color: transparent;
    color: #4caf50;
    padding: 5px;
    margin: 10px 0;
    width: 100%;
    border: 2px solid #4caf50;
    font-weight: 600;
}

    #btAplicarEstilo:hover, #btAplicarEstilo:focus-visible {
        background-color: #4caf50;
        color: var(--fundopadrao);
    }

.leaflet-left {
    right: 0 !important;
    bottom: 0 !important;
    left: unset;
    top: unset;
    margin-right: 32px;
    margin-bottom: 95px;
}

#divBtnExport {
    margin-top: auto;
    margin-bottom: 84px;
}

.btn-menu-mapa {
    text-align: center;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

    .btn-menu-mapa:focus-visible {
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        padding: 10px;
        background-color: #E5F5EA;
        width: 48px;
        height: 48px;
    }

        .btn-menu-mapa:focus-visible > .material-symbols-outlined {
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            color: #005A24;
        }

        .btn-menu-mapa:focus-visible > p {
            text-align: center;
            font-size: 10px;
            font-weight: 600 !important;
            color: #005A24;
        }

#divBtnExport hr {
    margin: 0 !important;
}

.btn-menu-mapa {
    text-align: center;
    border: none;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    width: 48px;
    height: 48px;
    font-size: 10px;
    font-family: 'Fira Sans';
    font-weight: 600;
    color: var(--textoMapa);
    position: relative;
    display: inline-flex;
    gap: 0;
}

    .btn-menu-mapa p {
        text-align: center;
        font-size: 10px;
        font-weight: 600 !important;
        color: var(--textoMapa);
    }

.divBtnExport span {
    color: #7C7C7C;
    font-size: 20px;
}


.badge {
    position: absolute;
    top: auto;
    right: auto;
    background-color: #4F88E3;
    color: white !important;
    border-radius: 50%;
    padding: 3px;
    font-size: 10px;
    transform: translate(50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    width: 15px;
    height: 15px;
    font-weight: 400;
    display: none;
    line-height: 0.8;
    vertical-align: middle;
}

#menu-camadas .cbTitulo {
    display: inline-flex;
}

    #menu-camadas .cbTitulo p {
        font-size: 14px;
        margin-left: 5px;
    }

.botao-selecionado {
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    background-color: #E5F5EA;
    width: 48px;
    height: 48px;
}

    .botao-selecionado p {
        text-align: center;
        font-size: 10px;
        font-weight: 600 !important;
        color: #005A24;
    }

    .botao-selecionado:hover {
        background-color: #c0e5cb;
    }

#divBotaoMenu {
    /*display: none;*/
    z-index: 300;
    position: absolute;
    /*top: 65px;
    left: 12px;*/
    background-color: var(--fundopadrao);
    padding: 3px;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65)
}

.cbSelecionado {
    background-color: #E5F5EA;
    border-radius: 8px;
    padding: 5px;
}

#textoPesquisa {
    color: #7A7A7B;
    font-size: 12px;
    text-align: center;
    display: none;
}

.atalho-rede-tema {
    border-right: 2px solid lightgray;
}

.cbSelecionado .atalho-rede span {
    padding: 5px;
}

.cbLabelSelecionado {
    color: #005A24;
    font-weight: 600 !important;
}

.ResultadoPesquisaVazia {
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

    .ResultadoPesquisaVazia h6 {
        font-size: 18px;
        font-weight: 600 !important;
    }

    .ResultadoPesquisaVazia p {
        font-size: 14px;
        color: #666667;
        text-align: center;
    }

.img-circle-pesquisa {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #EDF8F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-circle-pesquisa span {
        font-size: 60px;
        color: #005A24;
    }

.boxPesquisa {
    border-radius: 40px;
    border: 1px solid lightgray;
    margin: 5px;
    padding: 5px;
    align-items: center;
    display: flex;
}

    .boxPesquisa:hover {
        background-color: #f5f5f5;
    }

    .boxPesquisa:has(input:focus-visible) {
        background-color: #f5f5f5;
        border: 1px solid #008A43;
    }
    .boxPesquisa span {
        color: var(--titulomenucolor);
    }

    .container-pesq {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .container-pesq a {
        margin-bottom: unset;
        color: gray;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        display: none;
    }

        .container-pesq a:hover {
            margin-bottom: unset;
            color: black;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            color: gray;
        }


.boxPesquisa span {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}


.boxPesquisa input {
    border: none;
    width: 100%;
    background-color: transparent;
}

.div-filtro-projetos {
    display: flex;
}

    .div-filtro-projetos .boxPesquisa {
        width: 100%;
    }

#balao-filtrosP {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0 5px;
}

.balao-filtro {
    display: flex;
    gap: 5px;
    width: fit-content;
    border: 1px solid #E5E5E6;
    border-radius: 15px;
    align-items: center;
    font-size: 12px;
    color: #252526;
    padding: 2px 5px;
}

    .balao-filtro a {
        justify-content: center;
        display: flex;
        cursor: pointer;
    }

        .balao-filtro a:hover {
            text-decoration: none;
        }

    .balao-filtro span {
        font-size: 16px;
        color: #666667;
    }

.bt-filtro {
    color: #008A43;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Fira Sans';
    width: 70px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 0 5px;
}

    .bt-filtro span {
        font-size: 20px;
    }

#divProjetosAtivos ul {
    padding: 0;
}

hr {
    border: none;
    border-top: 2px solid #E5E5E6;
    margin: 0 10px;
}

#menu-rede hr {
    margin: 0;
}

.uniCores {
    margin: 10px;
    display: flex;
    align-items: center;
}

    .uniCores label {
        margin-right: 5px;
        font-size: 14px;
        cursor: pointer;
    }


.toggle-container {
    cursor: pointer;
}

    .toggle-container input[type="checkbox"] {
        display: none;
    }

    .toggle-container label {
        display: block;
        background-color: #ddd;
        width: 60px;
        height: 30px;
        border-radius: 15px;
        position: relative;
        transition: background-color 0.3s;
    }

    .toggle-container input[type="checkbox"]:checked + label {
        background-color: rgb(0, 138, 67);
    }

    .toggle-container label:before {
        content: '';
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: var(--fundopadrao);
        top: 2px;
        left: 2px;
        transition: transform 0.3s;
    }

    .toggle-container input[type="checkbox"]:checked + label:before {
        transform: translateX(30px);
    }

.atalho-rede-ocultar {
    display: none;
}


.atalho-rede .material-symbols-outlined {
    color: gray;
    cursor: pointer;
}

#div-atalho-rede button:focus-visible {
    border: 1px solid black;
}

#div-atalho-rede {
    display: none;
    background-color: var(--fundopadrao);
    border-radius: 10px;
    z-index: 113;
    position: absolute;
    padding: 10px;
    width: 208px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    #div-atalho-rede a span {
        font-size: 23px;
        color: black;
        padding: 5px;
    }

    #div-atalho-rede a {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    #div-atalho-rede button {
        display: block; /* Faz com que cada botão ocupe uma linha completa */
        width: 100%; /* Faz com que os botões ocupem toda a largura disponível */
        margin: 0; /* Adiciona espaçamento entre os botões */
        padding: 5px;
        border: none;
        background-color: var(--fundopadrao); /* Cor de fundo clara para os botões */
        color: #252526; /* Cor do texto dos botões */
        font-size: 14px;
        cursor: pointer;
        border-radius: 4px;
        text-align: left; /* Alinha o texto à esquerda dentro dos botões */
    }

        #div-atalho-rede button span {
            vertical-align: middle;
            margin-right: 10px;
        }

    #div-atalho-rede hr {
        margin: 10px 0; /* Adiciona espaçamento acima e abaixo da linha */
    }

    #div-atalho-rede .toggle-container {
        display: flex;
        align-items: center;
        margin-right: 10px;
        /* Espaçamento abaixo do toggle container */
    }

.item-toggle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

    .item-toggle label {
        bottom: unset;
        font-size: 14px;
    }



.divCheckBox ul li {
    border-radius: 8px;
    padding: 5px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

.descProjeto p, .trTipo {
    font-size: 10px;
    width: fit-content;
    margin: unset;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    color: #252526;
    background-color: #F7F7F8;
    align-items: end;
    font-family: 'Fira Sans';
}

    .descProjeto p span, .trTipo span {
        font-size: 10px;
        color: #A4A4A5;
        margin-right: 5px;
    }

#menu-exportar {
    display: none;
    z-index: 150;
    position: absolute;
    margin-left: 60px;
    background-color: var(--fundopadrao);
    padding: 10px 2px;
    bottom: 20px;
    border-radius: var(--spacing-spacing_xs, 8px);
    box-shadow: 0px 6px 12px 0px #E6E6E6;
}

    #menu-exportar button {
        display: flex;
        cursor: pointer;
        text-align: left;
        width: 403px;
        transition: background-color 0.3s;
        padding: 5px;
        border: unset;
        align-items: center;
        background-color: unset;
        gap: 4px;
    }

        #menu-exportar button:hover {
            background-color: #f5f5f5;
            border-radius: 4px;
        }

        #menu-exportar button:focus-visible {
            border: 1px solid black;
            border-radius: 4px;
        }

        #menu-exportar button:last-child {
            margin-bottom: 0;
        }

.btn-exportar span {
    font-size: 20px;
    margin-right: 10px;
}

.conteiner-exportar {
    padding: 0;
}

    .conteiner-exportar h3 {
        font-size: 14px;
        font-weight: 400 !important;
        margin: 0;
    }

    .conteiner-exportar p {
        font-size: 12px;
        color: #666;
        margin: 0;
    }


#divFiltro {
    z-index: 100;
    position: absolute;
    margin-left: 55px;
    background-color: var(--rgbadivopacidade);
    height: calc(100% - 73px);
    width: 360px;
    padding: 0;
    overflow: hidden;
}

.historicoPesq {
    display: none;
    padding: 5px 10px;
}

    .historicoPesq h4 {
        color: #7A7A7B;
        font-size: 12px;
    }

    .historicoPesq h4 {
        color: #7A7A7B;
        font-size: 12px;
    }

    .historicoPesq li {
        display: flex;
        color: var(--titulomenucolor);
        align-items: center;
        padding: 5px;
        cursor: pointer;
    }

    .historicoPesq span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
    }

    .historicoPesq p {
        margin-bottom: unset;
        font-size: 14px;
    }

.conteiner-menu-ocultar {
    display: none;
}

.conteiner-menu-mostrar {
    background-color: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#menu-filtro-projeto {
    overflow: hidden;
    display: none;
    flex-direction: column;
    height: 100%;
}

.header-filtro {
    display: flex;
    align-items: center;
}

.header-filtro {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

    .header-filtro h3 {
        margin: 0;
        color: #252526;
        font-size: 18px;
        font-weight: 600 !important;
    }

    .header-filtro a {
        cursor: pointer;
    }

        .header-filtro a span {
            vertical-align: middle;
            color: #252526;
        }

.menu-conteudo {
    margin: 0;
    padding: 0;
    width: 360px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

.divScrollView {
    overflow-y: auto;
    padding-bottom: 10px;
    flex: 1;
}

.menu-header-title {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-header-camadas {
    background: var(--gradientmenumapa), url('../imagens/mapa/header-camadas.png');
}

.image-header-rede {
    background: var(--gradientmenumapa), url('../imagens/mapa/header-rede.png');
}

.title-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
}

    .title-container a {
        color: var(--titulomenucolor);
        cursor: pointer;
        display: inline-flex;
        align-items: center;
    }
    .title-container span {
        color: var(--titulomenucolor);
    }

        .title-container a:hover {
            text-decoration: none;
        }


.menu-header-title h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--titulomenucolor);
}

    .menu-header-title h3 span {
        color: red;
        font-size: 12px;
        font-weight: 400 !important;
        color: var(--titulomenucolor);
    }

.menu-header-title p {
    font-size: 12px;
    color: var(--textoMapa);
}

#cbTodos {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 23px;
    height: 23px;
    cursor: pointer;
}


#divSelecionaTodos {
    margin: 10px;
}

.divCheckBox {
    background-color: transparent;
    margin: 10px;
    font-size: 20px;
}

    .divCheckBox ul {
        margin-left: 20px;
    }

    .divCheckBox .cbTopico, .cbItem, .cbItemP, .cbItemPr, .cbTopicoPr {
        position: absolute;
        opacity: 0;
        z-index: 1;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

.cbItem {
    top: 50%;
    transform: translateY(-50%);
    margin: unset !important;
}


.checkmark {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid lightgrey;
    border-radius: 8px;
    vertical-align: middle;
}

.checkbox-container {
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

    .checkbox-container .arrowExpander {
        cursor: pointer;
    }

    .checkbox-container label {
        margin-bottom: unset;
        font-size: 14px;
        max-width: 175px;
        word-wrap: break-word;
    }

    .checkbox-container .cbTitulo {
        font-weight: 600 !important;
        font-size: 14px;
        color: var(--titulomenucolor);
    }

.ConteudoItem {
    display: none;
}

.opcoesRecortes {
    margin: 8px 0 8px 5px;
    padding: unset !important;
    border-left: 2px solid lightgray;
    height: unset !important;
}

.checkbox-container a {
    text-decoration: none;
    color: var(--textofundoclaro);
    padding: 0 5px;
    height: 100%;
    align-content: center;
}

    .checkbox-container a:hover {
        color: rgb(0, 138, 67);
    }

    .checkbox-container a:focus-visible {
        border: 1px solid black;
    }

a:focus {
    outline: unset !important;
    outline-offset: unset !important;
}

.checkbox-container .material-symbols-outlined {
    vertical-align: middle;
}

/*.checkbox-container:hover input ~ .checkmark {
    background-color: #f3f3f3;
}*/

.checkbox-container input:checked ~ .checkmark {
    /* Estilo para indeterminate */
    background-color: #4caf50;
    border-color: #4caf50;
}

.checkbox-container input:indeterminate ~ .checkmark {
    background-color: #4caf50;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after,
.checkbox-container input:indeterminate ~ .checkmark:after {
    /* Ícone para checked e indeterminate */
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-container input:indeterminate ~ .checkmark:after {
    position: absolute;
    left: 4px;
    top: 10px;
    width: 13px;
    height: 2px;
    background-color: #fff;
    border: unset;
    transform: unset;
}

.checkbox-container li:has(input:focus-visible) {
    border: 1px solid #008A43;
}

.cbOpcoes {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#divLegenda {
    width: 208px;
    max-height: 416px;
    z-index: 100;
    position: absolute;
    top: 110px;
    right: 12px;
    background-color: var(--fundopadrao);
    padding: 5px;
    border-radius: 5px;
    margin: 20px;
    display: none;
    overflow-y: auto;
    clip-path: inset(0 0 0 0 round 5px);
}

    #divLegenda .title-container {
        align-items: center;
    }

        #divLegenda .title-container h3 {
            font-size: 14px;
            margin-top: 0;
            font-weight: 600 !important;
            margin-bottom: unset;
        }

#divContentLegenda .title-container h4,
#divContentLegenda .title-container a {
    color: gray !important;
}

.menu-tree-list {
    display: none;
    overflow: hidden;
    background-color: rgba(255,255,255,0.9);
    height: 300px;
}

label {
    font-size: 12pt;
    font-weight: 100;
    color: black;
    vertical-align: middle;
}

#footer {
    height: 0;
}

#divRampaCores {
    display: none;
}

.faixa1 {
    background-color: rgb(247, 251, 255);
}

.faixa2 {
    background-color: rgb(199, 220, 239);
}

.faixa3 {
    background-color: rgb(114, 178, 215);
}

.faixa4 {
    background: rgb(40, 120, 184);
}

.faixa5 {
    background: rgb(21, 80, 151);
}

ul > li > div.cor {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid gray;
}

ul > li > div.descr {
    display: inline-block;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: black;
}

ul > li {
    margin-top: 3px;
    background-color: none;
}

.popup {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    z-index: 1001;
}

#popupManual {
    display: none;
    justify-content: center;
    align-items: center;
}

.header-manual {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-manual h2 {
        font-size: 24px;
        font-weight: 600 !important;
        color: #252526;
    }

        .header-manual h2 span {
            color: red;
            font-size: 16px;
            font-weight: 400 !important;
        }

    .header-manual span {
        color: black;
        cursor: pointer;
    }



#conteiner-manual {
    background-color: var(--fundopadrao);
    padding: 0 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 800px;
    height: 581px;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    #conteiner-manual p {
        margin-top: 5px;
        font-size: 16px;
        color: #252526;
    }

#manualText {
    margin-top: 20px;
}

#conteiner-manual br {
    margin-bottom: 5px;
}

.conteiner-tutorial {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.manualImg {
    width: 100%;
}

.popup-footer-manual {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 762px;
    bottom: 10px;
}

    .popup-footer-manual #currentPage {
        font-size: 14px;
        color: #666667;
    }

#nav-manual {
    display: flex;
    gap: 20px;
}

    #nav-manual button {
        border-radius: 5px;
        font-family: "Fira Sans";
        font-size: 14px;
        font-weight: 600;
        gap: 10px;
        align-items: center;
        padding: 5px;
        width: 120px;
        justify-content: center;
    }

.volta-button {
    border: 2px solid #008A43;
    color: #008A43;
    display: none;
    background-color: transparent;
}

    .volta-button:hover {
        background-color: #E5F5EA;
    }

    .volta-button:focus-visible {
        color: #008A43;
        background: #98D4AA;
    }


.prox-button {
    color: white;
    background-color: #008A43;
    display: flex;
    border: none;
}

    .prox-button:focus-visible {
        background-color: #002E16;
    }
/*Configurações responsiveis*/
#btnMenuMapa {
    display: none;
}

#sairMenuMap {
    display: none;
}

#btnMenuMapaSair {
    display: none;
}

#barracinza {
    display: none;
}

@media (min-width: 1281px) {
    #divPesqMapa:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1154px) {
    .vlibras-responsivel-map {
        top: 25px !important;
        right: 5px !important;
        left: unset !important;
        bottom: unset !important;
        transform: translateY(calc(-50% - 10px)) !important;
    }
}

@media (max-width: 1154px) {
    html {
        height: 100%;
    }

    #mapa {
        width: 100%;
        height: 100%;
    }

    #map {
        width: 100%;
        height: 100%;
        position: relative;
    }

    #divPesqMapa {
        width: 90% !important;
    }

    #imageMapa {
        display: flex;
        justify-content: center;
        left: calc(50% + 30px);
        transform: translateX(-50%);
        top: 130px;
        padding: 0;
    }

    #container-pesquisaG {
        display: none !important;
    }

    #conteudo {
        padding-top: 120px;
    }

    #btnMenuMapa {
        display: flex;
        position: absolute;
        z-index: 101;
        background-color: white;
        top: 125px;
        width: 56px;
        padding: 5px;
        border-radius: 0 8px 8px 0;
        justify-content: flex-end;
        color: #252526;
        border: 2px solid lightgray;
        border-left: none;
        box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    #btnMenuMapaSair {
        display: none;
        position: absolute;
        z-index: 101;
        background-color: white;
        top: 125px;
        width: 50px;
        padding: 5px;
        border-radius: 8px 0 0 8px;
        justify-content: flex-start;
        color: #252526;
        border: 2px solid lightgray;
        border-right: none;
        box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.1);
        right: 0;
        cursor: pointer;
    }

    #MenuMapa {
        display: none;
        width: 100vw;
        align-items: unset;
    }

        #MenuMapa a {
            cursor: pointer;
        }

            #MenuMapa a:hover {
                text-decoration: none;
            }

            #MenuMapa a span {
                padding: 10px;
                color: #252526;
            }

    .btn-menu-mapa, .botao-selecionado {
        display: flex;
        width: 100vw;
        flex-direction: row;
        gap: 10px;
    }

        .botao-selecionado p, .btn-menu-mapa p {
            font-size: 14px;
        }

    #divFiltro {
        display: none;
        width: 100%;
        margin-left: 0;
        height: calc(100% - 100px);
    }

    #sairMenuMap {
        display: flex;
    }

    .title-container a {
        display: none;
    }

    .badge {
        transform: unset;
        right: 10px;
    }

    #divLegenda {
        z-index: 99;
    }

    .leaflet-left {
        right: 0 !important;
        bottom: 0 !important;
        left: unset;
        top: unset;
        margin-right: 50px;
        margin-bottom: 70px;
        z-index: 98;
    }

    .leaflet-bottom {
        z-index: 98;
    }

    .footer-sig {
        margin-top: 0;
    }

    #div-temasMapa {
        left: 10px !important;
        bottom: 70px;
        z-index: 99;
    }

    #divLegenda {
        bottom: 0;
        top: unset;
        z-index: 99;
        width: 100vw;
        right: unset;
        margin: 0;
        /*margin-top: 537px;*/
    }

    #barracinza {
        display: flex;
        width: 100vw;
        /* background-color: yellow; */
        justify-content: center;
    }

        #barracinza hr {
            background-color: #C2C2C3;
            border-radius: 5px;
            height: 4px;
            width: 32px;
        }

    #divContentLegenda {
        display: none;
    }

    .menu-conteudo {
        width: 100vw;
    }

    .popup-responsivel {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100vw;
        height: 100%;
        z-index: 1001;
        display: none;
    }

    #div-atalho-rede {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1002;
        padding: 20px;
    }

    #menu-exportar {
        width: fit-content;
        margin-left: unset;
        left: 110px;
    }

    .conteiner-exportar p {
        display: none;
    }

    #menu-exportar button {
        width: 240px;
    }

    .popup-footer-manual {
        width: 100%;
        position: unset;
        margin-top: 28px;
        margin-bottom: 20px;
    }

    #conteiner-manual {
        max-width: 100vw;
        margin: 10px;
        height: fit-content;
    }

    #nav-manual button {
        width: 85px;
    }

    .header-manual h2 {
        font-size: 20px;
    }

    #conteiner-manual p {
        font-size: 14px;
    }

    .menu-header-title p {
        width: 245px;
    }

    .popup-colorpicker {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 1001;
    }

    .div-filtro-projetos {
        width: 100vw;
    }

    .conteiner-menu-mostrar {
        width: 100vw;
    }

    .image-header-camadas {
        width: 100vw;
    }

    .div-filtro-projetos .boxPesquisa {
        flex: 1;
    }

    .bt-filtro {
        width: 90px;
    }

    #div-controlmouseMapa {
        margin-right: 20px;
        margin-bottom: 106px;
    }

    #div-centerMapa {
        margin-right: 20px;
        margin-bottom: 73px;
    }
}
