* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.hotspot-text {
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #666;
    }
.hotspot-title {
    font-size: 1.2rem;
    line-height: 1.1rem;
    color: #666;
    }

.hotspot-figcaption {
    font-size: 0.7rem;
    color: #666;
    text-align: center;
    line-height: 0.9rem;
    align-content: center;
    padding-top: 0.5rem;
    }
section.hotspot[id^='hotspot'] {
	--color-cita: #e5e4e4;
	--color-sonar: #c7e2ff;
	--tam-sonar: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
    font-weight: 300;
    color: #444;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 80%;
	max-width: 1200px;
	margin: 2rem auto;
}

section.hotspot[id^='hotspot'] .container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 0 10px #fff, 0 15px 50px;
}

section.hotspot[id^='hotspot'] .container img {
	height: 100%;
	width: 100%;
}

section.hotspot[id^='hotspot'] .all-tooltip {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

section.hotspot[id^='hotspot'] .tooltip {
	opacity: 1;
	position: static;
}

.tooltip-hot {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 100%;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #444;
  --bs-tooltip-bg: #e5e4e4;
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 1;
  background-color: #e5e4e4; 
    -webkit-filter: drop-shadow(2px 4px 10px #444);
	filter: drop-shadow(2px 4px 10px #444);
border-radius: 50%; 
    position: absolute;
}
section.hotspot[id^='hotspot'] .tooltip-content {
	position: absolute;
	background-color: var(--color-cita);
	padding: 8px;
	width: 140vw;
	max-width: 1000px;
	opacity: 0;
	left: -50%;
	z-index: 2;
	-webkit-filter: drop-shadow(2px 4px 10px #444);
	filter: drop-shadow(2px 4px 10px #444);
	transition: opacity .5s ease-in-out, margin-top .5s step-start, z-index .1s step-start;
}

section.hotspot[id^='hotspot'] .tooltip-content .arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-bottom-color: var(--color-cita);
	top: 0px;
	left: 50%;
	transform: translate(-50%, -100%) rotate(0deg);
}

section.hotspot[id^='hotspot'] .tooltip-content .content h2 {
	font-size: 1.1rem;
}
section.hotspot[id^='hotspot'] .tooltip-content .content h5 {
	font-size: 1.1rem;
}

section.hotspot[id^='hotspot'] .tooltip-content .content p {
	line-height: normal;
}

section.hotspot[id^='hotspot'] .pin {
	position: absolute;
	margin: 0;
	content: "";
	height: var(--tam-sonar);
	width: var(--tam-sonar);
	background-color: var(--color-sonar);
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
    
}

section.hotspot[id^='hotspot'] .pin:before,
section.hotspot[id^='hotspot'] .pin:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--color-sonar);
	border-radius: 50%;
    
}

section.hotspot[id^='hotspot'] .pin:before {
	-webkit-animation: efecto-sonar 1s ease-out infinite;
	animation: efecto-sonar 1s ease-out infinite;
}

section.hotspot[id^='hotspot'] .pin:after {
	-webkit-animation: efecto-sonar 1s 0.5s ease-out infinite;
	animation: efecto-sonar 1s 0.5s ease-out infinite;
}

section.hotspot[id^='hotspot'] .tooltip-1 .pin {
	top: 56%;
	left: 51%;
}

section.hotspot[id^='hotspot'] .tooltip-2 .pin {
	top: 30%;
	left: 49%;
}

section.hotspot[id^='hotspot'] .tooltip-3 .pin {
	top: 50%;
	left: 49%;
}

section.hotspot[id^='hotspot'] .tooltip-4 .pin {
	top: 72%;
	left: 49%;
}

section.hotspot[id^='hotspot'] .tooltip-5 .pin {
	top: 93%;
	left: 49%;
}

section.hotspot[id^='hotspot'] .tooltip-6 .pin {
	top: 65%;
	left: 79%;
}

section.hotspot[id^='hotspot'] .tooltip-7 .pin {
	top: 73%;
	left: 75%;
}

section.hotspot[id^='hotspot'] .pin:hover~.tooltip-content {
	opacity: 1;
	transition-timing-function: linear, step-end, step-end;
	z-index: 20;
}

@-webkit-keyframes efecto-sonar {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(3);
		opacity: 0;
	}
}

@keyframes efecto-sonar {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(3);
		opacity: 0;
	}
}