#mp360-placas-overlay {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px;
  background: rgba(7, 19, 23, 0.72);
}

#mp360-placas-overlay.is-open { display: flex; }

#mp360-placas-overlay .mp360-placas-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(90vw, 1728px, calc(86vh * 2.2));
  aspect-ratio: 2.2 / 1;
  max-height: 86vh;
  overflow: hidden;
  background: center / cover no-repeat url("placas/fondo-placas.png");
}

#mp360-placas-overlay .mp360-placas-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(21, 21, 21, 0.30);
}

#mp360-placas-overlay .mp360-placas-image {
  position: relative;
  z-index: 1;
  display: block;
  max-width: min(26vw, 400px);
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

#mp360-placas-overlay .mp360-placas-close {
  position: fixed;
  z-index: 1;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
  font: 32px/36px Arial, sans-serif;
  cursor: pointer;
}

@media (max-width: 640px) {
  #mp360-placas-overlay { padding: 10px; }
  #mp360-placas-overlay .mp360-placas-stage {
    width: min(96vw, calc(90vh * 0.62));
    aspect-ratio: 0.62 / 1;
  }
  #mp360-placas-overlay .mp360-placas-image { max-width: 88%; max-height: 92%; }
  #mp360-placas-overlay .mp360-placas-close { top: 12px; right: 12px; }
}
