.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition:
    transform 0.25s cubic-bezier(0, 0, 0.25, 1),
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition:
    transform 0.25s cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1),
    -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1),
    -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  -moz-background-size: 26px 26px;
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font:
    16px/14px Tahoma,
    Verdana,
    sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #222;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
path[class^="hotspot-"] {
  -webkit-transition:
    stroke 300ms,
    stroke-opacity 300ms,
    fill 300ms,
    fill-opacity 300ms;
  -o-transition:
    stroke 300ms,
    stroke-opacity 300ms,
    fill 300ms,
    fill-opacity 300ms;
  -moz-transition:
    stroke 300ms,
    stroke-opacity 300ms,
    fill 300ms,
    fill-opacity 300ms;
  transition:
    stroke 300ms,
    stroke-opacity 300ms,
    fill 300ms,
    fill-opacity 300ms;
}
.leaflet-rrose {
  position: absolute;
  text-align: center;
}
.event-hover .leaflet-rrose {
  pointer-events: none;
}
.leaflet-rrose-content-wrapper {
  padding: 1px;
  text-align: left;
}
.leaflet-rrose-content {
  margin: 14px 20px;
}
.leaflet-rrose-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-rrose-tip-container-se,
.leaflet-rrose-tip-container-ne {
  margin-left: 0;
}
.leaflet-rrose-tip-container-sw,
.leaflet-rrose-tip-container-nw {
  margin-right: 0;
}
.leaflet-rrose-tip {
  width: 15px;
  height: 15px;
  padding: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-rrose-tip-n {
  margin: -8px auto 0;
}
.leaflet-rrose-tip-s {
  margin: 11px auto 0;
}
.leaflet-rrose-tip-se {
  margin: 11px 11px 11px -8px;
  overflow: hidden;
}
.leaflet-rrose-tip-sw {
  margin: 11px 11px 11px 32px;
  overflow: hidden;
}
.leaflet-rrose-tip-ne {
  margin: -8px 11px 11px -8px;
  overflow: hidden;
}
.leaflet-rrose-tip-nw {
  margin: -8px 11px 11px 32px;
  overflow: hidden;
}
a.leaflet-rrose-close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 4px 5px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font:
    16px/14px Tahoma,
    Verdana,
    sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
}
a.leaflet-rrose-close-button:hover {
  color: #999;
}
.leaflet-rrose-s a.leaflet-rrose-close-button,
.leaflet-rrose-se a.leaflet-rrose-close-button,
.leaflet-rrose-sw a.leaflet-rrose-close-button {
  top: 24px;
}
.leaflet-rrose-content p {
  margin: 18px 0;
}
.leaflet-rrose-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-rrose-content-wrapper,
.leaflet-rrose-tip {
  background: white;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.leaflet-rrose-content-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.leaflet-rrose-content-wrapper-se {
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
.leaflet-rrose-content-wrapper-sw {
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.leaflet-rrose-content-wrapper-nw,
.leaflet-rrose-content-wrapper-w {
  -webkit-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px;
}
.leaflet-rrose-content-wrapper-ne,
.leaflet-rrose-content-wrapper-e {
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.leaflet-rrose-content {
  font:
    12px/1.4 "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.hotspots-interaction .leaflet-pane svg {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: auto;
}
.hotspots-interaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  width: 100%;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hotspots-placeholder {
  padding: 1em;
  position: relative;
}
.event-hover .hotspots-placeholder {
  pointer-events: none;
}
.hotspots-placeholder > div {
  display: none;
  overflow: hidden;
  position: absolute;
}
.hotspots-placeholder > div.visible {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  animation-duration: 500ms;
  display: block;
  position: static;
}
.hotspots-image-container {
  background: #efefef;
  margin: 0 auto;
  position: relative;
}
.hotspots-image-container img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 !important;
}
.hotspots-image-container .hotspots-map-container {
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.layout-left .hotspots-interaction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 600px) {
  .layout-left .hotspots-interaction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .layout-left .hotspots-placeholder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
}
@media screen and (min-width: 900px) {
  .layout-left .hotspots-placeholder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 600px) {
  .layout-left .hotspots-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
  }
}
@media screen and (min-width: 900px) {
  .layout-left .hotspots-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}
@media screen and (min-width: 600px) {
  .layout-left.links-only .hotspots-image-container,
  .layout-right.links-only .hotspots-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 900px) {
  .layout-left.links-only .hotspots-image-container,
  .layout-right.links-only .hotspots-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .da-vitrales-carousel .da-vitrales-carousel-label {
    display: none !important;
  }
}
.hotspot-title,
.entry-content .hotspot-title {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.hotspot-content p,
.entry-content .hotspot-content p {
  color: inherit;
}
.hotspot-thumb {
  text-align: center;
}
.hotspot-thumb img {
  height: auto;
  max-width: 100%;
}
.da-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #721c24;
  margin: 1em 0;
  padding: 0.75em 1.25em;
}
.hotspot-info.da-hidden {
  display: none;
}
.single-da_image .wp-post-image {
  display: none !important;
}
.da-address-wrapper {
  background: #efefef;
  color: black;
  font-size: 0.75em;
  opacity: 1;
  padding: 1em;
  position: absolute;
  z-index: 999999;
}
.da-address-wrapper p {
  margin: 0;
  padding: 0;
}
.da-address-close {
  cursor: pointer;
  font-size: 1.333em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.hotspots-container.layout-left .bc-product-card--single,
.hotspots-container.layout-right .bc-product-card--single {
  margin: 0;
}
.hotspots-container.layout-left .bc-product-card--single .bc-product__gallery,
.hotspots-container.layout-right .bc-product-card--single .bc-product__gallery {
  margin-bottom: 1em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  width: auto;
}
@media screen and (min-width: 960px) {
  .hotspots-container.layout-left .bc-product-card--single .bc-product__gallery,
  .hotspots-container.layout-right
    .bc-product-card--single
    .bc-product__gallery {
    height: auto;
    left: auto;
    max-width: 100%;
    position: relative;
    top: auto;
  }
}
.hotspots-container.layout-left
  .bc-product-card--single
  .bc-product-gallery--has-carousel,
.hotspots-container.layout-right
  .bc-product-card--single
  .bc-product-gallery--has-carousel {
  margin-bottom: 0;
}
.hotspots-container.layout-left
  .bc-product-card--single
  .bc-product-gallery__images,
.hotspots-container.layout-right
  .bc-product-card--single
  .bc-product-gallery__images {
  margin: 0;
  max-width: 100%;
}
.hotspots-container.layout-left
  .bc-product-card--single
  .bc-product-gallery__image-slide
  img,
.hotspots-container.layout-right
  .bc-product-card--single
  .bc-product-gallery__image-slide
  img {
  margin: 0 auto;
}
.hotspots-container.layout-left .bc-product-card--single .bc-product-flag--sale,
.hotspots-container.layout-right
  .bc-product-card--single
  .bc-product-flag--sale {
  right: 0;
  top: 0;
}
.hotspots-container.layout-left
  .bc-product-card--single
  .swiper-container
  + .swiper-container,
.hotspots-container.layout-right
  .bc-product-card--single
  .swiper-container
  + .swiper-container {
  display: none;
}
.hotspots-container.layout-left .bc-product-card--single .bc-product__meta,
.hotspots-container.layout-right .bc-product-card--single .bc-product__meta {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 960px) {
  .hotspots-container.layout-left .bc-product-card--single .bc-product__meta,
  .hotspots-container.layout-right .bc-product-card--single .bc-product__meta {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    width: auto;
  }
}
.hotspots-container.layout-left .bc-product-card--single .bc-product__title,
.hotspots-container.layout-right .bc-product-card--single .bc-product__title {
  font-size: 1.5em;
}
.hotspots-container.layout-left .bc-product-card--single .bc-product__pricing,
.hotspots-container.layout-right .bc-product-card--single .bc-product__pricing {
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .hotspots-container.layout-left .bc-product-card--single .bc-product__pricing,
  .hotspots-container.layout-right
    .bc-product-card--single
    .bc-product__pricing {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .hotspots-container.layout-left .bc-product-card--single .bc-product__pricing,
  .hotspots-container.layout-right
    .bc-product-card--single
    .bc-product__pricing {
    margin-bottom: 1em;
  }
}
.hotspots-container.layout-left .bc-product-card--single .bc-product__sku,
.hotspots-container.layout-right .bc-product-card--single .bc-product__sku {
  display: block;
  margin-bottom: 1em;
}
.hotspots-container.layout-left .bc-product-card--single .bc-product__actions,
.hotspots-container.layout-right .bc-product-card--single .bc-product__actions {
  margin-bottom: 1em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-left: 0;
  width: 100%;
}
.hotspots-container.layout-left
  .bc-product-card--single
  .bc-product-form__quantity,
.hotspots-container.layout-right
  .bc-product-card--single
  .bc-product-form__quantity {
  display: none;
}
@media screen and (min-width: 960px) {
  .hotspots-container.layout-left
    .bc-product-card--single
    .bc-product__description,
  .hotspots-container.layout-right
    .bc-product-card--single
    .bc-product__description {
    margin-bottom: 0;
  }
}
.hotspots-container {
  position: relative;
  width: 100%;
  z-index: 0;
}
.hotspots-container .hotspots-image-container > img {
  opacity: 0.1;
}
.hotspots-container .hotspots-placeholder,
.hotspots-container .hotspots-image-container {
  opacity: 0.1;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.hotspots-container .hotspots-placeholder > div.hotspot-initial,
.hotspots-container .hotspots-image-container > div.hotspot-initial {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  display: block;
  position: static;
}
.hotspots-container:before,
.hotspots-container:after {
  -webkit-animation: bounce 2s infinite ease-in-out;
  -moz-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background: darkgray;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: 40px;
}
.hotspots-container:after {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}
.hotspots-container.loaded .hotspots-image-container > img {
  opacity: 0;
}
.hotspots-container.loaded .hotspots-placeholder,
.hotspots-container.loaded .hotspots-image-container {
  opacity: 1;
}
.hotspots-container.loaded .hotspots-placeholder > div.hotspot-initial,
.hotspots-container.loaded .hotspots-image-container > div.hotspot-initial {
  display: none;
}
.hotspots-container.loaded .hotspots-placeholder > div.hotspot-initial.visible,
.hotspots-container.loaded
  .hotspots-image-container
  > div.hotspot-initial.visible {
  display: block;
}
.hotspots-container.loaded:before,
.hotspots-container.loaded:after {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background: transparent;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  top: 0;
  width: 0;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.ventanas .vitrales-ventana-disabled {
  opacity: 0.18 !important;
  cursor: not-allowed !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
  stroke-opacity: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.ventanas .vitrales-ventana-disabled:hover,
.ventanas .vitrales-ventana-disabled:focus,
.ventanas .vitrales-ventana-disabled:focus-visible,
.ventanas .vitrales-ventana-disabled:active,
.ventanas .vitrales-ventana-disabled.hotspot-active {
  fill-opacity: 0.08 !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
  stroke-opacity: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.vitrales .vitrales-item-disabled {
  opacity: 0.18 !important;
  cursor: not-allowed !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
  stroke-opacity: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.vitrales .vitrales-item-disabled:hover,
.vitrales .vitrales-item-disabled:focus,
.vitrales .vitrales-item-disabled:focus-visible,
.vitrales .vitrales-item-disabled:active,
.vitrales .vitrales-item-disabled.hotspot-active {
  fill-opacity: 0.08 !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
  stroke-opacity: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.vitrales .vitrales-item-selected {
  stroke-width: 4 !important;
  fill-opacity: 0.85 !important;
}

#form-field-value_v.vitrales-valuev-readonly,
#value_v.vitrales-valuev-readonly {
  background: #f3f4f6 !important;
  border-color: #d1d5db !important;
  color: #6b7280 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
#form-field-value_v.vitrales-valuev-readonly:focus,
#value_v.vitrales-valuev-readonly:focus {
  outline: none !important;
}

.vitrales-resumen-visual {
  margin-top: 12px;
}

.vitrales-resumen-card {
  border: 1px solid #ead7dd;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff9fb 0%, #fff 100%);
  box-shadow: 0 12px 28px rgba(122, 23, 50, 0.08);
  padding: 16px;
}

.vitrales-resumen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2e3e8;
}

.vitrales-resumen-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a1732;
}

.vitrales-resumen-grupo {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #7a1732;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(122, 23, 50, 0.2);
}

.vitrales-resumen-items {
  display: grid;
  gap: 10px;
}

.vitrales-resumen-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f0dfe5;
}

.vitrales-resumen-item-title {
  margin-bottom: 4px;
  color: #7a1732;
  font-size: 14px;
  font-weight: 700;
}

.vitrales-resumen-item-values {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.vitrales-resumen-empty {
  padding: 14px 16px;
  border: 1px dashed #d9b7c2;
  border-radius: 16px;
  background: #fff8fa;
  color: #7a1732;
  font-size: 14px;
}

.da-vitrales-form-error {
  margin: 0 0 12px;
  border-radius: 14px;
  font-family: "Crimson Text", serif !important;
}

.da-vitrales-form-error-target {
  box-shadow: 0 0 0 3px rgba(190, 24, 93, 0.12);
  border-radius: 16px;
  font-family: "Crimson Text", serif !important;
}

.vitrales-resumen-visual.elementor-error,
.da-vitrales-form-error-target.elementor-error {
  border-color: #d72d2d !important;
}

@media (max-width: 767px) {
  .vitrales-resumen-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .vitrales-resumen-grupo {
    width: 100%;
    justify-content: center;
  }
}

.hotspots-image-container {
  position: relative;
}

.da-range-buttons,
.da-ref-buttons {
  position: absolute;
  inset: 0;
  z-index: 900;
  pointer-events: none;
}

.da-mobile-ref-buttons {
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: var(--da-mobile-ref-bottom, 7%);
  z-index: 950;
  width: min(calc(100% - 24px), 420px);
  transform: translateX(-50%);
  pointer-events: none;
}

.da-range-button,
.da-ref-button {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  border: 0px solid rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 10px;
  box-shadow:
    0 0 0 1px rgba(255, 248, 214, 0.55),
    0 0 12px rgba(255, 214, 102, 0.34),
    0 0 24px rgba(244, 114, 182, 0.14),
    0 12px 28px rgba(18, 10, 3, 0.22);
  cursor: pointer;
  user-select: none;
  max-width: min(68vw, 280px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(3px) saturate(1.15);
  -webkit-backdrop-filter: blur(3px) saturate(1.15);
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.da-ref-button {
  animation: da-ref-button-bounce 1.1s ease-in-out infinite;
  will-change: margin-top;
  font-size: var(--da-ref-font-size, 12px);
}

.da-range-button {
  font-size: var(--da-range-font-size, 12px);
}

.da-mobile-ref-button {
  border-style: solid;
  box-shadow:
    0 0 0 1px rgba(255, 248, 214, 0.55),
    0 0 16px rgba(255, 214, 102, 0.36),
    0 0 30px rgba(244, 114, 182, 0.16),
    0 14px 32px rgba(18, 10, 3, 0.24);
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: normal;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: none;
  padding: 14px 18px;
  border-radius: 999px;
  transform: none;
  pointer-events: auto;
  animation: none;
  font-size: var(--da-ref-font-size-mobile, var(--da-ref-font-size, 12px));
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(4px) saturate(1.18);
  -webkit-backdrop-filter: blur(4px) saturate(1.18);
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.da-mobile-ref-button .da-mobile-ref-button__label {
  display: inline-block;
}

.da-ref-buttons .da-ref-button[data-ref-mobile-sticky="on"] {
  display: none;
}

.da-range-button:hover,
.da-ref-button:hover,
.da-mobile-ref-button:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 244, 184, 0.9),
    0 0 16px rgba(255, 220, 120, 0.5),
    0 0 34px rgba(250, 204, 21, 0.32),
    0 0 54px rgba(244, 114, 182, 0.2),
    0 18px 34px rgba(18, 10, 3, 0.28);
}

.da-range-button.da-range-button-processing {
  cursor: wait;
  opacity: 0.88;
  pointer-events: none;
}

.da-range-button.da-range-button-icon-mode {
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
}

.da-ref-button .da-ref-button__label {
  display: inline-block;
}

@keyframes da-ref-button-bounce {
  0%,
  100% {
    margin-top: 0;
  }
  35% {
    margin-top: -4px;
  }
  65% {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .da-ref-button {
    animation: none;
  }
}

/* (Old in-panel grupo nav removed; now using carousel overlay buttons) */

/* Carousel mode: hide left panel and show prev/next buttons over the image. */
.da-vitrales-carousel .hotspots-placeholder {
  display: none !important;
}

.da-vitrales-carousel.layout-left .hotspots-image-container,
.da-vitrales-carousel.layout-right .hotspots-image-container {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  position: relative;
}

.da-vitrales-carousel .da-vitrales-carousel-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 950;
}

.da-vitrales-carousel .da-vitrales-carousel-btn {
  pointer-events: auto;
  position: absolute;
  top: var(--da-carousel-top, 50%);
  transform: translateY(-50%);
  width: var(--da-carousel-btn-size, 44px);
  height: var(--da-carousel-btn-size, 44px);
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: var(--da-carousel-icon-size, 26px);
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.da-vitrales-carousel .da-vitrales-carousel-btn:not(:disabled):hover {
  transform: translateY(-50%) scale(var(--da-carousel-hover-scale, 1.2));
}

.da-vitrales-carousel .da-vitrales-carousel-prev {
  left: var(--da-carousel-inset, 10px);
}

.da-vitrales-carousel .da-vitrales-carousel-next {
  right: var(--da-carousel-inset, 10px);
}

.da-vitrales-carousel .da-vitrales-carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

/* Glow on selectable vitral shapes during transition */
.da-vitrales-carousel.da-carousel-transitioning
  .leaflet-overlay-pane
  svg
  path.leaflet-interactive {
  filter: drop-shadow(0 0 10px rgba(255, 235, 190, 0.65));
}

.da-vitrales-carousel.da-carousel-transitioning
  .leaflet-overlay-pane
  svg
  path.leaflet-interactive[aria-disabled="true"],
.da-vitrales-carousel.da-carousel-transitioning
  .leaflet-overlay-pane
  svg
  path.leaflet-interactive.vitrales-item-disabled,
.da-vitrales-carousel.da-carousel-transitioning
  .leaflet-overlay-pane
  svg
  path.leaflet-interactive.vitrales-ventana-disabled {
  filter: none;
}

.da-vitrales-carousel .da-vitrales-carousel-btn svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.da-vitrales-carousel .da-vitrales-carousel-btn.da-carousel-icon-has-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--da-carousel-icon-size, 26px)
    var(--da-carousel-icon-size, 26px);
}

/* Replaced by .da-vitrales-carousel-pagebtn-toggle inside .da-vitrales-carousel-pagewrap */

.da-vitrales-carousel .da-vitrales-carousel-pagewrap {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  pointer-events: auto;
  z-index: 960;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.da-vitrales-carousel .da-vitrales-carousel-label {
  background: #ffffff;
  color: #7a1732;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  font-family: "Crimson Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 8px 18px;
  border-radius: 999px;
  border-style: solid;
  border-width: 1px;
  border-color: #7a1732;
  pointer-events: none;
}

.da-vitrales-carousel
  .da-vitrales-carousel-pagewrap
  .da-vitrales-carousel-pagebtn-toggle {
  position: static;
  transform: none;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
  appearance: none;
  border: 1px solid #7a1732;
  background: rgba(255, 255, 255, 0.9);
  color: #7a1732;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  font-family: var(--da-carousel-page-font, inherit);
}

.da-vitrales-carousel
  .da-vitrales-carousel-pagewrap
  .da-vitrales-carousel-pagebtn-toggle:hover {
  position: static;
  transform: none;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #7a1732;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  font-family: var(--da-carousel-page-font, inherit);
}

.da-vitrales-carousel .da-vitrales-carousel-pagebtn:hover {
  background: #7a1732;
  color: rgba(255, 255, 255, 0.9);
}

.da-vitrales-carousel
  .da-vitrales-carousel-pagewrap
  .da-vitrales-carousel-pagebtn-toggle:focus-visible {
  outline: 3px solid rgba(122, 23, 50, 0.45);
  outline-offset: 3px;
}

.da-vitrales-carousel .da-vitrales-carousel-pagepicker {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-columns: repeat(6, minmax(44px, 1fr));
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-width: min(92vw, 520px);
  max-height: min(55vh, 320px);
  overflow: auto;
}

.da-vitrales-carousel
  .da-vitrales-carousel-pagewrap.is-open
  .da-vitrales-carousel-pagepicker {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.da-vitrales-carousel .da-vitrales-carousel-pagebtn {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: var(--da-carousel-page-opt-bg, rgba(255, 255, 255, 0.9));
  color: var(--da-carousel-page-opt-text, #111827);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--da-carousel-page-font, inherit);
}

.da-vitrales-carousel .da-vitrales-carousel-pagebtn:hover {
  border-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.da-vitrales-carousel .da-vitrales-carousel-pagebtn.is-active {
  background: var(--da-carousel-page-opt-active-bg, #111827);
  border-color: var(--da-carousel-page-opt-active-bg, #111827);
  color: var(--da-carousel-page-opt-active-text, #ffffff);
}

.da-vitrales-carousel .da-vitrales-carousel-pagebtn:focus-visible {
  outline: 3px solid rgba(122, 23, 50, 0.45);
  outline-offset: 2px;
}

.hotspots-container.da-hide-hover-label .leaflet-tooltip {
  display: none !important;
}

.hotspots-container .da-no-vitrales-message {
  display: none;
  margin: 0 auto;
  margin-top: 7%;
  max-width: 680px;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid rgba(122, 23, 50, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 252, 245, 0.98) 0%,
    rgba(252, 244, 231, 0.98) 100%
  );
  color: #7a1732;
  text-align: center;
  font-size: 1.15rem;
  font-family: "Crimson Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.45;
}

.hotspots-container.da-no-vitrales-available .hotspots-interaction,
.hotspots-container.da-no-vitrales-available .da-vitrales-mobile-nav-slot,
.hotspots-container.da-no-vitrales-available map.hotspots-map,
.hotspots-container.da-no-vitrales-available .hotspot-info,
.hotspots-container.da-no-vitrales-available .da-error {
  display: none !important;
}

.da-vitrales-mobile-nav-slot {
  display: none;
}

@media screen and (max-width: 782px) {
  .da-mobile-ref-buttons {
    bottom: var(--da-mobile-ref-bottom-mobile, var(--da-mobile-ref-bottom, 1%));
  }

  .vitrales {
    /* Ajusta este valor para hacer mas alto/bajo el mapa en movil */
    --da-mobile-map-height: 80vh;
    /* Escala visual del mapa en movil (1.5 = 150%) */
    --da-mobile-map-scale: 3.8;
    /* Mantiene tamano visual de botones aunque la capa se escale */
    --da-mobile-map-inverse-scale: calc(1 / var(--da-mobile-map-scale));
  }

  .vitrales .hotspots-image-container {
    --da-mobile-map-offset-x: 0px;
    height: var(--da-mobile-map-height);
    min-height: var(--da-mobile-map-height);
    overflow: hidden;
  }

  .vitrales .hotspots-image-container img.hotspots-image {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
  }

  .vitrales .hotspots-image-container .hotspots-map-container {
    width: 100% !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    margin: 0 !important;
    transform: translate(calc(-50% + var(--da-mobile-map-offset-x)), -50%)
      scale(var(--da-mobile-map-scale));
    transform-origin: center center;
    will-change: transform;
  }

  .vitrales .hotspots-image-container .da-range-buttons,
  .vitrales .hotspots-image-container .da-ref-buttons {
    width: 100% !important;
    height: 100% !important;
    inset: auto !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(calc(-50% + var(--da-mobile-map-offset-x)), -50%)
      scale(var(--da-mobile-map-scale));
    transform-origin: center center;
    will-change: transform;
  }

  .vitrales .hotspots-image-container .da-range-buttons .da-range-button,
  .vitrales .hotspots-image-container .da-ref-buttons .da-ref-button {
    transform: translate(-50%, -50%) scale(var(--da-mobile-map-inverse-scale));
    transform-origin: center center;
  }

  .vitrales .hotspots-image-container .da-ref-buttons .da-ref-button {
    font-size: var(--da-ref-font-size-mobile, var(--da-ref-font-size, 12px));
  }

  .vitrales .hotspots-image-container .da-range-buttons .da-range-button {
    font-size: var(
      --da-range-font-size-mobile,
      var(--da-range-font-size, 12px)
    );
  }

  .vitrales
    .hotspots-container.loaded
    .hotspots-image-container
    .hotspots-map-container {
    animation: da-mobile-map-scale-in 700ms ease-out both;
    animation-delay: 1.2s;
  }

  @keyframes da-mobile-map-scale-in {
    from {
      transform: translate(calc(-50% + var(--da-mobile-map-offset-x)), -50%)
        scale(1);
    }
    to {
      transform: translate(calc(-50% + var(--da-mobile-map-offset-x)), -50%)
        scale(var(--da-mobile-map-scale));
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .vitrales
      .hotspots-container.loaded
      .hotspots-image-container
      .hotspots-map-container {
      animation: none;
    }
  }

  .vitrales .leaflet-overlay-pane svg path.leaflet-interactive {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    outline: none !important;
  }

  /* Seleccion en movil: borde mas fino para mejor lectura */
  .vitrales .vitrales-item-selected,
  .vitrales .leaflet-overlay-pane svg path.leaflet-interactive.hotspot-active {
    stroke-width: var(--da-hotspot-mobile-active-border-width, 2px) !important;
  }

  .da-vitrales-carousel .da-vitrales-mobile-nav-slot {
    display: block;
    margin-top: 12px;
  }

  .da-vitrales-carousel .da-vitrales-mobile-nav-slot .da-vitrales-carousel-nav {
    position: relative;
    inset: auto;
    pointer-events: auto;
    z-index: 950;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 4px;
  }

  .da-vitrales-carousel .da-vitrales-mobile-nav-slot .da-vitrales-carousel-btn {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .da-vitrales-carousel
    .da-vitrales-mobile-nav-slot
    .da-vitrales-carousel-prev {
    order: 1;
  }

  .da-vitrales-carousel
    .da-vitrales-mobile-nav-slot
    .da-vitrales-carousel-pagewrap {
    order: 2;
  }

  .da-vitrales-carousel
    .da-vitrales-mobile-nav-slot
    .da-vitrales-carousel-next {
    order: 3;
  }

  .da-vitrales-carousel
    .da-vitrales-mobile-nav-slot
    .da-vitrales-carousel-btn:not(:disabled):hover {
    transform: scale(var(--da-carousel-hover-scale, 1.08));
  }

  .da-vitrales-carousel
    .da-vitrales-mobile-nav-slot
    .da-vitrales-carousel-pagewrap {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 0;
  }

  #backtotop,
  #btniglesianuevo {
    display: none !important;
  }
  #textcontfe {
    display: none !important;
  }
}

.vitrales-monto-readonly,
.vitrales-monto-readonly:read-only {
  background-color: #f3f4f6 !important;
}
