.btnNivel{
	z-index:1000001;
	padding:15px 0;
	font-family:'Arial', sans serif;
	position:fixed;
	bottom: 60px;
	left:4%;
	background:#F6F6F6;
	color:#737373;
	font-size:14px;
	text-align: center;
	width: 50px;
	cursor: pointer;
	border-radius: 5px;
}

.btnZoom {
	z-index:1000001;
	padding:4px 0;
	font-family:'Arial', sans serif;
	font-weight: bolder;
	position:fixed;
	bottom: 90px;
	right: 4%;
	background:#fff;
	color:#999; font-size:18px; text-align: center; width: 30px;
	cursor: pointer;
	border-radius: 3px;
}
.btnZoomMas {
	bottom: 91px;
}
.btnZoomMenos {
	bottom: 60px;
}

.marker79{fill:#EA2520;}
.marker91{fill:#F6F6F6;}
.marker92{fill:#005367;}

.circleMarker{
	fill:#EA2520;
	display: none;
}

.btnNivel-1{
	bottom: 60px;
}
.btnNivel-1Active{
	background:#005367;
	color:#fff;
	cursor: default!important;
}
.btnNivel0{
	bottom: 110px;
}
.btnNivel0Active{
	background:#005367;
	color:#fff;
	cursor: default!important;
}
.btnNivel1{
	bottom: 160px;
}
.btnNivel1Active{
	background:#005367;
	color:#fff;
	cursor: default!important;
}
.zoom0Mobile{
	transform-origin: center center;
	transform: scale(.5);
	transition: all .2s;
}
.zoom1Mobile{
	transform-origin: center center;
	transform: scale(.8);
	transition: all .2s;
}
.zoom2Mobile{
	transform-origin: center center;
	transform: scale(1.2);
	transition: all .2s;
}
.zoom3Mobile{
	transform-origin: center center;
	transform: scale(1.4);
	transition: all .2s;
}
.zoom4Mobile{
	transform-origin:  center center;
	transform: scale(1.6);
	transition: all .2s;
}
.zoom5Mobile{
	transform-origin:  center center;
	transform: scale(2);
	transition: all .2s;
}

.zoom0Desktop{
	transform-origin: center center;
	transform: scale(1);
	transition: all .5s;
}
.zoom1Desktop{
	transform-origin: center center;
	transform: scale(1.2);
	transition: all .5s;
}
.zoom2Desktop{
	transform-origin: center center;
	transform: scale(1.4);
	transition: all .5s;
}
.zoom3Desktop{
	transform-origin: center center;
	transform: scale(1.6);
	transition: all .5s;
}
.zoom4Desktop{
	transform-origin: center center;
	transform: scale(1.8);
	transition: all .5s;
}
.zoom5Desktop{
	transform-origin: center center;
	transform: scale(2);
	transition: all .2s;
}
.route {
	opacity:0;
}

.ui-autocomplete {
	/**/
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;

	/* prevent horizontal scrollbar */
}

.ui-autocomplete-loading {

	/*background: white url("../images/16x16.gif") right center no-repeat;*/
}
.ui-menu {
	/*width: 90%!important;
	left: 5%!important;
	top: 62px!important;*/
	z-index: 1000002!important;
}
.ui-widget-content {
	border: none;
}
.ui-menu-item-wrapper {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	padding-left: 10px!important;
	box-shadow: 0 10px 5px -10px rgba(153,153,153,.5);
	/*border-bottom: solid 1px #ff0000;*/

	font-size: 12px;
}


.ui-menu-item-wrapper:hover {
	background: #feaebb;
	border:none;
}

#ui-id-1 {
	z-index: 9999999!important;
}
#ui-id-2 {
	z-index: 9999999!important;
}

.icoReferencias {
	display: none;
}

.routeE {
	display: none;
}

.cruces {
	display: none;
}
.localVacio {
	fill: #ccc!important;
}
#nivel-1 .onpath {
	fill: #013A44;
}
#nivel0 .onpath {
	fill: #199989;
}
#nivel1 .onpath {
	fill: #199989;
}

#nivel0 .onpathE {
	fill: #f26178;
}
#nivel1 .onpathE {
	fill: #199989;
}

#boxMensaje {
	z-index: 9999998;
	width: 70%;
	text-align: center;
	position: absolute;
	padding: 15px 5%;
	margin: 80px 10%;
	border-radius: 5px;
	background: #fff;
	opacity: .75;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0px 0px 16px -1px rgba(102,102,102,1);
	display: none;
}

#boxSearch {
	position:fixed;
	top: 2%;
	left:4%;
	z-index:999;
	/*background:#fff;*/
	width:92%;
	overflow:hidden;
	height:60px;
	background: url("../images/lupa.png?x") right center no-repeat #fff;
	box-shadow: 0px 0px 8px #333;
}

#search, #project {
	width:100%;
	padding: 20px;
	overflow:hidden;
	background: none;
	color:#737373;
	border:none;
	outline: none;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 10000;
}

#info {
	border-radius: 5px;
	box-shadow: 0px 0px 16px -1px rgba(102,102,102,1);
	width: 60%;
	max-width: 300px;
	display: none;
	background: #f6f6f6;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999999!important;
	padding: 0;
}
.inner {
	width: 90%;
	margin: auto;
	padding: 20px 0;
}
.inner #logoInfo {
	display: none;
}
#info .inner h2 {
	display: none;
}
#info .btn{
	border-radius: 0;
	background: #dc0031;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	max-width: 100%;
	cursor: pointer;

}

#navBottom{
	width: 100%;
	background: #f6f6f6;
	position:fixed;
	bottom: 0px;
	left:0px;
	z-index: 1000000;
}
#navBottom li{
	width: 14%;
	float: left;
	text-align: center;
	opacity: .5;
}
#navBottom li img{
	width: 100%;
	max-width: 45px;
}

#boxBottomNext{
	position:fixed;
	bottom: 60px;
	left:0px;
	z-index:1000000;
	width:100%;
	height:60px;
	text-align: center;
	display: none;
}

#boxBottomFin{
	position:fixed;
	bottom: 60px;
	left:0px;
	z-index:1000000;
	width:100%;
	height:60px;
	text-align: center;
	display: none;
}
#boxBottom{
	position:fixed;
	bottom: 60px;
	left:0px;
	z-index:1000000;
	width:100%;
	height:60px;
	text-align: center;
	display: none;
}

.btn {
	background: #dc0031;
	color: #fff;
	border-radius: 50px;
	padding: 20px 30px;
	width: 100%;
	max-width: 200px;
	margin: auto;
	cursor: pointer;
}


#boxUbicacion {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 16px -1px rgba(102,102,102,1);
	width: 85%;
	max-width: 300px;
	background: #f6f6f6;
	font-size: 12px;
	position: absolute;
	top: -1200px;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1000000;
	padding: 0;
}

#boxUbicacion .btn{
	border-radius: 0;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	max-width: 100%;
	cursor: default;

}

#boxUbicacion .nivel {
	background: #4d4d4d; color: #fff; padding: 5px 10px; border-radius: 25px; margin-left: 5px;
	transition: all .2s;
}

#boxUbicacion .nivel.active {
	background: #dc0031!important;
	transition: all .2s;
}

#searchUbicacion {
	outline: none;
	border: solid 1px #ccc;
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
}

#boxNavegar{

	position:fixed;
	bottom: -100px;
	left:0px;
	z-index:1000000;
	width:100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #000;
	transition: all .2s;
}
#boxNavegar.visible {
	bottom: 0px;
	transition: all 1s;
}
#boxNavegar.active {
	background: #EA2520;
	transition: all .2s;
	cursor: pointer;
}

#boxNavegarDesktop.active {
	background: #dc0031;
	transition: all .2s;
	cursor: pointer;
}

.fill {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
	z-index: 997;
	display: none;
}
.fill.transparent {
	opacity: 0;
}

.logo-point {
	position: absolute;
	display: none;
	/*width: 60px;
	height: 60px;
	border-radius: 60px;
	padding: 15px;
	background: #fff;*/
}
.logo-point img {
	/*width: 60px;*/
}
.point {
	position: absolute;
	transform: scale(0);
}
.point.large {
	transform: scale(1);
	/*transition: 1s;*/
}
/*------- ----- */

.mapLarge {
	transform: scale(1.3);
	transition: 1s;
}

body{
	padding:0;
	/*height:1600px;*/
	font-family: Verdana, sans-serif;
	background-color: #DDD;
}
ul,li,h1,h2,h3,h4,p{
	list-style:none;
	padding:0;
	margin:0;
}
.part{
	border:1px solid black;
	background-color:white;
}
	.part h3,
	.part h4,
	.part h4 a {
		color:#933;
	}
#toc{
	display:block;
	padding:10px;
	position:relative;
	margin:15px 0;
	float:left;
	width:305px;
}
	#toc h3{
		padding-bottom:10px;
	}
	#toc h3 strong{
		font-size:13px;
		color:black;
	}
#links{
	border:1px solid black;
	width:210px;
	padding:10px;
	float:right;
	margin-top:-30px;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}
	
	#toc li, #links li{
		list-style-type:circle;
		padding-left:5px;
		margin-left:15px;
	}
		#toc a{
			color:#69C;
		}
.section{
	border:1px black solid;
	width:950px;
	padding:10px;
	margin: 5px 0;
	position:relative;
	clear:both;
}
	.section h3{
		margin-bottom:10px;
		margin-left: 8px;
	}
	.section h4{
		margin:10px 0 10px 8px;
	}
	.section li{
		float:left;
	}
	.pane{
		overflow:auto;/**/
		/*clear:left;*/
		/*margin: 10px 0 0 10px;*/
		position:relative;
		/*width:826px;
		height:322px;*/
}
ul.elements{
	/*background-color:#5B739C;*/
}
ul.elements li{
width:200px;
height:100px;
font-weight:bolder;
border:1px black solid;
text-align:center;
padding:50px;
position:relative;
background-color:#DDD;
}
ul.elements li a{
    bottom:20px;
    color:#933;
    font-size:12px;
    left:125px;
    position:absolute;
}
ul.elements li p{
    color:#666;
}
#pane-settings ul.elements li{
margin:5px;
}
#pane-settings{
margin-bottom:10px;
}
ul.links{
height:20px;
overflow:hidden;
padding-left: 5px;
}
ul.links a{
color:#69C;
margin:0 0 0 5px;
}
.clear{
clear:left;
}
h3 span{
position:absolute;
}
.message{
background:#EEE;
border:1px solid #999;
color:#333;
font-size:12px;
font-weight:normal;
padding:1px;
margin-top:2px;
}

#boxBottom,#boxNavegar {
	display: none;
}
#info .btn, #boxUbicacion .btn {
	/*display: none;*/
}
@media (min-width: 900px){

	#boxBottom,#boxNavegar {
		display: none!important;
	}
	#boxUbicacion .btn, #info .btn {
		display: block!important;
	}

	#navBottom li{
		max-width: 90px;
	}

	#boxSearch {
		max-width: 520px;
		top: 10px!important;
		left: 10px!important;
	}
	#search {
		max-width: 480px;
		top: 10px;
		left: 10px;
	}
	.btnNivel {
		left: 10px;
	}
	.btnZoom {
		right: 10px;
	}
}

#logoLlegada {
	display: none;
}


@media (max-width: 900px){
	.ui-autocomplete {
		/**/
		max-height: 150px;
		overflow-y: auto;
		overflow-x: hidden;

		/* prevent horizontal scrollbar */
	}
	#boxMensaje {
		padding: 5% 5%!important;
	}
	#boxBottomFin, #boxBottomNext {
		transform: scale(.8);
	}
	#boxUbicacion {
		width: 92%;
		max-width: 1000px;
	}
	#ui-id-1 {
		width: 91.5%!important;
	}
	#ui-id-2 {
		width: 78%!important;
	}


}


.st0{display:none;}
.st1{display:inline;}
.st2{clip-path:url(#SVGID_2_);fill:#FF0000;}
.st3{clip-path:url(#SVGID_2_);fill:none;stroke:#FF0000;stroke-width:0;stroke-miterlimit:10;}
.st4{clip-path:url(#SVGID_2_);fill:#FFDF7F;}
.st5{clip-path:url(#SVGID_2_);fill:none;stroke:#FFDF7F;stroke-width:0;stroke-miterlimit:10;}

.st6{clip-path:url(#SVGID_2_);fill:none;stroke:#808080;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st7{clip-path:url(#SVGID_2_);fill:none;stroke:#FFDF7F;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}

.st8{clip-path:url(#SVGID_2_);fill:none;stroke:#000000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st9{clip-path:url(#SVGID_2_);fill:none;stroke:#989898;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st10{clip-path:url(#SVGID_2_);fill:none;stroke:#FF0000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st11{clip-path:url(#SVGID_2_);fill:none;stroke:#FFDF7F;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st12{clip-path:url(#SVGID_2_);fill:none;stroke:#DCDCDC;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st13{clip-path:url(#SVGID_2_);fill:none;stroke:#BABABA;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st14{clip-path:url(#SVGID_2_);fill:#7FDFFF;}
.st15{clip-path:url(#SVGID_2_);fill:none;stroke:#7FDFFF;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}

.st16{clip-path:url(#SVGID_2_);fill:none;stroke:#767676;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st17{clip-path:url(#SVGID_2_);fill:none;stroke:#FF7F00;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st18{clip-path:url(#SVGID_2_);fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st19{clip-path:url(#SVGID_2_);fill:#6EDD6E;}
.st20{clip-path:url(#SVGID_2_);fill:none;stroke:#6EDD6E;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}
.st21{clip-path:url(#SVGID_4_);}
.st22{fill:#808080;}
.st23{font-family:'ArialMT';}
.st24{font-size:0.5794px;}

.st25{clip-path:url(#SVGID_4_);fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st26{clip-path:url(#SVGID_4_);fill:none;stroke:#000000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st27{clip-path:url(#SVGID_4_);fill:none;stroke:#767676;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st28{clip-path:url(#SVGID_4_);fill:none;stroke:#989898;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st29{clip-path:url(#SVGID_4_);fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}
.st30{font-family:'MyriadPro-Regular';}
.st31{font-size:2.2577px;}
.st32{font-size:3.1608px;}

.st33{clip-path:url(#SVGID_4_);fill:none;stroke:#FF0000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st34{clip-path:url(#SVGID_4_);fill:none;stroke:#FF7F00;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st35{font-size:6.7732px;}

.st36{clip-path:url(#SVGID_4_);fill:none;stroke:#DCDCDC;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st37{clip-path:url(#SVGID_4_);fill:none;stroke:#BABABA;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st38{clip-path:url(#SVGID_4_);fill:none;stroke:#545454;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st39{clip-path:url(#SVGID_4_);fill:#BABABA;}
.st40{clip-path:url(#SVGID_4_);fill:none;stroke:#BABABA;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}

.st41{clip-path:url(#SVGID_4_);fill:none;stroke:#BABABA;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st42{clip-path:url(#SVGID_4_);fill:none;stroke:#808080;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st43{clip-path:url(#SVGID_4_);fill:#767676;}
.st44{clip-path:url(#SVGID_4_);fill:none;stroke:#767676;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}
.st45{fill:none;stroke:#000000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st46{fill:none;stroke:#767676;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st47{fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}
.st48{fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st49{font-size:4.5155px;}
.st50{font-size:1.3546px;}
.st51{font-size:3.6124px;}
.st52{font-size:1.8061px;}
.st53{clip-path:url(#SVGID_4_);fill:#FF0000;}
.st54{clip-path:url(#SVGID_4_);fill:none;stroke:#FF0000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}

.st55{clip-path:url(#SVGID_4_);fill:none;stroke:#FF0000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st56{fill:none;stroke:#FF0000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st57{clip-path:url(#SVGID_4_);fill:none;stroke:#7FDFFF;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st58{font-size:9.5071px;}
.st59{clip-path:url(#SVGID_6_);}
.st60{font-size:9.031px;}
.st61{clip-path:url(#SVGID_8_);}
.st62{clip-path:url(#SVGID_10_);}

.st63{clip-path:url(#SVGID_10_);fill:none;stroke:#000000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st64{clip-path:url(#SVGID_10_);fill:#808080;}
.st65{clip-path:url(#SVGID_10_);fill:none;stroke:#808080;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}

.st66{clip-path:url(#SVGID_10_);fill:none;stroke:#808080;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st67{clip-path:url(#SVGID_10_);fill:none;stroke:#989898;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st68{clip-path:url(#SVGID_10_);fill:none;stroke:#767676;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.st69{clip-path:url(#SVGID_10_);fill:none;stroke:#FF0000;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st70{clip-path:url(#SVGID_10_);fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-miterlimit:10;}

.st71{clip-path:url(#SVGID_10_);fill:none;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st72{font-size:2.7092px;}

.st73{clip-path:url(#SVGID_10_);fill:none;stroke:#DCDCDC;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st74{font-size:3.3865px;}

.st75{clip-path:url(#SVGID_10_);fill:none;stroke:#FF7F00;stroke-width:0.72;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st76{clip-path:url(#SVGID_12_);}
.st77{fill:#727272;}
.st78{fill:none;stroke:#FF17FF;stroke-width:1.25;stroke-miterlimit:10;stroke-dasharray:3,4;}
.st79{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;}
.st80{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.9615,3.9486;}
.st81{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.8698,3.8263;}
.st82{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.0274,4.0366;}
.st83{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.9947,3.993;}
.st84{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.1524,4.2032;}
.st85{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2.991,3.9879;}
.st86{fill:none;stroke:#CAC4CC;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.0181,4.0242;}
.st87{fill:#7F7F7F;}
.st88{fill:#00BBB4;stroke:#F7F0F0;stroke-miterlimit:10;}
.st89{fill:#CAC4CC;stroke:#F7F0F0;stroke-width:1.5;stroke-miterlimit:10;}
.st90{fill:#C4C1C6;}
.st91{fill:#848484;stroke:#928F93;stroke-width:1.5;stroke-miterlimit:10;}
.st92{fill:none;stroke:#848484;stroke-width:2;stroke-miterlimit:10;}
.st93{fill:none;stroke:#F7F0F0;stroke-width:1.5;stroke-miterlimit:10;}
.st94{fill:#4D4D4D;stroke:#928F93;stroke-miterlimit:10;}
.st95{fill:#7F7F7F;stroke:#928F93;stroke-miterlimit:10;}
.st96{fill:#727172;stroke:#727172;stroke-width:1.5;stroke-miterlimit:10;}
.st97{fill:#848484;}
.st98{clip-path:url(#SVGID_15_);}
.st99{clip-path:url(#SVGID_16_);}
.st100{fill:none;stroke:#727172;stroke-width:0.75;stroke-miterlimit:10;}
.st101{fill:#928F93;}
.st102{fill:#727172;}
.st103{fill:#C4C1C6;stroke:#F7F0F0;stroke-width:1.5;stroke-miterlimit:10;}
.st104{clip-path:url(#SVGID_18_);fill:#7F7F7F;}
.st105{clip-path:url(#SVGID_18_);}
.st106{fill:#848484;stroke:#727172;stroke-width:1.5;stroke-miterlimit:10;}
.st107{fill:none;stroke:#B400FF;stroke-miterlimit:10;}
.st108{fill:#A6E2D1;stroke:#F7F0F0;stroke-miterlimit:10;}
.st109{fill:#ABA3AD;stroke:#F7F0F0;stroke-miterlimit:10;}
.st110{fill:#199989;stroke:#F7F0F0;stroke-miterlimit:10;}
.st111{fill:#CEB3D6;stroke:#F7F0F0;stroke-miterlimit:10;}
.st112{fill:#FEAEBB;stroke:#000000;stroke-miterlimit:10;}
.st113{fill:#C4C1C6;stroke:#F7F0F0;stroke-miterlimit:10;}
.st114{fill:#C4C1C6;stroke:#F7F0F0;stroke-width:1.0027;stroke-miterlimit:10;}
.st115{fill:#5C5C5C;}
.st116{fill:#FFFFFF;}
.st117{fill:#585858;}
.st118{fill:#D0D0D0;}
.st119{fill:#4E4E4E;}
.st120{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st121{fill-rule:evenodd;clip-rule:evenodd;fill:#4F4F4F;}
.st122{fill:none;stroke:#F7F0F0;stroke-miterlimit:10;}
.st123{fill:#ABA3AD;stroke:#F7F0F0;stroke-width:1.5;stroke-miterlimit:10;}
.st124{fill:#ABA3AD;stroke:#FFFFFF;stroke-width:1.5;stroke-miterlimit:10;}
.st125{fill:none;stroke:#909090;stroke-miterlimit:10;}
.st126{fill:#FFFFFF;stroke:#AE00FF;stroke-miterlimit:10;}
.st127{fill:#928F93;stroke:#F7F0F0;stroke-width:1.5;stroke-miterlimit:10;}
.st128{fill:none;stroke:#928F93;stroke-miterlimit:10;}
.st129{fill:none;}
.st130{clip-path:url(#SVGID_21_);}
.st131{clip-path:url(#SVGID_22_);}
.st132{fill:none;stroke:#ABA3AD;stroke-width:0.75;stroke-miterlimit:10;}
.st133{fill:none;stroke:#B2B2B2;stroke-miterlimit:10;}
.st134{fill:none;stroke:#B2B2B2;stroke-width:0.8;stroke-miterlimit:10;}
.st135{clip-path:url(#SVGID_24_);}
.st136{fill:none;stroke:#4E4E4E;stroke-miterlimit:10;}
.st137{fill:none;stroke:#4E4E4E;stroke-width:0.8;stroke-miterlimit:10;}
.st138{clip-path:url(#SVGID_26_);}
.st139{fill:none;stroke:#4E4E4E;stroke-width:2;stroke-miterlimit:10;}
.st140{clip-path:url(#SVGID_28_);}
.st141{clip-path:url(#SVGID_30_);}
.st142{fill:none;stroke:#909090;stroke-width:2;stroke-miterlimit:10;}
.st143{clip-path:url(#SVGID_32_);}
.st144{clip-path:url(#SVGID_34_);}
.st145{fill:none;stroke:#4E4E4E;stroke-width:0.7174;stroke-miterlimit:10;}
.st146{fill:none;stroke:#4E4E4E;stroke-width:0.9162;stroke-miterlimit:10;}
.st147{clip-path:url(#SVGID_36_);}
.st148{clip-path:url(#SVGID_38_);}
.st149{clip-path:url(#SVGID_40_);}
.st150{fill:none;stroke:#717171;stroke-width:1.074;stroke-miterlimit:10;}
.st151{fill:none;stroke:#717171;stroke-miterlimit:10;}
.st152{fill:none;stroke:#717171;stroke-width:2;stroke-miterlimit:10;}
.st153{fill:#717171;stroke:#717171;stroke-miterlimit:10;}
.st154{fill:none;stroke:#717171;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st155{fill:#C4C1C6;stroke:#727172;stroke-width:1.5;stroke-miterlimit:10;}
.st156{fill:none;stroke:#4E4E4E;stroke-width:1.0646;stroke-miterlimit:10;}
.st157{fill:#3FCCB9;}
.st158{fill:#ABA3AD;}
.st159{fill:#FFFFFF;stroke:#4E4E4E;stroke-width:0.75;stroke-miterlimit:10;}
.st160{font-family:'BentonSans-Bold';}
.st161{font-size:4px;}
.st162{font-size:3.5px;}
.st163{display:inline;fill:#FFFFFF;}
.st164{display:inline;fill:none;stroke:#000000;stroke-miterlimit:10;}
.st165{display:inline;fill:#C4C1C6;stroke:#000000;stroke-miterlimit:10;}
.st166{fill:#005367;}
.st167{fill:#00BBA2;}
.st168{fill:#199989;}
.st169{fill:#EDFAF7;}
.st170{fill:#A6E2D1;}

.st0Ex{fill:#928F93;}
.st135Ex{clip-path:url(#SVGID_223_);}
.st136Ex{clip-path:url(#SVGID_224_);}
.st137Ex{fill:none;stroke:#00BBB4;stroke-width:0.75;stroke-miterlimit:10;}
.st138Ex{clip-path:url(#SVGID_226_);fill:#C4C1C6;}
.st139Ex{clip-path:url(#SVGID_226_);}
.st128Ex{fill:#C4C1C6;}
.st137Ex{fill:none;stroke:#00BBB4;stroke-width:0.75;stroke-miterlimit:10;}
.st140Ex{fill:#727172;}
.st141Ex{fill:#4D4D4D;}
.st142Ex{fill:#F7F0F0;}

.stCINE{fill:#A6E2D1;stroke:#F2F2F2;stroke-width:1.0821;stroke-miterlimit:10;}



.st0_esc{fill:#4E4E4E;}
.st1_esc{fill:none;stroke:#909090;stroke-miterlimit:10;}
.st2_esc{clip-path:url(#SVGID_2_esc);}
.st3_esc{fill:none;stroke:#909090;stroke-width:2;stroke-miterlimit:10;}
.st4_esc{clip-path:url(#SVGID_4_esc);}
.st5_esc{fill:none;stroke:#4E4E4E;stroke-miterlimit:10;}
.st6_esc{fill:none;stroke:#4E4E4E;stroke-width:2;stroke-miterlimit:10;}
.st7_esc{clip-path:url(#SVGID_6_esc);}