#contacto .contacto-presentacion {
  width: 100%;
  margin: clamp(24px, 4vw, 48px) 0;
  background: #fff;
}
#contacto .contacto-presentacion video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1006;
  object-fit: contain;
}
#contacto .contacto-presentacion { position: relative; }
#contacto .contacto-video-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #ffffff80;
  border-radius: 24px;
  background: #1b2430e8;
  color: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  touch-action: manipulation;
}
#contacto .contacto-video-toggle[hidden] { display: none; }
