*{
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: 53%;
top: 46%;
}

figure .icono2 {
position: absolute;
height: 20px;
width: auto;
left: 32%;
top: 45%;
}

figure .icono3 {
position: absolute;
height: 20px;
width: auto;
left: 54.7%;
top: 35%;
}

figure .icono4 {
position: absolute;
height: 20px;
width: auto;
left: 44.1%;
top: 45.5%;
}

figure .icono5 {
position: absolute;
height: 20px;
width: auto;
left: 46.8%;
top: 47.8%;
}

figure .icono6 {
position: absolute;
height: 20px;
width: auto;
left: 47%;
top: 52%;
}

figure .icono7 {
position: absolute;
height: 20px;
width: auto;
left: 59%;
top: 18.6%;
}

figure .icono8 {
position: absolute;
height: 20px;
width: auto;
left: 45.7%;
top: 54.5%;
}

figure .icono9 {
position: absolute;
height: 20px;
width: auto;
left: 49%;
top: 60.2%;
}

figure .icono10 {
position: absolute;
height: 20px;
width: auto;
left: 55%;
top: 30%;
}

figure .icono11 {
position: absolute;
height: 20px;
width: auto;
left: 51%;
top: 31%;
}

figure .icono12 {
position: absolute;
height: 20px;
width: auto;
left: 50.5%;
top: 54%;
}

figure .icono13 {
position: absolute;
height: 20px;
width: auto;
left: 52.8%;
top: 51.6%;
}

figure .icono14 {
position: absolute;
height: 20px;
width: auto;
left: 53.4%;
top: 41%;
}

figure .icono15 {
position: absolute;
height: 20px;
width: auto;
left: 37%;
top: 64%;
}

figure .icono16 {
position: absolute;
height: 20px;
width: auto;
left: 44%;
top: 51.9%;
}

figure .icono17 {
position: absolute;
height: 20px;
width: auto;
left: 45.4%;
top: 52%;
}

figure .icono18 {
position: absolute;
height: 20px;
width: auto;
left: 67%;
top: 23%;
}

figure .icono19 {
position: absolute;
height: 20px;
width: auto;
left: 43.7%;
top: 58%;
}

figure .icono20 {
position: absolute;
height: 20px;
width: auto;
left: 54.2%;
top: 49%;
}

figure .icono21 {
position: absolute;
height: 20px;
width: auto;
left: 48.4%;
top: 39.5%;
}

figure .icono22 {
position: absolute;
height: 20px;
width: auto;
left: 35%;
top: 66.8%;
}

figure .icono23 {
position: absolute;
height: 20px;
width: auto;
left: 55.6%;
top: 32.6%;
}

figure .icono24 {
position: absolute;
height: 20px;
width: auto;
left: 50.9%;
top: 51.3%;
}

figure .icono25 {
position: absolute;
height: 20px;
width: auto;
left: 48%;
top: 56.7%;
}

figure .icono26 {
position: absolute;
height: 20px;
width: auto;
left: 47.3%;
top: 54%;
}

figure .icono27 {
position: absolute;
height: 20px;
width: auto;
left: 35.4%;
top: 70%;
}

figure .icono28 {
position: absolute;
height: 20px;
width: auto;
left: 44.8%;
top: 59%;
}

figure .icono29 {
position: absolute;
height: 20px;
width: auto;
left: 43%;
top: 60%;
}

figure .icono30 {
position: absolute;
height: 20px;
width: auto;
left: 0%;
top: 0%;
display: none;
}

figure .icono31 {
position: absolute;
height: 20px;
width: auto;
left: 51.2%;
top: 44%;
}

figure .icono32 {
position: absolute;
height: 20px;
width: auto;
left: 61%;
top: 26%;
}

/*--------------------------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;
}
}