/*  */

.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: 160%;
}

.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: absolute;
width: max-content;
height: max-content;
top: 15%;
left: 60%;
background: #FFFFFF;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
border-color: transparent;
border: none;
border-radius: 6px;
padding: 0px 5px 5px 5px;
}

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

.frameImgPop{
margin: 5px 24px 5px 5px;

}

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

color: #565657;
}

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

color: #7F7F80;
}

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

color: #7F7F80;
}

.listDados{
display: block;
}

.dataPopRow{
display: flex;
}

.divEmbreve{

display: flex;
width:150px; 
height: 50px;
background-color: #FFF;
}

.txtBreve{
margin: auto;
}

.flag-estado{
width: 100%;
height: 100%;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
border-color: transparent;
}