{"id":1538,"date":"2025-12-23T10:28:42","date_gmt":"2025-12-23T10:28:42","guid":{"rendered":"https:\/\/balancia.vamtam.com\/?page_id=1538"},"modified":"2026-07-11T12:19:09","modified_gmt":"2026-07-11T12:19:09","slug":"termos-e-condicoes","status":"publish","type":"page","link":"https:\/\/almaraclinic.pt\/en\/termos-e-condicoes\/","title":{"rendered":"Terms and Conditions"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1538\" class=\"elementor elementor-1538\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7439904 e-con-full e-flex e-con e-parent\" data-id=\"7439904\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adb4dcb elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"adb4dcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"clinic-hero\">\n  <div class=\"clinic-bg\"><\/div>\n\n  <div class=\"clinic-inner\">\n    <div class=\"clinic-content\">\n      <p>Terms and Conditions<\/p>\n\n      <h1 class=\"translation-block\">Clear terms.<br>\nTrusted care.<\/h1>\n\n      <span>\n        This page sets out the terms and conditions applicable to the use of the AlmaraClinic website, the services offered and the relationship between the clinic and its users.\n      <\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n@import url(\"https:\/\/fonts.googleapis.com\/css2?family=Funnel+Display:wght@300;400&family=Bricolage+Grotesque:wght@300;400&display=swap\");\n\n.clinic-hero{\n  position:relative;\n  width:100vw;\n  margin-left:calc(50% - 50vw);\n  min-height:92vh;\n  display:flex;\n  align-items:center;\n  overflow:hidden;\n  font-family:\"Bricolage Grotesque\",Arial,sans-serif;\n  color:#fff;\n  background:#101010;\n}\n\n.clinic-bg{\n  position:absolute;\n  inset:0;\n  overflow:hidden;\n}\n\n.clinic-bg::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:url(\"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/07\/almara_6.jpeg\");\n  background-size:cover;\n  background-position:center;\n  transform:scale(1.09);\n  transform-origin:center;\n  animation:clinicImageIn 1.6s ease forwards;\n}\n\n.clinic-bg::after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    radial-gradient(circle at 18% 48%, rgba(243,110,33,.14), transparent 30%),\n    linear-gradient(\n      90deg,\n      rgba(0,0,0,.88) 0%,\n      rgba(0,0,0,.72) 26%,\n      rgba(0,0,0,.44) 50%,\n      rgba(0,0,0,.16) 74%,\n      rgba(0,0,0,0) 100%\n    );\n  pointer-events:none;\n}\n\n.clinic-inner{\n  position:relative;\n  z-index:2;\n  width:100%;\n  padding:0 5vw;\n}\n\n.clinic-content{\n  max-width:720px;\n}\n\n.clinic-content p,\n.clinic-content h1,\n.clinic-content span,\n.clinic-actions{\n  opacity:0;\n  transform:translateY(22px);\n  animation:clinicTextIn .9s ease forwards;\n}\n\n.clinic-content p{ animation-delay:.25s; }\n.clinic-content h1{ animation-delay:.42s; }\n.clinic-content span{ animation-delay:.58s; }\n.clinic-actions{ animation-delay:.74s; }\n\n.clinic-content p{\n  position:relative;\n  margin:0 0 24px 20px;\n  font-size:11px;\n  letter-spacing:.35em;\n  text-transform:uppercase;\n  color:rgba(255,255,255,.82);\n}\n\n.clinic-content p::before{\n  content:\"\";\n  position:absolute;\n  left:-20px;\n  top:5px;\n  width:7px;\n  height:7px;\n  background:#fff;\n}\n\n.clinic-content h1{\n  margin:0;\n  max-width:720px;\n  font-family:\"Funnel Display\",Arial,sans-serif;\n  font-size:clamp(42px,4.4vw,64px);\n  line-height:.95;\n  letter-spacing:-.055em;\n  font-weight:300;\n  color:#fff;\n}\n\n.clinic-content span{\n  display:block;\n  max-width:590px;\n  margin-top:28px;\n  font-size:17px;\n  line-height:1.7;\n  color:rgba(255,255,255,.84);\n}\n\n.clinic-actions{\n  display:flex;\n  gap:14px;\n  flex-wrap:wrap;\n  margin-top:42px;\n}\n\n.clinic-actions a{\n  min-height:48px;\n  padding:0 24px;\n  border-radius:999px;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  text-decoration:none;\n  font-size:14px;\n  border:1px solid rgba(255,255,255,.72);\n  transition:all .35s ease;\n}\n\n.clinic-actions a:first-child{\n  background:#fff;\n  color:#004e60;\n  border-color:#fff;\n}\n\n.clinic-actions a:first-child:hover{\n  background:#f36e21;\n  border-color:#f36e21;\n  color:#fff;\n  transform:translateY(-3px);\n}\n\n.clinic-actions a:last-child{\n  background:transparent;\n  color:#fff;\n}\n\n.clinic-actions a:last-child:hover{\n  background:#fff;\n  color:#004e60;\n  border-color:#fff;\n  transform:translateY(-3px);\n}\n\n@keyframes clinicImageIn{\n  from{transform:scale(1.12);}\n  to{transform:scale(1.04);}\n}\n\n@keyframes clinicTextIn{\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@media(max-width:760px){\n  .clinic-hero{\n    min-height:auto;\n  }\n  .clinic-hero .clinic-bg{\n    position:relative;\n    height:38vh;\n    min-height:230px;\n    max-height:340px;\n  }\n  .clinic-inner{\n    padding:0;\n    display:flex;\n    flex-direction:column;\n  }\n  .clinic-content{\n    padding:28px 24px 40px;\n  }\n  .clinic-content h1{\n    font-size:clamp(28px,8vw,38px);\n  }\n  .clinic-content span{\n    font-size:14px;\n  }\n  .clinic-bg::after{\n    background:\n      linear-gradient(\n        180deg,\n        rgba(0,0,0,.16) 0%,\n        rgba(0,0,0,.30) 60%,\n        rgba(0,0,0,.62) 100%\n      );\n  }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd0a5d5 animated-fast e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"fd0a5d5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:100,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6e45f0 elementor-widget elementor-widget-heading\" data-id=\"d6e45f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Identification of the responsible entity<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f629345 elementor-widget elementor-widget-text-editor\" data-id=\"f629345\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">This website is owned and operated by:<\/p><p class=\"p3 translation-block\"><b>LOYAL AXIOM, LDA<br><\/b>\n<span class=\"s1\">Tax ID (NIPC): <\/span><b>518 846 636<br><\/b>\n<span class=\"s1\">Registered Office: <\/span><b>Rua Pina Bausch No. 1A, 1750-384 Lisbon, Portugal<br><\/b>\n<span class=\"s1\">Healthcare provider licensed by the <\/span><b>Portuguese Health Regulatory Authority (ERS)<br><\/b>\nLicence No. <span class=\"s2\"><b>25959\/2025<br><\/b><\/span>\nRegistered Healthcare Facility: <span class=\"s2\"><b>E178120<\/b><\/span><\/p><p class=\"p3 translation-block\"><b>Clinical Director:<br><\/b>\nDr. Bruno Miguel Matos Gomes<br>\nSpecialist in Internal Medicine<br>\nMedical Licence No. <span class=\"s2\"><b>60263<br><\/b><\/span>\nPortuguese Medical Association<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72858f2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"72858f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-823e880 elementor-widget elementor-widget-heading\" data-id=\"823e880\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"> Purpose<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd2f489 elementor-widget elementor-widget-text-editor\" data-id=\"cd2f489\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">These Terms and Conditions govern access to and use of the AlmaraClinic website, as well as the information made available through it. By accessing and using this website, you acknowledge and agree to these Terms and Conditions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9cc1842 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9cc1842\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1894ab4 elementor-widget elementor-widget-heading\" data-id=\"1894ab4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Informational nature of the content<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68d0708 elementor-widget elementor-widget-text-editor\" data-id=\"68d0708\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1 translation-block\">All content published on this website is provided for <span class=\"s1\">informational and educational purposes only<\/span>. <span class=\"s2\">The information provided does not, under any circumstances, replace <\/span>a personalised medical assessment, clinical diagnosis, or professional medical advice<span class=\"s2\">. <\/span>Any decision regarding healthcare treatments should always be made following a <span class=\"s1\">clinical assessment by a qualified healthcare professional<\/span>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1915638 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1915638\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-496bc52 elementor-widget elementor-widget-heading\" data-id=\"496bc52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Clinical Services<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a7ad40 elementor-widget elementor-widget-text-editor\" data-id=\"3a7ad40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1 translation-block\">The clinical services provided by AlmaraClinic are carried out <span class=\"s1\"><b>in person at the clinic\u2019s premises<\/b><\/span>, by qualified healthcare professionals who are duly authorised to practise. The provision of any treatment or clinical procedure is always subject to:<\/p><ul><li><p class=\"p1\">prior clinical assessment<\/p><\/li><li><p class=\"p1\">review of the patient\u2019s medical history<\/p><\/li><li><p class=\"p1\">absence of medical contraindications<\/p><\/li><\/ul><p class=\"p1\">Eligibility for specific treatments is determined exclusively following a medical assessment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd02f41 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"dd02f41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5041e2a elementor-widget elementor-widget-heading\" data-id=\"5041e2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Appointment booking<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e536fcd elementor-widget elementor-widget-text-editor\" data-id=\"e536fcd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">The website may provide features that allow users to request or book appointments. All appointments are subject to:<\/p><ul><li><p class=\"p1\">availability of the clinic\u2019s schedule<\/p><\/li><li><p class=\"p1\">confirmation by the clinic\u2019s team<\/p><\/li><li><p class=\"p1\">compliance with the applicable clinical requirements<\/p><\/li><\/ul><p class=\"p1\">AlmaraClinic reserves the right to reschedule appointments whenever necessary for clinical or operational reasons.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15512cf elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"15512cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83262f1 elementor-widget elementor-widget-heading\" data-id=\"83262f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Cancellation and missed appointments policy<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22fe449 elementor-widget elementor-widget-text-editor\" data-id=\"22fe449\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Patients should notify the clinic of any cancellation or request to reschedule an appointment as early as possible. The clinic may apply specific policies regarding:<\/p><ul><li><p class=\"p1\">late cancellations<\/p><\/li><li><p class=\"p1\">missed appointments without prior notice<\/p><\/li><li><p class=\"p1\">appointment rescheduling<\/p><\/li><\/ul><p class=\"p1\">These conditions may be communicated to the patient at the time of booking or during the course of care.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c872d3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7c872d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04ab6a6 elementor-widget elementor-widget-heading\" data-id=\"04ab6a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Payment plans<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc9d537 elementor-widget elementor-widget-text-editor\" data-id=\"cc9d537\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1 translation-block\">AlmaraClinic may offer payment solutions through partner financial institutions. The specific terms and conditions of these payment solutions are presented to the patient during the clinical assessment and treatment planning process. Any payment solution is <span class=\"s1\"><b>subject to approval by the financing institution<\/b><\/span> and the applicable contractual terms.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2dc462 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d2dc462\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f88e93 elementor-widget elementor-widget-heading\" data-id=\"9f88e93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Intellectual property<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0c7f21 elementor-widget elementor-widget-text-editor\" data-id=\"c0c7f21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">All content available on this website, including:<\/p><ul><li><p class=\"p1\">text<\/p><\/li><li><p class=\"p1\">images<\/p><\/li><li><p class=\"p1\">logos<\/p><\/li><li><p class=\"p1\">design<\/p><\/li><li><p class=\"p1\">graphic elements<\/p><\/li><li><p class=\"p1\">scientific content<\/p><\/li><\/ul><p class=\"p1 translation-block\">are property of <span class=\"s2\"><b>LOYAL AXIOM, LDA<\/b><\/span> or are used under licence or with permission. The reproduction, distribution, modification, or use of this content without the prior written authorization of the rights holder is strictly prohibited.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6f0ee9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f6f0ee9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e35ccc elementor-widget elementor-widget-heading\" data-id=\"9e35ccc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Limitation of liability<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f90746b elementor-widget elementor-widget-text-editor\" data-id=\"f90746b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">AlmaraClinic makes every reasonable effort to ensure that the information published on this website is accurate and up to date. However, it does not guarantee that the information will always be free from errors or omissions. The use of the information provided on this website is the sole responsibility of the user. AlmaraClinic shall not be held liable for any damages resulting from the use of the information made available on this website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d0bf41 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6d0bf41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a70fdd elementor-widget elementor-widget-heading\" data-id=\"3a70fdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Personal data protection<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01a301b elementor-widget elementor-widget-text-editor\" data-id=\"01a301b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1 translation-block\">The processing of personal data through this website complies with the <span class=\"s1\">General Data Protection Regulation (GDPR)<\/span> and all applicable national legislation. Detailed information regarding the processing of personal data is available in the website's <span class=\"s1\">Privacy Policy<\/span>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f42c5d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2f42c5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42f4789 elementor-widget elementor-widget-heading\" data-id=\"42f4789\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Links to third-party websites<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d5b348 elementor-widget elementor-widget-text-editor\" data-id=\"6d5b348\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">This website may contain links to external websites. AlmaraClinic is not responsible for the content, policies, or practices of those websites.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3d0d92 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a3d0d92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1615298 elementor-widget elementor-widget-heading\" data-id=\"1615298\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Changes to these terms<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae33572 elementor-widget elementor-widget-text-editor\" data-id=\"ae33572\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">AlmaraClinic reserves the right to amend these Terms and Conditions at any time. Any changes shall take effect from the date they are published on this website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-096d5b2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"096d5b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff83110 elementor-widget elementor-widget-heading\" data-id=\"ff83110\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Governing law and jurisdiction<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba6fab8 elementor-widget elementor-widget-text-editor\" data-id=\"ba6fab8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1 translation-block\">These Terms and Conditions shall be governed by the <span class=\"s1\">laws of Portugal<\/span>. Any dispute arising out of or in connection with the use of this website shall be subject to the <span class=\"s1\">exclusive jurisdiction of the Lisbon District Court<\/span>, with the express exclusion of any other jurisdiction.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee52185 elementor-widget elementor-widget-heading\" data-id=\"ee52185\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Privacy, cookies &amp; advertising technologies<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0009f0c elementor-widget elementor-widget-text-editor\" data-id=\"0009f0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1 translation-block\">The use of this website is also subject to our <span class=\"s1\"><b>Privacy Policy<\/b><\/span> and our <span class=\"s1\"><b>Cookie Policy<\/b><\/span>, which explain how users' personal data is collected, used, and protected.<\/p><p class=\"p1\">The website may use cookies, the Meta Pixel, and similar technologies to enable website functionality, perform statistical analysis, measure campaign performance, and deliver advertising, in accordance with the terms set out in our Privacy Policy and Cookie Policy.<\/p><p class=\"p1\">The use of non-essential cookies, including analytics, marketing, advertising, Meta Pixel, or similar technologies, requires the user\u2019s prior consent, which may be managed or withdrawn at any time through the cookie manager available on the website.<\/p><p class=\"p2\">By using this website, the user acknowledges that they have read and understood the applicable <span class=\"s1\">Privacy Policy<\/span> and <span class=\"s1\">Cookie Policy<\/span>.<\/p><p class=\"p1\">The user agrees to use this website in a lawful and appropriate manner, acknowledging that the collection and processing of personal data, as well as the use of cookies and similar technologies, are governed by the <span class=\"s1\">Privacy Policy<\/span> and <span class=\"s1\">Cookie Policy<\/span> available on this website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Termos e Condi\u00e7\u00f5es Informa\u00e7\u00e3o clara para uma rela\u00e7\u00e3o transparente. Nesta p\u00e1gina encontra os termos e condi\u00e7\u00f5es aplic\u00e1veis \u00e0 utiliza\u00e7\u00e3o do&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1538","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Termos e Condi\u00e7\u00f5es - AlmaraClinic<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/almaraclinic.pt\/en\/termos-e-condicoes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Termos e Condi\u00e7\u00f5es - AlmaraClinic\" \/>\n<meta property=\"og:description\" content=\"Termos e Condi\u00e7\u00f5es Informa\u00e7\u00e3o clara para uma rela\u00e7\u00e3o transparente. Nesta p\u00e1gina encontra os termos e condi\u00e7\u00f5es aplic\u00e1veis \u00e0 utiliza\u00e7\u00e3o do...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/almaraclinic.pt\/en\/termos-e-condicoes\/\" \/>\n<meta property=\"og:site_name\" content=\"AlmaraClinic\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/almaraclinicpt\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-11T12:19:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/05\/almara_33.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1293\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/almaraclinic.pt\/termos-e-condicoes\/\",\"url\":\"https:\/\/almaraclinic.pt\/termos-e-condicoes\/\",\"name\":\"Termos e Condi\u00e7\u00f5es - AlmaraClinic\",\"isPartOf\":{\"@id\":\"https:\/\/almaraclinic.pt\/#website\"},\"datePublished\":\"2025-12-23T10:28:42+00:00\",\"dateModified\":\"2026-07-11T12:19:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/almaraclinic.pt\/termos-e-condicoes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/almaraclinic.pt\/termos-e-condicoes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/almaraclinic.pt\/termos-e-condicoes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/almaraclinic.pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Termos e Condi\u00e7\u00f5es\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/almaraclinic.pt\/#website\",\"url\":\"https:\/\/almaraclinic.pt\/\",\"name\":\"www.almaraclinic.pt\",\"description\":\"Cl\u00ednica de Sa\u00fade, Longevidade e Bem-estar\",\"publisher\":{\"@id\":\"https:\/\/almaraclinic.pt\/#organization\"},\"alternateName\":\"AlmaraClinic Lisboa\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/almaraclinic.pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/almaraclinic.pt\/#organization\",\"name\":\"AlmaraClinic\u00ae Cl\u00ednica de Sa\u00fade\",\"alternateName\":\"Loyal Axiom, LDA\",\"url\":\"https:\/\/almaraclinic.pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/almaraclinic.pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/03\/cropped-LOGO.png\",\"contentUrl\":\"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/03\/cropped-LOGO.png\",\"width\":1284,\"height\":171,\"caption\":\"AlmaraClinic\u00ae Cl\u00ednica de Sa\u00fade\"},\"image\":{\"@id\":\"https:\/\/almaraclinic.pt\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/almaraclinicpt\/\",\"https:\/\/www.instagram.com\/almaraclinic\/\",\"https:\/\/www.tiktok.com\/@almaracliniclisboa\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Termos e Condi\u00e7\u00f5es - AlmaraClinic","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/almaraclinic.pt\/en\/termos-e-condicoes\/","og_locale":"en_US","og_type":"article","og_title":"Termos e Condi\u00e7\u00f5es - AlmaraClinic","og_description":"Termos e Condi\u00e7\u00f5es Informa\u00e7\u00e3o clara para uma rela\u00e7\u00e3o transparente. Nesta p\u00e1gina encontra os termos e condi\u00e7\u00f5es aplic\u00e1veis \u00e0 utiliza\u00e7\u00e3o do...","og_url":"https:\/\/almaraclinic.pt\/en\/termos-e-condicoes\/","og_site_name":"AlmaraClinic","article_publisher":"https:\/\/www.facebook.com\/almaraclinicpt\/","article_modified_time":"2026-07-11T12:19:09+00:00","og_image":[{"width":1792,"height":1293,"url":"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/05\/almara_33.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/almaraclinic.pt\/termos-e-condicoes\/","url":"https:\/\/almaraclinic.pt\/termos-e-condicoes\/","name":"Termos e Condi\u00e7\u00f5es - AlmaraClinic","isPartOf":{"@id":"https:\/\/almaraclinic.pt\/#website"},"datePublished":"2025-12-23T10:28:42+00:00","dateModified":"2026-07-11T12:19:09+00:00","breadcrumb":{"@id":"https:\/\/almaraclinic.pt\/termos-e-condicoes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/almaraclinic.pt\/termos-e-condicoes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/almaraclinic.pt\/termos-e-condicoes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/almaraclinic.pt\/"},{"@type":"ListItem","position":2,"name":"Termos e Condi\u00e7\u00f5es"}]},{"@type":"WebSite","@id":"https:\/\/almaraclinic.pt\/#website","url":"https:\/\/almaraclinic.pt\/","name":"www.almaraclinic.pt","description":"Cl\u00ednica de Sa\u00fade, Longevidade e Bem-estar","publisher":{"@id":"https:\/\/almaraclinic.pt\/#organization"},"alternateName":"AlmaraClinic Lisboa","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/almaraclinic.pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/almaraclinic.pt\/#organization","name":"AlmaraClinic\u00ae Cl\u00ednica de Sa\u00fade","alternateName":"Loyal Axiom, LDA","url":"https:\/\/almaraclinic.pt\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/almaraclinic.pt\/#\/schema\/logo\/image\/","url":"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/03\/cropped-LOGO.png","contentUrl":"https:\/\/almaraclinic.pt\/wp-content\/uploads\/2026\/03\/cropped-LOGO.png","width":1284,"height":171,"caption":"AlmaraClinic\u00ae Cl\u00ednica de Sa\u00fade"},"image":{"@id":"https:\/\/almaraclinic.pt\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/almaraclinicpt\/","https:\/\/www.instagram.com\/almaraclinic\/","https:\/\/www.tiktok.com\/@almaracliniclisboa"]}]}},"_links":{"self":[{"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/pages\/1538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/comments?post=1538"}],"version-history":[{"count":22,"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/pages\/1538\/revisions"}],"predecessor-version":[{"id":990382,"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/pages\/1538\/revisions\/990382"}],"wp:attachment":[{"href":"https:\/\/almaraclinic.pt\/en\/wp-json\/wp\/v2\/media?parent=1538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}