#tblTemTbl {
  width: 60% !important;
}
.legend {
	left:55px;
  padding: 5px;
}

.divLegend{
  position: absolute;
    width: 25%;
}

.labels{
font-size: 16px;
}

.legendcb {
  font: 11px sans-serif;
	position:absolute;
	left:40px;
	top:444px;
}
.tooltipTitle {
  color: #ffffff;
  padding: 0.3vw;
  margin-top: 0.5vw;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0.5vw;
  word-wrap: break-word; 
  white-space: normal;
}

.estratosTitle {
  font-weight: bold;
  position: absolute;
  padding: 4px;
  margin-top: -202px;
  font-size: 1rem;
}

.psubtitle {
  font-weight: 800;
  font-size: 1rem;
}

div.tooltipmap {
  position: absolute;
  min-height: 15px;
  padding: 8px 12px;
  color: #ffffff;
  background: black;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}

div.tooltipLateral {
  position: absolute;
  width: 17%; /*auto */
  background: #ffffff;
  border-radius: 8px;
  pointer-events: none;
  text-align: center;
  max-width: 250px;
  display: grid;
  /* padding: 10px; */
  word-wrap: break-word;
  white-space: normal;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

#estMapa_cont13, #estMapa_cont12{
	top:438px !important;
}

#estMapa_cont122,#estMapa_cont132{
  top:800px !important;
}

.state {
  stroke-width: 1;
  stroke: #ffffff;
}



.sidepanel  {
  width: 0;
  height: 10px;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  z-index: 1;
  top: -40px;
  left: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: width .2s;
  transition-timing-function: linear;
}

.divpaletas{
  padding: 5px 5px 5px 5px;
  margin-left: 1em;
  margin-right: 1em;
}

.divpaletas.selected{
  background-color: #999;
}
.divpaletas:hover{
  background-color: #ccc;
}

.background {
  fill: none;
  pointer-events: all;
}

.feature {
  cursor: pointer;
}

.feature.active {
  fill: #ccc;
}


.mesh {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.subdivision{
  stroke: #ffffff;
  stroke-width:0.2px ;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.selectEnt{
  margin-top: 8px;
}

.divSelect{
  height: 60px;
  padding: 13px;
  background-color: white;
  width: 23%;
  margin-top: -71px;
  position: absolute;
  margin-left: 20px;
}

.sangriaTxt{
  margin-left: 0.5rem;
}



@media print {
  svg[id^="Capa_1"] {
    height: 199px;
  }
}

@media only screen and (max-width: 770px) {
  .contentP{
    top: 1px!important;
    left: 0px!important;
    width: 99%!important;
  }

  .tooltipTitle {
  color: #ffffff;
  font-size: x-small;
  width: 100%;
  font-weight: 1;
  margin-bottom: 0.5vw;
  word-wrap: break-word; 
  white-space: normal;
  }

  div.tooltipLateral {
  position: absolute;
  background: #ffffff;
  border-radius: 8px;
  pointer-events: none;
  text-align: center;
  max-width: 250px;
  display: grid;
  word-wrap: break-word;
  white-space: normal;
  }
  
  .psubtitle {
  font-weight: 1;
  font-size: x-small;
}

}

@media only screen and (max-width: 620px) {
  .contentP{
    top: 1px!important;
    left: 0px!important;
    width: 99%!important;
  }

  .btn-xs{
    width: 55px;
  }
  .labels{
    font-size: 10px;
  }
  .divpaletas{
    margin-right: 0em;
    margin-left: 1.5em;
  }
  .paletas{
    margin-top: 0em !important;
  }
  .slick-prev,.slick-next{
    font-size: smaller;
  }

}



@media only screen and (max-width: 460px) {
  .contentP{
    width: 96%!important;
  }
  .divpaletas{
    padding: initial;
  }

  #btnIm_Ex{
    top: 1px !important;
  }

  .labels{
    font-size: 8px;
    }
}


@media only screen and (max-width: 430px) {
  .labels{
    font-size: 6px;
    }

    #estMapa_mapPci{
      margin-top: 20px;
    }
    .slick-prev,.slick-next{
      font-size: smaller;
    }
}

@media only screen and (max-width: 370px) {
  .labels{
    font-size: 5px;
    }
    .divpaletas {
      margin-left: 0em;
    }
}


/*SLICK*/
.slick-dots{
  display: none !important;
}

.slick-disabled{
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.slick-prev{
  position: absolute;
  bottom: 40%;
  right: 96%;
}

.slick-next{
  position: absolute;
  left:96%;
  top:40%;
}





