*{
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;*/
/*transform: scale(1.3);*/
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;
height: 20px;
width: auto;
left: 41.4%;
top: 69.5%;
}

figure .icono2 {
position: absolute;
height: 20px;
width: auto;
left: 41%;
top: 72%;
}

figure .icono3 {
position: absolute;
height: 20px;
width: auto;
left: 42.6%;
top: 68%;
}

figure .icono4 {
position: absolute;
height: 20px;
width: auto;
left: 43%;
top: 70.7%;
}

figure .icono5 {
position: absolute;
height: 20px;
width: auto;
left: 39.8%;
top: 69.5%;
}

figure .icono6 {
position: absolute;
height: 20px;
width: auto;
left: 47.1%;
top: 16.9%;
}

figure .icono7 {
position: absolute;
height: 20px;
width: auto;
left: 48.5%;
top: 18%;
}

figure .icono8 {
position: absolute;
height: 20px;
width: auto;
left: 49.9%;
top: 19.8%;
}

figure .icono9 {
position: absolute;
height: 20px;
width: auto;
left: 46.7%;
top: 19.3%;
}

figure .icono10 {
position: absolute;
height: 20px;
width: auto;
left: 46.8%;
top: 21.5%;
}

figure .icono11 {
position: absolute;
height: 20px;
width: auto;
left: 48.4%;
top: 20.3%;
}

figure .icono12 {
position: absolute;
height: 20px;
width: auto;
left: 48.4%;
top: 23%;
}

figure .icono13 {
position: absolute;
height: 20px;
width: auto;
left: 42.1%;
top: 23%;
}

figure .icono14 {
position: absolute;
height: 20px;
width: auto;
left: 43.6%;
top: 24%;
}

figure .icono15 {
position: absolute;
height: 20px;
width: auto;
left: 42.4%;
top: 25.6%;
}

figure .icono16 {
position: absolute;
height: 20px;
width: auto;
left: 54.8%;
top: 15%;
}

figure .icono17 {
position: absolute;
height: 20px;
width: auto;
left: 66.9%;
top: 64.5%;
}

figure .icono18 {
position: absolute;
height: 20px;
width: auto;
left: 65%;
top: 63.5%;
}

figure .icono19 {
position: absolute;
height: 20px;
width: auto;
left: 65.5%;
top: 66.2%;
}

figure .icono20 {
position: absolute;
height: 20px;
width: auto;
left: 63.6%;
top: 65%;
}


/*--------------------------Fin marcadores----------------------------------*/
.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: 5px;
margin-right: 5px;
}
.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:  5px;
padding-right: 10px;
flex-direction: column;
justify-content: space-between;
}
.tooltip .info .titulo{
color: #111111;
font-size: 19px;
font-weight: 600;
margin-top: 10px;
margin-bottom: 1.5px;
}
.tooltip .info .direccion{
color: #4c4c4c;
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;
}
@media screen and (max-width: 768px){
.contenedor{
width: 1014px;
max-width: 1014px;
margin: 0 auto;
max-height: 800px;
/*margin: auto;
/*padding-top: 300px;*/
}
figcaption .tooltip{
font-size:12px;
}
}