.elementor-18 .elementor-element.elementor-element-b1c9ccd{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-b925483{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS */.hero-video-circle {
  position: relative;
  overflow: visible;
}

.hvc-wrap {
  position: relative;
  height: 120vh; /* controla cuánto dura el efecto */
}

.hvc-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.hvc-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(75% at 50% 50%);
  transform-origin: center center;
  will-change: clip-path, transform;
}

.hvc-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hvc-scroll-space {
  height: 120vh;
}

@media (max-width: 767px) {
  .hvc-pin {
    height: 100svh;
  }

  .hvc-wrap {
    height: 210svh;
  }
}/* End custom CSS */