Formulario Financiero

.gform-wrap { transform: scale(1.5); /* Aumenta tamaño, ejemplo 1.15 = 115% */ transform-origin: top center; /* Para que se escale desde arriba */ } .gform-iframe { width: 115%; /* Compensa el escalado */ height: calc(var(--visible-height) / 1.15); /* Ajusta la altura */ }
Scroll to Top