{"id":195,"date":"2024-01-25T04:38:02","date_gmt":"2024-01-25T04:38:02","guid":{"rendered":"https:\/\/rrdevs.net\/demos\/wp\/logistec\/?page_id=195"},"modified":"2024-09-30T10:14:55","modified_gmt":"2024-09-30T13:14:55","slug":"home","status":"publish","type":"page","link":"https:\/\/digitall.cl\/es\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"195\" class=\"elementor elementor-195\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbe4dc6 e-flex e-con-boxed e-con e-parent\" data-id=\"cbe4dc6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f1e1b1b e-con-full e-flex e-con e-child\" data-id=\"f1e1b1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f1e65b9 e-con-full e-flex e-con e-child\" data-id=\"f1e65b9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-725bf5e elementor-widget elementor-widget-heading\" data-id=\"725bf5e\" 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<h1 class=\"elementor-heading-title elementor-size-default\">Soluciones innovadoras y personalizadas<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c352243 elementor-widget elementor-widget-heading\" data-id=\"c352243\" 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\">Impulsamos su negocio con soluciones tecnol\u00f3gicas a medida. Desde software moderno y funcional hasta la protecci\u00f3n de su informaci\u00f3n.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b132c35 e-flex e-con-boxed e-con e-parent\" data-id=\"b132c35\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8587676 e-con-full e-flex e-con e-child\" data-id=\"8587676\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-336f3da elementor-widget elementor-widget-heading\" data-id=\"336f3da\" 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<h3 class=\"elementor-heading-title elementor-size-default\">No arriesgue la seguridad y disponibilidad de su informaci\u00f3n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2865317 elementor-widget elementor-widget-heading\" data-id=\"2865317\" 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<p class=\"elementor-heading-title elementor-size-default\">Los ciberataques evolucionan constantemente, y contar con una estrategia robusta de seguridad es esencial para proteger la integridad de su empresa.<br>\n\u00a1<strong>Cont\u00e1ctenos<\/strong> hoy mismo y lleve la seguridad digital de su negocio al siguiente nivel!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ac666a elementor-widget elementor-widget-html\" data-id=\"4ac666a\" 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>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Bot\u00f3n con Efecto Hover y Texto Blanco Permanente<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\r\n    <style>\r\n        .boton {\r\n            position: relative;\r\n            width: 136px;\r\n            height: 50px;\r\n            background-color: #163F72;\r\n            color: #FFFFFF;\r\n            border: none;\r\n            border-radius: 2px;\r\n            font-size: 16px;\r\n            font-family: Arial, sans-serif;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            cursor: pointer;\r\n            overflow: hidden;\r\n            text-decoration: none;\r\n        }\r\n\r\n        .boton::before {\r\n            content: '';\r\n            position: absolute;\r\n            width: 100%;\r\n            height: 0;\r\n            background-color: #FE5624;\r\n            bottom: 0;\r\n            left: 0;\r\n            z-index: 0;\r\n            transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);\r\n        }\r\n\r\n        .boton:hover::before {\r\n            height: 100%;\r\n        }\r\n\r\n        .boton span {\r\n            position: relative;\r\n            z-index: 1;\r\n            display: flex;\r\n            align-items: center;\r\n            color: #FFFFFF; \/* Asegura que el texto permanezca blanco *\/\r\n        }\r\n\r\n        .boton:hover span {\r\n            color: #FFFFFF; \/* Fuerza el color blanco en hover *\/\r\n        }\r\n\r\n        .boton i {\r\n            margin-left: 8px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <a href=\"https:\/\/digitall.cl\/es\/contactenos\" class=\"boton\">\r\n        <span>Hablemos <i class=\"fas fa-arrow-right\"><\/i><\/span>\r\n    <\/a>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-487d450 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"487d450\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33620cd elementor-widget elementor-widget-image\" data-id=\"33620cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"430\" height=\"287\" src=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/ransomware_icon.png\" class=\"attachment-large size-large wp-image-9928\" alt=\"Ransomware: Qu\u00e9 es y c\u00f3mo protegerte de esta amenaza cibern\u00e9tica\" srcset=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/ransomware_icon.png 430w, https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/ransomware_icon-300x200.png 300w\" sizes=\"(max-width: 430px) 100vw, 430px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca8f552 e-flex e-con-boxed e-con e-parent\" data-id=\"ca8f552\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a29ace elementor-widget elementor-widget-shortcode\" data-id=\"9a29ace\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"container\" data-elementor-id=\"7411\" class=\"elementor elementor-7411\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11e9ca47 e-con-full e-flex e-con e-parent\" data-id=\"11e9ca47\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d4b1b3 elementor-widget elementor-widget-html\" data-id=\"0d4b1b3\" 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<html lang=\"es\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><style>.linea-discontinua {height: 1px; width: 100%;}<\/style><\/head><body><svg class=\"linea-discontinua\"><line x1=\"0\" y1=\"2\" x2=\"100%\" y2=\"2\" style=\"stroke:#DDDDDD; stroke-width: 4; stroke-dasharray: 6, 7;\"><\/line><\/svg><\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa4ac53 elementor-pagination-position-inside elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-media-carousel\" data-id=\"6fa4ac53\" 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=\"Slides\">\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<a href=\"https:\/\/digitall.cl\/es\/desarrollo-de-software\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Desarrollo de Software\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/desarrollo_software.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-solid fa-laptop-code\"><\/i>\n\u00a0\u00a0\u00a0Desarrollo de software\t\t\t<\/div>\n\t\t\t<\/a>\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<a href=\"https:\/\/digitall.cl\/es\/diseno-web\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"C\u00f3mo un dise\u00f1o web profesional mejora la imagen de tu empresa\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/web-maqueta.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-light fa-code\"><\/i>\r\n\u00a0\u00a0\u00a0Dise\u00f1o Web\t\t\t<\/div>\n\t\t\t<\/a>\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<a href=\"https:\/\/digitall.cl\/es\/redes\/\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"El impacto del soporte TI proactivo en la eficiencia empresarial\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/Proyecto-nuevo-15.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-light fa-network-wired\"><\/i>\n\u00a0\u00a0\u00a0Redes\t\t\t<\/div>\n\t\t\t<\/a>\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<a href=\"https:\/\/digitall.cl\/es\/herramientas-colaborativas\/\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Herramientas Colaborativas\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/herramientas_colabrorativas.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-solid fa-comments\"><\/i>\n\u00a0\u00a0\u00a0Herramientas colabrorativas\t\t\t<\/div>\n\t\t\t<\/a>\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<a href=\"https:\/\/digitall.cl\/es\/seguridad-de-la-informacion\/\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"5 razones para migrar tu empresa a soluciones en la Nube\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/Proyecto-nuevo-18.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-solid fa-cloud-arrow-up\"><\/i>\n\u00a0\u00a0\u00a0Respaldos en la nube\t\t\t<\/div>\n\t\t\t<\/a>\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<a href=\"https:\/\/digitall.cl\/es\/respaldos-en-la-nube\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Seguridad de la Informaci\u00f3n. Login Seguro\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/seguridad_info.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-solid fa-user-lock\"><\/i>\n\u00a0\u00a0\u00a0Seguridad de la Informaci\u00f3n\t\t\t<\/div>\n\t\t\t<\/a>\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<a href=\"https:\/\/digitall.cl\/es\/soporte-ti\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Soporte TI\" style=\"background-image: url(&#039;https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/soporte_TI-1.webp&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-carousel-image-overlay e-overlay-animation-slide-left\">\n\t\t\t\t<i class=\"fa-light fa-bug\"><\/i>\n\u00a0\u00a0\u00a0Soporte TI\t\t\t<\/div>\n\t\t\t<\/a>\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\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<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\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<\/div>\n\t\t\t\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ab1553 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"1ab1553\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e92a69 elementor-widget elementor-widget-shortcode\" data-id=\"4e92a69\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"container\" data-elementor-id=\"7396\" class=\"elementor elementor-7396\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc9e700 e-con-full e-flex e-con e-parent\" data-id=\"6fc9e700\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7560f453 e-con-full e-flex e-con e-child\" data-id=\"7560f453\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-398a823 elementor-widget elementor-widget-html\" data-id=\"398a823\" 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<html lang=\"es\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><style>.linea-discontinua {height: 1px; width: 100%;}<\/style><\/head><body><svg class=\"linea-discontinua\"><line x1=\"0\" y1=\"2\" x2=\"100%\" y2=\"2\" style=\"stroke:#DDDDDD; stroke-width: 4; stroke-dasharray: 6, 7;\"><\/line><\/svg><\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34a46430 elementor-skin-carousel elementor-widget elementor-widget-media-carousel\" data-id=\"34a46430\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;5&quot;,&quot;autoplay_speed&quot;:6000,&quot;lazyload&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&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_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=\"Slides\">\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand TP Link\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/tplink.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Bitdefender\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/bitdefender-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Eset\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/eset-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Google Workspace\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/Google_Workspace-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Intel\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/intel-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Kaspersky\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/kaspersky-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Linksys\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/Linksys-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand McAfee\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/mcafee-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Microsoft\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/Microsoft-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Microsoft 365\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/microsoft365-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Norton\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/norton-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Tenda\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/tenda-logo-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Trend Micro\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/Trend_Micro-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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 swiper-lazy\" role=\"img\" aria-label=\"Imagen Carrusel Brand Ubiquiti\" data-background=\"https:\/\/digitall.cl\/es\/wp-content\/uploads\/2024\/09\/ubiquiti-fpng.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\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\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<div class=\"elementor-element elementor-element-5d89998 elementor-widget elementor-widget-html\" data-id=\"5d89998\" 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<html lang=\"es\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><style>.linea-discontinua {height: 1px; width: 100%;}<\/style><\/head><body><svg class=\"linea-discontinua\"><line x1=\"0\" y1=\"2\" x2=\"100%\" y2=\"2\" style=\"stroke:#DDDDDD; stroke-width: 4; stroke-dasharray: 6, 7;\"><\/line><\/svg><\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d9beec2 e-flex e-con-boxed e-con e-parent\" data-id=\"d9beec2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-706e1c8 elementor-widget elementor-widget-spacer\" data-id=\"706e1c8\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Soluciones innovadoras y personalizadas Impulsamos su negocio con soluciones tecnol\u00f3gicas a medida. Desde software moderno y funcional hasta la protecci\u00f3n de su informaci\u00f3n. No arriesgue la seguridad y disponibilidad de su informaci\u00f3n Los ciberataques evolucionan constantemente, y contar con una estrategia robusta de seguridad es esencial para proteger la integridad de su empresa. \u00a1Cont\u00e1ctenos hoy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-195","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"apalacios","author_link":"https:\/\/digitall.cl\/es\/author\/apalacios\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Soluciones innovadoras y personalizadas Impulsamos su negocio con soluciones tecnol\u00f3gicas a medida. Desde software moderno y funcional hasta la protecci\u00f3n de su informaci\u00f3n. No arriesgue la seguridad y disponibilidad de su informaci\u00f3n Los ciberataques evolucionan constantemente, y contar con una estrategia robusta de seguridad es esencial para proteger la integridad de su empresa. \u00a1Cont\u00e1ctenos hoy&hellip;","_links":{"self":[{"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/pages\/195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/comments?post=195"}],"version-history":[{"count":1364,"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/pages\/195\/revisions"}],"predecessor-version":[{"id":9942,"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/pages\/195\/revisions\/9942"}],"wp:attachment":[{"href":"https:\/\/digitall.cl\/es\/wp-json\/wp\/v2\/media?parent=195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}