body {
  background-color: white;
}

main {
  display: flex;
  gap: 10px;
  padding: 0 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;


}

.container {

  display: flex;
  justify-content: center;
  gap: 20px;


}


.menu-lateral {
  /* height: 100%; */
  transition: width 0.3s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.menu-lateral button {
  cursor: pointer;
}

.menu-lateral>div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.list-kpi {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  top: 6px;
  justify-content: center;
  /* right: 42px; */
}




.contain-main-kpis {
  display: flex;
  gap: 12px;
  border: solid;
  width: 100%;

}

.contain-prcpl {
  display: flex;
  flex-direction: column;
  margin: 0 63px;
  flex-wrap: wrap;
  gap: 6px;




}

/*.menu-lateral .list-kpi {

   height: 100%;
  width: 0px;
  overflow: hidden;

} */

/* .menu-lateral:hover .list-kpi {
  width: 100%;


} */


.container-titPag {

  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  text-align: center;
  bottom: 10px;
  /* border: solid; */
  justify-content: center;

}

.tit-pag {
  width: 100%;
  color: black;
  font-size: 25px;
  text-align: center;
  font-family: QlikView Sans, sans-serif;
  font-weight: bold;
  color: #192844;
  /* border: solid; */
  width: 500px;
}

.icon-home {
  height: 59px;
  width: 61px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px grey;
  border: none;
  margin: 2px 0;
}

#cardPopTotal {
  background-image: url("../img/icon-populacao-total.png");
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: center;
}

#cardPessOcupado {
  background-image: url("../img/pessoalOcupado-icon2.png");
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center;
}

#cardPib {
  background-image: url("../img/icon-pibb.png");
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: center;
}

#cardArrecadacao {
  background-image: url("../img/icon-arrecadacao.png");
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: center;
}

#cardIdh {
  background-image: url("../img/icon-idh-preview.png");
  background-repeat: no-repeat;
  background-size: 61px;
  background-position: center;
}

#cardBolsaF {
  background-image: url("../img/icon-bolsaf.png");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center;
}

#cardSalarioM {
  background-image: url("../img/salario-icon.png");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: center;
}

#cardQtdIes {
  background-image: url("../img/qtd-ies-icon.png");
  background-repeat: no-repeat;
  background-size: 39px;
  background-position: center;
}

#cardSaude {
  background-image: url("../img/icon-saude.png");
  background-repeat: no-repeat;
  background-size: 39px;
  background-position: center;
}

#cardEmpresas {
  background-image: url("../img/icon-empresa.png");
  background-repeat: no-repeat;
  background-size: 39px;
  background-position: center;
}

#container-main {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  border-radius: 15px;
  background-color: #8080802b;
  margin: 0 25px;
  padding: 0 25px;
  transition: transform 0.5s ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;



}

.container-principal {

  background-color: white;


}

.container-legenda {
  height: 66px;
  width: 367px;
  border: solid 1px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  margin: 23px auto;


}

.filtro-limpar-container {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 13px;
  gap: 10px;


}

.filtro-limpar-container-principal {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  margin: 0 auto;

}

.filtro {
  height: 61px;
  width: 473px;
  display: flex;

}

.limparSelecao {
  height: 35px;
  width: 119px;
  background-color: grey;
  border: solid 1px white;
  /* border-radius: 2px; */
  position: relative;
  top: 12px;
}


.limparSelecao-principal {
  height: 35px;
  width: 119px;
  background-color: grey;
  border: solid 1px white;
  /* border-radius: 2px; */
  position: relative;
  bottom: 2px;

}

.filtro-cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  position: relative;
  /* bottom: 12px; */

}

.cards {
  border: solid 1px white;
  border-radius: 6px;
  width: 529px;
  height: 455px;

}

.containerDesc {
  width: 100%;
  height: 108px;
  border: solid 1px white;
  border-radius: 6px;
  align-content: center;
  margin: 12px auto;
  display: flex;
  flex-wrap: wrap;
  /* position: relative; */
  /* bottom: 2px; */


}



.btn-clear-back {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  gap: 10px;
  padding: 10px;

}

.btn,
a {
  height: 32px;
  width: 99px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  box-shadow: 0px 2px 3px #1710102e;
  color: #1e2842;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-decoration: none;


}

.btn:hover {

  color: white;
  background-color: #192743;

}

p {

  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;


}

.button-clear {
  height: 32px;
  width: 107px;
}



.row-1 {
  display: flex;
  justify-content: revert-layer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 821px;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1px 10px;
  position: relative;
  top: 42px;

}

.kpi-main {
  width: 100%;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
  max-width: 740px;
  gap: 170px;
}

.kpiMain-pessoal {
  width: 100%;
  max-width: 740px;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 119px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url("../img/pessoalOcupado-icon2.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
}

.row-1-pib {
  width: 100%;
  max-width: 740px;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 144px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url("../img/icon-pibb.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
}

.row-1-arrec {
  width: 100%;
  max-width: 740px;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 144px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url("../img/icon-arrecadacao.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
}

.row-1-idh {
  width: 100%;
  max-width: 740px;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 144px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url("../img/icon-idh-preview.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
}

.row-1-bolsaF {
  width: 100%;
  max-width: 740px;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 144px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url("../img/icon-bolsaf.png");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
}

.row-1-salario {
  width: 100%;
  max-width: 740px;
  height: 217px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 144px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url("../img/salario-icon.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin: 10px auto;
  align-items: center;
}

.kpi {

  height: 90px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  width: 339px;
  background-color: #192743;


}


.kpi-test {

  background-color: #a2dee8;
  height: 122px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  width: 408px;
  color: black;


}


.kpi-test2 {

  background-color: #b9dbb8;
  height: 122px;
  box-shadow: 2px 2px 5px #8080806e;
  border-radius: 10px;
  width: 408px;
  color: black;


}


.container2-empr {

  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-content: center;
  margin: 0 14px;
  /* width: 100%; */


}

.row-2 {
  display: flex;
  justify-content: center;
  gap: 15px;
  /* flex-wrap: wrap; */
  position: relative;
  /* bottom: 53px; */
  margin: 0 10px;
  /* height: 395px; */


}


.legend-row {
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
  flex-wrap: wrap;
}

.contain1-empr {
  display: flex;

}

.contain-empresass {
  display: flex;
  /* margin: 43px auto; */
  flex-wrap: wrap;
}

.content-1 {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  margin: 24px 0;


}

.content-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  bottom: 22px;
  padding: 10px;
  gap: 10px;



}

.subContent {
  display: flex;
  width: 100%;
  margin: 10px auto;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;

}

.subContent-saude {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;





}

.grf-saude {
  height: 255px;
  border: solid 1px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  box-shadow: 0px 2px 3px #1710102e;
  background-color: #192743;
  display: flex;
  width: 456px;




}


.lgd {

  width: 258px;
  height: 200px;
  position: relative;
  right: 10px;



}


.lgd-emprss {

  width: 308px;
  height: 200px;
  position: relative;
  right: 10px;


}

.content-lgd-ies {
  width: 371px;
  height: 73px;
  object-fit: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #192743;
  margin: auto;




}

.legend-iess {
  display: flex;
  width: 57px;
  height: 50px;
  position: relative;
  object-fit: contain;
  right: 17px;
  /* box-shadow: 2px 2px 5px #a585858c; */
  border-radius: 10px;




}

.legend-saud {

  display: flex;
  width: 57px;
  height: 50px;
  position: relative;
  object-fit: contain;
  right: 17px;
  /* box-shadow: 2px 2px 5px #a585858c; */
  border-radius: 10px;


}


.content-saud-lgd {

  width: 371px;
  height: 73px;
  object-fit: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #192743;
  margin: 0 auto;


}

.content-lgd-emp {
  height: 73px;
  object-fit: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #192743;
  width: 382px;
  margin: 0 auto
}


.legend-emprs {

  display: flex;
  width: 57px;
  height: 50px;
  position: relative;
  object-fit: contain;
  left: 28px;



}

.qlkftr {
  width: 192px;
  height: 33px;
  margin: 0 auto;
  border-radius: 10px;
}

.ftrr {
  width: 459px;
  height: 38px;
  margin: 6px auto;
  /* border: solid; */


}

.ftrr-principal {
  width: 459px;
  height: 38px;

}


.ftrr-empres {
  width: 374px;
  height: 38px;
  margin: 6px auto;
}

.grfPrc {
  height: 304px;
  width: 1140px;
  border: solid 1px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  box-shadow: 7px 8px 13px #999999
}

.grfPrc-saude {
  /* height: 283px; */
  flex: 1 1 300px;
  border-radius: 6px;
  box-shadow: 0px 2px 3px #1710102e;
  display: flex;
  height: 304px;
  width: 1383px;


}

.grf-ies {
  flex: 1 1 300px;
  width: 100%;
  height: 344px;
  background-color: rgba(184, 184, 184, 0.623);


}

.lgdEmpr {
  height: 77px;
  width: 396px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url('../img/icon-empresa.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  border-radius: 10px;
  display: flex;
  width: 100%;

}

.lgd-Emp {
  height: 67px;
  width: 385px;
  border: solid 0px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  box-shadow: 0px 1px 11px #99999987;
  margin: 23px auto;
  display: flex;
  flex-wrap: wrap;


}

.container1-lgdEmpresas {

  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px auto;
  justify-content: center;


}

.container2-lgdEmpresas {

  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px auto;
  justify-content: center;


}

.lgdsaude {
  height: 84px;
  width: 396px;
  background: rgba(26, 23, 23, 0.249);
  background-image: url('../img/icon-saude.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  border-radius: 10px;
  display: flex;
  width: 100%;

}

.grf2-gn {
  flex: 1 1 300px;
  height: 625px;
  width: 571px;
  border: solid 1px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  box-shadow: 0px 2px 3px #1710102e;
  background-color: #ddd;
  position: relative;
  /* bottom: -6px; */
  background-color: #192743;


}



.grf {
  height: 487px;
  width: 685px;
  border: solid 1px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  box-shadow: 0px 2px 3px #1710102e;
  background-color: #ddd;

}


.grf-ies {
  flex: 1 1;
  height: 263px;
  border: solid 1px rgba(255, 255, 255, 0.087);
  border-radius: 6px;
  box-shadow: 0px 2px 3px #1710102e;
  background-color: #ddd;
}


.cont-legends {
  display: flex;
}

.containerKpis {
  display: none;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1000;/
}

/* .cards-kpis {
  height: 63px;
  width: 196px;
  border-radius: 6px;
  background-color: #192743;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  
} */

.cards-kpis {
  height: 48px;
  width: 196px;
  border-radius: 6px;
  background-color: #192743;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  text-align: left;

}

/* .cards-kpis img {
  max-width: 24px; 
  height: auto;
} */

.legend-kpis-menu,
.legend-idhm-menu,
.legend-kpis-bolsaf,
.legend-kpis-ensino-superior,
.legend-kpis-salario,
.legend-kpis-unid-saud,
.legend-kpis-empresas {
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  width: 100%;
  /* overflow-wrap: break-word;  */
}

.cards-kpis.selected {
  background-color: #8792A6;
  /* color: white; */

}

.cards-kpis.selected p {
  color: white;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}

.content-page {
  width: 100%;
}

.map-legend-type {

  display: none;


}

.map-legend-title {
  display: none;
}

.content-kpis-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;


}

.icon-popKpi {
  height: 50px;
  width: 50px;
  border: solid;
}

.content-kpiImg {
  width: 100px;
  height: 100px;
}

.kpi-iconPop {
  width: 57px;
  height: 50px;
  position: relative;
  left: 78px;
  object-fit: contain;
  /* box-shadow: 2px 2px 5px #a585858c; */
  border-radius: 10px;
  /* border: solid white; */

}

.kpi-iconSLM {

  width: 57px;
  height: 50px;
  position: relative;
  left: 78px;
  object-fit: contain;
  border-radius: 10px;
  top: 10px;

}


.kpi-iconPessoalOc {
  width: 57px;
  height: 39px;
  position: relative;
  left: 78px;
  object-fit: contain;
  border-radius: 10px;


}

.kpi-iconPib-Perc {
  width: 50px;
  height: 49px;
  position: relative;
  left: 78px;
  object-fit: contain;
  border-radius: 10px;


}

.kpi-iconPop2 {
  width: 57px;
  height: 50px;
  position: relative;
  object-fit: contain;
  border-radius: 10px;
  right: 280px;


}

html {
  scroll-behavior: smooth;
}


#btnTopo {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  /* background-color: #555;  */
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: linear-gradient(90deg, #192844 67.81%, #472774 100%);
}

#btnTopo:hover {
  background-color: #333;
}


.iMunicipioSelect {
  height: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 4px;
  position: relative;
  bottom: 47px;


}

.filtroSelectt {

  width: 458px;
  height: 40px;
  position: relative;
  bottom: 10px;

}


.limparSelecaoSelect {
  width: 132px;
  height: 34px;
  position: relative;
  /* top: 13px; */



}


.idevio-attribution a {
  display: none !important;
}

.sn-kpi-ellips-text {
  color: #00F2F2;
  /* font-size: 13px; */
}

.sn-kpi-ellips-text:hover {
  color: white;
}

.contain-kpis-gn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 556px;
  margin: 5px 0;
  /* border: solid; */
  position: relative;
  /* right: 59px; */

}

.kpis-gn {
  height: 90px;
  width: 290px;
  background-color: #192743;
  border-radius: 10px;

}

.contain-ftr-gn {
  width: 592px;
  display: flex;
  gap: 10px;
  position: relative;
  left: 70px;
  align-items: baseline;



}

.contain-grf-gn2 {
  /* border: solid; */
  position: relative;
  bottom: 134px;
  height: 583px;
  /* left: 41px; */


}

.qv-object-SimpleFieldSelect .dropdownsel {
  width: 100%;
  height: 37px;
}


.icon-poputotal {

  width: 39px;
  height: 22px;
  position: relative;
  top: 46px;
  left: 10px;

}

.icon-pessoalocu {

  width: 39px;
  /* height: 22px; */
  position: relative;
  top: 46px;
  left: 10px;

}


.icon-pibb-kpi {

  width: 39px;
  height: 22px;
  position: relative;
  top: 46px;
  left: 10px;



}

main {
  /* gap: 1rem; */
  display: flex;
  justify-content: center;
  width: 100%;

}

.contain-generic-main {

  display: flex;
  justify-content: space-between;

}

.icones-menu-lateral {
  width: 43px;
  height: 23px;
  position: relative;
  left: 4px;

}

.icone-mn-POcupado {
  width: 38px;
  height: 32px;
  position: relative;
  /* left: 4px; */

}

.icone-mn-Pib {
  width: 43px;
  height: 35px;
  position: relative;
  /* right: 3px; */

}

.icone-mn-arrec {
  width: 39px;
  height: 45px;
  position: relative;
  /* right: 8px; */

}

.icone-mn-idhm {
  width: 48px;
  height: 35px;
  position: relative;
  /* right: 33px; */

}

.icone-mn-bolsFm {

  width: 43px;
  height: 32px;
  position: relative;

}

.icone-mn-slMedio {
  width: 42px;
  height: 26px;
  position: relative;
}

.icone-mn-ensinoS {
  width: 43px;
  height: 32px;

  /* left: 7px; */

}

.icone-mn-unidSaude {
  width: 32px;
  height: 26px;

  /* left: 10px; */

}

.icone-mn-empres {
  width: 37px;
  height: 32px;
  /* right: 17px; */

}

.legend-kpis-menu {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif
}

.legend-idhm-menu {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
  position: relative;
  right: 10px;
}

.legend-kpis-bolsaf {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  right: 9px;

}

.legend-kpis-ensino-superior {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: relative;
  /* right: 7px; */

}

.legend-kpis-salario {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: relative;
  /* right: 7px; */

}

.legend-kpis-unid-saud {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  position: relative;
  /* right: 2px; */

}

.legend-kpis-empresas {
  text-align: center;
  color: rgb(0, 242, 242);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
  /* right: 2px; */

}




@media (max-width: 1680px) {

  /* .cards {

    width: 517px;
  } */

  /* .grfPrc-saude {
    width: 490px;

  }

  .grf-saude {
    width: 484px;
  } */


  .grf {
    width: 540px;
    height: 428px;

  }

}

@media (max-width: 1600px) {

  .cards {
    width: 507px;
  }



}


@media (max-width: 1900px) {
  #container-main {
    width: 100%;
  }

  .grfPrc-saude {
    width: 1247px;
  }

  .row-1 {

    top: 42px;
  }

  .contain-ftr-gn {

    left: 9px;
  }

  .contain-kpis-gn {

    right: 59px;
  }

  .contain-grf-gn2 {
    bottom: 55px;
    /* height: 0; */
    left: 50px;
  }

  .grf {
    width: 532px;
    height: 507px;
  }


  .grf2-gn {
    width: 509px;
    height: 571px;
  }

  .grf-saude {
    width: 501px;
  }


  .subContent-saude {

    width: 100%;
  }

  .grf-saude {

    width: 587px;
  }

}

/* @media (min-width: 900px) and (max-width: 1960px) {
  
} */

@media (max-width: 1280px) {
  .grf2-gn {
    width: 509px;
    height: 491px;
  }


  .contain-grf-gn2 {

    bottom: 0;

  }

  .cards {

    width: 450px;

  }
}