.elementor-11607 .elementor-element.elementor-element-03efbe8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11607 .elementor-element.elementor-element-03efbe8.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-11607 .elementor-element.elementor-element-03efbe8{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-9f19d23 *//* Bloquear scroll de la página */
html, body { height: 100%; overflow: hidden; margin: 0; }

/* Si tienes header fijo, resta su alto en el calc() */
.section-fullscreen { 
  min-height: 100dvh; 
  padding: 0;
}

/* El iframe ocupa todo el alto visible (resta header si aplica) */
.iframe-full {
  display: block;
  width: 100%;
  height: 100dvh;           /* si hay header: calc(100dvh - 72px) */
  border: 0;
}
``/* End custom CSS */