.elementor-widget-laive_video_novedades.imagen-carrusel::after {
  display: none !important;
  content: none !important;
}

.laive-vn-video {
  width: 100%;
  --laive-vn-play-icon-color: #337ad0;
  --laive-vn-trigger-bg: transparent;
}

.laive-vn-video--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 24px;
  text-align: center;
  background: #f4f6f8;
  color: #5c6670;
  border-radius: 8px;
}

.laive-vn-video--inline .laive-vn-video__inline {
  display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--laive-vn-trigger-bg, transparent);
}

.laive-vn-video--inline .laive-nh-video__player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #000000;
}

.laive-vn-video--inline.laive-vn-video--cover .laive-nh-video__player {
  object-fit: cover;
}

.laive-vn-video--inline .laive-nh-video__toggle,
.laive-vn-video--inline .laive-nh-video__bar {
  z-index: 10;
}

.laive-vn-video .laive-nh-video {
  --laive-nh-play-icon-color: var(--laive-vn-play-icon-color, #337ad0);
}

.laive-vn-video--inline.laive-vn-video--iniciado:not(.laive-vn-video--hover) .laive-nh-video__toggle,
.laive-vn-video--inline.laive-vn-video--iniciado:not(.laive-vn-video--hover) .laive-nh-video__bar {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.laive-vn-video--inline.laive-vn-video--iniciado.laive-vn-video--hover .laive-nh-video__toggle,
.laive-vn-video--inline.laive-vn-video--iniciado.laive-vn-video--hover .laive-nh-video__bar {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.laive-vn-video__trigger {
  display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--laive-vn-trigger-bg, transparent);
}

.laive-vn-video__trigger:hover,
.laive-vn-video__trigger:focus,
.laive-vn-video__trigger:focus-visible,
.laive-vn-video__trigger:active {
  background-color: var(--laive-vn-trigger-bg, transparent);
}

.laive-vn-video__trigger:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.laive-vn-video__poster {
  display: block;
  width: 100%;
  height: 100%;
}

.laive-vn-video__poster--bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.elementor-element.laive-vn-is-cover-yes .laive-vn-video__poster--bg,
.laive-vn-video--cover .laive-vn-video__poster--bg {
  background-size: cover;
  background-position: center center;
}

.elementor-element.laive-vn-is-cover-yes img.laive-vn-video__poster,
.laive-vn-video--cover img.laive-vn-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.laive-vn-video__poster--placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #2a3138;
}

.laive-vn-video__dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--laive-vn-dim-bg, rgba(0, 0, 0, 0.45));
  opacity: var(--laive-vn-dim-opacity, 1);
}

.laive-vn-video__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  box-sizing: border-box;
  pointer-events: none;
  color: #ffffff;
}

.laive-vn-video__caption :is(b, strong) {
  font-weight: 700;
}

.laive-vn-video.laive-vn-cap-shadow-yes .laive-vn-video__caption {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.laive-vn-video__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.laive-vn-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.laive-vn-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.laive-vn-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 31, 36, 0.88);
}

.laive-vn-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: min(960px, calc(100vw - 48px));
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.laive-vn-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #6b7280;
  color: #ffffff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.laive-vn-lightbox__close:hover,
.laive-vn-lightbox__close:focus-visible {
  background: #4b5563;
}

.laive-vn-lightbox__close::before,
.laive-vn-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.laive-vn-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.laive-vn-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.laive-vn-lightbox__player.laive-nh-video {
  --laive-nh-play-icon-color: var(--laive-vn-play-icon-color, #337ad0);
  width: var(--laive-vn-player-width, 100%);
  max-width: 100%;
  height: auto;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: var(--laive-vn-aspect, 16 / 9);
  background: #000000;
}

.laive-vn-lightbox__player .laive-nh-video__player {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #000000;
}

.laive-vn-lightbox__dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--laive-vn-dim-bg, rgba(0, 0, 0, 0.45));
  opacity: var(--laive-vn-dim-opacity, 1);
}

.laive-vn-lightbox__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0;
  box-sizing: border-box;
  pointer-events: none;
  color: #ffffff;
  padding-bottom: 56px;
}

.laive-vn-lightbox__caption :is(b, strong) {
  font-weight: 700;
}

.laive-vn-lightbox__player.laive-vn-cap-shadow-yes .laive-vn-lightbox__caption {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.laive-vn-lightbox__player .laive-nh-video__toggle {
  z-index: 10;
}

.laive-vn-lightbox__player .laive-nh-video__bar {
  z-index: 10;
}

body.laive-vn-lightbox-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .laive-vn-lightbox {
    transition: none;
  }
}
