/* Controles compactos de reproducción para contacto y cimentaciones. */
#contacto .contacto-presentacion .contacto-video-toggle,
body[data-foundation] .foundation-film-zone .foundation-player99 .foundation-video-toggle {
  position: absolute !important;
  inset: auto 10px 10px auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 1px solid rgba(22, 45, 76, .16) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #162d4c !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .15) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
  transition: background-color .16s ease, box-shadow .16s ease;
}

#contacto .contacto-video-toggle[hidden],
body[data-foundation] .foundation-film-zone .foundation-player99 .foundation-video-toggle[hidden] {
  display: none !important;
}

#contacto .contacto-video-toggle::before,
#contacto .contacto-video-toggle::after,
body[data-foundation] .foundation-video-toggle::before,
body[data-foundation] .foundation-video-toggle::after {
  content: none !important;
  display: none !important;
}

.video-toggle-icon {
  display: block;
  flex: none;
  width: 18px;
  height: 18px;
  overflow: visible;
  pointer-events: none;
  fill: currentColor;
}

.video-toggle-icon .video-icon-play { display: none; }
[data-video-paused="true"] > .video-toggle-icon .video-icon-play { display: block; }
[data-video-paused="true"] > .video-toggle-icon .video-icon-pause { display: none; }

@media (hover: hover) {
  #contacto .contacto-presentacion .contacto-video-toggle:hover,
  body[data-foundation] .foundation-film-zone .foundation-player99 .foundation-video-toggle:hover {
    background: #eff3f6 !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .22) !important;
  }
}

#contacto .contacto-presentacion .contacto-video-toggle:active,
body[data-foundation] .foundation-film-zone .foundation-player99 .foundation-video-toggle:active {
  background: #e4eaf0 !important;
}

#contacto .contacto-video-toggle:focus-visible,
body[data-foundation] .foundation-video-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  #contacto .contacto-video-toggle,
  body[data-foundation] .foundation-video-toggle { transition: none; }
}
