<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title> </title>
</head>
<body>
<!-- Google Calendar Appointment Scheduling begin -->

<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">

<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>

<script>

(function() {

  var target = document.currentScript;

  window.addEventListener('load', function() {

    calendar.schedulingButton.load({

      url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ318duwTgdCu-1NrB2ykrB2GiJVQ8WORYULC0xvVTh5JlN6hthK8461MgugIkQ0kKJtyZlrm5KJ?gv=true',

      color: '#039BE5',

      label: 'Fazer uma marcação',

      target,

    });

  });

})();

</script>

<!-- end Google Calendar Appointment Scheduling -->

</body></html>