.elementor-1446 .elementor-element.elementor-element-265d2ac{--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;--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-1446 .elementor-element.elementor-element-7268b3e .elementor-wrapper{--video-aspect-ratio:1.77777;}#jet-popup-1446 .jet-popup__container{width:500px;}#jet-popup-1446 .jet-popup__inner{justify-content:center;align-items:center;}#jet-popup-1446 .jet-popup__container-inner{justify-content:flex-start;}/* Start custom CSS for container, class: .elementor-element-265d2ac *//* ===== Popup #jet-popup-1446 - Video grande, responsive ===== */
#jet-popup-1446 .jet-popup__container {
  width: 85vw;
  max-width: 1100px;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

#jet-popup-1446 .jet-popup__container-inner,
#jet-popup-1446 .jet-popup__container-content {
  background: transparent;
  padding: 0;
  margin: 0;
}

#jet-popup-1446 .elementor-widget-video .elementor-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

#jet-popup-1446 .elementor-video {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#jet-popup-1446 .jet-popup__close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: #25336B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 999;
  transition: background 0.2s ease;
}

#jet-popup-1446 .jet-popup__close-button:hover {
  background: rgba(0, 0, 0, 0.85);
}

#jet-popup-1446 .jet-popup__close-button svg {
  width: 18px;
  height: 18px;
}

/* ===== Tablet (max 1024px) ===== */
@media (max-width: 1024px) {
  #jet-popup-1446 .jet-popup__container {
    width: 90vw;
    max-width: none;
  }
}

/* ===== Mobile vertical (max 767px) ===== */
@media (max-width: 767px) {
  #jet-popup-1446 .jet-popup__container {
    width: 94vw;
    border-radius: 6px;
  }

  #jet-popup-1446 .jet-popup__close-button {
    top: -36px;
    width: 28px;
    height: 28px;
    top: 11px;
    z-index: 99999;
  }

  #jet-popup-1446 .jet-popup__close-button svg {
    width: 16px;
    height: 16px;
  }
}

/* ===== Mobile horizontal (landscape, altura reducida) ===== */
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  #jet-popup-1446 .jet-popup__container {
    width: 80vw;
    max-height: 90vh;
  }
}/* End custom CSS */