.elementor-7 .elementor-element.elementor-element-85cc02a{--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;}.elementor-7 .elementor-element.elementor-element-4dcc254{--spacer-size:25vh;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fd8f7d2 */.visor-responsive {
  width: 100%;
  /*max-width: 720px;*/
  margin: 0 auto;       /* centra horizontalmente */
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}


.visor-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@supports not (aspect-ratio: 16/9) {
  .visor-responsive {
    position: relative;
    height: 0;
    padding-top: 56.25%; /* 16:9 */
  }
  .visor-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}/* End custom CSS */