/* CSS HOTPOT */ 

.ver {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;*/
	transition: 
    background-size 0.1s ease-in-out,
    width 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
	transform: opacity 1s ease-in-out;
	opacity: 1;
	background-image: url('https://360.betprooz.com/wp-content/uploads/2025/08/lupa.png') !important;
}

.ruta {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;*/
	transition: 
    background-size 0.1s ease-in-out,
    width 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
	transform: opacity 1s ease-in-out;
	opacity: 1;
	background-image: url('https://360.betprooz.com/wp-content/uploads/2025/08/Flecha.png') !important;
}

.no_pase {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;*/
	transition: 
    background-size 0.1s ease-in-out,
    width 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
	transform: opacity 1s ease-in-out;
	opacity: 1;
	background-image: url('https://360.betprooz.com/wp-content/uploads/2025/11/no_pase.png') !important;
}

.pequena {
	width: 75px !important;
  	height: 75px !important;
}

.mediana {
	width: 125px !important;
  	height: 125px !important;
}

.grande{
	width: 175px !important;
  	height: 175px !important;	
}

.custom-ifram-flex {
	background-color: rgba(0,0,0, 0.3);
	border-radius: 10px;
}

.custom-ifram-flex img{
	border-radius: 10px;
}

.pnlm-hotspot-base.pequena span {
	background-color: rgba(0,0,0,0.1) !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
	visibility: visible !important;
	transition: background-color 0.3s ease, margin 0.3s ease;
}

.pnlm-hotspot-base.mediana span {
	background-color: rgba(0,0,0,0.1) !important;
    margin-top: 75px !important;
    margin-bottom: 75px !important;
	visibility: visible !important;
	transition: background-color 0.3s ease, margin 0.3s ease;
}

.pnlm-hotspot-base.grande span {
	background-color: rgba(0,0,0,0.1) !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
	visibility: visible !important;
	transition: background-color 0.3s ease, margin 0.3s ease;
}

.pnlm-hotspot-base:hover span{
	background-color: rgba(0,0,0,0.7) !important;
	transition: opacity 0.3s ease;
}

.pnlm-hotspot-base.ver:hover p,
.pnlm-hotspot-base.ruta:hover p{
	opacity: 1 !important;
}

.ver p,
.ruta p,
.no_pase p{
	background-color: transparent !important;	
	color: white;
	opacity: 0.5;
}

.mapa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  height: auto;
  z-index: 9999;
  opacity: 0.85;
  cursor: pointer;
}

.modalpre {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.modalpre .modal-content {
  width: 50%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.3s ease;
	cursor: default !important;
}

.modalpre .close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 100px;
  color: white;
  background: transparent;
  border: none;
  z-index: 10001;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
	  div.custom-tooltip span {
		min-width: 75px !important;
		max-width: 100px !important;
	}
	
	.custom-tooltip p{
		min-width: 75px !important;
		max-width: 100px !important;
	}
	
	.modalpre {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    padding: 0;
    margin: 0;
  }

  .modalpre .modal-content {
    width: 95%;
    height: auto;
    transform: none;
    transition: opacity 0.3s ease;
  }

  .modalpre .close {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 80px;
    color: white;
    background: transparent;
    border: none;
    z-index: 10001;
    cursor: pointer;
  }
}

div.custom-tooltip span {
	min-width: 100px !important;
}

@media screen and (max-width: 500px) {
	.mapa {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 200px;
  height: auto;
  z-index: 9999;
  opacity: 0.85;
  cursor: pointer;
}
}

