{"id":100687,"date":"2025-10-30T18:15:35","date_gmt":"2025-10-30T17:15:35","guid":{"rendered":"https:\/\/premiumfiber.es\/premium-fiber\/"},"modified":"2026-04-17T11:32:14","modified_gmt":"2026-04-17T09:32:14","slug":"premium-fiber","status":"publish","type":"page","link":"https:\/\/premiumfiber.es\/en\/","title":{"rendered":"Premium Fiber"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;100vh&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_slider show_arrows=&#8221;off&#8221; show_pagination=&#8221;off&#8221; use_bg_overlay=&#8221;on&#8221; bg_overlay_color=&#8221;rgba(0,0,0,0.33)&#8221; admin_label=&#8221;Control deslizante de anchura completa&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_text_align=&#8221;left&#8221; header_font_size=&#8221;72px&#8221; background_color=&#8221;#D8DFE1&#8243; text_orientation=&#8221;left&#8221; height=&#8221;100vh&#8221; custom_padding=&#8221;|47%||0px|false|false&#8221; custom_css_free_form=&#8221;selector .et_pb_container {||  max-width: 1080px;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide heading=&#8221;The FTTH network driving the connectivity of the future&#8221; heading_tablet=&#8221;MasOrange and Vodafone join forces to provide a reliable, high-speed FTTH network prepared for your future&#8221; heading_phone=&#8221;MasOrange and Vodafone join forces to provide a reliable, high-speed FTTH network prepared for your future&#8221; heading_last_edited=&#8221;on|tablet&#8221; content_last_edited=&#8221;off|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font_size=&#8221;60px&#8221; background_image=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/road-5154825_1280.jpg&#8221; background_enable_image=&#8221;on&#8221; header_font_size_tablet=&#8221;50px&#8221; header_font_size_phone=&#8221;30px&#8221; header_font_size_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][et_pb_slide heading=&#8221;The FTTH network driving the connectivity of the future&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/technology-8715600-scaled.jpg&#8221; background_enable_image=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][\/et_pb_fullwidth_slider][et_pb_fullwidth_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->(function(){<!-- [et_pb_line_break_holder] -->  \/\/ Obtiene la URL de fondo de una slide (seg\u00fan d\u00f3nde lo guarde Divi)<!-- [et_pb_line_break_holder] -->  function getBgUrlFromSlide(slide){<!-- [et_pb_line_break_holder] -->    \/\/ 1) inline style<!-- [et_pb_line_break_holder] -->    let bg = slide.style.backgroundImage;<!-- [et_pb_line_break_holder] -->    if (bg && bg !== 'none') return bg;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ 2) data attributes t\u00edpicos<!-- [et_pb_line_break_holder] -->    const dataUrl = slide.getAttribute('data-background-image')<!-- [et_pb_line_break_holder] -->                  || slide.getAttribute('data-bg')<!-- [et_pb_line_break_holder] -->                  || (slide.dataset ? (slide.dataset.backgroundImage || slide.dataset.bg) : null);<!-- [et_pb_line_break_holder] -->    if (dataUrl) return `url(\"${dataUrl}\")`;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ 3) fondo en el contenedor interno<!-- [et_pb_line_break_holder] -->    const inner = slide.querySelector('.et_pb_container, .et_pb_slider_container_inner, .et_pb_slide_description');<!-- [et_pb_line_break_holder] -->    if (inner) {<!-- [et_pb_line_break_holder] -->      const cs = getComputedStyle(inner);<!-- [et_pb_line_break_holder] -->      if (cs.backgroundImage && cs.backgroundImage !== 'none') return cs.backgroundImage;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ 4) computed del propio slide (por si Divi lo aplica por CSS)<!-- [et_pb_line_break_holder] -->    const cs = getComputedStyle(slide);<!-- [et_pb_line_break_holder] -->    if (cs.backgroundImage && cs.backgroundImage !== 'none') return cs.backgroundImage;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    return null;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function preload(url){<!-- [et_pb_line_break_holder] -->    return new Promise(res=>{<!-- [et_pb_line_break_holder] -->      const m = \/url\\([\"']?(.*?)[\"']?\\)\/.exec(url || '');<!-- [et_pb_line_break_holder] -->      const src = m && m[1] ? m[1] : null;<!-- [et_pb_line_break_holder] -->      if(!src) return res();<!-- [et_pb_line_break_holder] -->      const img = new Image();<!-- [et_pb_line_break_holder] -->      img.onload = ()=>res();<!-- [et_pb_line_break_holder] -->      img.onerror = ()=>res(); \/\/ no bloqueamos<!-- [et_pb_line_break_holder] -->      img.src = src;<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  async function boot(){<!-- [et_pb_line_break_holder] -->    const wrapper = document.querySelector('.et_pb_fullwidth_slider_0.et_pb_slider');<!-- [et_pb_line_break_holder] -->    if(!wrapper) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const slides = Array.from(wrapper.querySelectorAll('.et_pb_slide'));<!-- [et_pb_line_break_holder] -->    if (slides.length < 2) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Recolecta URLs de fondo<!-- [et_pb_line_break_holder] -->    const bgs = slides.map(getBgUrlFromSlide).filter(Boolean);<!-- [et_pb_line_break_holder] -->    if (bgs.length === 0){<!-- [et_pb_line_break_holder] -->      \/\/ Nada que animar (no encontr\u00f3 fondos)<!-- [et_pb_line_break_holder] -->      return;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Preload b\u00e1sico (para evitar flash en la 2\u00aa)<!-- [et_pb_line_break_holder] -->    await Promise.all(bgs.slice(0,2).map(preload));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Crea el contenedor fader y sus capas<!-- [et_pb_line_break_holder] -->    const fader = document.createElement('div');<!-- [et_pb_line_break_holder] -->    fader.className = 'bp-fader';<!-- [et_pb_line_break_holder] -->    bgs.forEach((bg, i)=>{<!-- [et_pb_line_break_holder] -->      const layer = document.createElement('div');<!-- [et_pb_line_break_holder] -->      layer.className = 'bp-fader-layer' + (i===0 ? ' is-active' : '');<!-- [et_pb_line_break_holder] -->      layer.style.backgroundImage = bg;<!-- [et_pb_line_break_holder] -->      fader.appendChild(layer);<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    wrapper.appendChild(fader);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Autoplay en bucle<!-- [et_pb_line_break_holder] -->    const INTERVAL = 6000; \/\/ ms<!-- [et_pb_line_break_holder] -->    let idx = 0;<!-- [et_pb_line_break_holder] -->    const layers = Array.from(fader.children);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function show(i){<!-- [et_pb_line_break_holder] -->      layers.forEach((ly, k) => ly.classList.toggle('is-active', k === i));<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    function next(){<!-- [et_pb_line_break_holder] -->      idx = (idx + 1) % layers.length;<!-- [et_pb_line_break_holder] -->      \/\/ Preload anticipado del siguiente para evitar sorpresas en conexiones lentas<!-- [et_pb_line_break_holder] -->      const nextIdx = (idx + 1) % layers.length;<!-- [et_pb_line_break_holder] -->      preload(layers[nextIdx].style.backgroundImage);<!-- [et_pb_line_break_holder] -->      show(idx);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    let timer = null;<!-- [et_pb_line_break_holder] -->    function start(){ if(!timer) timer = setInterval(next, INTERVAL); }<!-- [et_pb_line_break_holder] -->    function stop(){ if(timer){ clearInterval(timer); timer = null; } }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Respeta reduce-motion<!-- [et_pb_line_break_holder] -->    if (window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Arranca y gestiona visibilidad\/viewport<!-- [et_pb_line_break_holder] -->    start();<!-- [et_pb_line_break_holder] -->    const io = new IntersectionObserver(([e])=> e.isIntersecting ? start() : stop(), { threshold: 0.1 });<!-- [et_pb_line_break_holder] -->    io.observe(wrapper);<!-- [et_pb_line_break_holder] -->    document.addEventListener('visibilitychange', ()=> document.hidden ? stop() : start());<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  if (document.readyState === 'complete') boot();<!-- [et_pb_line_break_holder] -->  else window.addEventListener('load', boot);<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Canvas Hero #2 Light&#8221; module_id=&#8221;nosotros&#8221; module_class=&#8221;canvas-hero-2 canvas-light&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; background_enable_image=&#8221;off&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;120px||120px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;60px||60px||true|false&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/nosotros-1080&#215;840-1.png&#8221; alt=&#8221;Our FTTH \u2014Fiber to the Home\u2014 network currently reaches more than 12 million households across Spain, providing the coverage that underpins the country\u2019s digitalisation.&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;left&#8221; border_radii=&#8221;on|4px|4px|4px|4px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Figtree||||||||&#8221; text_font_size=&#8221;17px&#8221; text_line_height=&#8221;1.6em&#8221; header_font=&#8221;&#8211;et_global_heading_font|600|||||||&#8221; header_text_color=&#8221;#3C3C3B&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;37px&#8221; header_2_line_height=&#8221;1.6em&#8221; header_3_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_3_font_size=&#8221;32px&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; animation_direction=&#8221;right&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 class=\"elementor-heading-title elementor-size-default\">About us<\/h2>\n<div class=\"elementor-element elementor-element-0343ed9 elementor-widget elementor-widget-heading\" data-id=\"0343ed9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n<div class=\"elementor-widget-container\">\n<p class=\"elementor-heading-title elementor-size-default\">PremiumFiber is the company created by MasOrange, Vodafone Spain and GIC to deploy, upgrade and manage Spain\u2019s most advanced fiber-optic infrastructure. Together, they share a common vision: to develop a robust, efficient and constantly evolving network capable of supporting the challenges of the digital future. <\/p>\n<p class=\"elementor-heading-title elementor-size-default\">Our FTTH \u2014Fiber to the Home\u2014 network currently reaches more than 12 million households across Spain, providing the coverage that underpins the country\u2019s digitalisation.<\/p>\n<p class=\"elementor-heading-title elementor-size-default\">We provide exclusive service to MasOrange and Vodafone Spain, ensuring that they can deliver the best possible experience to their customers through access that is of the highest quality, reliability and sustainability.<\/p>\n<p class=\"elementor-heading-title elementor-size-default\">\n<\/div>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Canvas Features #7 Light&#8221; module_id=&#8221;mision&#8221; module_class=&#8221;canvas-features-7 canvas-light&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;120px||120px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;60px||60px||true|false&#8221; overflow-x_tablet=&#8221;&#8221; overflow-x_phone=&#8221;&#8221; overflow-x_last_edited=&#8221;on|desktop&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;40px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; overflow-x_tablet=&#8221;hidden&#8221; overflow-x_phone=&#8221;hidden&#8221; overflow-x_last_edited=&#8221;on|tablet&#8221; overflow-y_tablet=&#8221;hidden&#8221; overflow-y_phone=&#8221;hidden&#8221; overflow-y_last_edited=&#8221;on|tablet&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; horizontal_offset_tablet=&#8221;-25%&#8221; horizontal_offset_phone=&#8221;0%&#8221; horizontal_offset_last_edited=&#8221;on|tablet&#8221; position_origin_a_tablet=&#8221;top_left&#8221; position_origin_a_phone=&#8221;top_left&#8221; position_origin_a_last_edited=&#8221;on|desktop&#8221; position_origin_f_tablet=&#8221;&#8221; position_origin_f_phone=&#8221;&#8221; position_origin_f_last_edited=&#8221;on|desktop&#8221; position_origin_r_tablet=&#8221;&#8221; position_origin_r_phone=&#8221;&#8221; position_origin_r_last_edited=&#8221;on|desktop&#8221; positioning_tablet=&#8221;none&#8221; positioning_phone=&#8221;none&#8221; positioning_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Figtree||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;Bitter|600|||||||&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;37px&#8221; header_2_line_height=&#8221;1.6em&#8221; header_3_font=&#8221;Bitter|700|||||||&#8221; header_3_font_size=&#8221;32px&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;Bitter|700|||||||&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;650px&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h2 class=\"elementor-heading-title elementor-size-default\">Purpose, vision and values<\/h2>\n<p>[\/et_pb_text][et_pb_blurb title=&#8221;Purpose&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe0f5;||divi||400&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_width=&#8221;24px&#8221; icon_alignment=&#8221;left&#8221; content_max_width=&#8221;100%&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;left&#8221; icon_placement_last_edited=&#8221;on|tablet&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Figtree|700|||||||&#8221; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.6em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; image_icon_custom_margin=&#8221;||-10px||false|false&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; custom_css_free_form=&#8221;selector .et_pb_blurb_content { display: flex;}||selector .et_pb_blurb_container {padding-left: 10px;}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p>To develop and operate a next-generation FTTH network that accelerates the digitalization of homes and businesses. We bring premium connectivity wherever it\u2019s needed, with a wholesale service model that helps operators expand their portfolios with quality, reliability, and operational efficiency. <\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Culture and Values&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf004;||fa||400&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_width=&#8221;24px&#8221; icon_alignment=&#8221;left&#8221; content_max_width=&#8221;100%&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;left&#8221; icon_placement_last_edited=&#8221;on|tablet&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Figtree|700|||||||&#8221; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.6em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; image_icon_custom_margin=&#8221;||-10px||false|false&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; custom_css_free_form=&#8221;selector .et_pb_blurb_content { display: flex;}||selector .et_pb_blurb_container {padding-left: 10px;}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p><span>Our culture blends proximity, service, and continuous improvement. We work to ESG standards, with transparency and results orientation. We promote responsible innovation and energy efficiency, prioritizing security, network resilience, and regulatory compliance in every rollout.  <\/span><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;Vision&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06e;||fa||400&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_width=&#8221;24px&#8221; icon_alignment=&#8221;left&#8221; content_max_width=&#8221;100%&#8221; icon_placement_tablet=&#8221;left&#8221; icon_placement_phone=&#8221;left&#8221; icon_placement_last_edited=&#8221;on|tablet&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Figtree|700|||||||&#8221; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.6em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; image_icon_custom_margin=&#8221;||-10px||false|false&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;right&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; custom_css_free_form=&#8221;selector .et_pb_blurb_content { display: flex;}||selector .et_pb_blurb_container {padding-left: 10px;}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p><span>To be Spain\u2019s benchmark fiber platform for quality, sustainability, and innovation. We aim to extend the best possible connectivity with a network ready for XGS-PON and future evolutions, delivering operational and<br \/>commercial advantages to our operator clients. <\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/canvas-placeholder-image-vertical-1.png&#8221; title_text=&#8221;canvas-placeholder-image-vertical (1)&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; position_origin_a=&#8221;top_right&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Secci\u00f3n&#8221; module_id=&#8221;nuestra_red&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; background_image=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/\/our-network-temp.svg&#8221; parallax=&#8221;on&#8221; positioning=&#8221;none&#8221; overflow-x=&#8221;visible&#8221; overflow-y=&#8221;visible&#8221; custom_padding=&#8221;120px||120px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;60px||60px||true|false&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_section global_module=\"100559\"][\/et_pb_section][\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Canvas Features #6 Light&#8221; module_id=&#8221;sostenibilidad&#8221; module_class=&#8221;canvas-features-6 canvas-light&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;120px||60px||false|false&#8221; custom_padding_tablet=&#8221;100px||50px||false|false&#8221; custom_padding_phone=&#8221;60px||30px||false|false&#8221; overflow-x_tablet=&#8221;&#8221; overflow-x_phone=&#8221;&#8221; overflow-x_last_edited=&#8221;on|desktop&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;|600|||||||&#8221; header_text_align=&#8221;center&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;37px&#8221; header_2_line_height=&#8221;1.6em&#8221; header_3_font=&#8221;|700|||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;|700|||||||&#8221; header_4_font_size=&#8221;22px&#8221; header_4_line_height=&#8221;1.6em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; text_orientation=&#8221;center&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;650px&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h2>Sustainability<\/h2>\n<h3>Committed to a more efficient and responsible future<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;60px||0px||false|false&#8221; custom_padding_tablet=&#8221;60px||||false|false&#8221; custom_padding_phone=&#8221;30px||||false|false&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf5bb;||fa||900&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_width=&#8221;24px&#8221; content_max_width=&#8221;100%&#8221; icon_placement_tablet=&#8221;top&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|tablet&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h5&#8243; header_font=&#8221;Figtree|700|||||||&#8221; header_font_size=&#8221;19px&#8221; header_line_height=&#8221;1.6em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; image_icon_custom_margin=&#8221;||-10px||false|false&#8221; image_icon_custom_padding_tablet=&#8221;&#8221; image_icon_custom_padding_phone=&#8221;&#8221; image_icon_custom_padding_last_edited=&#8221;on|tablet&#8221; text_orientation=&#8221;center&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p><span style=\"font-weight: 400;\">Since its creation, PremiumFiber has integrated sustainability as a strategic pillar.<br \/>Every stage of the network\u2019s development \u2014from design to operation\u2014 is conceived under ESG criteria, optimising energy consumption and reducing environmental impact.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf06c;||fa||900&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_width=&#8221;24px&#8221; content_max_width=&#8221;100%&#8221; icon_placement_tablet=&#8221;top&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|tablet&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h5&#8243; header_font=&#8221;Figtree|700|||||||&#8221; header_font_size=&#8221;19px&#8221; header_line_height=&#8221;1.6em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; image_icon_custom_margin=&#8221;||-10px||false|false&#8221; text_orientation=&#8221;center&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_delay=&#8221;300ms&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p><span style=\"font-weight: 400;\">The FTTH technology used is highly efficient and represents a connectivity model with a significantly lower carbon footprint than traditional networks.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf1b8;||fa||900&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_width=&#8221;24px&#8221; content_max_width=&#8221;100%&#8221; icon_placement_tablet=&#8221;top&#8221; icon_placement_phone=&#8221;top&#8221; icon_placement_last_edited=&#8221;on|tablet&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h5&#8243; header_font=&#8221;Figtree|700|||||||&#8221; header_font_size=&#8221;19px&#8221; header_line_height=&#8221;1.6em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;17px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; image_icon_custom_margin=&#8221;||-10px||false|false&#8221; text_orientation=&#8221;center&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_delay=&#8221;600ms&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; text_orientation_tablet=&#8221;left&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p><span style=\"font-weight: 400;\">PremiumFiber thus contributes to Spain\u2019s digital and green transition goals, helping build more sustainable connectivity for everyone.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; module_id=&#8221;equipo&#8221; module_class=&#8221;canvas-light&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; background_image=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/\/color-band-02.svg&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;120px||120px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;60px||60px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;|600|||||||&#8221; header_text_align=&#8221;center&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;37px&#8221; header_2_line_height=&#8221;1.6em&#8221; header_3_font=&#8221;Bitter|700|||||||&#8221; header_3_font_size=&#8221;32px&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;Figtree|700|||||||&#8221; header_4_font_size=&#8221;22px&#8221; header_4_line_height=&#8221;1.6em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; text_orientation=&#8221;center&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;650px&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h2>Management Team<\/h2>\n<h4>Experienced leadership<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; module_class=&#8221;fila_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;columna_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Blanca Ce\u00f1a&#8221; position=&#8221;CEO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Blanca-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/blanca-ce\u00f1a&#8221; icon_color=&#8221;#f47739&#8243; module_class=&#8221;card_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_text_align=&#8221;center&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#ffffff&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;off|11px|11px|10px|10px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_team_member][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;columna_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Juan Luis Delgado&#8221; position=&#8221;CLO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Juan-Luis-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/juan-luis-delgado&#8221; icon_color=&#8221;#f47739&#8243; module_class=&#8221;card_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_text_align=&#8221;center&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#ffffff&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;off|11px|11px|10px|10px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_team_member][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;columna_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Rafael Casquel&#8221; position=&#8221;CFO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Rafael-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/rafael-casquel&#8221; icon_color=&#8221;#f47739&#8243; module_class=&#8221;card_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_text_align=&#8221;center&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#ffffff&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;off|11px|11px|10px|10px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_team_member][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;columna_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Norberto Ojinaga&#8221; position=&#8221;CTO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Norberto-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/norberto-ojinaga&#8221; icon_color=&#8221;#f47739&#8243; module_class=&#8221;card_equipo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_text_align=&#8221;center&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#ffffff&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|tablet&#8221; border_radii=&#8221;off|11px|11px|10px|10px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_team_member][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Secci\u00f3n&#8221; module_id=&#8221;equipo&#8221; module_class=&#8221;canvas-hero-2 canvas-light&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; background_image=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/\/color-band-02.svg&#8221; parallax=&#8221;on&#8221; custom_padding=&#8221;120px||120px||true|false&#8221; custom_padding_tablet=&#8221;100px||100px||true|false&#8221; custom_padding_phone=&#8221;60px||60px||true|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_css_free_form=&#8221;selector{||  display: flex;||  flex-direction: column;||  align-items: center;||}&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;selector{||  display: flex;||  flex-direction: column;||  align-items: center;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;|600|||||||&#8221; header_text_align=&#8221;center&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;37px&#8221; header_2_line_height=&#8221;1.6em&#8221; header_3_font=&#8221;|700|||||||&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;|700|||||||&#8221; header_4_font_size=&#8221;22px&#8221; header_4_line_height=&#8221;1.6em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; text_orientation=&#8221;center&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;650px&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; text_orientation_tablet=&#8221;center&#8221; text_orientation_phone=&#8221;left&#8221; text_orientation_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h2>Management Team<\/h2>\n<h3>Experienced leadership<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; module_class=&#8221;align_cards&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;75%&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|desktop&#8221; custom_css_free_form=&#8221;@media (min-width: 480px) and (max-width: 720px) {||  selector .et_pb_column {||    width: 100% !important;||    display:flex!important;||  }||}||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;align_cards column_custom&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;s&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Blanca Ce\u00f1a&#8221; position=&#8221;CEO &#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Blanca-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/blanca-ce\u00f1a&#8221; icon_color=&#8221;#f47739&#8243; admin_label=&#8221;Sarah Mitchell&#8221; module_class=&#8221;min-height min-width&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Inter|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_font=&#8221;||||||||&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; max_width_tablet=&#8221;260px&#8221; max_width_phone=&#8221;260px&#8221; max_width_last_edited=&#8221;on|phone&#8221; min_height=&#8221;474px&#8221; min_height_tablet=&#8221;474px&#8221; min_height_phone=&#8221;526px&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_css_member_image=&#8221;margin-bottom: 20px;&#8221; custom_css_member_description=&#8221;padding: 0 20px;&#8221; custom_css_title=&#8221;padding-bottom: 5px;&#8221; custom_css_member_social_links=&#8221;margin-top: 10px;&#8221; border_radii=&#8221;off|11px|11px|10px|10px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; border_radii_image=&#8221;off|10px|10px||&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|desktop&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221; transform_scale__hover=&#8221;105%|105%&#8221;][\/et_pb_team_member][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;align_cards column_custom&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Juan Luis Delgado&#8221; position=&#8221;CLO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Juan-Luis-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/juan-luis-delgado&#8221; icon_color=&#8221;#f47739&#8243; admin_label=&#8221;James Anderson&#8221; module_class=&#8221;min-height min-width&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Inter|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_font=&#8221;||||||||&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;246px&#8221; max_width_phone=&#8221;246px&#8221; max_width_last_edited=&#8221;on|tablet&#8221; min_height=&#8221;474px&#8221; min_height_tablet=&#8221;474px&#8221; min_height_phone=&#8221;526px&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_css_member_image=&#8221;margin-bottom: 20px;&#8221; custom_css_member_description=&#8221;padding: 0 20px;&#8221; custom_css_title=&#8221;padding-bottom: 5px;&#8221; custom_css_member_social_links=&#8221;margin-top: 10px;&#8221; border_radii=&#8221;off|10px|10px|5px|5px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; border_radii_image=&#8221;off|5px|5px||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|desktop&#8221; transform_scale__hover=&#8221;105%|105%&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_team_member][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;align_cards column_custom&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Rafael Casquel&#8221; position=&#8221;CFO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Rafael-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/rafael-casquel&#8221; icon_color=&#8221;#f47739&#8243; admin_label=&#8221;Emily Carter&#8221; module_class=&#8221;min-height min-width&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Inter|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_font=&#8221;||||||||&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;260px&#8221; max_width_phone=&#8221;260px&#8221; max_width_last_edited=&#8221;on|phone&#8221; min_height=&#8221;474px&#8221; min_height_tablet=&#8221;474px&#8221; min_height_phone=&#8221;526px&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_css_member_image=&#8221;margin-bottom: 20px;&#8221; custom_css_member_description=&#8221;padding: 0 20px;&#8221; custom_css_title=&#8221;padding-bottom: 5px;&#8221; custom_css_member_social_links=&#8221;margin-top: 10px;&#8221; border_radii=&#8221;off|10px|10px|5px|5px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; border_radii_image=&#8221;off|5px|5px||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|desktop&#8221; transform_scale__hover=&#8221;105%|105%&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_team_member][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;align_cards column_custom&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;selector{||  max-width:300px;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_team_member name=&#8221;Norberto Ojinaga&#8221; position=&#8221;CTO&#8221; image_url=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Norberto-1.jpg&#8221; linkedin_url=&#8221;https:\/\/linkedin.com\/in\/norberto-ojinaga&#8221; icon_color=&#8221;#f47739&#8243; admin_label=&#8221;David Thompson&#8221; module_class=&#8221;min-height min-width&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Inter|600|||||||&#8221; header_text_color=&#8221;#000000&#8243; position_font=&#8221;||||||||&#8221; position_font_size=&#8221;14px&#8221; position_line_height=&#8221;1.5em&#8221; background_color=&#8221;#FFFFFF&#8221; text_orientation=&#8221;center&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;260px&#8221; max_width_phone=&#8221;260px&#8221; max_width_last_edited=&#8221;on|phone&#8221; min_height=&#8221;474px&#8221; min_height_tablet=&#8221;474px&#8221; min_height_phone=&#8221;526px&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_css_member_image=&#8221;margin-bottom: 20px;&#8221; custom_css_member_description=&#8221;padding: 0 20px;&#8221; custom_css_title=&#8221;padding-bottom: 5px;&#8221; custom_css_member_social_links=&#8221;margin-top: 10px;&#8221; border_radii=&#8221;off|10px|10px|5px|5px&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#cccccc&#8221; border_radii_image=&#8221;off|10px|10px||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; transform_styles__hover_enabled=&#8221;on|desktop&#8221; transform_scale__hover=&#8221;105%|105%&#8221; transform_scale__hover_enabled=&#8221;on|desktop&#8221; transform_translate__hover_enabled=&#8221;on|desktop&#8221; transform_rotate__hover_enabled=&#8221;on|desktop&#8221; transform_skew__hover_enabled=&#8221;on|desktop&#8221; transform_origin__hover_enabled=&#8221;on|desktop&#8221;][\/et_pb_team_member][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Canvas Contact #5 Light&#8221; module_id=&#8221;contacto_old&#8221; module_class=&#8221;canvas-contact-5 canvas-light&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; custom_padding=&#8221;60px||120px||false|false&#8221; custom_padding_tablet=&#8221;50px||100px||false|false&#8221; custom_padding_phone=&#8221;30px||60px||false|false&#8221; overflow-x_tablet=&#8221;&#8221; overflow-x_phone=&#8221;&#8221; overflow-x_last_edited=&#8221;on|desktop&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;3_5,2_5&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/premiumfiber.es\/wp-content\/uploads\/Captura-de-pantalla.png&#8221; parallax=&#8221;on&#8221; parallax_method=&#8221;off&#8221; custom_padding=&#8221;10%|10%|10%|10%|true|true&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;left&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Our location&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe081;||divi||400&#8243; icon_color=&#8221;#CA9912&#8243; image_icon_background_color=&#8221;rgba(0,0,0,0.05)&#8221; image_icon_width=&#8221;24px&#8221; icon_alignment=&#8221;left&#8221; content_max_width=&#8221;100%&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; module_class=&#8221;canvas-blurb-2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Figtree|700||on|||||&#8221; header_font_size=&#8221;18px&#8221; header_letter_spacing=&#8221;0.05em&#8221; body_font=&#8221;Figtree||||||||&#8221; body_font_size=&#8221;16px&#8221; body_line_height=&#8221;1.8em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; background_color=&#8221;#FFFFFF&#8221; image_icon_custom_padding=&#8221;40px|40px|40px|40px|true|true&#8221; image_icon_custom_padding_tablet=&#8221;25px|25px|25px|25px|true|true&#8221; image_icon_custom_padding_phone=&#8221;||||true|true&#8221; image_icon_custom_padding_last_edited=&#8221;on|phone&#8221; max_width=&#8221;500px&#8221; max_width_tablet=&#8221;500px&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||30px||false|false&#8221; custom_margin_phone=&#8221;||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;30px|30px|30px|30px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; border_radii_image=&#8221;on|50px|50px|50px|50px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]Acme Estudio S.L.<br \/>\nC\/ del Laurel, 48, Esc. A, 4\u00baD<br \/>\n28005 Madrid (Madrid) Espa\u00f1a <\/p>\n<p><a href=\"#\"><b>See on map<\/b><\/a>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;right&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Texto&#8221; module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;|600|||||||&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;37px&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Bitter|700|||||||&#8221; header_3_font_size=&#8221;32px&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;Bitter|700|||||||&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||20px|0px|false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h2>Contact<\/h2>\n<p>[\/et_pb_text][et_pb_contact_form captcha=&#8221;off&#8221; submit_button_text=&#8221;Send&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; _unique_id=&#8221;cceea252-899c-4a19-a84b-df5197cab6f2&#8243; form_field_background_color=&#8221;RGBA(255,255,255,0)&#8221; form_field_custom_padding=&#8221;|1em||1em|false|true&#8221; form_field_font=&#8221;|500|||||||&#8221; form_field_font_size=&#8221;18px&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;14px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_color=&#8221;#CA9912&#8243; button_border_width=&#8221;2px&#8221; button_border_color=&#8221;#CA9912&#8243; button_border_radius=&#8221;2px&#8221; button_letter_spacing=&#8221;0.1em&#8221; button_font=&#8221;Figtree|700||on|||||&#8221; button_use_icon=&#8221;off&#8221; button_custom_padding=&#8221;11px|1em|11px|1em|true|true&#8221; width=&#8221;430px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;|||-30px|false|false&#8221; form_field_font_size_tablet=&#8221;17px&#8221; form_field_font_size_phone=&#8221;16px&#8221; form_field_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|2px|2px|2px|2px&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;rgba(0,0,0,0.1)&#8221; global_colors_info=&#8221;{}&#8221; form_field_focus_background_color__hover_enabled=&#8221;on|desktop&#8221; button_border_color__hover=&#8221;#3C3C3B&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;#3C3C3B&#8221; button_bg_enable_color__hover=&#8221;on&#8221;][et_pb_contact_field field_id=&#8221;Nombre_y_Apellido&#8221; field_title=&#8221;Name and Last Name *&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Correo_electr\u00f3nico&#8221; field_title=&#8221;Email *&#8221; field_type=&#8221;email&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Tel\u00e9fono&#8221; field_title=&#8221;Phone&#8221; required_mark=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Municipio&#8221; field_title=&#8221;Municipality&#8221; required_mark=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Asunto&#8221; field_title=&#8221;Subject *&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Mensaje&#8221; field_title=&#8221;Write your message *&#8221; field_type=&#8221;text&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Pol\u00edtica_de_privacidad&#8221; field_title=&#8221;Privacy policy&#8221; field_type=&#8221;checkbox&#8221; checkbox_options=&#8221;%91{%22value%22:%22I have read and accept the Privacy Policy%22,%22checked%22:0,%22dragID%22:-1}%93&#8243; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;selector .et_pb_contact_field_options_title { display: none;}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_contact_field][\/et_pb_contact_form][et_pb_text disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Figtree||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;Bitter|600|||||||&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_2_font_size=&#8221;40px&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;Bitter|700|||||||&#8221; header_3_font_size=&#8221;32px&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;Bitter|700|||||||&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;650px&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||0px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h6>Call Us Now<\/h6>\n<h2>234-194-1387<\/h2>\n<p>[\/et_pb_text][et_pb_text disabled_on=&#8221;on|on|on&#8221; module_class=&#8221;canvas-text&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Figtree||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; link_font=&#8221;||||on|||#363844|&#8221; link_text_color=&#8221;#363844&#8243; header_font=&#8221;Bitter|600|||||||&#8221; header_font_size=&#8221;48px&#8221; header_line_height=&#8221;1.1em&#8221; header_2_font=&#8221;Bitter|700|||||||&#8221; header_2_font_size=&#8221;40px&#8221; header_2_line_height=&#8221;1.2em&#8221; header_3_font=&#8221;&#8211;et_global_heading_font|700|||||||&#8221; header_3_font_size=&#8221;32px&#8221; header_3_line_height=&#8221;1.2em&#8221; header_4_font=&#8221;Bitter|700|||||||&#8221; header_4_font_size=&#8221;24px&#8221; header_4_line_height=&#8221;1.4em&#8221; header_5_font=&#8221;Figtree|700||on|||||&#8221; header_5_font_size=&#8221;18px&#8221; header_5_letter_spacing=&#8221;0.05em&#8221; header_6_font=&#8221;Figtree|700|||||||&#8221; header_6_text_color=&#8221;#F42279&#8243; header_6_font_size=&#8221;18px&#8221; max_width=&#8221;800px&#8221; max_width_tablet=&#8221;650px&#8221; max_width_phone=&#8221;400px&#8221; max_width_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_font_size_tablet=&#8221;44px&#8221; header_font_size_phone=&#8221;38px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; border_color_left=&#8221;RGBA(54,56,68,0.1)&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221; link_text_color__hover=&#8221;#363844&#8243; link_text_color__hover_enabled=&#8221;on|hover&#8221;]<\/p>\n<h6>Send Us a Message<\/h6>\n<h3>hello@mywebsite.com<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Secci\u00f3n&#8221; module_id=&#8221;contacto&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;|13px||||&#8221; custom_padding=&#8221;|3px||||&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] --><\/p>\n<div id=\"map-callejero\" style=\"height:400px;\"><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->var lat = 40.46711705299583; <!-- [et_pb_line_break_holder] -->var lng = -3.801687652638258;<!-- [et_pb_line_break_holder] -->var zoom = 16; <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->var map = L.map('map-callejero').setView([lat, lng], zoom);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->L.tileLayer.wms('https:\/\/www.ign.es\/wms-inspire\/ign-base?', {<!-- [et_pb_line_break_holder] -->    layers: 'IGNBaseTodo',<!-- [et_pb_line_break_holder] -->    format: 'image\/png',<!-- [et_pb_line_break_holder] -->    transparent: false,<!-- [et_pb_line_break_holder] -->    attribution: '\u00a9 IGN-CNIG - Mapa Base'<!-- [et_pb_line_break_holder] -->}).addTo(map);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->var marker = L.marker([lat, lng]).addTo(map);<!-- [et_pb_line_break_holder] -->marker.bindPopup(`<!-- [et_pb_line_break_holder] --><\/p>\n<div style=\"font-size:14px; line-height:1.4;\"><!-- [et_pb_line_break_holder] --><strong>Premium Fiber S.L.<\/strong><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] -->C\/ Basauri, 5<!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] -->28023 (Madrid) Espa\u00f1a<!\u2013- [et_pb_br_holder] -\u2013><!\u2013- [et_pb_br_holder] -\u2013><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><a href=\"https:\/\/maps.app.goo.gl\/7uRE24jW4P1BciN1A\"target=\"_blank\"style=\"color:#0078ff;\"><!-- [et_pb_line_break_holder] -->Ampliar el mapa<!-- [et_pb_line_break_holder] --><\/a><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] -->`).openPopup();<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_blurb image_icon_background_color=&#8221;rgba(0,0,0,0.05)&#8221; image_icon_width=&#8221;24px&#8221; icon_alignment=&#8221;left&#8221; content_max_width=&#8221;100%&#8221; image_icon_width_tablet=&#8221;20px&#8221; image_icon_width_phone=&#8221;14px&#8221; image_icon_width_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Anuncio&#8221; module_class=&#8221;canvas-blurb-2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h1&#8243; header_font=&#8221;Figtree|700||on|||||&#8221; header_font_size=&#8221;18px&#8221; header_letter_spacing=&#8221;0.05em&#8221; body_font=&#8221;||||||||&#8221; body_text_align=&#8221;left&#8221; body_font_size=&#8221;16px&#8221; body_line_height=&#8221;1.6em&#8221; body_link_font=&#8221;||||on||||&#8221; body_link_text_color=&#8221;#363844&#8243; background_color=&#8221;rgba(255,255,255,0.8)&#8221; image_icon_custom_padding=&#8221;40px|40px|40px|40px|true|true&#8221; image_icon_custom_padding_tablet=&#8221;25px|25px|25px|25px|true|true&#8221; image_icon_custom_padding_phone=&#8221;||||true|true&#8221; image_icon_custom_padding_last_edited=&#8221;on|phone&#8221; position_origin_a=&#8221;center_center&#8221; z_index=&#8221;1000&#8243; width=&#8221;100%&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;500px&#8221; max_width_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||30px||false|false&#8221; custom_margin_phone=&#8221;||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;5px|0px|5px|0px|true|true&#8221; animation=&#8221;off&#8221; header_font_size_tablet=&#8221;16px&#8221; header_font_size_phone=&#8221;14px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font_size_tablet=&#8221;15px&#8221; body_font_size_phone=&#8221;14px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;left&#8221; module_alignment_last_edited=&#8221;on|tablet&#8221; border_radii_image=&#8221;on|50px|50px|50px|50px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;38px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|desktop&#8221; header_3_font_size_tablet=&#8221;28px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;22px&#8221; header_4_font_size_phone=&#8221;20px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; header_5_font_size_tablet=&#8221;16px&#8221; header_5_font_size_phone=&#8221;14px&#8221; header_5_font_size_last_edited=&#8221;on|phone&#8221; header_6_font_size_tablet=&#8221;16px&#8221; header_6_font_size_phone=&#8221;15px&#8221; header_6_font_size_last_edited=&#8221;on|desktop&#8221; body_link_text_color__hover_enabled=&#8221;on|desktop&#8221; body_link_text_color__hover=&#8221;#363844&#8243;]<\/p>\n<p style=\"text-align: left;\">Premium Fiber S.L.<br \/>\nC\/ Basauri, 5<br \/>\n28023 (Madrid) Espa\u00f1a<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;|0px||0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_heading title=&#8221;Contact&#8221; admin_label=&#8221;T\u00edtulo&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-27px|false|false&#8221; custom_margin_tablet=&#8221;|||0px|false|false&#8221; custom_margin_phone=&#8221;|||0px|false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][et_pb_contact_form captcha=&#8221;off&#8221; success_message=&#8221;Your order has been received successfully. Thank you for contacting us. &#8221; submit_button_text=&#8221;Send&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;default&#8221; _unique_id=&#8221;cceea252-899c-4a19-a84b-df5197cab6f2&#8243; form_field_background_color=&#8221;RGBA(255,255,255,0)&#8221; form_field_custom_padding=&#8221;|1em||1em|false|true&#8221; form_field_font=&#8221;|500|||||||&#8221; form_field_font_size=&#8221;18px&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;14px&#8221; button_text_color=&#8221;#FFFFFF&#8221; button_bg_color=&#8221;#CA9912&#8243; button_border_width=&#8221;2px&#8221; button_border_color=&#8221;#CA9912&#8243; button_border_radius=&#8221;2px&#8221; button_letter_spacing=&#8221;0.1em&#8221; button_font=&#8221;Figtree|700||on|||||&#8221; button_use_icon=&#8221;off&#8221; button_custom_padding=&#8221;11px|1em|11px|1em|true|true&#8221; custom_margin=&#8221;|||-30px|false|false&#8221; hover_enabled=&#8221;0&#8243; form_field_font_size_tablet=&#8221;17px&#8221; form_field_font_size_phone=&#8221;16px&#8221; form_field_font_size_last_edited=&#8221;on|phone&#8221; border_radii=&#8221;on|2px|2px|2px|2px&#8221; border_width_all=&#8221;2px&#8221; border_color_all=&#8221;rgba(0,0,0,0.1)&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; form_field_focus_background_color__hover_enabled=&#8221;on|desktop&#8221; button_border_color__hover=&#8221;#3C3C3B&#8221; button_border_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover_enabled=&#8221;on|hover&#8221; button_bg_color__hover=&#8221;#3C3C3B&#8221; button_bg_enable_color__hover=&#8221;on&#8221; email=&#8221;contacto@premiumfiber.es&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_contact_field field_id=&#8221;Nombre_y_Apellido&#8221; field_title=&#8221;Name and Last Name *&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Correo_electr\u00f3nico&#8221; field_title=&#8221;Email *&#8221; field_type=&#8221;email&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Tel\u00e9fono&#8221; field_title=&#8221;Phone&#8221; required_mark=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Municipio&#8221; field_title=&#8221;Municipality&#8221; required_mark=&#8221;off&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Asunto&#8221; field_title=&#8221;Subject *&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Mensaje&#8221; field_title=&#8221;Write your message *&#8221; field_type=&#8221;text&#8221; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;off&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_contact_field][et_pb_contact_field field_id=&#8221;Pol\u00edtica_de_privacidad&#8221; field_title=&#8221;Privacy policy&#8221; field_type=&#8221;checkbox&#8221; checkbox_options=&#8221;%91{%22value%22:%22I have read and accept the Privacy Policy%22,%22checked%22:0,%22dragID%22:-1}%93&#8243; fullwidth_field=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;selector .et_pb_contact_field_options_title { display: none;}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_contact_field][\/et_pb_contact_form][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>About us PremiumFiber is the company created by MasOrange, Vodafone Spain and GIC to deploy, upgrade and manage Spain\u2019s most advanced fiber-optic infrastructure. Together, they share a common vision: to develop a robust, efficient and constantly evolving network capable of supporting the challenges of the digital future. Our FTTH \u2014Fiber to the Home\u2014 network currently [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-100687","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Premium Fiber - La red FTTH que impulsa la conectividad<\/title>\n<meta name=\"description\" content=\"Nuestra red FTTH es una infraestructura, creada con los m\u00e1s altos est\u00e1ndares de calidad y eficiencia, que impulsa la conectividad. Conoce m\u00e1s aqu\u00ed\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Premium Fiber - La red FTTH que impulsa la conectividad\" \/>\n<meta property=\"og:description\" content=\"Nuestra red FTTH es una infraestructura, creada con los m\u00e1s altos est\u00e1ndares de calidad y eficiencia, que impulsa la conectividad. Conoce m\u00e1s aqu\u00ed\" \/>\n<meta property=\"og:url\" content=\"https:\/\/premiumfiber.es\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Premium Fiber\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T09:32:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"55 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/premiumfiber.es\\\/en\\\/\",\"url\":\"https:\\\/\\\/premiumfiber.es\\\/en\\\/\",\"name\":\"Premium Fiber - La red FTTH que impulsa la conectividad\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/premiumfiber.es\\\/#website\"},\"datePublished\":\"2025-10-30T17:15:35+00:00\",\"dateModified\":\"2026-04-17T09:32:14+00:00\",\"description\":\"Nuestra red FTTH es una infraestructura, creada con los m\u00e1s altos est\u00e1ndares de calidad y eficiencia, que impulsa la conectividad. Conoce m\u00e1s aqu\u00ed\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/premiumfiber.es\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/premiumfiber.es\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/premiumfiber.es\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/premiumfiber.es\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Premium Fiber\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/premiumfiber.es\\\/#website\",\"url\":\"https:\\\/\\\/premiumfiber.es\\\/\",\"name\":\"Premium Fiber\",\"description\":\"Veloz. Brillante. Imparable.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/premiumfiber.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Premium Fiber - La red FTTH que impulsa la conectividad","description":"Nuestra red FTTH es una infraestructura, creada con los m\u00e1s altos est\u00e1ndares de calidad y eficiencia, que impulsa la conectividad. Conoce m\u00e1s aqu\u00ed","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Premium Fiber - La red FTTH que impulsa la conectividad","og_description":"Nuestra red FTTH es una infraestructura, creada con los m\u00e1s altos est\u00e1ndares de calidad y eficiencia, que impulsa la conectividad. Conoce m\u00e1s aqu\u00ed","og_url":"https:\/\/premiumfiber.es\/en\/","og_site_name":"Premium Fiber","article_modified_time":"2026-04-17T09:32:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"55 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/premiumfiber.es\/en\/","url":"https:\/\/premiumfiber.es\/en\/","name":"Premium Fiber - La red FTTH que impulsa la conectividad","isPartOf":{"@id":"https:\/\/premiumfiber.es\/#website"},"datePublished":"2025-10-30T17:15:35+00:00","dateModified":"2026-04-17T09:32:14+00:00","description":"Nuestra red FTTH es una infraestructura, creada con los m\u00e1s altos est\u00e1ndares de calidad y eficiencia, que impulsa la conectividad. Conoce m\u00e1s aqu\u00ed","breadcrumb":{"@id":"https:\/\/premiumfiber.es\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/premiumfiber.es\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/premiumfiber.es\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/premiumfiber.es\/en\/"},{"@type":"ListItem","position":2,"name":"Premium Fiber"}]},{"@type":"WebSite","@id":"https:\/\/premiumfiber.es\/#website","url":"https:\/\/premiumfiber.es\/","name":"Premium Fiber","description":"Veloz. Brillante. Imparable.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/premiumfiber.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/pages\/100687","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/comments?post=100687"}],"version-history":[{"count":229,"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/pages\/100687\/revisions"}],"predecessor-version":[{"id":109435,"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/pages\/100687\/revisions\/109435"}],"wp:attachment":[{"href":"https:\/\/premiumfiber.es\/en\/wp-json\/wp\/v2\/media?parent=100687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}