.ra-carte-wrapper {
  position: relative;
  max-width: 100%;
  min-height: 400px;
  height: 100%;
}
.ra-carte-inner {
  position: relative;
  display: block;
  width: 100%;
}
.ra-carte-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
}
.ra-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.ra-hotspot-btn {
  cursor: pointer;
  border: none;
  color: #ffd700 !important;
  background: black !important;
  font-weight: 900 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  text-transform: uppercase !important;
  padding: 10px;
  border-radius: 50%;
  font-size: 22px !important;
  line-height: 1;
  transition: all 0.3s ease-in;
}

.ra-hotspot.open .ra-hotspot-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -110%) scale(1);
}
.ra-hotspot-tooltip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -110%) scale(0.95);
  background: #ffd700 !important;
  color: black !important;
  padding: 12px 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  width: max-content !important;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease;
  text-align: left;
  z-index: 99999;
}

.ra-hotspot-tooltip p {
  margin: 0;
}
.ra-hotspot-tooltip .txtNombre {
  font-weight: 900;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 1.4rem !important;
}

ul.ra-roles {
  padding: 0;
  font-size: 1.2rem !important;
  font-family: "League Spartan", sans-serif !important;
  font-weight: 400 !important;
}
.ra-roles li {
  list-style-type: none;
}

.tooltip-city-name {
  font-size: 1.3rem;
  text-transform: uppercase;
  display: block;
  width: min-content;
  padding: 5px 10px;
  background: black;
  font-weight: 900;
  font-family: "Barlow Condensed", sans-serif !important;
  color: #ffd700 !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .btn-city-name {
    display: none;
  }
  .ra-hotspot-btn {
    border-radius: 50% !important;
    padding: 0;
    width: 20px;
    height: 20px;
  }

  .ra-hotspot.open {
    left: 0 !important;
    transform: none;
    right: 0 !important;
    width: 100%;
    margin: 0;

    .ra-hotspot-btn {
      display: none;
    }
  }
}
