{"id":2719,"date":"2022-11-17T15:48:28","date_gmt":"2022-11-17T15:48:28","guid":{"rendered":"https:\/\/arnaud.pt\/quem-somos\/"},"modified":"2023-02-06T22:51:34","modified_gmt":"2023-02-06T22:51:34","slug":"about-us","status":"publish","type":"page","link":"https:\/\/arnaud.pt\/en\/about-us\/","title":{"rendered":"About us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2719\" class=\"elementor elementor-2719\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-78eb63c elementor-section-full_width section-about-1 elementor-section-height-default elementor-section-height-default\" data-id=\"78eb63c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0266739\" data-id=\"0266739\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7972abb section-about-2 section-about-world-map elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7972abb\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-54d7142 about-globe-col\" data-id=\"54d7142\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5451af9 arnaud-world-map-container elementor-widget elementor-widget-global elementor-global-822 elementor-widget-html\" data-id=\"5451af9\" 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<div class=\"js-globe-gl\" id=\"globe-gl\"><\/div>\n<script src=\"https:\/\/assets.ot.digital\/min\/m\/v1\/js\/opentext.min.js\"><\/script>\n<script>\n    window.delayedJavascriptArray = window.delayedJavascriptArray || [];\n        window.delayedJavascriptArray.push(function () {\n\n            otApi.GlobeGL = {\n\n                \/\/ Settings\n                $trigger: $('.js-globe-gl'),\n                jsFiles: [\n                    'https:\/\/unpkg.com\/globe.gl',\n                    'https:\/\/d3js.org\/d3.v7.min.js',\n                ],\n\n                \/\/ Initialize\n                init: function () {\n                    if (this.$trigger.length) {\n                        const isReduced =\n                            window.matchMedia('(prefers-reduced-motion: reduce)');\n\n                        if (!isReduced || isReduced.matches) {\n                            const globeVisual = document.getElementById('globe-visual');\n                            globeVisual.classList.remove('d-none');\n                        } else {\n                            otApi.addJSFiles(this.jsFiles, this.applyGlobeGL);\n                        }\n                    }\n                },\n\n                \/\/ Apply globe.gl\n                applyGlobeGL: function () {\n\n                    const\n                        $globe = document.getElementById('globe-gl'),\n                        globeWidth = $globe.parentNode.getBoundingClientRect().width,\n                        primaryColor = '#DA3833',\n                        neutralColor = '#b0b4b9',\n                        map = 'data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAAaADAAQAAAABAAAAAQAAAAD5Ip3+AAAAC0lEQVQIHWP4DwQACfsD\/Qy7W+cAAAAASUVORK5CYII=',\n                        landCheckUrl = 'https:\/\/assets.ot.digital\/img\/map.png',\n                        landCheckImg = new Image(),\n                        DEG2RAD = Math.PI \/ 180,\n                        random_sample = (obj, n) => d3.shuffle(obj.slice()).slice(0, n),\n                        N = 5,\n                        world = Globe()\n                            .globeImageUrl(map)\n                            .backgroundColor('rgba(0, 0, 0, 0)')\n                            \/\/.showGlobe(true)\n                            .showAtmosphere(true)\n                            .atmosphereColor(neutralColor)\n                            .atmosphereAltitude(0.15)\n                            .width(globeWidth)\n                            .height(globeWidth)\n                            ($globe),\n                        globeMat = world.globeMaterial();\n\n                    globeMat.opacity = 0.5;\n                    globeMat.shininess = 0.15;\n\n                    landCheckImg.src = landCheckUrl;\n                    landCheckImg.crossOrigin = 'Anonymous';\n                    landCheckImg.onload = () => {\n                        landDots(30, 200, landCheckImg);\n                    }\n\n                    \/\/const dlight = world.scene().children.find(obj3d => obj3d.type === 'DirectionalLight');\n                    \/\/dlight && dlight.position.set(-1, 1, 1);\n\n                    world.pointOfView({ altitude: 2 });\n                    world.controls().autoRotate = true;\n                    world.controls().autoRotateSpeed = 0.95;\n                    world.controls().enabled = true;\n                    world.controls().enableZoom = false;\n\n                    \/\/ Resize globe on window resize\n                    window.addEventListener('resize', (event) => {\n                        const globeWidth = $globe.parentNode.getBoundingClientRect().width;\n                        world.width([globeWidth])\n                        world.height([globeWidth])\n                    });\n\n                    function landDots(globeRad, rows, image) {\n                        const d = getImageData(image);\n                        const dots = [];\n\n                        for (let lat = -90; lat <= 90; lat += 180 \/ rows) {\n                            const radius = Math.cos(Math.abs(lat) * DEG2RAD) * globeRad;\n                            const circum = radius * Math.PI * 2 * 2;\n                            for (let r = 0; r < circum; r++) {\n                                const lng = 360 * r \/ circum - 180;\n                                if (!visibilityForCoordinate(lng, lat, d)) {\n                                    continue;\n                                }\n                                dots.push({ lat: lat, lng: lng });\n                            }\n                        }\n\n                        world\n                            .pointsData(dots)\n                            .pointColor(() => neutralColor)\n                            .pointRadius(0.25)\n                            .pointResolution(10)\n                            .pointAltitude(0)\n                            .pointsMerge(true)\n                            \/\/ arcs\n                            .arcColor(() => primaryColor)\n                            .arcStroke(0.25)\n                            .arcDashInitialGap(1)\n                            .arcDashLength(2)\n                            .arcDashGap(2)\n                            .arcDashAnimateTime(2000)\n                            \/\/ labels\n                            .labelText(d => '')\n                            .labelColor(() => t => primaryColor)\n                            .labelDotRadius(0.3)\n                            .labelAltitude(0.002)\n                            .labelsTransitionDuration(250)\n                            \/\/ rings\n                            .ringColor(() => t => 'rgba(51,5,141,${1-t})')\n                            .ringMaxRadius(2)\n                            .ringPropagationSpeed(2)\n                            .ringRepeatPeriod(0);\n\n                        setInterval(() => {\n                            let c10 = random_sample(dots, N * 2),\n                                c = [...Array(N).keys()].map((d, i) => ({\n                                    startLat: c10[i].lat,\n                                    startLng: c10[i].lng,\n                                    endLat: c10[i + N].lat,\n                                    endLng: c10[i + N].lng\n                                })),\n                                l = [...Array(N * 2).keys()].map((d, i) => ({\n                                    lat: c10[i].lat,\n                                    lng: c10[i].lng\n                                })),\n                                r = [...Array(N).keys()].map((d, i) => ({\n                                    lat: c10[i + N].lat,\n                                    lng: c10[i + N].lng\n                                }));\n\n                            world.arcsData(c).labelsData(l);\n\n                            setTimeout(() => {\n                                world.ringsData(r);\n                            }, 4000);\n                        }, 6000);\n                    }\n\n                    function visibilityForCoordinate(lng, lat, data) {\n                        const i = 4 * data.width,\n                            r = parseInt((lng + 180) \/ 360 * data.width + .5),\n                            a = data.height - parseInt((lat + 90) \/ 180 * data.height - .5),\n                            s = parseInt(i * (a - 1) + 4 * r) + 3;\n                        return data.data[s] > 90;\n                    }\n\n                    function getImageData(img) {\n                        const el = document.createElement('canvas').getContext('2d');\n                        return el.canvas.width = img.width,\n                            el.canvas.height = img.height,\n                            el.drawImage(img, 0, 0, img.width, img.height),\n                            el.getImageData(0, 0, img.width, img.height);\n                    }\n                }\n\n            }\n\n            otApi.GlobeGL.init();\n\n        });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2c9cde9\" data-id=\"2c9cde9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5cf9465 title-32 elementor-widget elementor-widget-text-editor\" data-id=\"5cf9465\" 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>For more than 160 years, Arnaud has been following the ever-growing complexity of cargo shipment and logistics services. Our history and the way we face challenges in the areas where we operate make us a reference in the market.<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-93fae42 section-about-3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"93fae42\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-af9f332\" data-id=\"af9f332\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d92cc54 about-img-composition elementor-widget elementor-widget-image\" data-id=\"d92cc54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1060\" height=\"1080\" src=\"https:\/\/arnaud.pt\/wp-content\/uploads\/2022\/12\/about-composition-v3.jpg\" class=\"attachment-full size-full wp-image-2289\" alt=\"Arnaud\" srcset=\"https:\/\/arnaud.pt\/wp-content\/uploads\/2022\/12\/about-composition-v3.jpg 1060w, https:\/\/arnaud.pt\/wp-content\/uploads\/2022\/12\/about-composition-v3-294x300.jpg 294w, https:\/\/arnaud.pt\/wp-content\/uploads\/2022\/12\/about-composition-v3-1005x1024.jpg 1005w, https:\/\/arnaud.pt\/wp-content\/uploads\/2022\/12\/about-composition-v3-768x782.jpg 768w\" sizes=\"(max-width: 1060px) 100vw, 1060px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d6b31f1\" data-id=\"d6b31f1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-061dead red-title-hightlights elementor-widget elementor-widget-text-editor\" data-id=\"061dead\" 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>Integrated logistics<br \/>on a global level.<\/p><p><br \/>Air, sea and road transport<\/p><p><br \/>The first freight-forwarding<br \/>agent established in Angola<br \/>and Cape Verde<\/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-e4e033d elementor-widget elementor-widget-text-editor\" data-id=\"e4e033d\" 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>Because we believe in market globalization, we want to offer our clients and their cargo access to completely new worlds of opportunity. We have systematically reinforced our investment to be present in strategic markets, such as Angola, Cape Verde, Mozambique, or Spain.<\/p><p>Continued investment in research and training makes us strong on every logistics area, from imports to exports, as well as door-to-door delivery and project cargo.<\/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-351f9c0 elementor-widget elementor-widget-image\" data-id=\"351f9c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"419\" height=\"9\" src=\"https:\/\/arnaud.pt\/wp-content\/uploads\/2023\/02\/countries-en.svg\" class=\"attachment-full size-full wp-image-2732\" alt=\"Arnaud\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-46a333b elementor-section-full_width section-about-4 about-marquee-title elementor-section-height-default elementor-section-height-default\" data-id=\"46a333b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11ff9e2\" data-id=\"11ff9e2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-95c5df3 marquee-title-static elementor-widget elementor-widget-heading\" data-id=\"95c5df3\" 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<div class=\"elementor-heading-title elementor-size-default\">history<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0aae3f5 section-about-5 section-history-slider elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0aae3f5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d18721\" data-id=\"6d18721\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eecf677 about-history-carousel content-carousel elementor-widget elementor-widget-ucaddon_content_carousel_new\" data-id=\"eecf677\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_content_carousel_new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Content Carousel -->\n\t\t<link id='font-awesome-css' href='https:\/\/arnaud.pt\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/arnaud.pt\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='owl-carousel-css' href='https:\/\/arnaud.pt\/wp-content\/plugins\/unlimited-elements-for-elementor\/assets_libraries\/owl-carousel-new\/assets\/owl.carousel.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Content Carousel *\/\n\n.ue-content-carousel\n{\n  min-height:1px;\n}\n#uc_content_carousel_new_elementor_eecf677{\n  position:relative;\n  min-height:1px;\n}\n\n#uc_content_carousel_new_elementor_eecf677 .ue-content-holder\n{\n  display:flex;\n  flex-direction:column;\n}\n\n#uc_content_carousel_new_elementor_eecf677 .ue-btn-holder\n{\n  margin-top:auto;\n}\n\n#uc_content_carousel_new_elementor_eecf677 .owl-nav .owl-prev{\n    position:absolute;\n    display:inline-block;\n    text-align:center;\n}\n#uc_content_carousel_new_elementor_eecf677 .owl-nav .owl-next{\n  position:absolute;\n  display:inline-block;\n  text-align:center;\n}\n\n\n#uc_content_carousel_new_elementor_eecf677 .owl-dots {\noverflow:hidden;\ntext-align:center;\n}\n\n#uc_content_carousel_new_elementor_eecf677 .owl-dot {\nborder-radius:50%;\ndisplay:inline-block;\n}\n\n.uc_post_title{\n  font-size:21px;\n}\n\n\n\n\n#uc_content_carousel_new_elementor_eecf677 .uc_image_carousel_container_holder{\n  overflow:hidden;\n}\n\n#uc_content_carousel_new_elementor_eecf677 .uc_more_btn{\n  \n    display:inline-block;\n  text-decoration:none;\n  text-align:center;\n  transition:0.3s;\n}\n\n\n\n#uc_content_carousel_new_elementor_eecf677 .uc_date{\n  color:gray;\n  padding-top:10px;\n  text-style:italic;\n}\n\n\n\n\n\n\n\n\n<\/style>\n\n<div class=\"ue-content-carousel\" >\n   <div class=\"uc_carousel owl-carousel owl-theme \" id=\"uc_content_carousel_new_elementor_eecf677\" >\n   \t\t<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">First half of the 20th century<\/div>        <div class=\"ue-text\" ><p>Arnaud establishes itself as one of the most important air and sea shipping agents, representing important shippers, British and American, and airway companies such as PanAm.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">1946<\/div>        <div class=\"ue-text\" ><p>Arnaud takes leadership by betting on air cargo and becoming the first IATA agent in Portugal and the first with an office at the airport.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">Mid-20th century<\/div>        <div class=\"ue-text\" ><p>Due to the introduction of container groupage services, at that time, it distinguishes itself in the shipping of sea cargo to Madeira and Azores.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">After 1974<\/div>        <div class=\"ue-text\" ><p>In a partnership with IBM, Arnaud introduces the first computer system for management of sea shipments in Portugal. By the end of this decade, it opens offices in the country's centre region and appoints representatives in Angola, thus beginning its internationalization process.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">The 80s<\/div>        <div class=\"ue-text\" ><p>Arnaud expands to Madeira, Azores, Cape Verde, and Guinea-Bissau, consolidating its leadership as sea and air cargo agent in the Portuguese Autonomous Regions and in Portuguese Speaking Countries.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2008<\/div>        <div class=\"ue-text\" ><p>Opening of a branch in Angola.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2011<\/div>        <div class=\"ue-text\" ><p>Opening of a branch in Mozambique.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2013<\/div>        <div class=\"ue-text\" ><p>Opening of a new branch and cargo terminal in Spain.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2014<\/div>        <div class=\"ue-text\" ><p>New Arnaud cargo terminal in Oporto.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2015<\/div>        <div class=\"ue-text\" ><p>New Arnaud cargo terminal in Madeira.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2017<\/div>        <div class=\"ue-text\" ><p>HACCP certification.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2019<\/div>        <div class=\"ue-text\" ><p>ISO 9001:2015 certification.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n<div class=\"uc_image_carousel_container_holder\">\n  \n    <div class=\"uc_image_carousel_content content-padding ue-content-holder\">\n    \n            <div style=\"width:100%;\">\n        <div class=\"ue-title\">2021<\/div>        <div class=\"ue-text\" ><p>WCA - Workplace Conditions Assessment certification.<\/p><\/div>        <\/div>\n       \n                  \n        \n      <\/div>\n  <\/div>\n\n   <\/div>\t\n<\/div>\n<!-- end Content Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e6cd3db section-about-6 section-about-info-tabs elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e6cd3db\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d824b8\" data-id=\"1d824b8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a794f1 about-info-tabs elementor-widget elementor-widget-eael-adv-tabs\" data-id=\"4a794f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-adv-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div data-scroll-on-click=\"no\" data-scroll-speed=\"300\" id=\"eael-advance-tabs-4a794f1\" class=\"eael-advance-tabs eael-tabs-vertical eael-tab-auto-active  active-caret-on\" data-tabid=\"4a794f1\">\n            <div class=\"eael-tabs-nav \">\n                <ul class=\"eael-tab-inline-icon\" role=\"tablist\">\n                                            <li id=\"missao\" class=\"active-default eael-tab-item-trigger eael-tab-nav-item\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"missao-tab\" aria-expanded=\"false\">\n                            \n                                                        \n                                                            <span class=\"eael-tab-title title-after-icon\" >Mission<\/span>                            \n                                                    <\/li>\n                                            <li id=\"visao\" class=\" eael-tab-item-trigger eael-tab-nav-item\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"visao-tab\" aria-expanded=\"false\">\n                            \n                                                        \n                                                            <span class=\"eael-tab-title title-after-icon\" >Vision<\/span>                            \n                                                    <\/li>\n                                            <li id=\"valores\" class=\" eael-tab-item-trigger eael-tab-nav-item\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"valores-tab\" aria-expanded=\"false\">\n                            \n                                                        \n                                                            <span class=\"eael-tab-title title-after-icon\" >Values<\/span>                            \n                                                    <\/li>\n                    \n                                  <\/ul>\n            <\/div>\n            \n            <div class=\"eael-tabs-content\">\n\t\t        \n                    <div id=\"missao-tab\" class=\"clearfix eael-tab-content-item active-default\" data-title-link=\"missao-tab\">\n\t\t\t\t        <h4>We believe our clients are partners with whom we develop joint solutions aiming to continually enhance procedures and results.<\/h4><p>We are a trusted partner, whose excellence in service is based upon the strong conviction that our positive and constructive contribution must pass along the whole logistics chain. For us, social responsibility is as important as the creation of economic capital. We believe all these little gestures contribute for a stronger cohesion of our company&#8217;s culture.<\/p>                                        <\/div>\n\t\t        \n                    <div id=\"visao-tab\" class=\"clearfix eael-tab-content-item \" data-title-link=\"visao-tab\">\n\t\t\t\t        <h4>Our aim is to be the first choice for an importer or exporter in all his Logistical and Cargo Shipment operations (one stop shopping) in the markets where we operate.<\/h4>                                        <\/div>\n\t\t        \n                    <div id=\"valores-tab\" class=\"clearfix eael-tab-content-item \" data-title-link=\"valores-tab\">\n\t\t\t\t        <ul class=\"collapsible-list\"><li><h4>Ethics and Trust<\/h4><ul><li>We are committed to creating economic value based on ethical and confident relationships, both on short and long term. We are convinced that we can only succeed if we are creative and ambitious when searching for the best and most viable solutions, and if we help companies to optimize their logistics procedures.<\/li><\/ul><\/li><li><h4>Human Value<\/h4><ul><li>Our team is the key to our performance. We invest in training and developing the team&#8217;s capacities and competences and we trust in their total capacity to commit.<\/li><\/ul><\/li><li><h4>Innovation and Creativity<\/h4><ul><li>Our objective is to optimize the usage of resources, to add value and to maximize our client&#8217;s returns. Innovation and creativity rely on the essence of the way we develop our procedures. We face new challenges, we anticipate risks, we manage to control the unexpected and we use our flexibility to get around it. To achieve this, we must be efficient, flexible, and effective, and simultaneously capable of creating partnerships for the success of Transport and Logistics Operations that we are entrusted with.<\/li><\/ul><\/li><li><h4>Autonomy and Solidity<\/h4><ul><li>We take responsibility for any cargo entrusted to us. We make our financial autonomy a point of honour, which is reflected also in the company&#8217;s shareholders structure, and we work towards the longevity of our partnerships with clients and suppliers.<\/li><\/ul><\/li><\/ul>                                        <\/div>\n\t\t                    <\/div>\n        <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da6202 arnaud-cta-block arnaud-cta-icon-below elementor-widget elementor-widget-text-editor\" data-id=\"2da6202\" 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><a href=\"https:\/\/arnaud.pt\/en\/quality-management-system-policy\" data-wplink-url-error=\"true\">Quality Management System<br \/><strong style=\"font-weight: 800;\">ISO 9001:2015 Policy<\/strong><\/a><\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-25bf577 elementor-section-full_width section-about-7 elementor-section-height-default elementor-section-height-default\" data-id=\"25bf577\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c90c0e5\" data-id=\"c90c0e5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-74324b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"74324b3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-77d5ebf\" data-id=\"77d5ebf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-662f703 width--80p elementor-widget elementor-widget-text-editor\" data-id=\"662f703\" 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>We aim to create jobs and to improve local and global social conditions of workers, families, and communities. Our conduct is governed by strong environmental awareness and by sustainable development policies, because we believe that it is by participating actively in a community that we can reach a better future.<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-038749c\" data-id=\"038749c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53d9808 title-45 width--90p elementor-widget elementor-widget-heading\" data-id=\"53d9808\" 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<h2 class=\"elementor-heading-title elementor-size-default\">We work actively for a more balanced world<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c37937d section-red-cta elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c37937d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-38a25d2\" data-id=\"38a25d2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-885ebd3 title-45 width--90p elementor-widget elementor-widget-heading\" data-id=\"885ebd3\" 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<h2 class=\"elementor-heading-title elementor-size-default\">We develop joint solutions aiming to continually enhance procedures and results.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ac05a9 elementor-widget elementor-widget-button\" data-id=\"0ac05a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arnaud.pt\/en\/contacts\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<em class=\"ico-arrow-right-red\"><\/em><\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bf380ff\" data-id=\"bf380ff\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>For more than 160 years, Arnaud has been following the ever-growing complexity of cargo shipment and logistics services. Our history and the way we face challenges in the areas where we operate make us a reference in the market. Integrated logisticson a global level. Air, sea and road transport The first freight-forwardingagent established in Angolaand [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-2719","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/pages\/2719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/comments?post=2719"}],"version-history":[{"count":22,"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/pages\/2719\/revisions"}],"predecessor-version":[{"id":2753,"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/pages\/2719\/revisions\/2753"}],"wp:attachment":[{"href":"https:\/\/arnaud.pt\/en\/wp-json\/wp\/v2\/media?parent=2719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}