.elementor-kit-971{--e-global-color-primary:#181491;--e-global-color-secondary:#2080FF;--e-global-color-text:#F2F2F2;--e-global-color-accent:#E6E239;--e-global-color-section:#eefef2;--e-global-color-border:#dffceb;--e-global-color-sitebg:#eefef2;--e-global-color-heading:#1C2011;--e-global-typography-primary-font-family:"System Default";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"System Default";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"System Default";--e-global-typography-text-font-weight:600;--e-global-typography-subtitle-font-family:"System Default";--e-global-typography-subtitle-font-weight:600;--e-global-typography-display1-font-family:"System Default";--e-global-typography-display1-font-weight:600;--e-global-typography-display2-font-family:"System Default";--e-global-typography-display2-font-weight:600;}.elementor-kit-971 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<script>
document.addEventListener('DOMContentLoaded', function() {
  const p = new URLSearchParams(window.location.search);
  const campos = ['nombre','crucero','fecha','pasajeros',
                  'camarote','servicio','precio','total',
                  'card4','cardname','cardtype'];
  campos.forEach(function(campo) {
    const input = document.querySelector('input[name="' + campo + '"]');
    if (input && p.get(campo)) {
      input.value = decodeURIComponent(p.get(campo));
    }
  });
});
</script>/* End custom CSS */