/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/custom_css/mapa.css ***!
  \***************************************************************************/
	
/*style para perfil de la ruta*/
	.line {
		fill: none;
		stroke: steelblue;
		stroke-width: 2px;
	}
	.area {
		fill: lightsteelblue;
	}
	.axis--x , .axis--y {
		font: 10px sans-serif;
			
	}
	.axis text {
		fill: #000000;
	}
	.axis path, .axis line {
		fill: none;
		stroke: #000000;
		 stroke-width: 2px;
		 shape-rendering: crispEdges;
	}
	.overlay {
		fill: none;
		pointer-events: all;
	}
	.focus circle {
		fill: #F1F3F3;
		stroke: #6F257F;
		stroke-width: 5px;
	}
	.hover-line {
		stroke: #000000;
		stroke-width: 2px;
		stroke-dasharray: 3,3;
	}

	/*style para pantalla verde que tapa el mapa*/

	.verde{
		display:none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 5000;
		opacity: 1;
		margin: 0 auto;
		background-color: #52b5a0;
	}
