


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	background: white;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	
}


.contenedor{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	max-height: 800px;
	/*margin: auto;*/
	padding-top: 0px;
}



figure{
	width: 100%;
	position: relative;
}


figure .fondo {
	width: 100%;
	vertical-align: top;
	
	border-radius: 10px;
	top: -0.1%;
}

figure .mapa {
	width: 100%;
	vertical-align: top;
	
	border-radius: 10px;
	top: -0.1%;
}

/*
figure .vigilado {
	position: absolute;
	background-color: white;
	height: 70%;
	width: auto;
	left: -100px;
	
	margin-top:  auto;
}
*/

/*--------------------------Inicio marcadores----------------------------------*/
figure .icono1{

	position: absolute;
	background: yellow;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	left: 36.6%;
	top: 55.6%;
	transition: .3s ease all;

}

figure .icono2{

	position: absolute;
	background: #F0415D;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	left: 55.6%;
	top: 45.8%;
	transition: .3s ease all;

}


figure .icono3{

	position: absolute;
	height: 20px;
	width: auto;
	left: 73.3%;
	top: 37.8%;

}


figure .icono4{

	position: absolute;
	height: 20px;
	width: auto;
	left: 72.7%;
	top: 38.2%;

}


figure .icono5{

	position: absolute;
	height: 20px;
	width: auto;
	left: 63.4%;
	top: 53.2%;
	
}





/*--------------------------Fin marcadores----------------------------------*/



.icono1:hover{
	
	transition: .5s ease all;
	border: 1px solid #F0415D;
	background: none;
	transform: scale(1.9);
	box-shadow: 1px 1px 5px rgba(0,0,0, 0.7);
}


.icono2:hover{
	
	transition: .5s ease all;
	border: 1px solid #F0E841;
	background: none;
	transform: scale(1.9);
	box-shadow: 1px 1px 5px rgba(0,0,0, 0.7);
}


.tooltip{
	display: flex;
	position: absolute;
	top: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 9.4px rgba(0,0,0, 0.3);
	max-width: 310px;
	z-index: 1000;
	opacity: 0;
	transition: .3s ease all;
	transform: scale(0);
}


.tooltip::after {
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid  #fff;
	box-shadow: 5px 5px 9.4px rgba(112,111,111, 0.15);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 8px);
}

.tooltip.activo{
	opacity: 1;
	transform: scale(1);
}


.tooltip .thumb{
	width: 40%;
	margin-left: 25px;
	margin-right: 25px;
}


.tooltip .thumb img{
	width: 100px;
	height: 100px;
	
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 0 0 10px;
	vertical-align: top;
	padding: 5px;
	

}

.tooltip .info{

	width: 100%;
	padding: 0;
	display: flex;
	padding:  13px;
	flex-direction: column;
	justify-content: space-between;

}

.tooltip .info .titulo{
	color: #2e3c3f;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 7.5px;
	border-bottom: 1px solid #546c72;
}

.tooltip .info .direccion{
	color: #3b4d51;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: .5px;
}

.tooltip .info .ciudad{
	color: #707070;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 13px;
}

.tooltip .info .localidad{
	color: #494949;
	font-weight: 500;
	margin-bottom: 5px;

}
	figcaption .tooltip{
		font-size:12px;
	}

@media (max-width: 768px){
.gps{
opacity: 0;
width: 100%;
content:url("instruccion_mb.png");
	}
	
	
.mapa_mb{
width: 100%;
content:url("img1_mb.jpg");
}

.tooltip.activo {
left: 11% !important;
top: 68% !important;
}

.tooltip{
transition: 0.2s ease all;

}
	
.icono1:hover{
transform: scale(3);
}
	
.icono2:hover{
transform: scale(3);
}

	
.tooltip::after{
content: none;		
}

figure .icono1{
width: 13px;
height: 13px;
left: 19.1%;
top: 57.1%;
}

figure .icono2{
width: 13px;
height: 13px;
left: 55.8%;
top: 48%;
}
	
}

/*-------------------------INSTRUCCION--------------------*/


.caja{
/*background-color: green;*/
width: 100%;
height: 136px;
}
.espacio{
height: 0;
}
		
.texto_tamano{
display: flex;
justify-content: center;
align-content: center;
margin: 0;
}

.texto{
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
color: #664654;
font-size: 19px;
font-weight: 400;
margin-top: -5px;
}

.anim_mar{
/* background: #89767E;*/
width: 100%;
height: 80px;
}

.cursor{

position: absolute;
z-index: 100;
width: 35px;
height: 35px;
margin: 25px;
opacity: 0;
	
}

.gps{
width: 100%;
max-width: 1200px;
position: absolute;
z-index: 100;
opacity: 0;
}

::-webkit-scrollbar{
display: none;
}
.pantalla{
width: 1920px;
max-width: 1920px;
height: 800px;
left: 50%;
}
	
img{
width: 100%;
}

/*---------------------------------------------------------------------------*/
@keyframes mianimacion_gps{
0%{
opacity: 100%;
}

93%{
	pointer-events: all;
opacity: 100%;
}
	
100%{
pointer-events: none;
opacity: 0%;
}
	
@media (max-width: 768px){
.pantalla{
height: 490px;
width: 1000px;
/*transform: scale(1.2);*/
}
}
	