.elementor-4907 .elementor-element.elementor-element-52f1f5b{--display:flex;--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#jet-popup-4907 .jet-popup__container{width:800px;}#jet-popup-4907 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-4907 .jet-popup__container-inner{justify-content:flex-start;padding:0px 0px 0px 0px;}@media(max-width:767px){#jet-popup-4907 .jet-popup__container{width:800px;}#jet-popup-4907 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-4907 .jet-popup__container-inner{justify-content:flex-start;}}@media(min-width:768px){.elementor-4907 .elementor-element.elementor-element-52f1f5b{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-52f1f5b *//* Container que envolve o vídeo */
.video-responsive {
  position: relative;
  width: 100%;
  max-width: 400px; /* controla o tamanho no desktop */
  margin: 0 auto;
  aspect-ratio: 9 / 16;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* MOBILE - usar praticamente toda a tela */
@media only screen and (max-width: 768px) {
  .video-responsive {
    width: 95vw;
    height: auto;
    aspect-ratio: 9 / 16;
    max-height: 90vh;
  }

  .video-responsive iframe {
    width: 100%;
    height: 100%;
  }

  /* Força o popup a encaixar corretamente */
  .jet-popup__container {
    width: auto !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    top: 5vh !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
.video-1x1 {
  aspect-ratio: 1 / 1;
  max-width: 500px;
}

.video-16x9 {
  aspect-ratio: 16 / 9;
  max-width: 800px;
}

.jet-popup__container {
  background-color: #000e20 !important;
  box-shadow: none !important;
  border: none !important;
}/* End custom CSS */