It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://www.diario26.com.ar/xml/diario26_internacionales_rss.xml

  1. <!DOCTYPE html>
  2. <html lang="es">
  3.  
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="facebook-domain-verification" content="mel7qbneidgmrykhs2t0uj5jkazaky" />
  7.    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9.    <meta name="author" content="Canal 26">
  10.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.        <title>No se encontro la pagina que busca | Canal 26</title>
  12.  
  13.  
  14.    <link rel="stylesheet" href="https://cdn.canal26.com/build/assets/app.2002c0fa.css" />        <link rel="stylesheet" href="https://cdn.canal26.com/build/assets/listing.0ae64374.css" />
  15.        <link rel="apple-touch-icon" sizes="180x180" href="https://www.canal26.com/images/favicon/apple-touch-icon.png">
  16.    <link rel="icon" type="image/png" sizes="32x32" href="https://www.canal26.com/images/favicon/favicon-32x32.png">
  17.    <link rel="icon" type="image/png" sizes="16x16" href="https://www.canal26.com/images/favicon/favicon-16x16.png">
  18.    <link rel="manifest" href="https://www.canal26.com/site.webmanifest">
  19.  
  20.    <meta name="language" content="es" />
  21.    <meta name="distribution" content="Global" />
  22.    <meta name="robots" content="index, follow"/>
  23.    <meta name="classification" content="noticias, información, videos, diario digital" />
  24.    <link rel="canonical" href="https://www.canal26.com/xml/diario26_internacionales_rss.xml" />
  25.  
  26.    <link rel="preload" as="font" href="/fonts/Manrope.ttf" type="font/ttf" crossorigin="anonymous">
  27. </head>
  28.  
  29. <body x-data="{sidebar_opened: false}" x-on:keydown.esc="sidebar_opened = false">
  30. <div id="body_overlay" :class="{ 'fixed inset-0 bg-zinc-600 bg-opacity-50 overflow-y-hidden h-full w-full z-50': sidebar_opened, '': !(sidebar_opened) }"></div>
  31.    <nav class="flex flex-col  bg-white  dark:bg-black shadow-md w-full sticky top-0 z-30 justify-between transition-all" id="site-header">
  32.  
  33.            
  34.                    <div class="mx-auto z-20" id="ads-sticky-header-div">
  35.                
  36.        <div id='LargeLeaderboard_1'></div>
  37.  
  38.        <script type='application/javascript'>
  39.  
  40.            sas.cmd.push(function() {
  41.        
  42.                sas.render('LargeLeaderboard_1');
  43.        
  44.            });
  45.        
  46.        </script>
  47.            </div>
  48.                
  49.    
  50.    <div class="grid grid-cols-3 py-3 px-2">
  51.                    <!-- Normal mode -->
  52.            <div class="flex flex-row items-center sm:items-stretch sm:justify-start w-20 dark:w-14 col-span-1">
  53.                    <div class="flex items-center inset-y-0">
  54.                <!-- Mobile menu button-->
  55.                <button id="btn-sidebar" type="button" x-on:click="sidebar_opened = true"
  56.                        class="inline-flex items-center justify-center p-2 rounded-sm text-gray-900  hover:text-white hover:bg-gray-300  focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white">
  57.                    <span class="sr-only">Open main menu</span>
  58.                    <svg x-description="Icon when menu is closed"
  59.                         class="block h-6 w-6 dark:text-white" :class="{ 'hidden': sidebar_opened, 'block': !(sidebar_opened) }"
  60.                         xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  61.                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
  62.                              d="M4 6h16M4 12h16M4 18h16"></path>
  63.                    </svg>
  64.                    <svg x-description="Icon when menu is open.
  65.                            Heroicon name: outline/x" x-state:on="Menu open" x-state:off="Menu closed" class="hidden h-6 w-6"
  66.                         :class="{ 'block': sidebar_opened, 'hidden': !(sidebar_opened) }" xmlns="http://www.w3.org/2000/svg" fill="none"
  67.                         viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
  68.                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
  69.                              d="M6 18L18 6M6 6l12 12"></path>
  70.                    </svg>
  71.                </button>
  72.  
  73.            </div>
  74.  
  75.                    </div>
  76.  
  77.        <!-- Logo -->
  78.                    <a href="/" class="flex justify-center col-span-1">
  79.    <img class="logo h-10 md:h-16" src="https://cdn.canal26.com/images/canal26_logo.svg" alt="Canal 26">
  80. </a>
  81.        
  82.        <div class="flex flex-row items-center gap-x-4 col-span-1 justify-end">
  83.                            <div x-data="{ modalOpen: false }" x-on:keydown.escape="modalOpen = false">
  84.    
  85.    
  86.                <button @click="modalOpen =!modalOpen" id="btn-subscribe-newsletter-desktop" class="text-sm font-medium text-white bg-red-600 opacity-60 rounded-3xl py-1 px-9 hidden lg:block">Suscribite</button>
  87.            <button @click="modalOpen =!modalOpen" id="btn-subscribe-newsletter-mobile" class="bg-corporate-red opacity-60 py-1 px-2 border border-corporate-red border-opacity-90 lg:hidden shadow-md rounded">
  88.                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-6 fill-white">
  89.                    <path d="M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM5,6H19a1,1,0,0,1,1,1l-8,4.88L4,7A1,1,0,0,1,5,6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.28l7.48,4.57a1,1,0,0,0,1,0L20,9.28Z"/>
  90.                </svg>
  91.            </button>
  92.            
  93.    <div x-show="modalOpen" class="fixed inset-0 z-50" aria-labelledby="modal-title" role="dialog" aria-modal="true">
  94.        <div class="flex justify-center px-4 text-center md:items-center sm:block sm:p-0">
  95.            <div x-cloak @click="modalOpen = false" x-show="modalOpen"
  96.                x-transition:enter="transition ease-out duration-300 transform"
  97.                x-transition:enter-start="opacity-0"
  98.                x-transition:enter-end="opacity-100"
  99.                x-transition:leave="transition ease-in duration-200 transform"
  100.                x-transition:leave-start="opacity-100"
  101.                x-transition:leave-end="opacity-0"
  102.                class="fixed inset-0 transition-opacity bg-zinc-500 bg-opacity-40" aria-hidden="true"
  103.            >
  104.            </div>
  105.            <div x-cloak x-show="modalOpen"
  106.                    x-transition:enter="transition ease-out duration-300 transform"
  107.                    x-transition:enter-start="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
  108.                    x-transition:enter-end="opacity-100 translate-y-0 sm:scale-100"
  109.                    x-transition:leave="transition ease-in duration-200 transform"
  110.                    x-transition:leave-start="opacity-100 translate-y-0 sm:scale-100"
  111.                    x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
  112.                    class="inline-block p-8 my-8 md:my-52 xl:my-2 overflow-hidden text-left transition-all transform bg-white rounded-lg shadow-xl dark:bg-zinc-700"
  113.                >
  114.                <div class="p-4">
  115.                    <button @click="modalOpen = false" class="w-8 h-8 border border-gray-900 rounded-full cursor-pointer bg-white absolute right-4 top-4">
  116.                        <span class="font-medium">X</span>
  117.                    </button>
  118.                </div>
  119.                <h2 class="text-xl lg:text-2xl font-medium text-gray-800 text-center">Suscribite a nuestro newsletter</h2>
  120.                <p class="text-md text-gray-400 mt-4 mb-6 text-center lg:text-start">
  121.                    Mantenete siempre informado
  122.                </p>
  123.                <form wire:id="RrXXPh36rJG4Ul651MdI" wire:initial-data="{&quot;fingerprint&quot;:{&quot;id&quot;:&quot;RrXXPh36rJG4Ul651MdI&quot;,&quot;name&quot;:&quot;widgets.newsletter-subscription-component&quot;,&quot;locale&quot;:&quot;es&quot;,&quot;path&quot;:&quot;xml\/diario26_internacionales_rss.xml&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;v&quot;:&quot;acj&quot;},&quot;effects&quot;:{&quot;listeners&quot;:[]},&quot;serverMemo&quot;:{&quot;children&quot;:[],&quot;errors&quot;:[],&quot;htmlHash&quot;:&quot;8204012e&quot;,&quot;data&quot;:{&quot;extraFields&quot;:{&quot;my_name&quot;:&quot;&quot;,&quot;valid_from&quot;:&quot;eyJpdiI6IkxvZHlrN0hoK3RsOW14TVFYMkMzZkE9PSIsInZhbHVlIjoiWjBHclpiVUhEM1dBYXN4Yk56b1N3QT09IiwibWFjIjoiNjE4Y2Y3OWY3MTM5ODBiZTk1M2I0NTFlZTFlZDBmNmQzYzIzODU1YzA4ZWNjNjdiNDRkODc0NWRmYzY0M2FiOSIsInRhZyI6IiJ9&quot;},&quot;name&quot;:null,&quot;email&quot;:null,&quot;feedbackMessage&quot;:null,&quot;resolvedCategory&quot;:null,&quot;source&quot;:&quot;modal&quot;},&quot;dataMeta&quot;:{&quot;wireables&quot;:[&quot;extraFields&quot;]},&quot;checksum&quot;:&quot;31610f552883ebf9c189f41ab23175a690165b777b43e4a484e4fcb297d0c10a&quot;}}" wire:submit.prevent="store" method="POST" class="flex flex-col flex-wrap w-full max-w-[700px] gap-8" id="newsletter-form">
  124.    <input type="hidden" name="_token" value="">        <input wire:model="name" type="text" name="name" placeholder="Nombre" class="w-full text-sm border-b  border-b-red-500 pb-5" maxlength="255" required>
  125.        
  126.        <input wire:model="email" type="email" name="email" placeholder="Correo electrónico" class="w-full text-sm border-b  border-b-red-500 pb-5" maxlength="255" required>
  127.        
  128.        <p class="text-sm text-center"> Al suscribirte aceptas los
  129.            
  130.            <a href="/terminos" target="_blank" class=" text-corporate-red font-bold">Términos y Condiciones</a> y la
  131.            <a href="/politica-privacidad" target="_blank" class=" text-corporate-red font-bold">Política de Privacidad</a> de Canal26.com.
  132.        </p>
  133.                <div class="flex flex-col items-center gap-y-2">
  134.            <div wire:loading.class="opacity-30 pointer-events-none">
  135.                <button id="btn-subscribe-modal-submit" type="submit" class="g-recaptcha text-sm font-medium text-white  bg-red-600 rounded-3xl py-2 px-16" style="transform: none">Suscribirme</button>
  136.            </div>
  137.            <div class="w-56">
  138.                <p class="flex before:flex-auto before:border-b before:border-b-gray-300 before:m-auto before:mx-2 after:flex-auto after:border-b after:border-b-gray-300 after:my-auto after:mx-2">O</p>
  139.            </div>
  140.            <div wire:loading.class="opacity-30 pointer-events-none">
  141.                <a class="text-sm font-medium text-gray-500 rounded-3xl py-2 px-2 whitespace-nowrap border border-gray-500 flex flex-row items-center gap-x-4 dark:bg-zinc-200" href="/google-auth/redirect">
  142.    <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
  143.        <g clip-path="url(#clip0_2360_13870)">
  144.            <path d="M3.765 8.99999C3.765 8.40865 3.87 7.86057 4.05 7.32692L0.945 5.01923C0.33 6.24519 0 7.60096 0 8.99999C0 10.4279 0.345 11.7836 0.945 12.9808L4.035 10.6586C3.855 10.1394 3.765 9.57692 3.765 8.99999Z" fill="#f1bc42"></path>
  145.            <path d="M9.20982 3.67781C10.4398 3.67781 11.6398 4.09608 12.5998 4.8605L15.2848 2.2355C11.4748 -1.03854 5.66982 -0.67796 2.29482 3.04319C1.75482 3.64896 1.30482 4.31243 0.944824 5.01916L4.03482 7.32685C4.75482 5.20666 6.79482 3.67781 9.19482 3.67781H9.20982Z" fill="#d85040"></path>
  146.            <path d="M4.04996 10.6731L0.959961 12.9808C2.45996 15.9375 5.56496 17.9856 9.16496 18H9.22496C11.475 18 13.62 17.2212 15.225 15.75L12.285 13.5144C11.46 14.0192 10.41 14.3077 9.23996 14.3077C6.82496 14.3077 4.78496 12.7789 4.07996 10.6587L4.04996 10.6731Z" fill="#58a45c"></path>
  147.            <path d="M18 9C18 8.45192 17.925 7.90385 17.79 7.37019H9.20996V10.8462H14.145C13.89 12.0288 13.215 12.9375 12.255 13.5288L15.195 15.7644C16.89 14.2356 17.985 11.9423 17.985 9.01442L18 9Z" fill="#5086eb"></path>
  148.        </g>
  149.    </svg>
  150.    <span class="font-semibold">Suscribirme con Google</span>
  151. </a>
  152.                            </div>
  153.        </div>
  154.    <div id="my_name_qL28aUzVdx3dNkUb_wrap" style="display: none" aria-hidden="true">
  155.        <input id="my_name_qL28aUzVdx3dNkUb"
  156.               name="my_name_qL28aUzVdx3dNkUb"
  157.               type="text"
  158.               value=""
  159.                wire:model.defer="extraFields.my_name"                autocomplete="nope"
  160.               tabindex="-1">
  161.        <input name="valid_from"
  162.               type="text"
  163.               value="eyJpdiI6IlBrcTFNVXI2ZXJ5T0ZvRm9wS0MwQ2c9PSIsInZhbHVlIjoidkRONVdVc1dGckV2Qm81T2dEdGxCZz09IiwibWFjIjoiMGMyOGMyOWNmYThjNjhkNWM2ZmUzMzRiMzhjZmU4NzY1NDI4YzBjMjRjZGZmNWRhOTc4NDJiNjdlMTdiMjkzMyIsInRhZyI6IiJ9"
  164.                wire:model.defer="extraFields.valid_from"                autocomplete="off"
  165.               tabindex="-1">
  166.    </div>
  167. </form>
  168.  
  169. <!-- Livewire Component wire-end:RrXXPh36rJG4Ul651MdI -->            </div>
  170.        </div>
  171.    </div>
  172. </div>
  173.                        <div class=" flex items-center space-x-5  inset-y-0 w-20 dark:w-14">
  174.                <!-- Live -->
  175.                <a id="btn-live-pill" class="flex text-gray-900 btn-live" href="/canal26-en-vivo">
  176.                    <div class="flex flex-row items-center border border-gray-900 dark:border-white rounded-3xl px-2 bg-white">
  177.                        <div class="p-1 dark:hidden">
  178.                            <img src="/images/live_widget_animation.gif" class="h-4" title="En vivo canal 26" alt="Canal 26 en vivo"/>
  179.                        </div>
  180.                        <p class="text-sm my-0 dark:text-gray-400">VIVO</p>
  181.                    </div>
  182.                </a>
  183.            </div>
  184.        </div>
  185.    </div>
  186.    </nav>
  187.  
  188. <div class="fixed top-0 z-50 w-full md:w-1/2 lg:w-1/3" id="site-header-sidebar"
  189.    x-cloak x-show="sidebar_opened" x-on:click.away="sidebar_opened = false" x-transition.scale x-transition.scale.origin.top.left>
  190.  
  191.    <aside class="overflow-y-auto overflow-x-hidden px-3 bg-neutral-700 h-screen">
  192.        <ul class="space-y-4">
  193.            <div class="sticky top-0 w-full h-36 bg-gradient-to-b from-neutral-700 via-neutral-700 py-4">
  194.                <div class="flex flex-row justify-between mb-2">
  195.                    <div class="h-10 w-10"></div>
  196.                    <!-- Logo -->
  197.                    <a href="/" class="mx-2 block items-center">
  198.                        <img class="logo h-10 w-10" src="/images/canal26_logo_blanco.svg" alt="Canal 26">
  199.                    </a>
  200.                    <button type="button" x-on:click="sidebar_opened = false"
  201.                            class="p-1 h-10 w-10 justify-center rounded-sm text-gray-900 hover:text-white hover:bg-gray-300 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white">
  202.                        <svg class="h-8 w-8 text-white"
  203.                             xmlns="http://www.w3.org/2000/svg" fill="none"
  204.                             viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
  205.                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M6 18L18 6M6 6l12 12"></path>
  206.                        </svg>
  207.                    </button>
  208.                </div>
  209.  
  210.                <div class="flex flex-col w-full bg-neutral-700">
  211.    <form autocomplete="off" method="get" action="/buscar">
  212.        <div class="pb-4">
  213.            <div class="relative w-full border-b-2">
  214.                <button type="submit" class="absolute top-0 left-0 p-2.5 text-sm font-medium text-white disabled:bg-gray-600 disabled:border-gray-500 border-red-700 hover:bg-red-800">
  215.                    <svg  class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  216.                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
  217.                    </svg>
  218.                </button>
  219.                <input type="search" name="palabra" id="search-imput" class="block p-2.5 w-full z-20 text-md text-white bg-neutral-700 ml-10 focus:outline-none" placeholder="Buscar...">
  220.                
  221.  
  222.            </div>
  223.        </div>
  224.            </form>
  225. </div>
  226.  
  227.  
  228.            </div>
  229.  
  230.            <div class="h-1/3">
  231.                <span class="font-medium ml-2 text-gray-200">Noticias</span>
  232.                <div class="columns-2 border-b border-gray-500 pb-6 pt-2">
  233.                                    <li>
  234.                        <a href="/ultimas-noticias" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  235.                            <span>Últimas Noticias</span>
  236.                        </a>
  237.                    </li>
  238.                                    <li>
  239.                        <a href="/politica" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  240.                            <span>Política</span>
  241.                        </a>
  242.                    </li>
  243.                                    <li>
  244.                        <a href="/economia" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  245.                            <span>Economía</span>
  246.                        </a>
  247.                    </li>
  248.                                    <li>
  249.                        <a href="/policiales" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  250.                            <span>Policiales</span>
  251.                        </a>
  252.                    </li>
  253.                                    <li>
  254.                        <a href="/general" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  255.                            <span>General</span>
  256.                        </a>
  257.                    </li>
  258.                                    <li>
  259.                        <a href="/internacionales" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  260.                            <span>Internacionales</span>
  261.                        </a>
  262.                    </li>
  263.                                    <li>
  264.                        <a href="/espectaculos" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  265.                            <span>Espectáculos</span>
  266.                        </a>
  267.                    </li>
  268.                                    <li>
  269.                        <a href="/deportes" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  270.                            <span>Deportes</span>
  271.                        </a>
  272.                    </li>
  273.                                    <li>
  274.                        <a href="/planeta" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  275.                            <span>Planeta</span>
  276.                        </a>
  277.                    </li>
  278.                                    <li>
  279.                        <a href="/tecnologia" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  280.                            <span>Tecnología</span>
  281.                        </a>
  282.                    </li>
  283.                                    <li>
  284.                        <a href="/turismo" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  285.                            <span>Turismo</span>
  286.                        </a>
  287.                    </li>
  288.                                    <li>
  289.                        <a href="/musica" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  290.                            <span>Música</span>
  291.                        </a>
  292.                    </li>
  293.                                    <li>
  294.                        <a href="/historia" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  295.                            <span>Historia</span>
  296.                        </a>
  297.                    </li>
  298.                                    <li>
  299.                        <a href="/opinion" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  300.                            <span>Opinión</span>
  301.                        </a>
  302.                    </li>
  303.                                    <li>
  304.                        <a href="/bienestar-y-salud" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  305.                            <span>Bienestar y Salud</span>
  306.                        </a>
  307.                    </li>
  308.                                    <li>
  309.                        <a href="/ciencia-y-espacio" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  310.                            <span>Ciencia y Espacio</span>
  311.                        </a>
  312.                    </li>
  313.                                    <li>
  314.                        <a href="/transito" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  315.                            <span>Tránsito</span>
  316.                        </a>
  317.                    </li>
  318.                                    <li>
  319.                        <a href="https://www.canal26.com/videos" class="flex items-center p-2 text-base font-light text-gray-200 rounded-lg hover:underline">
  320.                            <span>Videos</span>
  321.                        </a>
  322.                    </li>
  323.                </div>
  324.            </div>
  325.  
  326.                            <div class="h-1/3">
  327.                    <span class="font-medium ml-2 text-gray-200">Temas</span>
  328.                    <div class="columns-2 border-b border-gray-500 pb-6 pt-2">
  329.                                                    <li>
  330.                                <a href="/tag/israel--331" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  331.                                    <span>Israel</span>
  332.                                </a>
  333.                            </li>
  334.                                                    <li>
  335.                                <a href="/tag/guerra-rusia-ucrania--16390" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  336.                                    <span>Guerra Rusia-Ucrania</span>
  337.                                </a>
  338.                            </li>
  339.                                                    <li>
  340.                                <a href="/tag/hamas--3729" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  341.                                    <span>Hamás</span>
  342.                                </a>
  343.                            </li>
  344.                                                    <li>
  345.                                <a href="/tag/canal-26--1833" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  346.                                    <span>Canal 26</span>
  347.                                </a>
  348.                            </li>
  349.                                                    <li>
  350.                                <a href="/tag/javier-milei--6671" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  351.                                    <span>Javier Milei</span>
  352.                                </a>
  353.                            </li>
  354.                                                    <li>
  355.                                <a href="/tag/dengue--6808" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  356.                                    <span>Dengue</span>
  357.                                </a>
  358.                            </li>
  359.                                            </div>
  360.                </div>
  361.            
  362.            <div class="h-1/3">
  363.                <span class="font-medium ml-2 text-gray-200">Canal 26</span>
  364.                <div class="columns-2 border-b border-gray-500 pb-6 pt-2">
  365.                                            <li>
  366.                            <a href="/newsletter"  id="newsletter-sidebar-link"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  367.                                <span>Newsletter</span>
  368.                            </a>
  369.                        </li>
  370.                                            <li>
  371.                            <a href="/nuestro-equipo"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  372.                                <span>Nuestro equipo</span>
  373.                            </a>
  374.                        </li>
  375.                                            <li>
  376.                            <a href="/contacto"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  377.                                <span>Contacto</span>
  378.                            </a>
  379.                        </li>
  380.                                            <li>
  381.                            <a href="/terminos"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  382.                                <span>Términos y Condiciones</span>
  383.                            </a>
  384.                        </li>
  385.                                            <li>
  386.                            <a href="/politica-privacidad"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  387.                                <span>Política de privacidad</span>
  388.                            </a>
  389.                        </li>
  390.                                            <li>
  391.                            <a href="/mediakit"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  392.                                <span>Mediakit</span>
  393.                            </a>
  394.                        </li>
  395.                                            <li>
  396.                            <a href="/programacion-de-canal-26"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  397.                                <span>Programación</span>
  398.                            </a>
  399.                        </li>
  400.                                            <li>
  401.                            <a href="/redactores"  class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  402.                                <span>Redactores</span>
  403.                            </a>
  404.                        </li>
  405.                                    </div>
  406.            </div>
  407.  
  408.            <div class="h-1/3">
  409.                <span class="font-medium ml-2 text-gray-200">Nuestros medios</span>
  410.                <div class="columns-2 pb-6 pt-2">
  411.                                            <li>
  412.                            <a href="/canal26-en-vivo" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  413.                                <span>Canal26</span>
  414.                            </a>
  415.                        </li>
  416.                                            <li>
  417.                            <a href="/latinatv" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  418.                                <span>Latina TV</span>
  419.                            </a>
  420.                        </li>
  421.                                            <li>
  422.                            <a href="/tierramia" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  423.                                <span>Tierra Mia</span>
  424.                            </a>
  425.                        </li>
  426.                                            <li>
  427.                            <a href="/telemax" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  428.                                <span>Telemax</span>
  429.                            </a>
  430.                        </li>
  431.                                            <li>
  432.                            <a href="/musictop" class="flex items-center p-2 text-base font-normal text-gray-200 rounded-lg hover:underline">
  433.                                <span>Musictop</span>
  434.                            </a>
  435.                        </li>
  436.                                    </div>
  437.            </div>
  438.  
  439.        </ul>
  440.  
  441.        <div class="flex flex-col justify-center sticky bottom-0 w-full bg-gradient-to-t from-neutral-700 via-neutral-700 py-4 space-y-4 h-screen-1/4">
  442.            <div class="flex flex-row justify-center space-x-2">
  443.                
  444.                                                <a id="btn-facebook-sidebar" class="rounded-full bg-black" href="https://www.facebook.com/canal26" title="Facebook" type="button">
  445.                                <svg role="img" class="w-8 h-8 fill-white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  446.                                    <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
  447.                                </svg>
  448.                            </a>
  449.                            
  450.                
  451.                                            <a id="btn-instagram-sidebar" class="rounded-full bg-white p-2" href="https://www.instagram.com/canal26" title="Instagram" type="button">
  452.                            <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  453.                                <path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/>
  454.                            </svg>
  455.                        </a>
  456.                    
  457.                
  458.                                            <a id="btn-twitter-sidebar" class="rounded-full bg-white p-2" href="https://twitter.com/canal26noticias" title="Twitter" type="button">
  459.                            <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  460.                                <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
  461.                            </svg>
  462.                        </a>
  463.                    
  464.                
  465.                                            <a id="btn-youtube-sidebar" class="rounded-full bg-white p-2" href="https://www.youtube.com/c/canal26" title="YouTube" type="button">
  466.                            <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  467.                                <path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
  468.                            </svg>
  469.                        </a>
  470.                    
  471.                
  472.                                            <a id="btn-linkedin-sidebar" class="rounded-full bg-white p-2" href="https://www.linkedin.com/company/canal26" title="Linkedin" type="button">
  473.                            <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  474.                                <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
  475.                            </svg>
  476.                        </a>
  477.                    
  478.                
  479.                                            <a id="btn-tiktok-sidebar" class="rounded-full bg-white p-2" href="https://www.tiktok.com/@canal26argentina" title="TikTok" type="button">
  480.                            <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  481.                                <path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/>
  482.                            </svg>
  483.                        </a>
  484.                    
  485.                
  486.                                                <a id="btn-telegram-sidebar" class="rounded-full bg-white p-2" href="https://t.me/canal26_noticias" title="Telegram" type="button">
  487.                                <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
  488.                                    <path d="M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z"/>
  489.                                </svg>
  490.                            </a>
  491.                            
  492.                
  493.                                            <a id="btn-googlenews-sidebar" class="rounded-full bg-white p-2" href="https://news.google.com/publications/CAAqBwgKMNyezQEwqIMn?ceid=AR:es-419&amp;oc=3" title="GoogleNews" type="button">
  494.                            <svg role="img" class="w-4 h-4 stroke-black stroke-0 fill-black" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  495.                                <path d="M21.2666 21.2a.6141.6141 0 0 1-.6128.6128H3.3446a.614.614 0 0 1-.6128-.6128V8.1153a.6141.6141 0 0 1 .6128-.6128h17.3091a.6141.6141 0 0 1 .6128.6128V21.2zm-3.0315-3.4196v-1.1957a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0817.0817 0 0 0 .0804-.083l-.0001-.0029zm.8171-2.5875v-1.2012a.0803.0803 0 0 0-.079-.0817h-6.191v1.3619h6.1896a.079.079 0 0 0 .0804-.0776v-.0041.0027zm-.8171-2.5875v-1.2066a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0816.0816 0 0 0 .0803-.079v.004zM8.1492 14.0448v1.2257h1.7704c-.1457.749-.8049 1.2924-1.7704 1.2924-1.0906-.0405-1.9418-.9574-1.9013-2.048.0384-1.0338.8676-1.8629 1.9013-1.9013a1.77 1.77 0 0 1 1.2529.4903l.9342-.9329a3.1405 3.1405 0 0 0-2.1871-.8525c-1.8051 0-3.2684 1.4633-3.2684 3.2684 0 1.8051 1.4633 3.2684 3.2684 3.2684 1.8889 0 3.1323-1.3278 3.1323-3.1976a3.941 3.941 0 0 0-.0518-.6183l-3.0805.0054zM2.2701 7.6537a.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537za.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537zm21.3116-.3105l-8.803-2.3683.7517 2.0659h5.5836a.6141.6141 0 0 1 .6128.6128v8.7948l2.2471-8.3659a.5923.5923 0 0 0-.3922-.7393zm-4.4955-1.6738V2.7946a.6101.6101 0 0 0-.6115-.6074H5.5236a.6101.6101 0 0 0-.6156.6046v2.8368l8.3904-3.0519a.5937.5937 0 0 1 .7422.3895l.5447 1.498 4.5009 1.2052z"/>
  496.                            </svg>
  497.                        </a>
  498.                    
  499.                            </div>
  500.            <a href="/canal26-en-vivo" class="flex flex-row rounded-2xl justify-center gap-2 border border-neutral-200 w-1/2 mx-auto">
  501.                <img src="/images/live_animation.gif" class="h-6 my-auto" title="En vivo canal 26" alt="Canal 26 en vivo"/>
  502.                <p class="uppercase text-sm text-gray-200">Canal 26 en vivo</p>
  503.            </a>
  504.        </div>
  505.    </aside>
  506. </div>
  507.  
  508.    <div class="dark:bg-black/50">
  509.  
  510.        
  511.            <div class="inner_container sm:container sm:grid sm:grid-cols-12 mx-auto">
  512.        <div class="col-span-12">
  513.            <div class="flex flex-col justify-center h-full gap-16 items-center py-12">
  514.                <div class="flex flex-col items-center justify-center gap-2">
  515.                    <img class="w-64" src="/images/error_404.svg"/>
  516.                    <br/>
  517.                    <h2 class="text-3xl">Página no encontrada</h2>
  518.                    <p class="text-lg">Lo sentimos, la página que estás buscando no existe</p>
  519.                    <a href="/">
  520.                        <button class="text-lg font-light text-white bg-corporate-red rounded-3xl py-2 px-8">Volver al inicio</button>
  521.                    </a>
  522.                </div>
  523.                <div class="my-4">
  524.    <div class="flex flex-row my-2 justify-between">
  525.        <h2 class="text-2xl xl:text-3xl my-0">También podría interesarte</h2>
  526.    </div>
  527.  
  528.    <div class="border-b border-b-corporate-red h-1 my-2 divisor">&nbsp;</div>
  529.  
  530.    <section id="bottom" class="md:grid md:grid-cols-8 md:grid-rows-8 md:gap-4 xl:gap-x-4 xl:gap-y-8 grid-flow-row-dense">
  531.                        <div class="listing_article_low md:listing_article_low_horizontal">
  532.                    <a href="/internacionales/el-conflicto-en-gaza-dejo-19000-ninos-palestinos-huerfanos-y-8000-viudas-segun-la-onu--371408">
  533.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/01/596084.jpg?s=2&amp;a=371408" alt="Destrucción del hospital Al Shifa, Franja de Gaza. Foto: Reuters."/>
  534.                                            </a>
  535.                    <a href="/internacionales/el-conflicto-en-gaza-dejo-19000-ninos-palestinos-huerfanos-y-8000-viudas-segun-la-onu--371408">
  536.                        <h2 class="you_may_like_article_low_title">El conflicto en Gaza dejó 19.000 niños palestinos huérfanos y 8000 viudas, según la ONU</h2>
  537.                                            </a>
  538.                </div>
  539.                        <div class="listing_article_low md:listing_article_low_horizontal">
  540.                    <a href="/espectaculos/la-sincera-respuesta-de-marcelo-tinelli-luego-de-que-tini-stoessel-lo-tratara-de-judas-en-su-cancion-angel--371410">
  541.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/16/598256.jpg?s=2&amp;a=371410" alt="Marcelo Tinelli y Tini Stoessel. Fotos: Instagram."/>
  542.                                            </a>
  543.                    <a href="/espectaculos/la-sincera-respuesta-de-marcelo-tinelli-luego-de-que-tini-stoessel-lo-tratara-de-judas-en-su-cancion-angel--371410">
  544.                        <h2 class="you_may_like_article_low_title">La sincera respuesta de Marcelo Tinelli luego de que Tini Stoessel lo tratara de "Judas" en su canción "Ángel"</h2>
  545.                                            </a>
  546.                </div>
  547.                        <div class="listing_article_low md:listing_article_low_horizontal">
  548.                    <a href="/general/insolito-viral-un-comerciante-intentaba-realizar-un-pago-y-exploto-el-posnet--371409">
  549.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/16/598262.jpg?s=2&amp;a=371409" alt="Insólito: quiso pagar con débito y explotó el posnet. Foto: Captura."/>
  550.                                            </a>
  551.                    <a href="/general/insolito-viral-un-comerciante-intentaba-realizar-un-pago-y-exploto-el-posnet--371409">
  552.                        <h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>Insólito viral:</span> un comerciante intentaba realizar un pago y explotó el posnet</h2>
  553.                                            </a>
  554.                </div>
  555.                        <div class="listing_article_low md:listing_article_low_horizontal">
  556.                    <a href="/internacionales/israel-pide-sanciones-contra-iran-y-designar-a-la-guardia-revolucionaria-como-organizacion-terrorista--371406">
  557.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/02/23/590209.jpg?s=2&amp;a=371406" alt="Irán; misiles balísticos. Foto: Reuters."/>
  558.                                            </a>
  559.                    <a href="/internacionales/israel-pide-sanciones-contra-iran-y-designar-a-la-guardia-revolucionaria-como-organizacion-terrorista--371406">
  560.                        <h2 class="you_may_like_article_low_title">Israel pide sanciones contra Irán y designar a la Guardia Revolucionaria como "organización terrorista"</h2>
  561.                                            </a>
  562.                </div>
  563.                        <div class="listing_article_low md:listing_article_low_horizontal">
  564.                    <a href="/tecnologia/whatsapp-trae-una-novedad-mas-que-esperada-por-sus-usuarios-el-gran-beneficio-que-aporta--371407">
  565.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/03/25/595086.jpg?s=2&amp;a=371407" alt="WhatsApp. Foto: NA."/>
  566.                                            </a>
  567.                    <a href="/tecnologia/whatsapp-trae-una-novedad-mas-que-esperada-por-sus-usuarios-el-gran-beneficio-que-aporta--371407">
  568.                        <h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>WhatsApp trae una novedad más que esperada por sus usuarios:</span> el gran beneficio que aporta</h2>
  569.                                            </a>
  570.                </div>
  571.                        <div class="listing_article_low md:listing_article_low_horizontal">
  572.                    <a href="/internacionales/ucrania-transmite-a-la-union-europea-su-temor-por-un-apagon-total-del-sistema-energetico--371404">
  573.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/12/597756.jpg?s=2&amp;a=371404" alt="Ataques rusos contra Ucrania. Foto: EFE."/>
  574.                                            </a>
  575.                    <a href="/internacionales/ucrania-transmite-a-la-union-europea-su-temor-por-un-apagon-total-del-sistema-energetico--371404">
  576.                        <h2 class="you_may_like_article_low_title">Ucrania transmite a la Unión Europea su temor por un "apagón total" del sistema energético</h2>
  577.                                            </a>
  578.                </div>
  579.                        <div class="listing_article_low md:listing_article_low_horizontal">
  580.                    <a href="/general/se-terminaron-las-lluvias-como-estara-el-clima-para-lo-que-resta-de-la-semana--371405">
  581.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/16/598254.jpg?s=2&amp;a=371405" alt="Clima. Foto: NA."/>
  582.                                            </a>
  583.                    <a href="/general/se-terminaron-las-lluvias-como-estara-el-clima-para-lo-que-resta-de-la-semana--371405">
  584.                        <h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>¿Se terminaron las lluvias?:</span> cómo estará el clima para lo que resta de la semana</h2>
  585.                                            </a>
  586.                </div>
  587.                        <div class="listing_article_low md:listing_article_low_horizontal">
  588.                    <a href="/deportes/copa-de-la-liga-cuales-son-los-equipos-que-clasificaron-a-cuartos-de-final-en-la-zona-a--371403">
  589.                                                    <img loading="lazy" class="listing_article_low_image group-hover:opacity-90 " src="https://cdn.canal26.com/media/image/2024/04/16/598253.jpg?s=2&amp;a=371403" alt="Facundo Colidio, River. Foto: NA."/>
  590.                                            </a>
  591.                    <a href="/deportes/copa-de-la-liga-cuales-son-los-equipos-que-clasificaron-a-cuartos-de-final-en-la-zona-a--371403">
  592.                        <h2 class="you_may_like_article_low_title"><span class='text-corporate-red'>Copa de la Liga:</span> cuáles son los equipos que clasificaron a cuartos de final en la Zona A</h2>
  593.                                            </a>
  594.                </div>
  595.            </section>
  596. </div>
  597.  
  598.            </div>
  599.        </div>
  600.    </div>
  601.  
  602.  
  603.    </div>
  604.    <div class="mx-auto z-20">
  605.        
  606.        <div id='Interstitial'></div>
  607.  
  608.        <script type='application/javascript'>
  609.  
  610.            sas.cmd.push(function() {
  611.        
  612.                sas.render('Interstitial');
  613.        
  614.            });
  615.        
  616.        </script>
  617.    </div>
  618.  
  619. <div class="z-10 relative flex flex-col md:flex-row justify-between md:justify-evenly md:text-left items-stretch text-center w-full p-6 pb-20 md:pb-32 dark:bg-corporate-red text-white" id="footer">
  620.    <a href="/" class="my-8 block">
  621.        <img loading="lazy" class="logo w-10 md:w-16" src="/images/canal26_logo_blanco.svg" alt="Canal 26">
  622.    </a>
  623.    <div class="flex flex-col space-y-3">
  624.        <span class="font-medium">Acerca de nosotros</span>
  625.                    <a href="/newsletter" class="w-full text-sm font-light rounded-lg">
  626.                <span class="">Newsletter</span>
  627.            </a>
  628.                    <a href="/nuestro-equipo" class="w-full text-sm font-light rounded-lg">
  629.                <span class="">Nuestro equipo</span>
  630.            </a>
  631.                    <a href="/contacto" class="w-full text-sm font-light rounded-lg">
  632.                <span class="">Contacto</span>
  633.            </a>
  634.                    <a href="/terminos" class="w-full text-sm font-light rounded-lg">
  635.                <span class="">Términos y Condiciones</span>
  636.            </a>
  637.                    <a href="/politica-privacidad" class="w-full text-sm font-light rounded-lg">
  638.                <span class="">Política de privacidad</span>
  639.            </a>
  640.                    <a href="/mediakit" class="w-full text-sm font-light rounded-lg">
  641.                <span class="">Mediakit</span>
  642.            </a>
  643.                    <a href="/programacion-de-canal-26" class="w-full text-sm font-light rounded-lg">
  644.                <span class="">Programación</span>
  645.            </a>
  646.                    <a href="/redactores" class="w-full text-sm font-light rounded-lg">
  647.                <span class="">Redactores</span>
  648.            </a>
  649.            </div>
  650.  
  651.    <div class="border-b-2  border-red-400  w-full my-6 md:hidden"></div>
  652.  
  653.    <div class="flex flex-col space-y-3">
  654.        <span class="font-medium">Medios</span>
  655.                    <a href="/canal26-en-vivo" class="w-full text-sm font-light rounded-lg">
  656.                <span class="">Canal26</span>
  657.            </a>
  658.                    <a href="/latinatv" class="w-full text-sm font-light rounded-lg">
  659.                <span class="">Latina TV</span>
  660.            </a>
  661.                    <a href="/tierramia" class="w-full text-sm font-light rounded-lg">
  662.                <span class="">Tierra Mia</span>
  663.            </a>
  664.                    <a href="/telemax" class="w-full text-sm font-light rounded-lg">
  665.                <span class="">Telemax</span>
  666.            </a>
  667.                    <a href="/musictop" class="w-full text-sm font-light rounded-lg">
  668.                <span class="">Musictop</span>
  669.            </a>
  670.            </div>
  671.  
  672.    <div class="border-b-2  border-red-400  w-full my-6 md:hidden"></div>
  673.  
  674.    <div class="flex flex-col justify-center mb-4 space-y-6">
  675.        <div class="flex flex-row justify-center space-x-2">
  676.            
  677.            
  678.                                        <a id="btn-facebook-footer" class="rounded-full" href="https://www.facebook.com/canal26" title="Facebook" target="_blank" type="button">
  679.                            <svg role="img" class="w-8 h-8 fill-white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  680.                                <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
  681.                            </svg>
  682.                        </a>
  683.                        
  684.            
  685.                                        <a id="btn-instagram-footer" class="rounded-full bg-white p-2" href="https://www.instagram.com/canal26" title="Instagram" target="_blank" type="button">
  686.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  687.                                <path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/>
  688.                            </svg>
  689.                        </a>
  690.                
  691.            
  692.                                        <a id="btn-twitter-footer" class="rounded-full bg-white p-2" href="https://twitter.com/canal26noticias" title="Twitter" target="_blank" type="button">
  693.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  694.                                <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
  695.                            </svg>
  696.                        </a>
  697.                
  698.            
  699.                                        <a id="btn-youtube-footer" class="rounded-full bg-white p-2" href="https://www.youtube.com/c/canal26" title="YouTube" target="_blank" type="button">
  700.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  701.                                <path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
  702.                            </svg>
  703.                        </a>
  704.                
  705.            
  706.                                        <a id="btn-linkedin-footer" class="rounded-full bg-white p-2" href="https://www.linkedin.com/company/canal26" title="Linkedin" target="_blank" type="button">
  707.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  708.                                <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
  709.                            </svg>
  710.                        </a>
  711.                
  712.            
  713.                                        <a id="btn-tiktok-footer" class="rounded-full bg-white p-2" href="https://www.tiktok.com/@canal26argentina" title="TikTok" target="_blank" type="button">
  714.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  715.                                <path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/>
  716.                            </svg>
  717.                        </a>
  718.                
  719.            
  720.                                        <a id="btn-telegram-footer" class="rounded-full bg-white p-2" href="https://t.me/canal26_noticias" title="Telegram" target="_blank" type="button">
  721.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
  722.                                <path d="M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z"/>
  723.                            </svg>
  724.                        </a>
  725.                    
  726.            
  727.                                        <a id="btn-googlenews-footer" class="rounded-full bg-white p-2" href="https://news.google.com/publications/CAAqBwgKMNyezQEwqIMn?ceid=AR:es-419&amp;oc=3" title="GoogleNews" target="_blank" type="button">
  728.                            <svg role="img" class="w-4 h-4 stroke-0 icon-socialmedia-footer" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  729.                                <path d="M21.2666 21.2a.6141.6141 0 0 1-.6128.6128H3.3446a.614.614 0 0 1-.6128-.6128V8.1153a.6141.6141 0 0 1 .6128-.6128h17.3091a.6141.6141 0 0 1 .6128.6128V21.2zm-3.0315-3.4196v-1.1957a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0817.0817 0 0 0 .0804-.083l-.0001-.0029zm.8171-2.5875v-1.2012a.0803.0803 0 0 0-.079-.0817h-6.191v1.3619h6.1896a.079.079 0 0 0 .0804-.0776v-.0041.0027zm-.8171-2.5875v-1.2066a.0803.0803 0 0 0-.0803-.0803h-5.3725v1.3619h5.3725a.0816.0816 0 0 0 .0803-.079v.004zM8.1492 14.0448v1.2257h1.7704c-.1457.749-.8049 1.2924-1.7704 1.2924-1.0906-.0405-1.9418-.9574-1.9013-2.048.0384-1.0338.8676-1.8629 1.9013-1.9013a1.77 1.77 0 0 1 1.2529.4903l.9342-.9329a3.1405 3.1405 0 0 0-2.1871-.8525c-1.8051 0-3.2684 1.4633-3.2684 3.2684 0 1.8051 1.4633 3.2684 3.2684 3.2684 1.8889 0 3.1323-1.3278 3.1323-3.1976a3.941 3.941 0 0 0-.0518-.6183l-3.0805.0054zM2.2701 7.6537a.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537za.6156.6156 0 0 1 .6128-.6128h12.1545l-1.2692-3.4904a.5952.5952 0 0 0-.7436-.3827L.3676 7.7749a.5938.5938 0 0 0-.3228.7749l2.2253 6.112V7.6537zm21.3116-.3105l-8.803-2.3683.7517 2.0659h5.5836a.6141.6141 0 0 1 .6128.6128v8.7948l2.2471-8.3659a.5923.5923 0 0 0-.3922-.7393zm-4.4955-1.6738V2.7946a.6101.6101 0 0 0-.6115-.6074H5.5236a.6101.6101 0 0 0-.6156.6046v2.8368l8.3904-3.0519a.5937.5937 0 0 1 .7422.3895l.5447 1.498 4.5009 1.2052z"/>
  730.                            </svg>
  731.                        </a>
  732.                
  733.                    </div>
  734.  
  735.        <a href="/canal26-en-vivo" class="flex flex-row rounded-2xl justify-center bg-white px-4 mx-auto">
  736.            <img loading="lazy" src="/images/live_widget_animation.gif" class="h-6 my-auto" title="En vivo canal 26" alt="Canal 26 en vivo"/>
  737.            <p class="text-sm text-black dark:text-black">Canal 26 en vivo</p>
  738.        </a>
  739.  
  740.        <div class="md:hidden flex flex-row justify-center space-x-4">
  741.            <a class="h-8" target="_blank" href="https://apps.apple.com/ar/app/diario-26/id548859487">
  742.                <img loading="lazy" class="h-full" src="/images/disponible_appstore.png" title="Ir a App Store" alt="Ir a App Store">
  743.            </a>
  744.            <a class="h-8" target="_blank" href="https://play.google.com/store/apps/details?id=ar.com.telecentro.noticias26&amp;hl=es_419&amp;gl=US">
  745.                <img loading="lazy" class="h-full" src="/images/disponible_google-play.png" title="Bajar de Google Play" alt="Bajar de Google Play">
  746.            </a>
  747.        </div>
  748.  
  749.        <p class="text-xs font-light">&copy; Canal 26 2024 Todos los derechos reservados</p>
  750.    </div>
  751.  
  752.    <div class="hidden md:block flex flex-col">
  753.        <a class="hidden md:block flex flex-row mb-4" href="https://servicios1.afip.gov.ar/clavefiscal/qr/mobilePublicInfo.aspx?req=e1ttZXRob2Q9Z2V0UHVibGljSW5mb11bcGVyc29uYT0zMDcwOTM3Mzc2MV1bdGlwb2RvbWljaWxpbz0wXVtzZWN1ZW5jaWE9MF1bdXJsPWh0dHA6Ly93d3cuMjZub3RpY2lhcy5jb20uYXJdfQ==" target="_F960AFIPInfo">
  754.            <img loading="lazy" class="mx-auto" src="data:image/webp;base64,UklGRvoGAABXRUJQVlA4IO4GAAAQIgCdASo8AFAAPm0ykkekIyGhKAmYgA2JbADPna7+Z/iB2c3CvEfgBzHNZvXFUD32eoDbdeYv9oP1V96j0T7zTvOv7Z0M3lt8Y+x/7pfbHdr+/8CPoN9y/Hj8tfxR+197fqA/GD1Wf3j8suEzAB+S/y7/Menb2l/FX3I+pfoT/jn+J/Mfn9/IvYD/j38s/yX29fUx/if9bzf/U//E9xH+af0j/W/2790/8MfQwxHIifcUTIKNE6InQemlnZUsDP6FgWSafX1SDhELzXnmXuwkR9mwRpUzRozB6wNOSlxOxvd/y1aiic5Rg6RlMorfpAKfga1xzoWgSyd/Z1v7OfPcv2t9XOUOXouxHEgbMvdWzRkePOg/b2HtAADnY4KTBbK2hwyvuh0yBSEompSwchG/WPw8Wd3FR6/E/Z/+8OWqjAQQ3LhQF7Z/FEJkcciduhVL5EnSuaYN1Y15+Q91/Jawuko6prrnPzpPflM/PfeHBYR0C9wA68QUilXvjjusyxr/gpekYy8hBwuldKW4scb+OA4K2rA4SxHz9eZPy4HIq1Yz4yQqBerPX8vyLL8SJXUVKMizMSw35a4PGbfrwwB81U2CPXyINtzfPRnp1YaNnQ3jlMWJXT1PoZvxP+/khx/4dD0nM//zGPDoGl0Ow2/Ux/cdUyspTwPW28akK4DoknyplitLmArawf1Sb0ugQv/tjICys8O0Pr+TCbWwG5va2EawuA46Hwem+mVDEBiqSQO0/FtQEZ2PhKzW1v/HDBT9T+lXo17+lr3/6M0H322iG9LFwFlL3MZ59nSCbbS/DF/SQlcourfeYyfZMQDq7TPVXvtDgnnGd/+gM/Umfveq01To9OBvX3bvQKORznRTIU4iSZFNdtV2KKAkS5JopRzu959grXuodp9otGWKu7ULnSpZsUGewE/x/pMxZYx+IVOnhCL0kl1eG11Rvi0xcWavq5eH/rtZ87Lt20cYytm2nTN+rqE3qur69a+tr0Pa0d/Vxm14+//Ds78tdrgvsYOq94d/nhzT7RZ0diO4Mr3RBtLkp2UTLsOyiyoJmeFzuvDdxmwtM7oUj/5+yn/0wMa6CqIu/3XEftlgs/8SoPMSy2SrYMhakRfhPB5m2jPVtDiNGkemY6sZITnHC3ndDduBDzYM/NuOVlJdrAQupZiDnVut1vYp3aWMvsboG+2T+ZRq/p8AydkG4AlvRP8cqx/XZRK78ILxoCvjgqUsko9DWrP8pUdnL6zyM2iPzzGmZd4U7ciKXegbTuIXgxldvoCltzNCXl9fHPom17fFv00XR/Vn4PCKgjwUZ2ojSsCr4jSfmyorO8jdzjnsMa3uJx3QxOW0fA2pSDk5UPhZcGknPEY/O9XarztTBvoBdkFcIxKwd743nkoZNAukrP/pyGZduioqmM1D3zN1lRX/ciej4ZCn55F3lDnPbsUNwt2jYmy5D9dXpr07Lpd92bIuSJ9599584m4zs4W2kpqFYr2k1v5Td6bU9ySKjmzfh7NJuf9HkfWehUfLBXwNe/5bX+ctfJ8kU6KqLIcvGn1IN0/KZczmRkOzI2UpV1t+lXCnVykan7Cb/wAl7QHePD20CG5jGFu/+EicbK2W5CcTVCxZOWqEm/1jWa/L5yqQvwMV+b9/6Lyb/yHSfUGZ7gUIRxWPlH8nvegiQN11GYF1omBPZmxnlwM7RGm7PQTRhrDmm9ogr9c19NIjmLwyYgsC9IJUAPUd7JmAHDxx59ost1eOJRmVij/dXTgIRASMeYt2d2JjSgFbFKOgynr21XiZXglV4ZzD+7mFXC4eD3HASZQGolZxhJo3ESgHPN3+vtcqUnwsoteu1h4WlJVNuAfQARyCvcGX6gzzG4ljrj1luibwE8GDUz+DzDo8MypGSianUXDTMsneNVmBaapvzRdNuTEI2felfNKo0k2MX/DJ3/2IC2ODsYmZPkj2V6amS4nyvqL+UQkHJQubKE6Rh2rBeuN+QRW/7m7mBGxL74GKesqcRulDufg9IULz0pI+BRZMA12uAro8X1d3VBj64qAiahWXH3nse4Ruvg57EcJ647gdnFUEuS22MDdIGuYFFoWdjNj1TqZfK/pQ7iLhjx5TfKBSgvP1n6XAFZeuTPF4KwtCl1KjOeobXP8QdMON8wUVhHikiSZGczI6C/zL2QtGslk9JAgrEWcW5T5LdPtLIFBLrZ1wdRSymP7htR8AR9aMSOdRvzUErHhqelob39MMUiw6+8ALukTcVzTGwYaDXClG8M8/H0J30cdDDKpjCC1TvhkxvSdQfn/6IitCex+McjkETrhIJ6zuQespKT2f/y623hZxooR/SWJUIWtRDxWjXd0K4HH4qLb8i4vAzAAA">
  755.        </a>
  756.        <a class="" target="_blank" href="https://apps.apple.com/ar/app/diario-26/id548859487">
  757.            <img loading="lazy" class="w-24 mb-4" src="/images/disponible_appstore.png" title="Ir a App Store" alt="Ir a App Store">
  758.        </a>
  759.        <a class="" target="_blank" href="https://play.google.com/store/apps/details?id=ar.com.telecentro.noticias26&amp;hl=es_419&amp;gl=US">
  760.            <img loading="lazy" class="w-24" src="/images/disponible_google-play.png" title="Bajar de Google Play" alt="Bajar de Google Play">
  761.        </a>
  762.    </div>
  763. </div>
  764.    <script>
  765.        const checkbox = document.querySelector("#toggleDarkMode");
  766.        const html = document.querySelector("html");
  767.  
  768.        const toggleDarkMode = function () {
  769.            checkbox.checked
  770.                ? html.classList.add("dark")
  771.                : html.classList.remove("dark")
  772.        }
  773.    </script>
  774.  
  775.    <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = '';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
  776.  
  777.    <script type="module" src="https://cdn.canal26.com/build/assets/app.83cb5135.js"></script>    <script type="module" src="https://cdn.canal26.com/build/assets/require_alpine.84004cd3.js"></script>    </body>
  778. </html>
  779.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda