.kitchen-svg-wrapper {
  max-width: 2172px;
  margin: 0 auto;
}

.kitchen-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* estilos generales para textos, burbujas, etc. */
.hotspot-label-bg {
  fill: #e5e5db;
  stroke: #e5e5db;
  stroke-width: 1;
  rx: 14;
  ry: 14;
}

.hotspot-label-text {
  fill: #000;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family:var(--wp--preset--font-family--basier-square);
}

.hotspot-dot {
  fill: #ffffff;
  stroke: #e5e5db;
  stroke-width: 10;
}

.hotspot-line {
  stroke: #e5e5db;
  stroke-width: 2;
}

@media (max-width:1024px){
    .hotspot-line,  .hotspot-label-bg, .hotspot-label-text{
        display:none;
    }
}