@font-face {
	font-family:'Calibre-Medium';
	src: url('calibre-med/Calibre-Medium_gdi.eot');
	src: url('calibre-med/Calibre-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('calibre-med/Calibre-Medium_gdi.woff') format('woff'),
		url('calibre-med/Calibre-Medium_gdi.ttf') format('truetype'),
		url('calibre-med/Calibre-Medium_gdi.svg#Calibre-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-02DC;
}


@font-face {
	font-family:'Calibre-Bold';
	src: url('calibre-bold/Calibre-Bold_gdi.eot');
	src: url('calibre-bold/Calibre-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('calibre-bold/Calibre-Bold_gdi.woff') format('woff'),
		url('calibre-bold/Calibre-Bold_gdi.ttf') format('truetype'),
		url('calibre-bold/Calibre-Bold_gdi.svg#Calibre-Bold') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-02DC;
}


* {box-sizing:border-box; padding: 0; margin: 0;}
::before,::after {box-sizing:inherit;}
*[class$="button"],input[type="submit"], button {
	cursor: pointer;
}
.clearfix::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
::-webkit-input-placeholder {
   color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color:  inherit;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  inherit;
}

:-ms-input-placeholder {  
   color: inherit;
}

#infografico-container { 
	font-family:'Calibre-Medium',  sans-serif;
 
}

/*.infog-wrapper {
	width: 960px;
	max-width: 100%;
	margin: auto;
	height: 400px;
	height: 80vh;	
}*/



.dragscroll {
	cursor: -webkit-grab;
	cursor: grab;
	overflow: hidden;
	max-height: 120vh;
	position: relative;
}

.infog-wrapper {
	width: 90%;
	max-width: 960px;
	position: relative;
	margin: auto;
	height: 400px;
	height: 80vh;
}

#infografico-container h1,
#infografico-container h2,
#infografico-container h3 {
	font-family:'Calibre-Bold',  sans-serif;
	font-weight: normal;
}

#mapaBase path, #mapaBase g, #mapaBase g * {
	
}
#mapaBase {
	position: relative;  
}
#mapaBase .has-content, #mapaBase .has-content *  {
	cursor:pointer; 
}
 #mapaBase .is-active,  #mapaBase .is-active *, #mapaBase .is-forced-active,  #mapaBase .is-forced-active * {
	fill: #c0cd29;
}
#mapaBase *, #mapaBase * * {
	fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #214862;
    stroke: #F9F9F9;
    stroke-width: 0.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#mapaBase .has-content:hover, #mapaBase *.has-content:hover * {
	fill: #c0cd29;
}
#mapa-c {position: relative;}
.pin {
	position: absolute; 
	background: #959f20;
	z-index: 2;
	box-shadow: 0 0 0  4px #c0cd29;
	border-radius: 50%;
}

.pin .inner .close-btn {
	position: absolute;
	width: 15px; height: 100%;
	background: #000;
	top: 0; right: 20px;
	cursor: pointer;
	background: url(../images/btn-x.png) no-repeat center;
}

.pin .inner {
	position: absolute;
	left:260%; 
	width: 300px; 

	background: rgba(188,201,43,0.95);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(188,201,43,0.95)), color-stop(100%, rgba(209,220,92,0.95)));
	background: linear-gradient(to right, rgba(188,201,43,0.95) 0%, rgba(209,220,92,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcc92b', endColorstr='#d1dc5c', GradientType=1 );

	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transform-origin: top left;
	transition: all .25s ease-in;
}
 .pin.pos-right .inner {
 	transform-origin: top right;
 }
.pin.is-visible .inner, .pin.is-forced-visible .inner {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}


 
 .pin.pos-right .inner { 
 	left:auto;
 	right: 260%;
 }
.pin .inner h3 {
	padding: 10px 11px;
	font-size: 1.4em;
	color: #000;
	border-bottom: 1px solid #dae835;
	position: relative;
}
.pin_content {
	padding: 14px 11px;
	font-size: 1.1em;
}

.pin_content  li {
	list-style-position: inside;
	margin-bottom: 0.3em;
}

#mapaSelect {
	color: #7e7e7e;
	width: 70%;
	margin: auto;
	margin-bottom: 60px;
	position: relative;
	z-index: 5;
	border:2px solid #d6d6d6;
}

#mapaSelect select {
	font-family: inherit;
	width: 100%;
	padding: 11px;
	font-size: 1.2em;
	color: inherit;
	border:0;
}
.appearance #mapaSelect select{
	-webkit-appearance: none;
}
.appearance #mapaSelect::after {
	content:'';
	width: 13px; height: 100%;
	background: url('../images/dropdown.png') center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
}
.zoomContainer {
	position: absolute;
	right: 10%; bottom: 10%;
	z-index: 5;
	visibility: hidden;
}
 
.is-loaded .zoomContainer {
	visibility: visible;
}
.zoomContainer > div {
	width: 40px; height: 40px;
	background: #e6e6e6;
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}
.zoomContainer > div:hover {
	background: #d8d8d8;
}
.zoomContainer > div:active {

	background: #d0d0d0;
}
.zoomContainer > div:active::before {
	transform: scale(.9);
}
.zoomContainer > div::before {
	background-image: url(../images/zoom-sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.zoomContainer > div#zoom-inc::before {
	content: '';
	background-position: -6px -3px;
	width: 15px;
	height: 16px;
}
.zoomContainer > div#zoom-dec::before {
	content: '';
	background-position: -7px -56px;
	width: 15px;
	height: 5px;
}
#infografico-container {
	height: 100vh;
	position: relative;
	/* width: 960px; */
	/* width: 770px; */
	max-width: 100%;
	margin: 80px auto auto;
	overflow: hidden;
}
#infografico-container .loader{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 15;
	opacity: 1;
	visibility: visible;
	transition: all .3s;
}

#infografico-container.is-loaded .loader {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes LOADER{
	100% { transform: rotate(360deg) }
}

@keyframes LOADER{
	100% { transform: rotate(360deg) }
}

.icon-loader {
	width: 30px; height: 30px;
	/* background: #0066b3; */
	border-radius: 50%;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto; 
	border:4px solid #0066b3;
	border-right-color:#86c6f6;

	animation: LOADER .5s linear  infinite ;
}
.infografico-lista {display: none;}
@media (max-width:800px) {
	/*#infografico-container {height: auto;}*/
	.infografico-mapa {
	}
	.infografico-lista {
		display: block;
	}
	.infog-wrapper {height: auto;}
	.zoomContainer {display: none;}
	.pin.is-visible .inner {
		display: none;
	}
	#mapaSelect {
		width: 90%;
		position: fixed;
		top: 10px;
		right: 0; left: 0;
	}
	#mapa-c {pointer-events: none;}
	.infog-view {
		margin-top: 10px;
		height: auto;
	}
}

.infografico-lista {
	max-width: 70%;
	margin: auto;
}
.infografico-lista >ul > li {
	/* display: block; */
	display: none;
	padding: 1em 0;
	border-bottom: 1px solid #333;
	position: relative; 
}
.infografico-lista >ul > li h3 {
	cursor: pointer;
}
 
.infografico-lista >ul > li .pin_content {
	display: none;  
}

.infografico-lista >ul > li.is-open {
	display: block;
}
.infografico-lista >ul > li.is-open .pin_content {
	display: block;
}
.infografico-lista >ul > li.is-open h3::after {
	transform: rotate(180deg);
}
.infografico-lista >ul > li .pin_content {
	padding: 14px 0;
} 

@media (max-width:800px) {
	.infografico-lista >ul > li{
		position: absolute;
	    top: 0;
	    z-index: 20;
	    background: rgba(255,255,255,0.9);
	    padding: 10px;
	    left: 0;
	    width: 100%;
	}
	.infografico-lista >ul > li  .pin_content {
		    max-height: 40vh;
	    overflow: scroll;
	}	
}
.pin.is-visible {
	z-index: 100;
}
@media (min-width:800px) {
	.pin .inner {
		overflow-y: scroll;
	}
	::-webkit-scrollbar   {
		width: 5px;
		background: #214862;
	}
	::-webkit-scrollbar-thumb {
		width: 5px;
		background: #888;
	}
}