
html, body {
        margin: 0;
        width: 100%;
        height: 100%;      
        background-color: #fff;
      }

		/*overflow: hidden;*/

      #panorama:-webkit-full-screen{
        left: 0;
        top: 0;
      }
      #panorama:-moz-full-screen{
        left: 0;
        top: 0;
      }
      #panorama:-ms-fullscreen{
        left: 0;
        top: 0;
      }
      #panorama:fullscreen {
        left: 0;
        top: 0;
      }

.fxSelected{
	fill:white;
	opacity: 0.1;
	cursor:pointer;
}

.fxSelected:hover {
	fill: white;
	opacity: 0.5;
	fill: rgba(235, 144, 70);
}

.TitleOne{
	 font-family: 'Arial Black', sans-serif;
	 color: rgba(179,186,235,255);
	 font-size: 300%;
}

.TitleTwo{
	 font-family: 'Montserrat', sans-serif;
	 color: rgba(198,143,243,255);
	 font-size: 200%;
}

.container{
	/*margin: auto;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    align-items: center;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper{
	width: 55%;
    margin: 0 auto;
}

.triangulo_izq {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid #000;
    border-bottom: 7px solid transparent;
	display: inline-block;
}

.showArea{
	width: 100%;
	height: auto;
	margin-top:20px;
}

#iconGira{
	
	background-image: url('../img/icon_giro_02.gif');
	background-repeat:no-repeat;
	background-size:contain;
	width: 25%;
	height: 25%;
	position: absolute;
	top: 45%;
	left: 45%;
	transform: translate(-5%, -50%);
	display:none;
}

#masInfo{	
	width: 100%;
    height:auto;
	/*max-width:980px;*/
	margin: 0 auto;
	padding-top:5%;
	padding-bottom:5%;
	position:relative;
}

#masInfo img{
	
	 position:absolute;
	 left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

#masInfo img:hover {
  opacity:0;
}

.masInfoImg{
	width: 20%;
	cursor:pointer;
}



#bloqueMap{
	
	padding: 1%;
    float: left;
    width: 50%;
    height: auto;
    max-width: 700px;
    /* margin: 0 auto;*/
	
}

#bloqueText{
	
    /* padding: 1%; */
    float: left;
    width: 40%;
    height: auto;
	/*max-width: 980px;*/
    /*margin: 0 auto;*/
    /*text-align: end;*/
	padding-left: 5%;
	padding-bottom:5%;
}

#bloqueButton{
	
	padding:1%;
	margin-top:5px;
	/*float:left;*/
	width: 100%;
    height:auto;
	/*max-width:980px;*/
	margin: 0 auto;
}


#bloqueRightUp{
	/*padding-top:15%;*/
	
}

#panorama{	
	width: 100%;
    height: auto;
	position: relative;
	margin: 0 auto;
	cursor:pointer;
	overflow:hidden;
}

 
#loadIcon {
	
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
 
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  
#video_panel{
	display:none;
	width: 100%;
    height:auto;
	max-width:600px;
}

#svgMap{
	width: 100%;
    height:auto;
	background-image: url('../img/staticoCenital_vertical_crop02.png');
	background-repeat:no-repeat;
	background-size:contain;
	max-width:600px;
}

/*
#map{
	width: 379px;
    height: 491px;
	background-image: url('../img/staticoCenital_vertical_crop.png');
	background-repeat:no-repeat;
	background-size:contain;
}*/


/*
@media only screen and (max-width: 1200px) {
  #map,#video_panel,#panorama {
    width: 100%;
    height: 100%;
  }
}
*/

.btGen {

	/*background-color: #04AA6D; /* Green */
	border: none;
	/*color: white;*/
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 8px;
	float:right;
}

@media screen and (max-width: 1600px) {
	
	
	#bloqueText{
		width: 100%;
		height: 300px;
		margin: 0 auto;
		text-align: center;
		padding-left:0px;
	}
	
	#bloqueMap {
		
		padding: 1%;
		width: 100%;
		float:none;
		height: auto;
		margin: 0 auto;
	}
		
}


@media screen and (max-width: 1080px) {
	
	.wrapper {
		width: 95%;
		margin: 0 auto;
	}
	
	#svgMap {
		width: 100%;
		height: auto;
		background-image: url(../img/staticoCenital_vertical_crop02.png);
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 1080px;
	}
	
	#bloqueMap {
		padding: 1%;
		float: left;
		width: 100%;
		height: auto;
		max-width: 1080px;
	}
	
	.masInfoImg {
		width: 50%;
		cursor: pointer;
	}
	
	
	.TitleOne{
		 font-family: 'Arial Black', sans-serif;
		 color: rgba(179,186,235,255);
		 font-size: 300%;
	}

	.TitleTwo{
		 font-family: 'Montserrat', sans-serif;
		 color: rgba(198,143,243,255);
		 font-size: 250%;
	}
	
	
	
}

@media screen and (max-width: 500px) {
	
	
	.TitleOne{
	 font-family: 'Arial Black', sans-serif;
	 color: rgba(179,186,235,255);
	 font-size: 165%;
	}

	.TitleTwo{
		 font-family: 'Montserrat', sans-serif;
		 color: rgba(198,143,243,255);
		 font-size: 110%;
	}
	
	#bloqueButton{
		
		overflow: hidden;
	}
	
	.btGen{
		width:20%;
		font-size: 65%;
		padding:5px;
	}
	
	.triangulo_izq {
		border-top: 4px solid transparent;
		border-right: 6px solid #000;
		border-bottom: 4px solid transparent;
	}
	
	#iconGira{
		
		display:block;
	}
	
}






