#map_cont{
	position: relative;
	width:100%;
}

#map_bg{
	width:100%;
}

#desafio1{
	position: absolute;
	left: 15.18%;
	top: 19.59%;
	height: 12.31%;
	width:0px;
	cursor:pointer;
}

#desafio2{
	position: absolute;
	left: 62.77%;
	top: 72.19%;
	height: 12.31%;
	width:0px;
	cursor:pointer;	
}

#pingpong{
	position: absolute;
	left: 36.11%;
	top: 33.17%;
	height: 10.17%;
	width:0px;	
	cursor:pointer;
}

#buganvilla{
	position: absolute;
	left: 82.77%;
	top: 40.86%;
	height: 14.39%;
	width:0px;	
	cursor:pointer;
}

#photoopp{
	position: absolute;
	left: 9.62%;
	top: 55.2%;
	height: 8.2%;
	width:0px;	
	cursor:pointer;
}

#metegol{
	position: absolute;
	left: 41.85%;
	top: 65.14%;
	height: 14.39%;
	width:0px;	
	cursor:pointer;
}

#churrasqueria{
	position: absolute;
	left: 3.7%;
	top: 63.46%;
	height: 15.66%;
	width:0px;	
	cursor:pointer;
}

#deli_club{
	position: absolute;
	left: 3.7%;
	top: 78.72%;
	height: 10.57%;
	width:0px;	
	cursor:pointer;
}

.tooltip_area .tooltip_text {
    /*visibility: hidden;*/
    width: 120px;
    color: #fe4f28;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.tooltip_text img{
    width: 110%;
    position: absolute;
    top: 1px;
    left: -10px;
    z-index: -1;
}

.tooltip_text h3{
	font-family: 'Poppins black', sans-serif !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip_izq{
	left: 95px;
	top: 40%;;
}

.tooltip_der{
	right: 10px;
	top: 40%;;
}

.tooltip_der h3{
	position: absolute;
	left: -6px;
}

.tooltip_centrado{
	left: -16px;;
}

.tooltip_centrado h3{
    margin-top: 16px !important;
}
