/*  */

.show {
    display: block;
}

.btn-uf {
    width: 59px;
    text-align: center;
    align-items: center;

    height: 37px;

    background: #FFFFFF;
    margin: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    border: none;
    border-radius: 6px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    color: #565657;

}

.container-table {
    width: 100%;
}

.btn-menu {
    background: #334F92;
    display: list-item;
}

#header-toggle {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    color: #fff;
}

@media screen and (max-width: 450px) {
    /*.navboard {
display: grid !important;
}*/
}

.btn-menu {
    display: none;
}

@media screen and (max-width: 518px) {
    .navboard {
        display: none;
    }

    .btn-menu {
        display: list-item;
    }

    #header-toggle {
        display: block;
    }
}

@media screen and (min-width: 518px) {
    #header-toggle {
        display: none;
    }
}

@media screen and (min-width: 768px) {


    .header__toggle {
        display: none;
    }

    .nav-menu {
        display: none;
    }

    button {
        z-index: 999;
    }
}

#voltar {
    top: 30%;
    right: 80%;
}

#next {
    top: 30%;
    left: 95%;
}

.balls {
    position: absolute;
    width: auto;
    display: flex;
    justify-content: center;
    margin-top: -25px;
    left: 50%
}

.balls div {
    transition: all 0.5s;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}

.balls div:hover {
    background: #fff;
}

.imgAtual {
    transition: all 0.5s;
    background: #fff;
}


.imageSlis {
    z-index: 1;
}

.ball {
    z-index: 1000;
}

#icon-menu {
    width: 20px;
    height: 20px;
    margin: 5px;
}



.icon-menu {
    width: 20px;
    height: 20px;
}

.popMap {
    position: relative;
    /* Mudou de absolute para relative */
    width: 100%;
    /* Mudou de max-content para 100% para respeitar a coluna */
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 0px 5px 5px 5px;
    display: flex;
    flex-direction: column;
}

.popContent {
    display: flex;
    justify-content: start;
    margin: 13px;
}

.frameImgPop {
    width: 100px;
    /* Largura fixa para padronizar */
    height: 67px;
    /* Altura fixa */
    margin: 5px 15px 5px 5px;
    flex-shrink: 0;
    /* Impede que a div seja espremida pelo texto */
}

.titlePop {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;

    color: #565657;
}

.subTitlePop {
    white-space: nowrap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;

    color: #7F7F80;
}

.dataPop {
    word-break: break-word;
                overflow-wrap: break-word;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    color: #7F7F80;
}

.listDados {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dataPopRow {
    display: flex;
}

.divEmbreve {
    display: flex;
    width: 100%;
    /* Alterado para 100% para o texto ficar bem centralizado */
    height: 100% !important;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.txtBreve {
    margin: auto;
}

.flag-estado {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Faz a bandeira preencher o espaço sem distorcer */
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    /* Deixa os cantos levemente arredondados */
}

/* =========================================
   Estilos para os links de contato clicáveis 
   ========================================= */
.dataPop a {
    color: #334F92;
    /* Azul padrão do menu */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.dataPop a:hover {
    color: #DB2E20;
    /* Vermelho ao passar o mouse */
    text-decoration: underline;
}