/* * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}*/

section.hotspot[id^='hotspot'] {
	--color-cita: #eee;
	--color-sonar: #f01b18;
	--tam-sonar: 15px;
	
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	/*width: 83%;*/
	max-width: 900px;
	margin-left:  auto;
	margin-right: 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;
}

section.hotspot[id^='hotspot'] .tooltip-content {
	position: absolute;
	background-color: var(--color-cita);
	padding: 1rem;
	width: 90vw;
	max-width: 300px;
	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.3rem;
}

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: 79%;
    left: 64%;
}

section.hotspot[id^='hotspot'] .tooltip-2 .pin {
	 top: 52%;
    right: 31%;
}

section.hotspot[id^='hotspot'] .tooltip-3 .pin {
	top: 60%;
    left: 40%;
}

section.hotspot[id^='hotspot'] .tooltip-4 .pin {
	       top: 37%;
    left: 39%;
}

section.hotspot[id^='hotspot'] .tooltip-5 .pin {
	top: 25%;
    left: 43%;
}

section.hotspot[id^='hotspot'] .tooltip-6 .pin {
	    top: 61%;
    right: 13%;
}

section.hotspot[id^='hotspot'] .tooltip-7 .pin {
	    top: 75%;
    right: 20%;
}



section.hotspot[id^='hotspot'] .tooltip-8 .pin {
	   top: 4%;
    left: 2%;
}


section.hotspot[id^='hotspot'] .tooltip-9 .pin {
	 top: 26%;
    left: 5%;
}


section.hotspot[id^='hotspot'] .tooltip-10 .pin {
	       top: 26%;
    left: 11%;
}

section.hotspot[id^='hotspot'] .tooltip-11 .pin {
	       top: 26%;
    left: 26%;
    }

section.hotspot[id^='hotspot'] .tooltip-12 .pin {
	        top: 26%;
    left: 43%;
}
section.hotspot[id^='hotspot'] .tooltip-13 .pin {
	     top: 26%;
    left: 51%;
}

section.hotspot[id^='hotspot'] .tooltip-14 .pin {
	       top: 12%;
    left: 66%;
}

section.hotspot[id^='hotspot'] .tooltip-15 .pin {
	   top: 93%;
    right: 29%;
    }

section.hotspot[id^='hotspot'] .tooltip-16 .pin {
top: 80%;
    right: 31%;
    }

section.hotspot[id^='hotspot'] .tooltip-17 .pin {
    top: 26%;
    right: 11%;
}




section.hotspot[id^='hotspot'] .pin:hover~.tooltip-content {
	opacity: 1;
	transition-timing-function: linear, step-end, step-end;
	z-index: 20;
}





.custom-tooltip {
			--bs-tooltip-bg: var(--bs-gray-200);
		
			--bs-tooltip-max-width: 500px;
			--bs-tooltip-opacity: 1;
			-webkit-filter: drop-shadow(2px 4px 0.5rem #444);
			filter: drop-shadow(2px 4px 0.5rem #444);

			font-weight: 300!important;
		

			
			min-width: 300px;
			-webkit-user-select: none;
			-moz-user-select: -moz-none;
			-ms-user-select: none;
			-o-user-select: none;
			user-select: none;
		}


.tooltip {

    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
  
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --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: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 300;
  
    
}


		.custom-tooltip>.tooltip-inner>h4 {
			font-size: 25px;
		}

		/*.custom-tooltip>.tooltip-inner>h4,
		.custom-tooltip>.tooltip-inner>p {
			text-align: left;
		}*/



@-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;
	}
}