{"id":8415,"date":"2025-11-10T10:55:41","date_gmt":"2025-11-10T09:55:41","guid":{"rendered":"https:\/\/cirugiaglaucoma.com\/?page_id=8415"},"modified":"2026-06-14T11:35:58","modified_gmt":"2026-06-14T09:35:58","slug":"acerca-del-curso","status":"publish","type":"page","link":"https:\/\/cirugiaglaucoma.com\/en\/acerca-del-curso\/","title":{"rendered":"acerca-del-curso"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8415\" class=\"elementor elementor-8415\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-12af12a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"12af12a\" 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-01144bf\" data-id=\"01144bf\" 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-902d44e elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"902d44e\" 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<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Programa Congreso Glaucoma 2026<\/title>\n    <!-- Fuente Inter para un look moderno y limpio -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            \/* Colores Oficiales *\/\n            --color-primary: #2D3E50;\n            --color-accent: #E74D3D;\n            --color-white: #FFFFFF;\n            \n            \/* Colores UI Claro *\/\n            --bg-body: #F9FAFB;\n            --bg-card: #FFFFFF;\n            --bg-section-header: #2D3E50; \/* Ahora s\u00f3lido oficial *\/\n            --text-main: #2D3E50;\n            --text-secondary: #64748B;\n            --border-color: #E2E8F0;\n            --shadow-subtle: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n            --shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);\n            \n            \/* Break Row gradients *\/\n            --break-gradient-start: #FFF7ED;\n            --break-gradient-end: #FFEDD5;\n            --break-text: #9A3412;\n            --break-border: #fed7aa;\n        }\n\n        @media (prefers-color-scheme: dark) {\n            :root {\n                \/* Colores UI Oscuro *\/\n                --bg-body: #0F172A;\n                --bg-card: #1E293B;\n                --bg-section-header: #334155; \/* Ligeramente m\u00e1s claro que el fondo oscuro *\/\n                --text-main: #F1F5F9;\n                --text-secondary: #94A3B8;\n                --border-color: #334155;\n                --shadow-subtle: 0 4px 6px -1px rgba(0, 0, 0, 0.2);\n                \n                \/* Break Row Dark *\/\n                --break-gradient-start: #431407;\n                --break-gradient-end: #7c2d12;\n                --break-text: #fed7aa;\n                --break-border: #7c2d12;\n            }\n        }\n\n        \/* Reset & Base *\/\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n        \n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: var(--bg-body);\n            color: var(--text-main);\n            line-height: 1.6;\n            -webkit-font-smoothing: antialiased;\n            padding-bottom: 60px;\n            transition: background-color 0.3s ease, color 0.3s ease;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        \/* Utils *\/\n        .text-accent { color: var(--color-accent); }\n        .text-primary { color: var(--color-primary); }\n        .font-bold { font-weight: 700; }\n        .font-medium { font-weight: 500; }\n        .mb-2 { margin-bottom: 0.5rem; }\n        .mb-4 { margin-bottom: 1rem; }\n        .mt-2 { margin-top: 0.5rem; }\n        \n        \/* ICONS *\/\n        .icon {\n            width: 24px;\n            height: 24px;\n            stroke: currentColor;\n            stroke-width: 2;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n            fill: none;\n            display: inline-block;\n            vertical-align: middle;\n        }\n        \n        .block-icon .icon {\n            width: 32px;\n            height: 32px;\n            color: var(--color-accent);\n        }\n\n        .break-row .icon {\n            margin-right: 8px;\n            color: currentColor;\n        }\n\n        .header-section-icon .icon {\n            color: var(--color-accent);\n            width: 20px;\n            height: 20px;\n            margin-right: 6px;\n        }\n\n        \/* HEADER *\/\n        header {\n            text-align: center;\n            padding: 30px 20px 10px;\n            margin-bottom: 20px;\n        }\n        \n        header h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            margin-bottom: 0;\n            line-height: 1.1;\n            color: var(--color-primary);\n        }\n        \n        @media (prefers-color-scheme: dark) {\n            header h1 { color: #fff; }\n        }\n\n        header p {\n            color: var(--text-secondary);\n            font-size: 1.125rem;\n            margin-top: 5px;\n        }\n\n        header .location-badge {\n            display: inline-block;\n            margin-top: 6px;\n            padding: 6px 16px;\n            border-radius: 99px;\n            background-color: rgba(231, 77, 61, 0.1);\n            color: var(--color-accent);\n            font-weight: 600;\n            font-size: 0.9rem;\n        }\n\n        \/* DAY SECTION *\/\n        .day-section {\n            margin-bottom: 50px;\n        }\n\n        .day-header {\n            position: sticky;\n            top: 20px;\n            z-index: 10;\n            background-color: var(--bg-section-header);\n            padding: 18px 25px;\n            border-radius: 12px;\n            margin-bottom: 25px;\n            box-shadow: var(--shadow-subtle);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 10px;\n            \/* Eliminado borde, ahora es bloque solido de color *\/\n        }\n        \n        .day-header h2 {\n            font-size: 1.35rem;\n            color: #FFFFFF !important; \/* Siempre blanco sobre el fondo oscuro *\/\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n        }\n        \n        .day-location {\n            font-size: 0.9rem;\n            color: rgba(255,255,255,0.85); \/* Blanco con transparencia *\/\n            font-weight: 500;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        \/* BLOCKS CARD *\/\n        .block {\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: 12px;\n            padding: 25px;\n            margin-bottom: 20px;\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\n        }\n        \n        .block:hover {\n            box-shadow: var(--shadow-hover);\n            border-color: var(--color-accent);\n            transform: translateY(-2px);\n        }\n\n        .block-header {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n\n        .block-time {\n            font-family: 'Inter', monospace;\n            font-size: 0.85rem;\n            font-weight: 600;\n            color: var(--text-secondary);\n            border: 1px solid var(--border-color);\n            padding: 4px 10px;\n            border-radius: 6px;\n            white-space: nowrap;\n        }\n\n        .block-info-wrapper {\n            flex: 1;\n        }\n\n        .block-title {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: var(--text-main);\n            line-height: 1.3;\n            margin-bottom: 4px;\n        }\n\n        .block-subtitle {\n            font-size: 1rem;\n            color: var(--color-accent);\n            font-weight: 500;\n            margin-bottom: 12px;\n        }\n\n        \/* GRID SYSTEM *\/\n        .grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 25px;\n        }\n        @media (min-width: 768px) {\n            .grid { grid-template-columns: repeat(2, 1fr); }\n            .grid-3 { grid-template-columns: repeat(3, 1fr); }\n        }\n\n        \/* LISTS *\/\n        ul {\n            list-style: none;\n            padding: 0;\n        }\n        \n        li {\n            margin-bottom: 8px;\n            position: relative;\n            padding-left: 18px;\n            color: var(--text-secondary);\n            font-size: 0.95rem;\n        }\n        \n        li::before {\n            content: \"\";\n            background-color: var(--color-accent);\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            position: absolute;\n            left: 0;\n            top: 9px;\n        }\n\n        li strong {\n            color: var(--text-main);\n            font-weight: 600;\n        }\n\n        \/* BREAK ROWS *\/\n        .break-row {\n            background-color: rgba(231, 77, 61, 0.1);\n            color: var(--color-accent);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 600;\n            margin: 30px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        \/* SPECIAL BOXES *\/\n        .highlight-box {\n            background-color: rgba(44, 62, 80, 0.03);\n            border: 1px dashed var(--color-primary);\n            border-radius: 8px;\n            padding: 15px;\n            height: 100%;\n        }\n        \n        @media (prefers-color-scheme: dark) {\n            .highlight-box { \n                background-color: rgba(255, 255, 255, 0.05); \n                border-color: rgba(255,255,255,0.2);\n            }\n        }\n\n        .highlight-box .title {\n            color: var(--color-primary);\n            font-weight: 700;\n            font-size: 0.95rem;\n            margin-bottom: 4px;\n        }\n        @media (prefers-color-scheme: dark) { .highlight-box .title { color: #fff; } }\n\n        .quote-italic { font-style: italic; font-size: 0.9rem; color: var(--text-secondary); }\n\n        .masterclass-box {\n            background: linear-gradient(135deg, var(--color-primary), #1a252f);\n            color: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 15px;\n            text-align: center;\n        }\n\n        .masterclass-box .title {\n            color: #fff;\n            font-size: 1.1rem;\n            font-weight: 700;\n            margin-bottom: 5px;\n        }\n\n        .masterclass-box .speaker {\n            color: rgba(255,255,255,0.8);\n            font-size: 0.9rem;\n        }\n\n        .session-card {\n            background-color: var(--bg-body);\n            border: 1px solid var(--border-color);\n            padding: 15px;\n            border-radius: 8px;\n            height: 100%;\n        }\n        \n        \/* INVITATION BOX SPECIAL *\/\n        .invitation-block {\n            background: linear-gradient(135deg, #fff5f5, #f8fafc);\n            border: 1px solid #fed7aa;\n            text-align: center;\n        }\n        @media (prefers-color-scheme: dark) {\n            .invitation-block { background: linear-gradient(135deg, #2a1815, #1e293b); border-color: #7c2d12; }\n        }\n\n        \/* SPEAKERS SECCION - COMPACTA *\/\n        .speakers-section {\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-top: 60px;\n        }\n\n        .speakers-section h3 {\n            text-align: center;\n            font-size: 1.8rem;\n            color: var(--color-primary);\n            margin-bottom: 40px;\n            font-family: 'Inter', sans-serif;\n            font-weight: 700;\n        }\n        @media (prefers-color-scheme: dark) { .speakers-section h3 { color: #fff; } }\n\n        .speakers-category h4 {\n            font-size: 1rem;\n            color: var(--color-accent);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n            padding-bottom: 10px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n\n        .speaker-list li {\n            padding: 4px 0; \/* Compactado *\/\n            border-bottom: 1px dashed var(--border-color);\n            display: flex;\n            justify-content: space-between; \/* Alineaci\u00f3n limpia *\/\n            flex-wrap: wrap; \/* Para m\u00f3viles *\/\n            gap: 5px;\n        }\n        .speaker-list li:last-child { border-bottom: none; }\n        .speaker-list li::before { content: none; } \/* Remove bullet *\/\n        \n        .speaker-location {\n            font-size: 0.8rem;\n            color: var(--text-secondary);\n            font-style: italic;\n        }\n\n        \/* SVG DEF *\/\n        .sr-only { display: none; }\n        \n    <\/style>\n<\/head>\n<body>\n\n    <header>\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/09\/2026_isologo_grande.png?ssl=1\" alt=\"Logo 2026\" style=\"height: 120px; width: auto; margin-bottom: 5px;\">\n        <h1>Official Program<\/h1>\n        <p style=\"margin-top: 0;\">Glaucoma Surgery Course 2026<\/p>\n        <div class=\"location-badge\">\n            <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px; margin-right: 4px; vertical-align: text-bottom;\">\n                <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n            <\/svg>\n            January 29-31 | Madrid, Spain\n        <\/div>\n    <\/header>\n\n    <div class=\"container\">\n\n        <!-- JUEVES -->\n        <section class=\"day-section\">\n            <div class=\"day-header\">\n                <h2>Thursday, January 29 <span style=\"font-weight: 300; opacity: 0.7; font-size: 0.8em; margin-left: 10px;\">| BLOCK 1<\/span><\/h2>\n                <span class=\"day-location\">\n                    <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px;\">\n                        <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                        <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n                    <\/svg>\n                    Headquarters: eSal\u00fadate Madrid (Av. Manoteras 22)\n                <\/span>\n            <\/div>\n\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Probeta\/Lab -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M10 2v7.31\"><\/path>\n                            <path d=\"M14 2v7.31\"><\/path>\n                            <path d=\"M8.5 2h7\"><\/path>\n                            <path d=\"M14 9.3a6.5 6.5 0 1 1-4 0\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">WET LAB: FILTER SURGERY, MIGS AND TUBES<\/div>\n                        <div class=\"block-time\">16:00 - 19:30<\/div>\n                    <\/div>\n                <\/div>\n                \n                <p class=\"quote-italic mb-4\">Exclusive practical session for 30 registered participants.<\/p>\n                \n                <div class=\"grid\">\n                    <div style=\"grid-column: 1 \/ -1;\">\n                        <h4 class=\"font-bold text-primary mb-2\">3 ESTACIONES WETLAB<\/h4>\n                        <ul>\n                            <li>PASOS COMUNES EN FILTRANTE (TRABE\/EPNP)<\/li>\n                            <li>GONIOLENTE Y CIRUG\u00cdA ANGULAR<\/li>\n                            <li>DISPOSITIVOS DE DRENAJE (NOVEDAD eyePlate-S)<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- VIERNES -->\n        <section class=\"day-section\">\n            <div class=\"day-header\">\n                <h2>Friday, January 30th<\/h2>\n                <span class=\"day-location\">\n                    <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px;\">\n                        <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                        <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n                    <\/svg>\n                    Mutua Madrile\u00f1a Auditorium (Castellana 33)\n                <\/span>\n            <\/div>\n\n            <!-- FUNDAMENTOS -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Libro -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path>\n                            <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">FUNDAMENTALS<\/div>\n                        <div class=\"block-subtitle\">Foundations for excellent surgery<\/div>\n                        <div class=\"block-time\">10:00 - 11:45<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid mb-4\">\n                    <ul>\n                        <li><strong>Introduction to the Course:<\/strong> Dr. Lav\u00edn Dapena<\/li>\n                        <li><strong>Surgical materials:<\/strong> Dr. Aguirre<\/li>\n                        <li><strong>Ike's Box:<\/strong> Dr. Ike Ahmed<\/li>\n                        <li><strong>Micro with OCT:<\/strong> Dr. Rodr\u00edguez U\u00f1a, Dr. T\u00e9llez<\/li>\n                    <\/ul>\n                    <ul>\n                        <li><strong>Anesthesia and preparations:<\/strong> Dr. Moreno Valladares<\/li>\n                        <li><strong>Common steps:<\/strong> Dra. Robles, Dr. Navero, Dr. Vila, Dr. Mannelli<\/li>\n                        <li><strong>When and how to operate:<\/strong> Dr. Alcocer, Dra. Muniesa<\/li>\n                        <li><strong>Discussion - Interventional Glaucoma:<\/strong> Dr. Ike Ahmed<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <div class=\"highlight-box\">\n                        <p class=\"title\">\n                             <!-- Icono Gota\/Agua -->\n                             <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px; margin-right: 4px; vertical-align: text-bottom;\">\n                                <path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"><\/path>\n                            <\/svg>\n                            Original Presentation\n                        <\/p>\n                        <p class=\"quote-italic\">\"Ciliary hydrodynamics: without it you cannot choose surgery\"<\/p>\n                        <p class=\"speaker-location mt-2\">Dr. Gabriel Sim\u00f3n<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <p class=\"title\">\n                            <!-- Icono Diana -->\n                            <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px; margin-right: 4px; vertical-align: text-bottom;\">\n                                <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\n                                <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\n                            <\/svg>\n                            Inaugural Conference\n                        <\/p>\n                        <p class=\"quote-italic\">\"From Good to Great: Atomic Habits of an Innovative Surgeon\"<\/p>\n                        <p class=\"speaker-location mt-2\">Dr. Ike Ahmed<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"break-row\">\n                <!-- Icono Taza -->\n                <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                    <path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"><\/path>\n                    <path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"><\/path>\n                    <line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"><\/line>\n                    <line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"><\/line>\n                    <line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"><\/line>\n                <\/svg>\n                Coffee Break (11:45 - 12:15)\n            <\/div>\n\n            <!-- EPNP -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Estrellas\/Sparkles -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">FILTERING SURGERY: EPNP EXCELLENCE<\/div>\n                        <div class=\"block-time\">12:15 - 13:05<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <ul>\n                        <li><strong>Basic steps and optimization:<\/strong> Dr. Mannelli<\/li>\n                        <li><strong>EPNP for dummies:<\/strong> Dr. Vila, Dr. Alcocer<\/li>\n                        <li><strong>The ESNOPER CLIP:<\/strong> Dr. Andr\u00e9s Fern\u00e1ndez Vega<\/li>\n                        <li><strong>International Vision: Dr. Tarek Shaarawy<\/strong> Dr. Tarek Shaarawy<\/li>\n                    <\/ul>\n                    <ul>\n                        <li><strong>Collagen Matrix:<\/strong> Dr. Mannelli<\/li>\n                        <li><strong>Goniopuncture - practical outline:<\/strong> Dr. Mannelli<\/li>\n                        <li><strong>Sublimbar conical sclerectomy:<\/strong> Dr. Gabriel Sim\u00f3n<\/li>\n                        <li><strong>Discussion and closing:<\/strong> EPNP Panel<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <!-- PRESERFLO -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Diamante -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M6 3h12l4 6-10 13L2 9z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">PRESERFLO MASTERCLASS<\/div>\n                        <div class=\"block-time\">13:05 - 14:00<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <div>\n                        <h4 class=\"font-medium text-primary mb-2\">The perfect technique and its tricks<\/h4>\n                        <p class=\"text-secondary\">Dr. Sheng Lim<\/p>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-medium text-primary mb-2\">Panel Discussion<\/h4>\n                        <p class=\"text-secondary\">Prof. Mart\u00ednez de la Casa, Dra. Muniesa, Dr. Fern\u00e1ndez Vega, Dra. De Francesco<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"break-row\">\n                <!-- Icono Utensilios\/Restaurante -->\n                <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                    <path d=\"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2\"><\/path>\n                    <path d=\"M7 2v20\"><\/path>\n                    <path d=\"M21 15V2v0a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7\"><\/path>\n                <\/svg>\n                Working Lunch (2:00 PM - 3:00 PM)\n            <\/div>\n\n            <!-- GONIOSCOPIA -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Rayo -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">GONIOSCOPY AND ELIOS<\/div>\n                        <div class=\"block-subtitle\">Surgical gonioscopy and its tricks<\/div>\n                        <div class=\"block-time\">15:00 - 16:15<\/div>\n                    <\/div>\n                <\/div>\n                \n                <p class=\"text-secondary mb-4 small\">Dr. Moreno Valladares, Dr. Ike Ahmed, Dr. Lav\u00edn, Dr. Jorge Vila, Dr. Gustavo Avil\u00e9s, Dr. Jos\u00e9 Navero<\/p>\n                \n                <div class=\"masterclass-box\">\n                    <p class=\"title\">\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px; margin-right: 4px;\">\n                            <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon>\n                        <\/svg>\n                        ELIOS Masterclass\n                    <\/p>\n                    <p class=\"speaker\">Dr. Antonio Moreno Valladares<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- OTROS LASERES -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Llama -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.1.2-2.2.6-3.3.3.9.6 1.6 1.9 2.8z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">OTHER LASERS<\/div>\n                        <div class=\"block-time\">16:15 - 17:15<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <ul>\n                        <li><strong>When and how to use lasers?:<\/strong> Dr. Fernando Aguirre<\/li>\n                        <li><strong>Vialase:<\/strong> Prof. Mart\u00ednez de la Casa<\/li>\n                        <li><strong>Rehearsal CONCEPT - ECP:<\/strong> Dr. Sheng Lim<\/li>\n                    <\/ul>\n                    <ul>\n                        <li><strong>Modern cycle destruction:<\/strong> Dra. Ana Ramos<\/li>\n                        <li><strong>SLT vs. DSLT:<\/strong> Dra. Marta Ibarz<\/li>\n                        <li><strong>Laser for everything:<\/strong> Dr. Moreno Valladares<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"break-row\">\n                 <!-- Icono Taza -->\n                 <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                    <path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"><\/path>\n                    <path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"><\/path>\n                    <line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"><\/line>\n                    <line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"><\/line>\n                    <line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"><\/line>\n                <\/svg>\n                Coffee Break (17:15 - 18:00)\n            <\/div>\n\n            <!-- NOVEDADES -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Cohete -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M6 9a8 8 0 1 1 5.3 12.7L6 9z\"><\/path>\n                            <path d=\"M6 9l3 3\"><\/path>\n                            <path d=\"M6 9v12l3-3\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">SURGICAL NEWS<\/div>\n                        <div class=\"block-subtitle\">First in human studies &amp; Latest innovations<\/div>\n                        <div class=\"block-time\">18:00 - 19:00<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <ul>\n                        <li><strong>First in human studies:<\/strong> Dra. De Francesco, Dr. Ike Ahmed<\/li>\n                        <li><strong>Tanito \/ iVent:<\/strong> Dr. Gustavo Avil\u00e9s<\/li>\n                        <li><strong>AliExpress version:<\/strong> Dr. Jos\u00e9 Rodr\u00edguez<\/li>\n                    <\/ul>\n                    <ul>\n                        <li><strong>EyeTronic... The end of surgery?:<\/strong> Dr. Aitor Fern\u00e1ndez<\/li>\n                        <li><strong>Hydrus, what do I do now?:<\/strong> Dra. De Francesco, Dra. Rojo, Dra. Urbaneja<\/li>\n                    <\/ul>\n                <\/div>\n                <p class=\"text-secondary small mt-2\"><strong>Panel:<\/strong> Dr. Ike Ahmed, Dr. Shaarawy, Dr. Lim, Dr. Vila, Dr. Gabriel Sim\u00f3n<\/p>\n            <\/div>\n\n            <!-- COMPLICACIONES -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Alerta Triangulo -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path>\n                            <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line>\n                            <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">COMPLICATIONS OF FILTERING SURGERY<\/div>\n                        <div class=\"block-time\">19:00 - 20:15<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <div class=\"highlight-box\">\n                        <p class=\"title\">\n                            <!-- Icono Birrete -->\n                            <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px; margin-right: 4px; vertical-align: text-bottom;\">\n                                <path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"><\/path>\n                                <path d=\"M6 12v5c3 3 9 3 12 0v-5\"><\/path>\n                            <\/svg>\n                            Magistral Conference\n                        <\/p>\n                        <p class=\"quote-italic\">\"Complications of Filtering Surgery\"<\/p>\n                        <p class=\"speaker-location mt-2\">Dr. Aitor Lanzagorta<\/p>\n                    <\/div>\n                    <ul style=\"justify-self: center; align-self: center;\">\n                        <li><strong>Complications Contest:<\/strong> Dr. Rodr\u00edguez U\u00f1a<\/li>\n                        <li><strong>Misdirection:<\/strong> Dr. Jos\u00e9 Navero<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <!-- INVITACION -->\n            <div class=\"block invitation-block\">\n                <div class=\"block-header\" style=\"justify-content: center; margin-bottom: 10px;\">\n                    <!-- Icono Estrellas\/Magia -->\n                    <span class=\"block-icon\">\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M20 12l2-2 2 2-2 2-2-2zM4 12l2-2 2 2-2 2-2-2zM12 20l2-2 2 2-2 2-2-2z\"><\/path>\n                            <path d=\"M12 4l2-2 2 2-2 2-2-2z\"><\/path>\n                        <\/svg>\n                    <\/span>\n                    <span class=\"block-title\" style=\"color: var(--color-primary); display:flex; align-items:center;\">EXCLUSIVE INVITATION<\/span>\n                <\/div>\n                <div class=\"block-time\" style=\"display: inline-block; margin-bottom: 15px;\">20:15 - 21:00<\/div>\n                \n                <p class=\"quote-italic\">Una experiencia reservada para ponentes y cirujanos con pack \"experiencia plus\".<\/p>\n                <p class=\"font-bold text-primary mt-2\">The details will be revealed in person.<\/p>\n            <\/div>\n\n        <\/section>\n\n        <!-- SABADO -->\n        <section class=\"day-section\">\n            <div class=\"day-header\">\n                <h2>Saturday, January 31st<\/h2>\n                <span class=\"day-location\">\n                    <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width: 16px; height: 16px;\">\n                        <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                        <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n                    <\/svg>\n                    Mutua Madrile\u00f1a Auditorium (Castellana 33)\n                <\/span>\n            <\/div>\n\n            <!-- MY BEST -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono M\u00e1scara\/Teatro -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M2 12h20\"><\/path>\n                            <path d=\"M12 2a10 10 0 0 1 10 10 10 10 0 0 1-10 10\"><\/path>\n                            <path d=\"M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">MY BEST AND MY WORST SURGERY<\/div>\n                        <div class=\"block-subtitle\">Iconic session: The greats share their best and worst surgeries<\/div>\n                        <div class=\"block-time\">09:00 - 09:30<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid grid-3\">\n                    <div class=\"session-card\">\n                        <p class=\"quote-italic mb-2\">\"Nightmare on Toronto Street\"<\/p>\n                        <p class=\"text-secondary small\">Dr. Ike Ahmed<\/p>\n                    <\/div>\n                    <div class=\"session-card\">\n                        <p class=\"quote-italic mb-2\">\"Dark clouds over London\"<\/p>\n                        <p class=\"text-secondary small\">Dr. Keith Barton<\/p>\n                    <\/div>\n                    <div class=\"session-card\">\n                        <p class=\"quote-italic mb-2\">\"The Montblanc of complications\"<\/p>\n                        <p class=\"text-secondary small\">Dr. Tarek Shaarawy<\/p>\n                    <\/div>\n                    <div class=\"session-card\">\n                        <p class=\"quote-italic mb-2\">\"In the Caribbean sun\"<\/p>\n                        <p class=\"text-secondary small\">Dr. Lyle Newball<\/p>\n                    <\/div>\n                    <div class=\"session-card\">\n                        <p class=\"quote-italic mb-2\">\"The surgeon's mindset when faced with error\"<\/p>\n                        <p class=\"text-secondary small\">Dr. Sheng Lim<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- TUBOS -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                         <!-- Icono Grifo\/Tubo -->\n                         <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                             <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                             <path d=\"M8 12h8\"><\/path>\n                             <path d=\"M12 8v8\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">SUPER SESSION: TUBES &amp; VALVES<\/div>\n                        <div class=\"block-subtitle\">Complete device review<\/div>\n                        <div class=\"block-time\">09:30 - 10:30<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <div>\n                        <h4 class=\"font-bold text-primary mb-2\">Fundamentals<\/h4>\n                        <ul>\n                            <li><strong>Anatomy for Tubes:<\/strong> Dra. Luna Marin\u00e9<\/li>\n                            <li><strong>Basic technique:<\/strong> Dr. T\u00e9llez<\/li>\n                            <li><strong>How to Make Any Tube Work:<\/strong> Dra. Duch<\/li>\n                            <li><strong>Post-Management:<\/strong> Dr. T\u00e9llez<\/li>\n                            <li><strong>Complications:<\/strong> Dr. Lazcano<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-bold text-primary mb-2\">New Tubes<\/h4>\n                        <ul>\n                            <li><strong>eyePlate-S:<\/strong> Dr. Shaarawy<\/li>\n                            <li><strong>Clearpath ST:<\/strong> Dr. Lazcano<\/li>\n                            <li><strong>Paul:<\/strong> Dr. Keith Barton<\/li>\n                            <li><strong>Primary Tube: When? vs. Block:<\/strong> Dr. Barton<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <p class=\"text-secondary small mt-4\"><strong>Coordination:<\/strong> Dra. Marta Ibarz<\/p>\n            <\/div>\n\n            <!-- iSTENT -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Diana -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                            <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\n                            <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">iSTENT<\/div>\n                        <div class=\"block-time\">10:30 - 11:15<\/div>\n                    <\/div>\n                <\/div>\n                \n                <ul>\n                    <li><strong>Implantation technique:<\/strong> Dr. Navero, Dra. Muniesa<\/li>\n                    <li><strong>Signs of a good prognosis and complications<\/strong><\/li>\n                    <li><strong>Infinite:<\/strong> Prof. Mart\u00ednez de la Casa, Dra. De Francesco<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- OTRAS ANGULARS -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Regla\/Angulo -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M16 4l4 4-4 4\"><\/path>\n                            <path d=\"M20 4v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4\"><\/path>\n                            <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"8\"><\/line>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">THE OTHER ANGULARS<\/div>\n                        <div class=\"block-time\">11:15 - 11:30<\/div>\n                    <\/div>\n                <\/div>\n                \n                <ul>\n                    <li><strong>GATT:<\/strong> Dra. De Francesco<\/li>\n                    <li><strong>OMNI:<\/strong> Dr. Jorge Vila y Dra. Carolina Medina<\/li>\n                    <li><strong>Other devices:<\/strong> Dr. Urkola<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- TRABECULECTOMIA -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Corona -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M2 4l3 12h14l3-12-6 7-4-7-4 7-6-7zm3 16h14\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">TRABECULECTOMY: ADVANCED SESSION<\/div>\n                        <div class=\"block-subtitle\">Technique, optimization and management<\/div>\n                        <div class=\"block-time\">11:30 - 12:15<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <ul>\n                        <li><strong>Advanced technique:<\/strong> Dr. Jos\u00e9 Navero<\/li>\n                        <li><strong>\"My way\":<\/strong> Dr. Keith Barton<\/li>\n                    <\/ul>\n                    <ul>\n                        <li><strong>My UK lessons:<\/strong> Dr. Sheng Lim<\/li>\n                        <li><strong>Express:<\/strong> Dra. Muniesa<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"break-row\">\n                <!-- Icono Croissant\/Comida -->\n                <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                     <path d=\"M19.07 4.93L17.5 6.5H6.5L4.93 4.93a2 2 0 0 0-2.83 2.83l.8.8A9.94 9.94 0 0 0 5 13c0 4.14 7 8 7 8s7-3.86 7-8a9.94 9.94 0 0 0 2.1-4.44l.8-.8a2 2 0 0 0-2.83-2.83z\"><\/path>\n                <\/svg>\n                Brunch (12:15 - 13:30)\n            <\/div>\n\n            <!-- XEN -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Rayo -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">XEN MASTERCLASS<\/div>\n                        <div class=\"block-subtitle\">Technique and Resolution of Complications<\/div>\n                        <div class=\"block-time\">13:30 - 14:00<\/div>\n                    <\/div>\n                <\/div>\n                \n                <ul>\n                    <li><strong>My perfect surgery:<\/strong> Dr. Urkola<\/li>\n                    <li><strong>Post-Operative Management:<\/strong> Dr. Jorge Vila<\/li>\n                    <li><strong>Advice from another school:<\/strong> Dra. De Francesco<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- CASOS CLINICOS -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Trofeo -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <path d=\"M8 21h8m-4-9v9m-8-9a9 9 0 0 1 16 0m-16 0V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">CLINICAL CASES BY IKE<\/div>\n                        <div class=\"block-subtitle\">Interactive case session<\/div>\n                        <div class=\"block-time\">14:00 - 14:40<\/div>\n                    <\/div>\n                <\/div>\n                <p class=\"text-secondary\">Dr. Ike Ahmed, Dra. De Francesco, Dra. Diana Urbaneja<\/p>\n            <\/div>\n\n            <!-- TEMAS NUNCA -->\n            <div class=\"block\">\n                <div class=\"block-header\">\n                    <div class=\"block-icon\">\n                        <!-- Icono Silencio\/Ojo Cerrado\/Candado -->\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\">\n                            <rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect>\n                            <path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"block-info-wrapper\">\n                        <div class=\"block-title\">TOPICS THEY WILL NEVER TELL YOU<\/div>\n                        <div class=\"block-time\">14:40 - 16:00<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"grid\">\n                    <div>\n                        <h4 class=\"font-bold text-primary mb-2\">Premium Glaucoma Lenses<\/h4>\n                        <ul>\n                            <li><strong>Myopic eye... how do we handle it?<\/strong><\/li>\n                            <li><strong>And what surgery would you perform?:<\/strong> Dr. Varas, Dr. Aguirre, Dr. Aitor Fern\u00e1ndez<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h4 class=\"font-bold text-primary mb-2\">Tricks of the Trade<\/h4>\n                        <ul>\n                            <li><strong>Lessons from the Telegram Channel:<\/strong> Dra. Robles<\/li>\n                            <li><strong>Misdirection:<\/strong> Dr. Navero<\/li>\n                            <li><strong>Operating Alone - Tricks Without an Assistant:<\/strong> Dr. Jorge Vila<\/li>\n                            <li><strong>Pupilloplasty Made Easy:<\/strong> Dr. Navero, Dr. Urkola<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/section>\n        \n        <!-- PONENTES -->\n        <div class=\"speakers-section\">\n            <h3 style=\"display:flex; justify-content:center; align-items:center; gap:10px;\">\n                <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width:28px; height:28px;\">\n                    <path d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\"><\/path>\n                    <path d=\"M19 10v2a7 7 0 0 1-14 0v-2\"><\/path>\n                    <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"><\/line>\n                    <line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"><\/line>\n                <\/svg>\n                Confirmed Speakers 2026\n            <\/h3>\n            <div class=\"grid\">\n                <div class=\"speakers-category\">\n                    <h4>\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width:20px; height:20px;\">\n                             <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                             <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n                             <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path>\n                        <\/svg>\n                        International\n                    <\/h4>\n                    <ul class=\"speaker-list\">\n                        <li><strong>Dr. Iqbal \"Ike\" Ahmed<\/strong> <span class=\"speaker-location\">Canad\u00e1<\/span><\/li>\n                        <li><strong>Dr. Keith Barton<\/strong> <span class=\"speaker-location\">England<\/span><\/li>\n                        <li><strong>Dr. Tarek Shaarawy<\/strong> <span class=\"speaker-location\">Switzerland<\/span><\/li>\n                        <li><strong>Dr. Sheng Lim<\/strong> <span class=\"speaker-location\">England<\/span><\/li>\n                        <li><strong>Dra. Ticiana De Francesco<\/strong> <span class=\"speaker-location\">Brazil<\/span><\/li>\n                        <li><strong>Dr. Gustavo Avil\u00e9s<\/strong> <span class=\"speaker-location\">Peru<\/span><\/li>\n                        <li><strong>Dr. Gabriel Lazcano<\/strong> <span class=\"speaker-location\">Mexico<\/span><\/li>\n                        <li><strong>Dr. Lyle Newball<\/strong> <span class=\"speaker-location\">Colombia<\/span><\/li>\n                        <li><strong>Dr. Jos\u00e9 Rodr\u00edguez<\/strong> <span class=\"speaker-location\">Colombia<\/span><\/li>\n                        <li><strong>Dr. Jos\u00e9 Miguel Varas<\/strong> <span class=\"speaker-location\">Ecuador<\/span><\/li>\n                        <li><strong>Dra. Diana Urbaneja Mejias<\/strong> <span class=\"speaker-location\">Wales<\/span><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"speakers-category\">\n                    <h4>\n                        <svg class=\"icon\" viewbox=\"0 0 24 24\" style=\"width:20px; height:20px;\">\n                            <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n                            <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n                        <\/svg>\n                        National\n                    <\/h4>\n                    <ul class=\"speaker-list\">\n                        <li><strong>Dr. Fernando Aguirre<\/strong> <span class=\"speaker-location\">Alicante<\/span><\/li>\n                        <li><strong>Dr. Pablo Alcocer<\/strong> <span class=\"speaker-location\">Valencia<\/span><\/li>\n                        <li><strong>Dra. Susana Duch<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Dr. Andr\u00e9s Fdez. Vega<\/strong> <span class=\"speaker-location\">Oviedo<\/span><\/li>\n                        <li><strong>Dr. Aitor Fern\u00e1ndez<\/strong> <span class=\"speaker-location\">Madrid<\/span><\/li>\n                        <li><strong>Dra. Noemi G\u00fcemes<\/strong> <span class=\"speaker-location\">Madrid<\/span><\/li>\n                        <li><strong>Dr. Aitor Lanzagorta<\/strong> <span class=\"speaker-location\">Valencia<\/span><\/li>\n                        <li><strong>Dr. Cosme Lav\u00edn<\/strong> <span class=\"speaker-location\">Madrid<\/span><\/li>\n                        <li><strong>Dra. Sabina Luna<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Dr. Alfredo Mannelli<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Prof. Mart\u00ednez De La Casa<\/strong> <span class=\"speaker-location\">Madrid<\/span><\/li>\n                        <li><strong>Dra. Carolina Medina<\/strong> <span class=\"speaker-location\">Alicante<\/span><\/li>\n                        <li><strong>Dr. Antonio Moreno<\/strong> <span class=\"speaker-location\">Albacete<\/span><\/li>\n                        <li><strong>Dra. Mar\u00eda J. Muniesa<\/strong> <span class=\"speaker-location\">Lerida<\/span><\/li>\n                        <li><strong>Dr. Jos\u00e9 Navero<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Dra. Ana Ramos<\/strong> <span class=\"speaker-location\">Madrid<\/span><\/li>\n                        <li><strong>Dra. Amelia Robles<\/strong> <span class=\"speaker-location\">Granada<\/span><\/li>\n                        <li><strong>Dr. Ignacio Rodr\u00edguez<\/strong> <span class=\"speaker-location\">Oviedo<\/span><\/li>\n                        <li><strong>Dra. Mar\u00eda Rojo<\/strong> <span class=\"speaker-location\">Cuenca<\/span><\/li>\n                        <li><strong>Dr. Manuel Romera<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Dr. Gabriel Sim\u00f3n<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Dr. Jes\u00fas T\u00e9llez<\/strong> <span class=\"speaker-location\">Barcelona<\/span><\/li>\n                        <li><strong>Dr. J. Aritz Urkola<\/strong> <span class=\"speaker-location\">Vitoria<\/span><\/li>\n                        <li><strong>Dr. Jorge Vila<\/strong> <span class=\"speaker-location\">Valencia<\/span><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<\/body>\n<\/html>\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-74109ee elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"74109ee\" 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-0d1d2a4\" data-id=\"0d1d2a4\" 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-a74e75a elementor-widget elementor-widget-html\" data-id=\"a74e75a\" 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<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Carrusel de Patrocinadores<\/title>\n    <style>\n        :root {\n            --bg-carousel: #ffffff;\n            --logo-container-bg: transparent;\n            --logo-padding: 0;\n            --logo-radius: 0;\n        }\n\n        @media (prefers-color-scheme: dark) {\n            :root {\n                --bg-carousel: #0F172A; \/* Fondo oscuro elegante *\/\n                \/* En modo oscuro, ponemos un fondo blanco suave a los logos (\"tarjetas\") *\/\n                \/* Esto asegura que los logos oscuros se vean y los que tienen fondo blanco no desentonen *\/\n                --logo-container-bg: #ffffff; \n                --logo-padding: 10px;\n                --logo-radius: 8px;\n            }\n        }\n\n        \/* Estilos del Contenedor Principal *\/\n        .partners-carousel {\n            background-color: var(--bg-carousel); \/* Adaptable *\/\n            padding: 40px 0;\n            overflow: hidden; \/* Oculta lo que se sale del contenedor *\/\n            position: relative;\n            width: 100%;\n            transition: background-color 0.3s ease;\n        }\n\n        \/* Pista deslizante *\/\n        .partners-track {\n            display: flex;\n            align-items: center;\n            \/* El ancho se calcula din\u00e1micamente o se deja que el contenido fluya *\/\n            width: fit-content;\n            animation: scroll-partners 40s linear infinite;\n        }\n\n        \/* Pausa al pasar el mouse (opcional) *\/\n        .partners-track:hover {\n            animation-play-state: paused;\n        }\n\n        \/* Estilos de cada Logo Individual *\/\n        .partner-logo {\n            \/* Dimensiones fijas para escritorio *\/\n            width: 150px; \n            height: 80px;\n            \n            \/* Espaciado entre logos *\/\n            margin: 0 30px;\n            \n            \/* Flex para centrar la imagen dentro del marco *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            \n            \/* Evita que se encojan *\/\n            flex-shrink: 0; \n\n            \/* Adaptaci\u00f3n Modo Oscuro *\/\n            background-color: var(--logo-container-bg);\n            padding: var(--logo-padding);\n            border-radius: var(--logo-radius);\n            box-sizing: border-box; \/* Para que el padding no rompa el tama\u00f1o *\/\n        }\n\n        \/* La magia para estandarizar tama\u00f1os: object-fit *\/\n        .partner-logo img {\n            max-width: 100%;\n            max-height: 100%;\n            width: auto;\n            height: auto;\n            object-fit: contain; \/* Ajusta la imagen dentro de la caja sin recortar ni deformar *\/\n            \n            \/* Configuraci\u00f3n para colores originales *\/\n            filter: none; \n            opacity: 1;\n            transition: transform 0.3s ease;\n        }\n\n        \/* Efecto Hover: Zoom ligero *\/\n        .partner-logo img:hover {\n            transform: scale(1.1); \n        }\n\n        \/* CLASE ESPECIAL: Para logos con mucho margen blanco original (\"zoom\") *\/\n        .partner-logo.zoom-fix img {\n            transform: scale(1.5) !important; \/* Fuerza el zoom inicial *\/\n        }\n        .partner-logo.zoom-fix img:hover {\n            transform: scale(1.6) !important; \/* Mantiene el efecto de hover relativo *\/\n        }\n\n        \/* CLASE ESPECIAL: Para logos blancos originales *\/\n        \/* Le ponemos un fondo oscuro al contenedor para que el logo blanco resalte y se vea original *\/\n        .partner-logo.white-logo-fix {\n            background-color: #1e293b !important; \/* Fondo oscuro (Grid Azulado) *\/\n            border-radius: 8px;\n            padding: 8px !important; \n            width: 220px !important; \/* M\u00c1S ANCHO: Permitimos que el logo se expanda horizontalmente *\/\n        }\n        .partner-logo.white-logo-fix img {\n            filter: none !important; \/* Mantiene el color blanco original *\/\n            transform: none !important; \/* Eliminamos el zoom que cortaba la imagen *\/\n        }\n\n        \/* Animaci\u00f3n Infinita *\/\n        @keyframes scroll-partners {\n            0% {\n                transform: translateX(0);\n            }\n            100% {\n                \/* Se mueve la mitad del ancho total porque hemos duplicado los logos *\/\n                transform: translateX(-50%);\n            }\n        }\n        \n        \/* --- RESPONSIVE --- *\/\n\n        \/* Tablets (Portrait y peque\u00f1os laptops) *\/\n        @media (max-width: 768px) {\n            .partners-carousel {\n                padding: 30px 0;\n            }\n            .partner-logo {\n                width: 120px; \/* Logos un poco m\u00e1s peque\u00f1os *\/\n                height: 70px;\n                margin: 0 20px; \/* Menos espacio horizontal *\/\n            }\n            .partners-track {\n                \/* Ajustamos velocidad pues el recorrido es m\u00e1s corto *\/\n                animation-duration: 30s; \n            }\n        }\n\n        \/* M\u00f3viles *\/\n        @media (max-width: 480px) {\n            .partners-carousel {\n                padding: 20px 0;\n            }\n            .partner-logo {\n                width: 90px; \/* Optimizado para pantallas verticales *\/\n                height: 50px;\n                margin: 0 15px;\n            }\n            .partners-track {\n                animation-duration: 20s; \/* M\u00e1s r\u00e1pido en m\u00f3vil *\/\n            }\n        }\n        \n    <\/style>\n<\/head>\n<body>\n\n    <!-- \n        INSTRUCCIONES PARA WORDPRESS:\n        1. Copia todo el bloque <style>...<\/style> y p\u00e9galo en tu CSS personalizado o en un bloque HTML.\n        2. Copia el div \"partners-carousel\" completo.\n    -->\n\n    <div class=\"partners-carousel\">\n        <div class=\"partners-track\">\n            \n            <!-- GRUPO 1: Im\u00e1genes Originales -->\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/visufarma.png?ssl=1\" alt=\"Visufarma\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/THEA-logo-PLATINUM.jpeg?ssl=1\" alt=\"Thea\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/SANTEN-logo-ORO.jpeg?ssl=1\" alt=\"Santen\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador6.jpg?ssl=1\" alt=\"Patrocinador 6\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador5.png?ssl=1\" alt=\"Patrocinador 5\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador4.png?ssl=1\" alt=\"Patrocinador 4\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador3.jpg?ssl=1\" alt=\"Patrocinador 3\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador2.png?ssl=1\" alt=\"Patrocinador 2\"><\/div>\n            <div class=\"partner-logo zoom-fix\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/Captura-de-pantalla-2026-01-10-a-las-11.30.36-p.m-e1768151770372.png?ssl=1\" alt=\"Patrocinador 0\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador7-1.jpg?ssl=1\" alt=\"Patrocinador 7\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador10.png?ssl=1\" alt=\"Patrocinador 10\"><\/div>\n            <div class=\"partner-logo zoom-fix\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/Captura-de-pantalla-2026-01-12-a-las-11.02.30-p.m.png?ssl=1\" alt=\"Patrocinador 11\"><\/div>\n            <div class=\"partner-logo white-logo-fix\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/BL-Elios_logo-horiz_blanco.png?ssl=1\" alt=\"Elios\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/GLAUKOS.png?ssl=1\" alt=\"Glaukos\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/CRIVELSA-logo-COLABORADOR.jpeg?ssl=1\" alt=\"Crivelsa\"><\/div>\n\n            <!-- BLOSS y EQUIPSA -->\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/BLOSS.jpg?ssl=1\" alt=\"BLOSS\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/EQUIPSA.png?ssl=1\" alt=\"EQUIPSA\"><\/div>\n\n            <!-- GRUPO 2: Duplicado EXACTO para crear el bucle infinito -->\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/visufarma.png?ssl=1\" alt=\"Visufarma\"><\/div>\n\n                        <!-- BLOSS y EQUIPSA -->\n                        <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/BLOSS.jpg?ssl=1\" alt=\"BLOSS\"><\/div>\n                        <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/EQUIPSA.png?ssl=1\" alt=\"EQUIPSA\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/THEA-logo-PLATINUM.jpeg?ssl=1\" alt=\"Thea\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/SANTEN-logo-ORO.jpeg?ssl=1\" alt=\"Santen\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador6.jpg?ssl=1\" alt=\"Patrocinador 6\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador5.png?ssl=1\" alt=\"Patrocinador 5\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador4.png?ssl=1\" alt=\"Patrocinador 4\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador3.jpg?ssl=1\" alt=\"Patrocinador 3\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador2.png?ssl=1\" alt=\"Patrocinador 2\"><\/div>\n            <div class=\"partner-logo zoom-fix\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/Captura-de-pantalla-2026-01-10-a-las-11.30.36-p.m-e1768151770372.png?ssl=1\" alt=\"Patrocinador 0\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador7-1.jpg?ssl=1\" alt=\"Patrocinador 7\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/patrocinador10.png?ssl=1\" alt=\"Patrocinador 10\"><\/div>\n            <div class=\"partner-logo zoom-fix\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/Captura-de-pantalla-2026-01-12-a-las-11.02.30-p.m.png?ssl=1\" alt=\"Patrocinador 11\"><\/div>\n            <div class=\"partner-logo white-logo-fix\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/BL-Elios_logo-horiz_blanco.png?ssl=1\" alt=\"Elios\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/GLAUKOS.png?ssl=1\" alt=\"Glaukos\"><\/div>\n            <div class=\"partner-logo\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2026\/01\/CRIVELSA-logo-COLABORADOR.jpeg?ssl=1\" alt=\"Crivelsa\"><\/div>\n\n        <\/div>\n    <\/div>\n\n<\/body>\n<\/html>\n\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-217003e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"217003e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-1d3c975\" data-id=\"1d3c975\" 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-c35e5bb elementor-widget elementor-widget-heading\" data-id=\"c35e5bb\" 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\">Benefits<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-58277c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"58277c4\" 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-a97021a\" data-id=\"a97021a\" 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-6b42fc1 elementor-widget elementor-widget-spacer\" data-id=\"6b42fc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-349b969 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"349b969\" 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-33 elementor-top-column elementor-element elementor-element-1eeb44a\" data-id=\"1eeb44a\" 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-f7fd930 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f7fd930\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" data-attachment-id=\"4198\" data-permalink=\"https:\/\/cirugiaglaucoma.com\/en\/migsdispositivos-01-2\/\" data-orig-file=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?fit=1547%2C1137&amp;ssl=1\" data-orig-size=\"1547,1137\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"MIGSdispositivos-01\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?fit=1024%2C753&amp;ssl=1\" width=\"1024\" height=\"753\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?fit=1024%2C753&amp;ssl=1\" class=\"attachment-large size-large wp-image-4198\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?w=1547&amp;ssl=1 1547w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=300%2C220&amp;ssl=1 300w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=1024%2C753&amp;ssl=1 1024w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=768%2C564&amp;ssl=1 768w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=1536%2C1129&amp;ssl=1 1536w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=1200%2C882&amp;ssl=1 1200w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=1080%2C794&amp;ssl=1 1080w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=1280%2C941&amp;ssl=1 1280w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=980%2C720&amp;ssl=1 980w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=480%2C353&amp;ssl=1 480w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=50%2C37&amp;ssl=1 50w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=100%2C73&amp;ssl=1 100w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/03\/MIGSdispositivos-01-1.png?resize=600%2C441&amp;ssl=1 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">What they never tell you about glaucoma surgery<\/h3><p class=\"elementor-image-box-description\">Discover the secrets, techniques, and decisions that make the difference in the operating room. <\/p><\/div><\/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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6fc20c6\" data-id=\"6fc20c6\" 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-ec4670b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"ec4670b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" data-attachment-id=\"8429\" data-permalink=\"https:\/\/cirugiaglaucoma.com\/en\/acerca-del-curso\/captura-de-pantalla-2025-11-10-a-las-12-18-59-p-m\/\" data-orig-file=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-10-a-las-12.18.59-p.m.png?fit=416%2C424&amp;ssl=1\" data-orig-size=\"416,424\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Captura de pantalla 2025-11-10 a la(s) 12.18.59\u202fp.m.\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-10-a-las-12.18.59-p.m.png?fit=416%2C424&amp;ssl=1\" width=\"416\" height=\"424\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-10-a-las-12.18.59-p.m.png?fit=416%2C424&amp;ssl=1\" class=\"attachment-full size-full wp-image-8429\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-10-a-las-12.18.59-p.m.png?w=416&amp;ssl=1 416w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-10-a-las-12.18.59-p.m.png?resize=294%2C300&amp;ssl=1 294w\" sizes=\"(max-width: 416px) 100vw, 416px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">European certification<\/h3><p class=\"elementor-image-box-description\">Obtain an internationally recognized accreditation that supports your professional development and your commitment to excellence in ophthalmology.<\/p><\/div><\/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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4babbcf\" data-id=\"4babbcf\" 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-6b4dc41 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6b4dc41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" data-attachment-id=\"8432\" data-permalink=\"https:\/\/cirugiaglaucoma.com\/en\/acerca-del-curso\/imagen-doctores\/\" data-orig-file=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?fit=1536%2C1024&amp;ssl=1\" data-orig-size=\"1536,1024\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"imagen doctores\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?fit=1024%2C683&amp;ssl=1\" width=\"1536\" height=\"1024\" src=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?fit=1536%2C1024&amp;ssl=1\" class=\"attachment-full size-full wp-image-8432\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?w=1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?resize=300%2C200&amp;ssl=1 300w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?resize=1024%2C683&amp;ssl=1 1024w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?resize=768%2C512&amp;ssl=1 768w, https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/11\/imagen-doctores.png?resize=600%2C400&amp;ssl=1 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Networking with world leaders<\/h3><p class=\"elementor-image-box-description\">Connect with international glaucoma experts, share clinical experiences and expand your professional network in an exclusive and collaborative environment.<\/p><\/div><\/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-893677b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"893677b\" 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-a9fee62\" data-id=\"a9fee62\" 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-204abd6 elementor-widget elementor-widget-spacer\" data-id=\"204abd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-20b5c51 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"20b5c51\" 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-8c99bed\" data-id=\"8c99bed\" 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-6517a8d elementor-widget elementor-widget-heading\" data-id=\"6517a8d\" 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\">Community and Networking<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0e5215b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0e5215b\" 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-de309b7\" data-id=\"de309b7\" 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-3c8bf03 elementor-widget elementor-widget-spacer\" data-id=\"3c8bf03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-ce20191 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ce20191\" 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-ae71e59\" data-id=\"ae71e59\" 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-21b1af7 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"21b1af7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"7cb0b757-bd13-4fcb-8cc9-78b94c595a96\" style=\"background-image: url(&#039;https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2025\/10\/7cb0b757-bd13-4fcb-8cc9-78b94c595a96.jpg?fit=1220%2C860&amp;ssl=1&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"unnamed\" style=\"background-image: url(&#039;https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2024\/09\/unnamed.jpg?fit=4032%2C3024&amp;ssl=1&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"60CFE63F-708C-4F4E-A9EA-C17AA2B56071\" style=\"background-image: url(&#039;https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2021\/11\/60CFE63F-708C-4F4E-A9EA-C17AA2B56071.jpg?fit=2048%2C1536&amp;ssl=1&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"_DSC0072\" style=\"background-image: url(&#039;https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2018\/03\/dsc0072.jpg?fit=4928%2C3264&amp;ssl=1&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"_DSC0078\" style=\"background-image: url(&#039;https:\/\/i0.wp.com\/cirugiaglaucoma.com\/wp-content\/uploads\/2018\/03\/dsc0078.jpg?fit=4928%2C3264&amp;ssl=1&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\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\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-94ef8d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"94ef8d2\" 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-e42a99c\" data-id=\"e42a99c\" 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-adfd943 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts\" data-id=\"adfd943\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1092 post type-post status-publish format-standard hentry category-oftalmologia\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/cirugiaglaucoma.com\/en\/resumen-del-congreso-2018\/\" >\n\t\t\t\tSummary of the 2018 Congress\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tFebruary 12, 2021\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-avatar\">\n\t\t\tNo Comments\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Some of the images from the successful 2018 Glaucoma Congress held in Madrid<\/p>\n\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/cirugiaglaucoma.com\/en\/resumen-del-congreso-2018\/\" aria-label=\"Read more about Resumen del Congreso 2018\" tabindex=\"-1\" >\n\t\t\tRead more \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1090 post type-post status-publish format-standard hentry category-oftalmologia\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/cirugiaglaucoma.com\/en\/resumen-del-congreso-2019\/\" >\n\t\t\t\tSummary of the 2019 Congress\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tFebruary 12, 2021\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-avatar\">\n\t\t\tNo Comments\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Some of the images from the successful 2019 Glaucoma Congress held in Madrid<\/p>\n\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/cirugiaglaucoma.com\/en\/resumen-del-congreso-2019\/\" aria-label=\"Read more about Resumen del Congreso 2019\" tabindex=\"-1\" >\n\t\t\tRead more \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1088 post type-post status-publish format-standard hentry category-oftalmologia\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/cirugiaglaucoma.com\/en\/resumen-del-congreso-2020\/\" >\n\t\t\t\tSummary of the 2020 Congress\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tFebruary 12, 2021\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-avatar\">\n\t\t\tNo Comments\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__excerpt\">\n\t\t\t<p>Some of the images from the successful 2020 Glaucoma Congress held in Madrid<\/p>\n\t\t<\/div>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/cirugiaglaucoma.com\/en\/resumen-del-congreso-2020\/\" aria-label=\"Read more about Resumen del Congreso 2020\" tabindex=\"-1\" >\n\t\t\tRead more \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\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-e8a2bbd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e8a2bbd\" 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-89f727f\" data-id=\"89f727f\" 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-9bd640b elementor-widget elementor-widget-heading\" data-id=\"9bd640b\" 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\">Join our Telegram group!<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c6bc566 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c6bc566\" 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-5683a21\" data-id=\"5683a21\" 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-e089026 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e089026\" 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:\/\/t.me\/+PVpm-V9MhpFlYTlk\">\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\">JOIN THE GROUP<\/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\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ef8c632 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ef8c632\" 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-278243d\" data-id=\"278243d\" 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-55ada58 elementor-widget elementor-widget-spacer\" data-id=\"55ada58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-f6e4c07 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f6e4c07\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-fe56bcc\" data-id=\"fe56bcc\" 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-a87366d elementor-widget elementor-widget-heading\" data-id=\"a87366d\" 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\">Contact and More Information<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b71954e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b71954e\" 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-2998a26\" data-id=\"2998a26\" 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-9c328b5 elementor-widget elementor-widget-spacer\" data-id=\"9c328b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-f9c8691 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f9c8691\" 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-f81a161\" data-id=\"f81a161\" 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-6248e83 elementor-widget elementor-widget-google_maps\" data-id=\"6248e83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Auditorio%20M%C3%BAtua%20Madrile%C3%B1a&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Mutua Madrile\u00f1a Auditorium\"\n\t\t\t\t\taria-label=\"Mutua Madrile\u00f1a Auditorium\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\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-0de7052\" data-id=\"0de7052\" 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-8958dcc elementor-widget elementor-widget-text-editor\" data-id=\"8958dcc\" 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>The <strong data-start=\"1271\" data-end=\"1300\">Mutua Madrile\u00f1a Auditorium<\/strong>, located in the heart of Madrid, offers a modern, comfortable, and functional environment, ideal for immersive learning. Its top-notch facilities foster interaction, the exchange of ideas, and networking among leading professionals.<\/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-cd10e48 elementor-align-start elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"cd10e48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-laptop\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">cirugiaglaucoma.com<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-mail-bulk\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@cirugiaglaucoma.com<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+34 618 428 376<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-calendar-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Dates: January 29, 30 and 31, 2026<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-location-arrow\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Location: Mutua Madrile\u00f1a Auditorium<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\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-15b46d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15b46d2\" 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-963b64c\" data-id=\"963b64c\" 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-4ebe816 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"4ebe816\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-1bc0f56\" href=\"https:\/\/www.facebook.com\/CirugiaGlacuoma\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-facebook\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-280c65b\" href=\"https:\/\/x.com\/CirugiaGlaucoma\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-twitter\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-d8a293d\" href=\"https:\/\/www.youtube.com\/channel\/UCAeazLQgCWYUQdzcrJ-bwTg\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-youtube\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-809b281\" href=\"https:\/\/t.me\/+PVpm-V9MhpFlYTlk\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-whatsapp\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-telegram elementor-repeater-item-a4da690\" href=\"https:\/\/t.me\/+PVpm-V9MhpFlYTlk\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Telegram<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-telegram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-abd14c3\" href=\"https:\/\/www.instagram.com\/curso_cirugia_glaucoma\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\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-776cfdf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"776cfdf\" 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-9175fda\" data-id=\"9175fda\" 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-3df243b elementor-widget elementor-widget-spacer\" data-id=\"3df243b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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-ed9690a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ed9690a\" 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-33 elementor-top-column elementor-element elementor-element-b4c4b16\" data-id=\"b4c4b16\" 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-4e4eeef elementor-widget elementor-widget-text-editor\" data-id=\"4e4eeef\" 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>3<a href=\"https:\/\/cirugiaglaucoma.com\/en\/landing-page\/\">Glaucoma Surgery Course 2026 | Contact<\/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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e6d2e10\" data-id=\"e6d2e10\" 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-6712635 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6712635\" 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:\/\/cirugiaglaucoma.com\/en\/politica-de-privacidad\/\">Legal Notice | Privacy Policy<\/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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-56a47bf\" data-id=\"56a47bf\" 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-80c2456 elementor-widget elementor-widget-text-editor\" data-id=\"80c2456\" 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:\/\/cirugiaglaucoma.com\/en\/personalizar-cookies\/\">Cookies | Terms and Conditions<\/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<\/div>","protected":false},"excerpt":{"rendered":"<p>Programa Congreso Glaucoma 2026 Programa Oficial Curso Cirug\u00eda del Glaucoma 2026 29 &#8211; 31 Enero | Madrid, Espa\u00f1a Jueves 29 de Enero | BLOQUE 1 Sede: eSal\u00fadate Madrid (Av. Manoteras 22) WET LAB: CIRUG\u00cdA FILTRANTE, MIGS Y TUBOS 16:00 &#8211; 19:30 Sesi\u00f3n pr\u00e1ctica exclusiva para 30 inscritos. 3 ESTACIONES WETLAB PASOS COMUNES EN FILTRANTE (TRABE\/EPNP) [&hellip;]<\/p>\n","protected":false},"author":134060787,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"footnotes":"","big_sky_generated":false},"class_list":["post-8415","page","type-page","status-publish","hentry"],"jetpack_likes_enabled":false,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P99OYX-2bJ","_links":{"self":[{"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/pages\/8415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/users\/134060787"}],"replies":[{"embeddable":true,"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/comments?post=8415"}],"version-history":[{"count":100,"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/pages\/8415\/revisions"}],"predecessor-version":[{"id":9360,"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/pages\/8415\/revisions\/9360"}],"wp:attachment":[{"href":"https:\/\/cirugiaglaucoma.com\/en\/wp-json\/wp\/v2\/media?parent=8415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}