@font-face {
	font-family:'AMX-Regular';
	src:url(fonts/amx-regular.eot?#iefix) format("embedded-opentype"),url(fonts/amx-regular.woff) format("woff"),url(fonts/amx-regular.ttf) format("truetype"),url(fonts/amx-regular.svg#AMX-Regular) format("svg");
	font-weight:400;
	font-style:normal;
}
html, body {
				height: 100%;
				margin: 0;
				font-family:'AMX-Regular';
				font-size: 0.9em;
			}
.load-picture{
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: url('images/blue_rounded.png');
	background-size: cover;
	animation: playX 2.7s steps(20) infinite;
}	
.load-picture span {
	width:400px!important;
}	
.load-picture span img{
	width: 100%;
}		
.legend-top-bar {
	height:50px;
	width:50px;
	background:none;
	position:absolute;
	top:100px;
	transform:none!important;
	right:250px;
    z-index: 10;
}

.legend-top-bar span {
	visibility:visible!important;
	width:400px!important;
	position:absolute;
}
.custom-hotspot {
	cursor: pointer;
	width: 70px;
	height: 70px;
	background: url('images/blue_rounded.png');
	background-size: cover;
	animation: playX 2.7s steps(20) infinite;
	    transform: translate(-100000000px, -100000000px) translateZ(0) rotate(0deg);
}
.custom-hotspot span{
	width: 190px;
}
div.custom-tooltip span{
	visibility: visible;
}
div.custom-tooltip-image span{
	visibility: hidden;
}
div.custom-tooltip-image-internal span{
	visibility: hidden;
}
div.custom-tooltip-image-hide{
	z-index: 0;
}
div.custom-tooltip span , div.custom-tooltip-image span , div.custom-tooltip-image-internal span{
	position:absolute;
	border-radius:3px;
	background-color:#fff;
	color:#000;
	text-align:center;
	padding:10px 10px;
	margin-left:-220px;
	cursor:default;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    will-change: transform;
}

div.custom-tooltip:hover span{
	visibility:visible;
}
div.custom-tooltip-image:hover span{
	visibility:visible;
}
div.custom-tooltip-image-internal:hover span{
	visibility:visible;
}
div.custom-tooltip:hover span:after {
	
}

div.custom-tooltip-image span:after {
	
}

.next-path{
	background-image: url(images/flecha.png) !important;
	background-position: center center;
	background-size: cover;
	padding: 5px;
	width: 60px;
	height: 60px;
	animation: none;
	transition: box-shadow 0.5s ease, background-color 0.5s ease, opacity 0.25s ease;
}
.next-path:hover{
	opacity: 0.75;
}
@keyframes playX {
	from {background-position-x: 0px;}
	to {background-position-x: -1400px;}
}
			
@-moz-keyframes aia2{
	from {background-position-x: 0px;}
	to {background-position-x: -1400px;}
}
			
@-webkit-keyframes aia2{
	from {background-position-x: 0px;}
	to {background-position-x: -1400px;}
}
@-o-keyframes aia2{
	from {background-position-x: 0px;}
	to {background-position-x: -1400px;}
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
#controls {
        position: absolute;
        bottom: 80px;
        right: 5px;
        z-index: 2;
        text-align: center;
        width: 40px;
        padding-bottom: 3px;
}
.ctrl {
        width: 40px;
        height: 40px;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        display: inline-block;
        cursor: pointer;
}
.ctrl-fullscreen{
	background-image: url(images/expand-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.ctrl-minimize-fullscreen{
	background-image: url(images/minimize-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.ctrl-zoom-out{
	background-image: url(images/zoom-out-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.ctrl-zoom-in{
	background-image: url(images/zoom-in-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.ctrl-share{
	background-image: url(images/share-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}
.ctrl-share-twitter{
	background-image: url(images/twitter-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
	position: absolute;
	right: 95px;
	top: 46px;
	display: none;
}
.ctrl-share-facebook{
	background-image: url(images/facebook-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
	position: absolute;
	right: 45px;
	top: 46px;
	display: none;
}
.ctrl-volume-on{
	background-image: url(images/volumen-on-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
.ctrl-volume-off{
	background-image: url(images/volumen-off-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}

.sticky{
	display: none;
	width: calc(90% - 20px);
	position: absolute;
	top: 10%;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #fff;
	z-index: 100;
	-webkit-box-shadow: 1px 3px 24px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 3px 24px -6px rgba(0,0,0,0.75);
	box-shadow: 1px 3px 24px -6px rgba(0,0,0,0.75);
	padding: 10px;
}

.sticky .close-sticky{
	display: block;
    width: 35px;
    height: 35px;
    background-image: url(images/close-button.svg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -10px;
    right: -5px;
    position: absolute;
}
.sticky .image{
	width: 95%;
	height: auto;
	margin: 10px auto 0;
}
.sticky .image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	
}
@media (min-width: 1281px) {
  

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  

  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  

  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) { 
	.load-picture span {
		width:210px!important;
	}
	.legend-top-bar span {
	    width: 280px!important;
	}
	.legend-top-bar {
	    transform: none!important;
	    right: 44%;
	}
}