:root {
	--primary: #45555f; /* color: var(--primary); */
	--yellow: #fdbb2e;
	--red: #b50e1a;
	--brown: #ccb576;
	--blue: #5786c5;
	--teal: #49896A;
	--green-light: #01674d;
	--yellow-light: #fed356;
	--gray: #bcbcb0;
}

.inter-map{
    padding:3rem 0;
	width:110%;
}
.st0{fill:#F1F2F2;stroke:#000000;stroke-width:2;stroke-miterlimit:10;}
								.st1{fill:#D1D3D4;stroke:#7F7F7F;stroke-miterlimit:10;}
								.st2{fill:#D1D3D4;}
								.st3{fill:#465560;}
								.st4{fill:#FFFFFF; pointer-events: none;}
								.st5{font-family:'Open Sans';}
								.st6{font-size:58.7638px;}
								.st7{fill:#FBFBFB;}
								.st8{fill:#FBBA32;}
								.st9{fill:#000; pointer-events: none;}
								.st10{fill:#E32026;}
								.st11{fill:#606062;}
								.st12{font-size:76px;}
								.st13{fill:#49896a;}



#jambriero-tooltip, #jaguar-tooltip{
    display:none;
	cursor: pointer;
}




#para-word, #minas-word{
	pointer-events: none;
}

.pulse-dot{
	pointer-events: none;
}

.pulse-dot circle {
	stroke: #000;
	stroke-width: 1px;
	stroke-opacity: 1;
	fill: #E32026;
  }
  
  .pulse-dot .pulse {
	fill: #000;
	fill-opacity: 0;
	transform-origin: 50% 50%;
	animation-duration: 1.5s;
	animation-name: pulse;
	animation-iteration-count: infinite;
  }


  .para-land:hover{
	  fill:#000;
	 
  }

  .minas-land:hover{
	fill:#000;
}


  
  @keyframes pulse {
	from {
	  stroke-width: 2px;
	  stroke-opacity: 1;
	  transform: scale(0.1);
	}
	to {
	  stroke-width: 1;
	  stroke-opacity: 0;
	  transform: scale(2);
	}
  }

