{"id":1343,"date":"2026-06-10T13:30:36","date_gmt":"2026-06-10T18:30:36","guid":{"rendered":"https:\/\/stwards.com\/?page_id=1343"},"modified":"2026-06-16T11:54:50","modified_gmt":"2026-06-16T16:54:50","slug":"privacy-policies","status":"publish","type":"page","link":"https:\/\/stwards.com\/es\/privacy-policies\/","title":{"rendered":"Pol\u00edticas de privacidad"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n:root {\n  --primary-blue: #003366;\n  --bg-light: #f8f9fa;\n  --text-main: #333;\n  --border-color: #eaeaea;\n  --border-radius: 8px;\n}\n\n.policies-tabs-wrapper {\n  max-width: 1000px;\n  margin: 2rem auto;\n  font-family: Arial, sans-serif;\n  box-shadow: 0 4px 20px rgba(0, 51, 102, 0.08);\n  border-radius: var(--border-radius);\n  background: #ffffff;\n  overflow: hidden;\n}\n\n\/* Cabecera de Pesta\u00f1as *\/\n.tabs-header {\n  display: flex;\n  background-color: var(--bg-light);\n  border-bottom: 4px solid var(--primary-blue); \/* L\u00ednea gruesa azul unificadora *\/\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  scrollbar-width: none;\n  padding-top: 1rem;\n  padding-left: 1rem;\n}\n\n.tabs-header::-webkit-scrollbar {\n  display: none;\n}\n\n.tab-button {\n  flex: 1;\n  min-width: max-content;\n  padding: 1rem 1.5rem;\n  margin-right: 0.3rem; \/* Peque\u00f1a separaci\u00f3n entre pesta\u00f1as *\/\n  background: #e9ecef; \/* Fondo gris\u00e1ceo inactivo *\/\n  border: none;\n  border-radius: 8px 8px 0 0; \/* Bordes redondeados solo arriba *\/\n  font-size: 0.95rem;\n  font-weight: 600;\n  color: #555;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n\n.tab-button:hover {\n  background-color: rgba(0, 51, 102, 0.1);\n  color: var(--primary-blue);\n}\n\n\/* El Tab Activo con color s\u00f3lido *\/\n.tab-button.active {\n  background-color: var(--primary-blue); \/* Fondo Azul Stward *\/\n  color: #ffffff; \/* Letra Blanca *\/\n}\n\n\/* Contenido *\/\n.tabs-content {\n  padding: 2.5rem;\n  color: var(--text-main);\n  line-height: 1.7;\n}\n\n.tab-panel {\n  display: none;\n  animation: fadeIn 0.3s ease-in-out;\n}\n\n.tab-panel.active {\n  display: block;\ntext-align: justify;\n}\n\n.tab-panel h2 {\ntext-align: center;\n  color: var(--primary-blue);\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  padding-bottom: 0.5rem;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.tab-panel ul, .tab-panel ol {\n  padding-left: 1.5rem;\n  margin-bottom: 1.5rem;\n}\n\n.tab-panel li {\n  margin-bottom: 0.5rem;\n}\n\n@keyframes fadeIn {\n  from { opacity: 0; transform: translateY(5px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* Ajustes M\u00f3vil *\/\n@media (max-width: 768px) {\n  .tabs-header {\n    padding-left: 0;\n  }\n  .tab-button {\n    margin-right: 0; \/* Quita el margen derecho en m\u00f3viles para mejor scroll *\/\n    border-radius: 0; \/* Bordes rectos en m\u00f3vil por espacio *\/\n  }\n  .tabs-content {\n    padding: 1.5rem;\n  }\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const tabButtons = document.querySelectorAll('.tab-button');\n  const tabPanels = document.querySelectorAll('.tab-panel');\n\n  tabButtons.forEach(button => {\n    button.addEventListener('click', () => {\n      const targetTab = button.getAttribute('data-tab');\n\n      \/\/ Remover clases activas de todos los botones y paneles\n      tabButtons.forEach(btn => {\n        btn.classList.remove('active');\n        btn.setAttribute('aria-selected', 'false');\n      });\n      tabPanels.forEach(panel => panel.classList.remove('active'));\n\n      \/\/ A\u00f1adir clase activa al bot\u00f3n presionado y a su panel correspondiente\n      button.classList.add('active');\n      button.setAttribute('aria-selected', 'true');\n      document.getElementById(targetTab).classList.add('active');\n    });\n  });\n});\n<\/script>\n\n<div class=\"policies-tabs-wrapper\">\n  \n  <div class=\"tabs-header\" role=\"tablist\">\n    <button class=\"tab-button active\" data-tab=\"integral-management\" role=\"tab\" aria-selected=\"true\">Gesti\u00f3n integral<\/button>\n    <button class=\"tab-button\" data-tab=\"safe-navigation\" role=\"tab\" aria-selected=\"false\">Navegaci\u00f3n segura<\/button>\n    <button class=\"tab-button\" data-tab=\"drugs-alcohol\" role=\"tab\" aria-selected=\"false\">Drugs, Alcohol &amp; Weapons<\/button>\n    <button class=\"tab-button\" data-tab=\"cybersecurity\" role=\"tab\" aria-selected=\"false\">Ciberseguridad<\/button>\n  <\/div>\n\n  <main class=\"tabs-content\">\n    \n    <section id=\"integral-management\" class=\"tab-panel active\" role=\"tabpanel\">\n      <h2>Pol\u00edtica de gesti\u00f3n integral<\/h2>\n      <p>STWARD CORPORATION, empresa especializada en la prestaci\u00f3n de servicios\nmar\u00edtimos ha determinado la presente pol\u00edtica de gesti\u00f3n integral como directriz\npara la prevenci\u00f3n de accidentes y enfermedades de origen laboral, la protecci\u00f3n del\nambiente y la provisi\u00f3n de servicios de calidad. Comprometi\u00e9ndose a:<\/p>\n      <ul>\n        <li>Brindar servicios orientados a satisfacer las necesidades de sus clientes.<\/li>\n        <li>Identificar posibles situaciones de emergencia en los diferentes frentes de trabajo\ny planificar acciones de respuesta que garanticen la protecci\u00f3n de la vida, el\nambiente y la continuidad de sus actividades.<\/li>\n        <li>Identificar los peligros presentes en sus actividades, valorar los riesgos y\nestablecer acciones de control que permitan su reducci\u00f3n y\/o eliminaci\u00f3n.<\/li>\n        <li>Prevenir la contaminaci\u00f3n del entorno y en especial de las aguas mar\u00edtimas como\nprincipio de acci\u00f3n en todas sus operaciones.<\/li>\n        <li>Cumplir con los requisitos legales y otros requisitos aplicables a sus operaciones,\nreglas de la bandera y entidades portuarias.<\/li>\n        <li>Exigir a otras entidades que trabajan bajo su control que apliquen normas de\nseguridad y cuidado ambiental coherentes con las suyas.<\/li>\n        <li>Realizar formaciones para el personal de tierra y abordo con el fin de mejorar sus\ncompetencias y conocimientos sobre el sistema de gesti\u00f3n QHSE;<\/li>\n        <li>Mejorar continuamente el sistema de gesti\u00f3n integral y la aplicaci\u00f3n de sus\ncontroles operacionales.<\/li>\n        <li>Asegurar la operatividad de su flota a trav\u00e9s del seguimiento de sus planes de\nmantenimiento preventivo.<\/li>\n        <li>Propiciar espacios y mecanismos de consulta y participaci\u00f3n para sus\ntrabajadores y\/o sus representantes.<\/li>\n      <\/ul>\n      <p>Proveer espacios de trabajo seguros y saludables.\nLa alta direcci\u00f3n aprueba esta pol\u00edtica y garantizar\u00e1 la provisi\u00f3n de los recursos\nnecesarios para la implementaci\u00f3n, mantenimiento y mejora de su sistema de\ngesti\u00f3n Integral.<\/p>\n    <\/section>\n\n    <section id=\"safe-navigation\" class=\"tab-panel\" role=\"tabpanel\">\n      <h2>Pol\u00edtica de navegaci\u00f3n segura<\/h2>\n      <p>STWARD CORPORATION, garantiza que los buques de la flota navegan cumpliendo con las\nregulaciones nacionales e internacionales relacionadas al sector mar\u00edtimo. El capit\u00e1n es el\nresponsable de la navegaci\u00f3n segura y eficiente del buque; Aun cuando la responsabilidad final es\ndel capit\u00e1n, cada tripulante durante sus labores es responsable, de prevenir cualquier situaci\u00f3n de\npeligro que pueda afectar la nave, su tripulaci\u00f3n, la carga y el ambiente.\nLa compa\u00f1\u00eda establece que el m\u00ednimo permitido bajo la quilla para sus embarcaciones ser\u00e1 el\nsiguiente:<\/p>\n      <ul>\n        <li>Para navegaci\u00f3n de altura y costera, el margen m\u00ednimo bajo la quilla ser\u00e1 de\u00a01.5 metros (4.92 pies).<\/li>\n        <li>En v\u00edas navegables interiores, que incluyen r\u00edos y canales, se mantendr\u00e1 un margen m\u00ednimo de\u00a01.00\nmetro (3.28 pies)\u00a0bajo la quilla.<\/li>\n        <li>Para puertos, terminales y \u00e1reas restringidas, el m\u00ednimo permitido bajo la quilla ser\u00e1 de\u00a00.50 metros\n(1.64 pies).<\/li>\n      <\/ul>\n    <\/section>\n\n    <section id=\"drugs-alcohol\" class=\"tab-panel\" role=\"tabpanel\">\n      <h2>Pol\u00edtica de prohibici\u00f3n del uso de drogas, alcohol, porte de armas y restricciones para fumar.<\/h2>\n      <p>El uso de drogas y alcohol puede afectar el desempe\u00f1o en el\ntrabajo y puede ser una amenaza grave para la seguridad, el\nmedio ambiente, la salud y la productividad. STWARD\nCORPORATION desea asegurarse por medio de estos\nlineamientos que todos los colaboradores reconozcan esta\namenaza, con el fin de prevenir y\/o minimizar sus efectos.<\/p>\n      <ul>\n        <li>Se proh\u00edbe el porte, consumo, distribuci\u00f3n o venta de\ncualquier tipo de droga il\u00edcitas o l\u00edcitas sin prescripci\u00f3n m\u00e9dica,\ntanto en tierra como a bordo de las embarcaciones que\noperamos.<\/li>\n        <li>Es obligatorio que los trabajadores, contratistas y\/o visitantes\ninformen al capit\u00e1n o al jefe inmediato el uso bajo receta de un\nmedicamento que pueda afectar su juicio, los reflejos o reducir\nsu capacidad f\u00edsica o mental.<\/li>\n        <li>Se proh\u00edbe a todos los trabajadores y\/o contratistas abordar las\nembarcaciones bajo los efectos del alcohol o sustancias\npsicoactivas.<\/li>\n        <li>La empresa tendr\u00e1 la libertad de realizar pruebas de alcohol\ny\/o drogas en cualquier momento; entendiendo como cero el\nnivel de tolerancia para este tipo de sustancias.<\/li>\n        <li>Est\u00e1 prohibido el porte o uso de armas dentro de las\nembarcaciones o los diferentes frentes de trabajo.<\/li>\n        <li>Se proh\u00edbe fumar dentro de las embarcaciones, veh\u00edculos,\noficinas y espacios cerrados de acuerdo con las regulaciones\nlocales en esta materia.<\/li>\n        <li>Se determinar\u00e1n espacios seguros para fumar en las\nembarcaciones y dem\u00e1s frentes de trabajo si esto fuera\nnecesario.<\/li>\n        <li>La compa\u00f1\u00eda no emplear\u00e1 ninguna persona que est\u00e9 usando\no que tenga registro reciente de uso de drogas il\u00edcitas o que\nhaya abusado de drogas prescritas.<\/li>\n        <li>Los cigarrillos electr\u00f3nicos, los f\u00f3sforos, encendedores o\ncualquier llama abierta est\u00e1n estrictamente prohibidos a\nbordo de las embarcaciones de la Compa\u00f1\u00eda.<\/li>\n      <\/ul>\n      <p>Las violaciones a esta pol\u00edtica se consideran una falta grave y\nser\u00e1n amonestadas de acuerdo con su impacto potencial\nincluso siendo causa justa de despido.\nLa compa\u00f1\u00eda adelantar\u00e1 campa\u00f1as de sensibilizaci\u00f3n sobre los\nposibles efectos del consumo de alcohol, drogas y cigarrillos al\ninterior de las operaciones, as\u00ed como del porte de armas.<\/p>\n    <\/section>\n\n    <section id=\"cybersecurity\" class=\"tab-panel\" role=\"tabpanel\">\n      <h2>Pol\u00edtica de seguridad Cibern\u00e9tica<\/h2>\n      <p>El prop\u00f3sito y objetivo de esta pol\u00edtica es crear conciencia sobre la amenaza y vulnerabilidad de los\nriesgos cibern\u00e9ticos a fin de contribuir a la seguridad y protecci\u00f3n del transporte mar\u00edtimo de las\nembarcaciones de nuestra flota a las que le aplique el c\u00f3digo IGS y de esta manera sean\noperacionalmente resistente a los riesgos cibern\u00e9ticos.\n\nPara lograr estos objetivos se asegura de que:<\/p>\n      <ol>\n        <li>\n          <strong>Protecci\u00f3n en los dispositivos:<\/strong>\n          <ul>\n            <li>Ordenador port\u00e1til y tel\u00e9fonos inteligente protegidos con contrase\u00f1a.<\/li>\n            <li>Dispositivos USB y puertos perif\u00e9ricos bloqueados.<\/li>\n            <li>Software antivirus instalados y la actualizaci\u00f3n autom\u00e1tica del antivirus habilitada para\ngarantizar la protecci\u00f3n contra las \u00faltimas amenazas.<\/li>\n          <\/ul>\n        <\/li>\n        <li>\n          <strong>Copia de protecci\u00f3n de datos:<\/strong>\n          <ul>\n            <li>Se tienen copias de protecci\u00f3n de todos los documentos y archivos importantes en un lugar\nseguro desde el que puedan ser restaurados.<\/li>\n          <\/ul>\n        <\/li>\n      <\/ol>\n      <p>Los capitanes son directamente responsables de implementar esta Pol\u00edtica dentro de sus\ndepartamentos y es responsabilidad de cada empleado\/miembro de la tripulaci\u00f3n cumplir con la pol\u00edtica\nde Seguridad Cibern\u00e9tica.<\/p>\n    <\/section>\n  <\/main>\n<\/div>\n\n\n\n<style data-wp-block-html=\"css\">\n.text-white {\n    color: #fff !important;\n    display: none !important;\n}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Integral Management Safe Navigation Drugs, Alcohol &amp; Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1371,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_eb_attr":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1343","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Integral Management Safe Navigation Drugs, Alcohol &amp; Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/stwards.com\/es\/privacy-policies\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Stward Corporation - Leader company in Panama Maritime sector\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Privacy Policies - Stward Corporation\" \/>\n\t\t<meta property=\"og:description\" content=\"Integral Management Safe Navigation Drugs, Alcohol &amp; Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/stwards.com\/es\/privacy-policies\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-10T18:30:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-16T16:54:50+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Privacy Policies - Stward Corporation\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Integral Management Safe Navigation Drugs, Alcohol &amp; Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/stwards.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#listItem\",\"name\":\"Privacy Policies\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#listItem\",\"position\":2,\"name\":\"Privacy Policies\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/#organization\",\"name\":\"Just another WordPress site\",\"description\":\"Leader company in Panama Maritime sector\",\"url\":\"https:\\\/\\\/stwards.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/stwards.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/cropped-stward-corporation.png\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#organizationLogo\",\"width\":720,\"height\":236},\"image\":{\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#webpage\",\"url\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/\",\"name\":\"Privacy Policies - Stward Corporation\",\"description\":\"Integral Management Safe Navigation Drugs, Alcohol & Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/stwards.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ChatGPT-Image-13-jun-2026-13_23_43.png\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#mainImage\",\"width\":1672,\"height\":941},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/privacy-policies\\\/#mainImage\"},\"datePublished\":\"2026-06-10T13:30:36-05:00\",\"dateModified\":\"2026-06-16T11:54:50-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/stwards.com\\\/es\\\/\",\"name\":\"Stward Corporation\",\"description\":\"Leader company in Panama Maritime sector\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/stwards.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Privacy Policies - Stward Corporation","description":"Integral Management Safe Navigation Drugs, Alcohol & Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs","canonical_url":"https:\/\/stwards.com\/es\/privacy-policies\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/stwards.com\/es\/privacy-policies\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/stwards.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/stwards.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/stwards.com\/es\/privacy-policies\/#listItem","name":"Privacy Policies"}},{"@type":"ListItem","@id":"https:\/\/stwards.com\/es\/privacy-policies\/#listItem","position":2,"name":"Privacy Policies","previousItem":{"@type":"ListItem","@id":"https:\/\/stwards.com\/es#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/stwards.com\/es\/#organization","name":"Just another WordPress site","description":"Leader company in Panama Maritime sector","url":"https:\/\/stwards.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png","@id":"https:\/\/stwards.com\/es\/privacy-policies\/#organizationLogo","width":720,"height":236},"image":{"@id":"https:\/\/stwards.com\/es\/privacy-policies\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/stwards.com\/es\/privacy-policies\/#webpage","url":"https:\/\/stwards.com\/es\/privacy-policies\/","name":"Privacy Policies - Stward Corporation","description":"Integral Management Safe Navigation Drugs, Alcohol & Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/stwards.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/stwards.com\/es\/privacy-policies\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/stwards.com\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-13-jun-2026-13_23_43.png","@id":"https:\/\/stwards.com\/es\/privacy-policies\/#mainImage","width":1672,"height":941},"primaryImageOfPage":{"@id":"https:\/\/stwards.com\/es\/privacy-policies\/#mainImage"},"datePublished":"2026-06-10T13:30:36-05:00","dateModified":"2026-06-16T11:54:50-05:00"},{"@type":"WebSite","@id":"https:\/\/stwards.com\/es\/#website","url":"https:\/\/stwards.com\/es\/","name":"Stward Corporation","description":"Leader company in Panama Maritime sector","inLanguage":"es-ES","publisher":{"@id":"https:\/\/stwards.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"Stward Corporation - Leader company in Panama Maritime sector","og:type":"article","og:title":"Privacy Policies - Stward Corporation","og:description":"Integral Management Safe Navigation Drugs, Alcohol &amp; Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs","og:url":"https:\/\/stwards.com\/es\/privacy-policies\/","og:image":"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png","og:image:secure_url":"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png","article:published_time":"2026-06-10T18:30:36+00:00","article:modified_time":"2026-06-16T16:54:50+00:00","twitter:card":"summary","twitter:title":"Privacy Policies - Stward Corporation","twitter:description":"Integral Management Safe Navigation Drugs, Alcohol &amp; Weapons Cybersecurity Integral Management Policy STWARD CORPORATION, a company specialized in providing maritime services, has established this integral management policy as a guideline for the prevention of occupational accidents and illnesses, environmental protection, and the provision of quality services. Committing to: Providing services aimed at meeting the needs","twitter:image":"https:\/\/stwards.com\/wp-content\/uploads\/2024\/05\/cropped-stward-corporation.png"},"aioseo_meta_data":{"post_id":"1343","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-10 18:30:38","updated":"2026-06-16 17:00:51","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/stwards.com\/es\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPrivacy Policies\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/stwards.com\/es"},{"label":"Privacy Policies","link":"https:\/\/stwards.com\/es\/privacy-policies\/"}],"_links":{"self":[{"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/pages\/1343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/comments?post=1343"}],"version-history":[{"count":10,"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/pages\/1343\/revisions"}],"predecessor-version":[{"id":1378,"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/pages\/1343\/revisions\/1378"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/media\/1371"}],"wp:attachment":[{"href":"https:\/\/stwards.com\/es\/wp-json\/wp\/v2\/media?parent=1343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}