.visualizacao{

  margin: auto;
}

#filters{
  margin: auto;
  margin-bottom: 3rem;
  max-width: 1200px;

}

#filters > ul{
  display: flex;
}
#filters > ul > li{
  width: calc(100% / 3);
  text-align: center;
    border:1px solid #FFFFFF;
}
#filters > ul > li a:link{
  display: block;
  padding: 1rem 0;
  text-decoration:none;
  border-bottom:2px solid #cccccc;
  color: #222222;
  font-weight: 600;
  background: #f4f4f4;
}

#filters > ul > li a:visited{
  display: block;
  padding: 1rem 0;
  text-decoration:none;
  border-bottom:2px solid #cccccc;
  color: #222222;
  font-weight: 600;
  background: #f4f4f4;
}

#filters > ul > .ativo > a:link{

background: #f4f4f4;
    border-bottom:2px solid #8ba566;
}
#filters > ul > .ativo > a:visited{

background: #f4f4f4;
    border-bottom:2px solid #8ba566;
}


#filters > ul > li a:hover{
  border-bottom:2px solid #8ba566;
  color:#8ba566;
    background: #eeeeee;
}

.first-line{
  font-weight: bold;
}

.grupo-faixa-etaria{

    width: 1200px;
    margin: auto;
}
.grupo-faixa-etaria > ul > li{
  display: flex;
}

.grupo-faixa-etaria > ul > li > div{
  width: 100%;
  border-top: 1px solid #eeeeee;
  height: 20rem;
  display: table-cell;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}



.overflow{
  overflow-x: auto;
}


.fixHeader{
  width: 100%;
  z-index: 100000;
  /*overflow-x: auto;*/
}

.grupo-faixa-header{
  background:#FFFFFF;
  width: 1200px;
  margin: auto;


}
.grupo-faixa-header > ul > li{
  display: flex;
}
.grupo-faixa-header > ul > li > div{
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bolder;
  color: #444444;

}


.grupo-faixa-etaria > ul > li > div > .graphic{
  background: #8ba566;
  margin: auto;
  border-radius: 50%;
  z-index: -1px;
}

.grupo-faixa-etaria > ul > li > .estado{

  font-size: 16px;
  font-weight: 600;
}

.grupo-faixa-etaria > ul > li > .coluna-cinza{
  color: #8ba566;
  font-weight:900;
  background: #f7f7f7;
}

.alinhar-dado{
  position: absolute;
  top: 6px;
  z-index: 200;
  top:15px;
  left: 50%;
  transform: translate(-50%, -6px);
  text-shadow: 0 01px #FFFFFF, 0 0 1px #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  color: #444444;
}
/*.grupo-faixa-etaria > ul > li > .graphic:last-child{
  display: none;
}*/

.faixa-etaria li:last-child .graphic {
  display: none;
}

.faixa-etaria li:last-child{

}


.grupo-faixa-etaria > ul > li:last-child > div {
  width: 100%;
  border-top: 1px solid #eeeeee;
  height: 6rem;
  display: table-cell;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.grupo-faixa-etaria > ul > li:last-child > div > .alinhar-dado {
  color:red;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#333333;
  font-size: 18px;

}







.grupo-faixa-etaria > ul > li > div > .graphic{
  background: #8ba566;
  margin: auto;
  border-radius: 50%;
  z-index: -1px;
}


/* Tooltip container */


/* Tooltip text */
.grupo-faixa-etaria > ul > li > div >.graphic .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.grupo-faixa-etaria > ul > li > div > .graphic:hover .tooltip {
    visibility: visible;
}

.n_absoluto{
  display: block;
  font-size: 10px;
  line-height: 2px;
  text-transform: uppercase;
}
