{"id":2,"date":"2026-01-28T08:00:04","date_gmt":"2026-01-28T08:00:04","guid":{"rendered":"https:\/\/atf.atfcard.com\/?page_id=2"},"modified":"2026-05-05T12:12:12","modified_gmt":"2026-05-05T12:12:12","slug":"perfil-del-evento","status":"publish","type":"page","link":"https:\/\/www.worldatf.com\/es\/etkinlik-profili\/","title":{"rendered":"Perfil del evento"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e3eb1d e-con-full e-flex e-con e-parent\" data-id=\"0e3eb1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f31244 elementor-widget elementor-widget-html\" data-id=\"2f31244\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ATF | Uluslararas\u0131 Antalya Ticaret Fuar\u0131 Kapsaml\u0131 Bak\u0131\u015f<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;600;700;900&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\/>\n    <style>\n        :root {\n            --atf-red: #e11e24;\n            --atf-dark: #121212;\n            --atf-gray: #f8f9fa;\n            --white: #ffffff;\n            --shadow-soft: 0 10px 30px rgba(0,0,0,0.1);\n            --shadow-hard: 0 20px 40px rgba(0,0,0,0.25);\n            --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--white);\n            color: var(--atf-dark);\n            line-height: 1.6;\n        }\n\n        \/* --- HERO SECTION (ESK\u0130 FOTO + YEN\u0130 EFEKT) --- *\/\n        .hero {\n            position: relative;\n            height: 85vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), \n                        url('https:\/\/images.unsplash.com\/photo-1540575467063-178a50c2df87?auto=format&fit=crop&q=80&w=2070') no-repeat center center\/cover;\n            color: var(--white);\n            text-align: center;\n            clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);\n        }\n\n        .hero-content h1 {\n            font-size: 3.8rem;\n            font-weight: 900;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin: 0;\n            text-shadow: 0 10px 20px rgba(0,0,0,0.8); \/* Derin g\u00f6lge *\/\n            animation: fadeInDown 1.2s ease-out;\n        }\n\n        .hero-content p {\n            font-size: 1.6rem;\n            font-weight: 300;\n            margin-top: 15px;\n            letter-spacing: 5px;\n            text-shadow: 0 5px 10px rgba(0,0,0,0.5);\n            animation: fadeInUp 1.2s 0.3s both;\n        }\n\n        \/* --- STATS BAR --- *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            margin: -100px auto 0;\n            padding: 0 20px;\n            max-width: 1250px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .stat-card {\n            background: var(--white);\n            padding: 40px 20px;\n            border-radius: 20px;\n            box-shadow: var(--shadow-hard);\n            text-align: center;\n            transition: var(--transition);\n            border-bottom: 8px solid var(--atf-red);\n        }\n\n        .stat-card:hover {\n            transform: translateY(-15px);\n            background-color: var(--atf-red);\n            color: var(--white);\n        }\n\n        .stat-card h3 { font-size: 2.8rem; margin: 0; font-weight: 900; }\n        .stat-card p { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; margin-top: 5px; letter-spacing: 1px; }\n\n        \/* --- CONTENT BASICS --- *\/\n        .container { max-width: 1100px; margin: 120px auto; padding: 0 25px; }\n        section { margin-bottom: 120px; }\n\n        .section-title {\n            font-size: 2.2rem;\n            color: var(--atf-red);\n            font-weight: 900;\n            margin-bottom: 45px;\n            text-transform: uppercase;\n            display: flex;\n            align-items: center;\n        }\n\n        .section-title::after {\n            content: \"\";\n            flex-grow: 1;\n            height: 3px;\n            background: linear-gradient(to right, var(--atf-red), transparent);\n            margin-left: 20px;\n        }\n\n        \/* --- D\u00dcZELT\u0130LM\u0130\u015e KART YAPISI (ALANLARI AYRILMI\u015e) --- *\/\n        .info-box {\n            background: var(--atf-gray);\n            padding: 40px;\n            border-radius: 25px;\n            box-shadow: var(--shadow-soft);\n            border: 1px solid rgba(0,0,0,0.05);\n            margin-bottom: 30px;\n        }\n\n        \/* Hizalama Sorununu \u00c7\u00f6zen Stil *\/\n        .label-row {\n            display: flex;\n            align-items: flex-start; \/* \u00dcstten hizala *\/\n            margin-bottom: 15px;\n            padding: 15px;\n            background: var(--white);\n            border-radius: 12px;\n            border-left: 6px solid var(--atf-red);\n            transition: var(--transition);\n        }\n\n        .label-row:hover { transform: translateX(10px); box-shadow: var(--shadow-soft); }\n\n        .label-title {\n            flex: 0 0 140px; \/* Ba\u015fl\u0131k alan\u0131 sabitlendi, kayma yapmaz *\/\n            font-weight: 800;\n            color: var(--atf-dark);\n            font-size: 1rem;\n            text-transform: uppercase;\n        }\n\n        .label-content {\n            flex: 1;\n            font-weight: 500;\n            color: #444;\n            padding-left: 10px;\n        }\n\n        \/* Sector Grid Fix *\/\n        .sector-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 15px;\n        }\n\n        .sector-badge {\n            background: var(--white);\n            padding: 18px 25px;\n            border-radius: 15px;\n            display: flex;\n            justify-content: space-between;\n            font-weight: 700;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n            border: 1px solid #eee;\n        }\n\n        .count-tag { color: var(--atf-red); font-size: 1.2rem; font-weight: 900; }\n\n        \/* Images *\/\n        .visual-grid {\n            display: grid;\n            grid-template-columns: 1.2fr 0.8fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        .feature-img {\n            width: 100%;\n            border-radius: 25px;\n            box-shadow: var(--shadow-hard);\n        }\n\n        \/* --- FOOTER --- *\/\n        footer {\n            background: var(--atf-dark);\n            color: var(--white);\n            padding: 80px 0 50px;\n            text-align: center;\n        }\n\n        .footer-logo { font-size: 2.8rem; font-weight: 900; color: var(--atf-red); margin-bottom: 15px; }\n\n        @media (max-width: 900px) {\n            .visual-grid { grid-template-columns: 1fr; }\n            .hero-content h1 { font-size: 2.4rem; }\n            .label-row { flex-direction: column; }\n            .label-title { margin-bottom: 5px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<header class=\"hero\">\n    <div class=\"hero-content\">\n        <p class=\"animate__animated animate__fadeIn\">INTERNACIONAL<\/p>\n        <h1 class=\"animate__animated animate__zoomIn\">FERIA DE TURISMO DE ANTALYA<\/h1>\n        <p class=\"animate__animated animate__fadeInUp\">DESCRIPCI\u00d3N GENERAL COMPLETA<\/p>\n    <\/div>\n<\/header>\n\n<div class=\"stats-grid\">\n    <div class=\"stat-card animate__animated animate__fadeInUp\">\n        <h3>40.000 m\u00b2<\/h3>\n        <p>ESPACIO DE EXPOSICI\u00d3N ACTUAL<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.1s;\">\n        <h3>42.758<\/h3>\n        <p>TOTAL DE VISITANTES<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.2s;\">\n        <h3>1.018<\/h3>\n        <p>MARCA PARTICIPANTE<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.3s;\">\n        <h3>109<\/h3>\n        <p>PA\u00cdS PARTICIPANTE<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\n    <!-- 1. B\u00f6l\u00fcm: UFI -->\n    <section>\n        <h2 class=\"section-title\">1. Membres\u00eda de la UFI y Acreditaci\u00f3n Internacional<\/h2>\n        <div class=\"visual-grid\">\n            <div>\n                <p>Uluslararas\u0131 Antalya Ticaret Fuar\u0131 (ATF), 2019 y\u0131l\u0131ndan bu yana <strong>La Asociaci\u00f3n Global de la Industria de Exposiciones (UFI)<\/strong> Es miembro. Esta acreditaci\u00f3n demuestra que ATF cumple con los est\u00e1ndares internacionales m\u00e1s estrictos.<\/p>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">\u00c1rea 2019<\/div>\n                    <div class=\"label-content\">\u00c1rea de exposici\u00f3n de 5.700 m\u00b2<\/div>\n                <\/div>\n                <div class=\"label-row\" style=\"border-left-color: var(--atf-dark);\">\n                    <div class=\"label-title\">\u00c1rea 2025<\/div>\n                    <div class=\"label-content\">\u00c1rea de exposici\u00f3n de 40.000 m\u00b2<\/div>\n                <\/div>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/SMFOTO.png\" class=\"feature-img\" alt=\"ATF\">\n        <\/div>\n    <\/section>\n\n    <!-- 2. B\u00f6l\u00fcm: Ticari Platform -->\n    <section>\n        <h2 class=\"section-title\">2. Plataforma de negociaci\u00f3n vers\u00e1til<\/h2>\n        <p>ATF opera simult\u00e1neamente en tres direcciones comerciales principales:<\/p>\n        <div class=\"info-box\">\n            <div class=\"label-row\">\n                <div class=\"label-title\">SALIDA<\/div>\n                <div class=\"label-content\">T\u00fcrkiye \u2192 WORLD: El canal a trav\u00e9s del cual los operadores turcos ofrecen destinos globales al mercado turco.<\/div>\n            <\/div>\n            <div class=\"label-row\">\n                <div class=\"label-title\">ENTRANTE<\/div>\n                <div class=\"label-content\">MUNDO \u2192 T\u00fcrkiye: Una plataforma donde compradores internacionales adquieren productos tur\u00edsticos turcos.<\/div>\n            <\/div>\n            <div class=\"label-row\">\n                <div class=\"label-title\">DESTINO TRANSVERSAL<\/div>\n                <div class=\"label-content\">MUNDO \u2194 MUNDO: Comercio transfronterizo entre proveedores globales, agencias de gesti\u00f3n de destinos (DMC) y aerol\u00edneas.<\/div>\n            <\/div>\n        <\/div>\n        \n        <h3 style=\"color:var(--atf-red); margin: 40px 0 25px; font-weight: 800;\">Distribuci\u00f3n de participantes sectoriales:<\/h3>\n        <div class=\"sector-grid\">\n            <div class=\"sector-badge\"><span>Alojamiento<\/span> <span class=\"count-tag\">520<\/span><\/div>\n            <div class=\"sector-badge\"><span>Agencias de viajes y operadores.<\/span> <span class=\"count-tag\">202<\/span><\/div>\n            <div class=\"sector-badge\"><span>Tecnolog\u00edas tur\u00edsticas<\/span> <span class=\"count-tag\">85<\/span><\/div>\n            <div class=\"sector-badge\"><span>Organizaciones tur\u00edsticas<\/span> <span class=\"count-tag\">32<\/span><\/div>\n            <div class=\"sector-badge\"><span>Prensa<\/span> <span class=\"count-tag\">32<\/span><\/div>\n            <div class=\"sector-badge\"><span>Aerol\u00edneas y transporte<\/span> <span class=\"count-tag\">30<\/span><\/div>\n            <div class=\"sector-badge\"><span>Destinos y pa\u00edses<\/span> <span class=\"count-tag\">28<\/span><\/div>\n            <div class=\"sector-badge\"><span>Salud y bienestar<\/span> <span class=\"count-tag\">14<\/span><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. B\u00f6l\u00fcm: Hosted Buyer -->\n    <section>\n        <h2 class=\"section-title\">3. Programa de compradores invitados<\/h2>\n        <div class=\"visual-grid\">\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/hosted-buyers-scaled.webp\" class=\"feature-img\" alt=\"Compradores invitados\">\n            <div>\n                <p>En la edici\u00f3n de 2025, <strong>M\u00e1s de 2.000<\/strong> Se recibi\u00f3 a un n\u00famero r\u00e9cord de invitados, entre ellos un representante de una agencia de viajes internacional.<\/p>\n                <div class=\"info-box\" style=\"padding: 20px;\">\n                    <h4 style=\"margin:0 0 15px 0; color:var(--atf-red);\">Perfil:<\/h4>\n                    <p style=\"font-size: 0.9rem; margin:0;\">Operadores tur\u00edsticos, gestores de productos, agencias de gesti\u00f3n de destinos (DMC), mayoristas internacionales y distribuidores globales.<\/p>\n                <\/div>\n                <p><strong>Objetivos principales:<\/strong> Comprar y vender en Turqu\u00eda, comparar destinos globales y firmar contratos con proveedores locales e internacionales.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. B\u00f6l\u00fcm: Havac\u0131l\u0131k -->\n    <section>\n        <h2 class=\"section-title\">4.\u00aa Participaci\u00f3n Internacional y Aviaci\u00f3n<\/h2>\n        <div class=\"info-box\">\n            <p>La ATF recibe delegaciones de m\u00e1s de 100 pa\u00edses, entre ellos Dub\u00e1i, India, Kazajist\u00e1n, Ucrania y Azerbaiy\u00e1n.<\/p>\n            <div class=\"label-row\">\n                <div class=\"label-title\">aerol\u00edneas<\/div>\n                <div class=\"label-content\">Air Astana, Azerbaijan Airlines, FlyDubai, Flynas, IndiGo, Middle East Airlines.<\/div>\n            <\/div>\n            <p style=\"margin-top:20px;\">Esta amplia participaci\u00f3n demuestra que ATF no es solo una promoci\u00f3n local, sino global. <strong>Plataforma comercial de aviaci\u00f3n y turismo<\/strong> Esto demuestra que lo es.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- 5. B\u00f6l\u00fcm: Ticari Fonksiyon -->\n    <section>\n        <h2 class=\"section-title\">5. La funci\u00f3n comercial de la ATF<\/h2>\n        <div class=\"visual-grid\">\n            <div>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">Comercio B2B<\/div>\n                    <div class=\"label-content\">Todos los participantes (hotel, aerol\u00ednea, agencia) realizan actividades comerciales leg\u00edtimas bajo un mismo techo.<\/div>\n                <\/div>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">Centro de distribuci\u00f3n<\/div>\n                    <div class=\"label-content\">Es un centro neur\u00e1lgico mundial donde se compran, venden y empaquetan productos tur\u00edsticos en todo el mundo.<\/div>\n                <\/div>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/ilk-kez-ziyaretci-olacaklar_1-scaled.webp\" class=\"feature-img\" alt=\"Comercio de ATF\">\n        <\/div>\n    <\/section>\n\n    <!-- 6. B\u00f6l\u00fcm: Sonu\u00e7 -->\n    <section>\n        <h2 class=\"section-title\">6. Conclusi\u00f3n: Puerta de entrada estrat\u00e9gica al mercado<\/h2>\n        <div class=\"info-box\" style=\"border: 2px solid var(--atf-red); background: white;\">\n            <p>El crecimiento de ATF desde 2019 (de 5.700 m\u00b2 a 40.000 m\u00b2) es una historia de \u00e9xito que pocas veces se ve en el mundo.<\/p>\n            <ul style=\"list-style: none; padding:0;\">\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> La plataforma de comercio tur\u00edstico m\u00e1s grande y de mayor crecimiento de Turqu\u00eda.<\/li>\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> Un centro de distribuci\u00f3n global para operadores turcos.<\/li>\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> Una puerta de entrada para que los proveedores internacionales accedan al mercado turco.<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<footer>\n    <div class=\"footer-logo\">ATF26<\/div>\n    <p style=\"font-weight: 700; letter-spacing: 2px;\">FERIA INTERNACIONAL DE TURISMO DE ANTALYA<\/p>\n   \n<\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ATF | ATF T\u00fcrkiye Kapsaml\u0131 Bak\u0131\u015f INTERNATIONAL ANTALYA TUR\u0130ZM FUARI KAPSAMLI GENEL BAKI\u015e 40.000m\u00b2 G\u00dcNCEL SERG\u0130 ALANI 42.758 TOPLAM Z\u0130YARET\u00c7\u0130 1.018 KATILIMCI MARKA 109 KATILIMCI \u00dcLKE 1. UFI \u00dcyeli\u011fi ve Uluslararas\u0131 Akreditasyon ATF T\u00fcrkiye, 2019 y\u0131l\u0131ndan bu yana The Global Association of the Exhibition Industry (UFI) \u00fcyesidir. Bu akreditasyon, ATF&#8217;nin en kat\u0131 uluslararas\u0131 standartlar\u0131 kar\u015f\u0131lad\u0131\u011f\u0131n\u0131n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":86,"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2407,"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/pages\/2\/revisions\/2407"}],"wp:attachment":[{"href":"https:\/\/www.worldatf.com\/es\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}