.spot .tooltip-content-outer {
  position: absolute;
  left: -125px;
  bottom: calc(-30px + 100%);
  width: 300px;
  padding-left: 10px;
  padding-bottom: 30px;
  pointer-events: none;

  background: transparent;
  line-height: 1em;

  opacity: 0;
  
  display: grid;
  
  -webkit-transform-origin: 50% calc(100% + 6em);
  transform-origin: 50% calc(100% + 6em);

  -webkit-transform: rotate3d(0,0,1,15deg);
  transform: rotate3d(0,0,1,15deg);

  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;

  -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
  transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}
.spot .tooltip-content {
  background-color: #fff;
  color: #333;
  line-height: 1em;
  
  display: inline-block;
  margin-bottom: 2px;
  padding: 10px;
  
  position:relative;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.spot .tooltip-content .tt-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding:0;
}
.spot .tooltip-content .tt-orbit {
  font-size: 12px;
  margin:0;
  padding:0;
}
.tt-orbit.cultura {
  color: purple;
}
.tt-orbit.diversion {
  color: limegreen;
}
.tt-orbit.folklore {
  color: darkturquoise;
}
.tt-orbit.masuno {
  color: darkorange;
}

.spot .tooltip-content .tt-infoPuntero {
  font-size: 12px;
  margin:0;
  margin-right: 0.5em;
  padding:0;
}

.spot .tooltip-content .ver-mas {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  color: black;
  float: right;
}
.spot .tooltip-content .ver-mas:hover {
    text-decoration: underline;
}

.spot .photo-content {
  left: -20px;
  top: 15px;
  width: 25%;
  float: left;
  /* margin-top: 10%; */
  position: absolute;
  width: 100px;
  display: grid;
  height: 80%;
}
.spot .text-content {
  width: 70%;
  float: right;
}

.spot:hover {
  z-index: 3;
}

.spot:hover .tooltip-content-outer {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.spot .tooltip-content-outer .vl {
  width: 4px;
  height: 10px;
  left: 50%;
  position: relative;
  border-left: 3px solid DarkTurquoise;
  background: transparent;
  
  transition: height 1s;
  -moz-transition: height 1s; /* Firefox 4 */
  -webkit-transition: height 1s; /* Safari and Chrome */
  -o-transition: height 1s; /* Opera */
  -ms-transition: height 1s; /* Explorer 10 */
  
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s; /* Firefox 4 */
  -webkit-transition-delay: 0.25s; /* Safari and Chrome */
  -o-transition-delay: 0.25s; /* Opera */
  -ms-transition-delay: 0.25s; /* Explorer 10 */
}
.spot:hover .vl {
  height: 80px;
}

.spot .hotspot {
  cursor: pointer;
}

.spot .hotspot .out:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.spot .hotspot .out {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,.8);
  -webkit-transition: -webkit-transform ease-out 0.1s, border 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, border 0.2s;
  transition: transform ease-out 0.1s, border 0.2s;
}

.spot .hotspot .in {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255,255,255,.8);
  border-radius: 50%;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.spot .hotspot .out:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.spot .hotspot:hover .out {
  border: 5px solid rgba(255,255,255,1);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.spot .hotspot:hover .in {
  background-color: rgba(255,255,255,1);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.spot .hotspot:hover .out:after {
  -webkit-animation: sonarEffect 1.2s ease-out;
  -moz-animation: sonarEffect 1.2s ease-out;
  animation: sonarEffect 1.2s ease-out;
}

.spot.far .hotspot {
  transform: scale(0.5);
}
.spot.mid .hotspot {
  transform: scale(0.8);
}
.spot.near .hotspot {
  transform: scale(1);
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(37,170,225,.8), 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(37,170,225,.8), 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(37,170,225,.8), 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(37,170,225,.8), 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(37,170,225,.8), 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px rgba(37,170,225,.8), 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
