<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>You searched for Software - Capitole</title>
	<atom:link href="https://www.capitole-consulting.com/search/Software/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>https://www.capitole-consulting.com/</link>
	<description></description>
	<lastBuildDate>Thu, 14 May 2026 10:02:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.capitole-consulting.com/wp-content/uploads/2025/02/cropped-Favicon-Web-capitole-32x32.png</url>
	<title>You searched for Software - Capitole</title>
	<link>https://www.capitole-consulting.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>QA in the Age of AI: Impact, Challenges and Evolution of the Role</title>
		<link>https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/</link>
					<comments>https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/#respond</comments>
		
		<dc:creator><![CDATA[Azaria Canales]]></dc:creator>
		<pubDate>Thu, 14 May 2026 09:58:38 +0000</pubDate>
				<category><![CDATA[Data & Artificial Intelligence]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<guid isPermaLink="false">https://www.capitole-consulting.com/?p=19174</guid>

					<description><![CDATA[<p>The integration of Artificial Intelligence into Quality Assurance is profoundly transforming both its processes and the role of QA within the software development lifecycle. This article examines the current state of AI adoption in QA — its benefits, risks, and implementation costs — as well as the emergence of new metrics designed to assess the ... <a title="QA in the Age of AI: Impact, Challenges and Evolution of the Role" class="read-more" href="https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/" aria-label="Read more about QA in the Age of AI: Impact, Challenges and Evolution of the Role">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/">QA in the Age of AI: Impact, Challenges and Evolution of the Role</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The integration of Artificial Intelligence into Quality Assurance is profoundly transforming both its processes and the role of QA within the software development lifecycle. This article examines the current state of AI adoption in QA — its benefits, risks, and implementation costs — as well as the emergence of new metrics designed to assess the effectiveness and reliability of these systems.</p>



<p>It also addresses the evolution of the QA role toward a more strategic profile, embedded within a quality model assisted by intelligent systems, where human intervention remains an essential factor for oversight, validation, and results control.</p>



<h3 class="wp-block-heading"><strong>The Origins and Evolution of QA, and the Rise of AI</strong></h3>



<p>With the emergence of software and digital applications, quality control adopted a predominantly reactive approach focused almost exclusively on defect detection. However, the growing complexity of systems exposed the limitations of this model, driving a shift toward a more preventive and collaborative approach to quality assurance. This transition was supported by practices such as shift-left testing, test automation, and continuous testing within CI/CD environments — establishing QA as a core discipline within the software development lifecycle.</p>



<p>Against this backdrop, the rise of Artificial Intelligence introduced a new paradigm in how quality processes are conceived. This is not merely an incremental evolution, but a structural shift in the way validation processes are designed, prioritized, and executed.</p>



<h3 class="wp-block-heading"><strong>The Impact of AI on the SDLC and QA</strong></h3>



<p>The impact of AI, however, has not been confined to QA alone. Its integration has unfolded progressively and transversally, affecting both development and validation phases — generating a direct impact on the final quality of software.</p>



<p>On one hand, development teams have incorporated generative AI tools for code generation, such as Copilot or Claude, significantly increasing delivery speed. Yet this advancement also introduces new risks related to the quality and maintainability of generated code, due to potential inconsistencies with the broader application context.</p>



<p>On the other hand, QA teams have integrated AI across multiple stages of the testing process, transforming the way quality assurance strategies are designed, executed, and maintained.</p>



<p>According to various industry reports — including <em>QA and Software Testing in 2025</em> (based on over 100 development teams) and BrowserStack&#8217;s <em>State of AI in Software Testing 2026</em> (based on over 250 technical leaders) — more than 60% of organizations have already incorporated AI into parts of their testing workflows, particularly in regression, smoke testing, and risk-based prioritization.</p>



<p>AI adoption is also extending to other areas of the SDLC, such as business analysis — where it supports requirements and feature definition — and design, facilitating the generation of interfaces and prototypes in tools like Figma. This reflects an increasingly transversal impact across the entire software development lifecycle.</p>



<p>As a result, the sense that AI has become a standard part of the toolstack for all stakeholders in the software development lifecycle is growing across the industry. This adoption is generating impact at both operational and strategic levels, redefining processes, roles, and quality metrics.</p>



<h4 class="wp-block-heading">Benefits</h4>



<p>Following several years of generative AI model adoption, the following key benefits can be identified within the QA domain:</p>



<ul class="wp-block-list">
<li><strong>Test Case Generation:</strong> Automatic generation of test cases from code, functional requirements, or user stories.
<ul class="wp-block-list">
<li><em>Example: Given a user story such as &#8220;the user should be able to reset their password,&#8221; the system automatically generates cases covering valid/invalid passwords, expired sessions, multiple failed attempts, field format validations, and more.</em></li>
</ul>
</li>



<li><strong>Test Prioritization:</strong> Intelligent test prioritization based on criticality, change impact, and risk analysis.
<ul class="wp-block-list">
<li><em>Example: Following a change to the checkout flow, the system automatically prioritizes tests related to tax calculations, discounts, and payment gateways.</em></li>
</ul>
</li>



<li><strong>Log Analysis &amp; Processing:</strong> Analysis, rewriting, and summarization of logs, along with detection of duplicate test cases or incidents.
<ul class="wp-block-list">
<li><em>Example: In an execution that has generated hundreds of log lines, the system groups repeated errors, summarizes the issue into a single incident, and reduces noise and manual analysis time.</em></li>
</ul>
</li>



<li><strong>Self-Healing Tests:</strong> Automatic test maintenance, adapting to changes in interfaces or system flows.
<ul class="wp-block-list">
<li><em>Example: If a button changes from <code>id="submit-btn"</code> to <code>id="submit-button"</code>, the system automatically updates the selector without requiring manual intervention.</em></li>
</ul>
</li>



<li><strong>Root Cause Analysis:</strong> Automated failure analysis and support in identifying root causes.
<ul class="wp-block-list">
<li><em>Example: Faced with a login test failure, the system correlates backend logs, authentication changes, and database errors — suggesting a token service issue as the root cause.</em></li>
</ul>
</li>



<li><strong>LLM-based Evaluation:</strong> Automated results evaluation using LLM models capable of analyzing test outputs, system responses, and logs to determine their validity or relevance based on defined criteria.
<ul class="wp-block-list">
<li><em>Example: Rather than validating only status codes, an LLM assesses whether an API error message is contextually coherent with the nature of the failure.</em></li>
</ul>
</li>



<li><strong>Agentic Testing Systems:</strong> Autonomous agent-based systems capable of planning, exploring applications, generating scenarios, executing tests, and reporting results iteratively — adapting their behavior based on outcomes.
<ul class="wp-block-list">
<li><em>Example: An autonomous agent explores an application, identifies critical flows, dynamically generates tests, executes scenarios, and adjusts its strategy based on results.</em></li>
</ul>
</li>
</ul>



<p>Taken together, these advances accelerate the testing cycle across its various phases — analysis, design, execution, and reporting — particularly in well-structured environments with sufficient context available.</p>



<h4 class="wp-block-heading">Risks</h4>



<p>That said, AI integration also introduces significant new risks and limitations:</p>



<ul class="wp-block-list">
<li><strong>Incomplete Test Cases:</strong> Generation of incomplete or incorrect test cases due to biases in training data. Some reports indicate that between 20% and 40% of automatically generated tests require manual review or correction.
<ul class="wp-block-list">
<li><em>Example: The system generates tests for a registration form but omits critical scenarios such as security validations, due to biases in the training data.</em></li>
</ul>
</li>



<li><strong>Scenario Complexity:</strong> Difficulty modeling complex scenarios, particularly in critical systems.
<ul class="wp-block-list">
<li><em>Example: In a banking system, the model may fail to correctly represent flows that depend on multiple regulatory conditions, intermediate states, or external systems.</em></li>
</ul>
</li>



<li><strong>Contextual Understanding Gaps:</strong> Difficulty detecting defects arising from business logic, system integration, or contextual coherence.
<ul class="wp-block-list">
<li><em>Example: A test passes at a technical level because the system fails to detect an incorrectly applied discount, not understanding the business logic associated with that promotion.</em></li>
</ul>
</li>



<li><strong>False Positives/Negatives:</strong> Inaccurate defect detection — either reporting non-existent errors or failing to identify real failures under certain conditions.
<ul class="wp-block-list">
<li><em>Example: The system accepts an incorrect data result as valid because it is structurally and formally well-formed.</em></li>
</ul>
</li>



<li><strong>Excessive Dependency:</strong> Potential erosion of technical knowledge within teams due to over-reliance on automated tooling.</li>



<li><strong>Automation Bias:</strong> A tendency to accept AI-generated results without sufficient validation. Research suggests that up to 30–40% of incorrect decisions made by AI systems go unchallenged.</li>



<li><strong>ROI:</strong> Difficulty objectively measuring the return on investment.</li>



<li><strong>Hallucinations:</strong> Model hallucinations — the generation of incorrect but apparently coherent results. Estimated rates range from 5% to 30% in complex tasks, depending on context.</li>



<li><strong>Non-Functional Testing:</strong> Limited capacity to deliver value in performance, scalability, security, or observability testing compared to functional testing.</li>
</ul>



<p>These risks reflect a still-significant gap between the theoretical potential of AI and its actual performance in complex or critical contexts — where human oversight remains an essential element.</p>



<h3 class="wp-block-heading"><strong>The Emergence of New Metrics</strong></h3>



<p>In this new landscape — where the integration of Large Language Models (LLMs) enables test case generation to be automated at scale — it becomes necessary to introduce new metrics capable of evaluating these non-deterministic systems through measurement approaches that go beyond simply quantifying how much is being tested, focusing instead on the real utility of that testing.</p>



<p>Unlike traditional testing, where outcomes are binary (pass/fail), AI-based systems require metrics that capture degrees of adequacy, coherence, and usefulness of the generated responses.</p>



<p>Some of the most relevant and emerging proposals include:</p>



<ul class="wp-block-list">
<li><strong>Test Effectiveness Rate (TER):</strong> The proportion of tests that detect real defects relative to the total executed.</li>



<li><strong>Signal-to-Noise Ratio:</strong> The relationship between relevant results (valid defects) and generated noise (false positives or redundant tests).</li>



<li><strong>AI-generated Test Reliability:</strong> The degree of confidence in automatically generated test cases, assessed through cross-validation, golden datasets, or model-assisted review.</li>



<li><strong>Defect Detection Efficiency (DDE):</strong> The ability to detect defects in early stages of the development cycle.</li>



<li><strong>Actual Coverage vs. Generated Coverage:</strong> The difference between the theoretical coverage generated by AI and the effective coverage of critical functionalities.</li>



<li><strong>Test Maintenance Overhead:</strong> The effort required to maintain, correct, or filter automatically generated tests.</li>



<li><strong>LLM Evaluation Score:</strong> Assessment of the quality of generated responses using evaluator models (LLM-as-a-judge), based on criteria such as relevance, coherence, and correctness.</li>



<li><strong>Hallucination Rate:</strong> The proportion of AI-generated responses containing incorrect or unverifiable information.</li>



<li><strong>Task Success Rate:</strong> The percentage of tasks correctly completed by autonomous systems or AI-based assistants.</li>



<li><strong>Consistency Score:</strong> The degree of stability of generated responses when faced with equivalent or slightly modified inputs.</li>
</ul>



<p>These metrics reflect a paradigm shift in quality evaluation — moving from a deterministic model based on coverage and execution, to a probabilistic model centered on the reliability, consistency, and utility of AI-assisted systems.</p>



<h3 class="wp-block-heading"><strong>Adapting the QA Role in an AI-Assisted Environment</strong></h3>



<p>Beyond its impact on development and QA processes and on validation metrics, AI adoption is driving a significant transformation that directly affects the competencies and responsibilities of QA professionals.</p>



<p>Traditionally, the QA role focused on requirements analysis, test case design, test execution, and defect reporting. In the current context, this role is evolving toward a more strategic profile — oriented toward the oversight, validation, and governance of automated systems.</p>



<p>This consolidates the <strong>human-in-the-loop</strong> paradigm, in which the QA professional takes on supervisory, validation, and audit functions that may vary depending on the seniority of the profile.</p>



<h4 class="wp-block-heading">Differential Impact by Experience Level</h4>



<p><strong>Junior profiles (testers)</strong> AI acts as an accelerator for learning and productivity, enabling:</p>



<ul class="wp-block-list">
<li>Assisted test case generation</li>



<li>Standardization of defect reports</li>



<li>Increased execution speed</li>



<li>Reduced technical barrier to entry</li>
</ul>



<p><strong>Mid-level profiles (analysts)</strong> Value is centered on:</p>



<ul class="wp-block-list">
<li>Improved requirements analysis</li>



<li>Supervision and validation of AI-generated scenarios</li>



<li>Incorporation of business knowledge into models</li>



<li>Identification of edge cases and complex dependencies</li>
</ul>



<p><strong>Senior profiles (leads)</strong> AI facilitates:</p>



<ul class="wp-block-list">
<li>Definition and optimization of quality strategies</li>



<li>Advanced metrics analysis and new KPI development</li>



<li>Filtering of noise generated by large-scale automation</li>



<li>Alignment between technical quality and business objectives</li>
</ul>



<p><strong>Transversal capabilities</strong> Across all levels, a new key competency is emerging: the ability to craft effective prompts and provide adequate context to AI systems.</p>



<p>Knowledge of DevOps practices is also gaining relevance — enabling the integration of these systems into CI/CD pipelines and supporting selective test execution, where systems themselves determine which tests to run based on code changes, dependencies, and defect history, and prioritize them according to risk.</p>



<p>Feedback loops allow these systems to learn continuously from results, progressively optimizing coverage, prioritization, and testing effectiveness.</p>



<p>However, this advanced automation demands constant oversight to prevent biases, incorrect decisions, or loss of control over the quality process. As a result, the QA professional evolves into an <strong>orchestrator of quality in AI-assisted environments</strong>.</p>



<h4 class="wp-block-heading">New Role: QA for AI Systems and Agents</h4>



<p>Yet the transformation of QA from functional tester to quality orchestrator is not the only role-level shift the industry is experiencing.</p>



<p>The proliferation of AI-based systems introduces a new dimension in QA: the need to validate non-deterministic systems.</p>



<p>Unlike traditional software — where expected behavior is fixed and verifiable through deterministic assertions — AI systems generate probabilistic and variable outputs for the same input. As a result, QA must validate not so much the accuracy of a specific response, but the adequacy of behavior within an acceptable range. This involves assessing aspects such as:</p>



<ul class="wp-block-list">
<li>Coherence and relevance of responses</li>



<li>Robustness against diverse or adversarial inputs</li>



<li>Consistency of results when faced with equivalent inputs</li>



<li>Presence of biases in generated responses</li>



<li>Model degradation over time (model drift)</li>
</ul>



<p>In this context, LLM evaluation frameworks become especially relevant — combining the use of golden datasets, automated evaluation through evaluator models (LLM-as-a-judge), and human validation.</p>



<p>In short, a new QA role is emerging — one in which the object of testing is no longer the various application types previously worked with, but rather the assurance of quality in non-deterministic models, where the validation focus shifts from expected outputs to the adequacy of behavior within a variable and acceptable range.</p>



<h3 class="wp-block-heading"><strong>Costs and Challenges of AI Adoption in QA</strong></h3>



<p>All of this AI adoption and the transformation it drives across development and QA processes represents a significant investment — not only at the technological level, but also organizationally, operationally, and in terms of talent. This transformation, closely tied to the evolution of the QA role, introduces new demands that must be addressed from a strategic perspective.</p>



<h4 class="wp-block-heading">Technical Costs</h4>



<ul class="wp-block-list">
<li>Integration of AI tools into existing pipelines</li>



<li>Architectural adaptation to support advanced automation</li>



<li>Management of more complex infrastructures (processing, storage, observability)</li>



<li>Need for additional tooling to monitor, audit, and validate AI systems</li>
</ul>



<h4 class="wp-block-heading">Operational Costs</h4>



<ul class="wp-block-list">
<li>Increased process complexity</li>



<li>Continuous oversight of automated systems</li>



<li>Management of noise generated by large-scale automation</li>



<li>Maintenance of models, prompts, and associated configurations</li>
</ul>



<h4 class="wp-block-heading">Organizational and Talent Costs</h4>



<ul class="wp-block-list">
<li>Need for upskilling in new competencies (prompt engineering, AI literacy, DevOps)</li>



<li>Greater demand for technically proficient profiles capable of validating AI-generated results</li>



<li>Risk of technological dependency and loss of internal knowledge if not properly managed</li>
</ul>



<h4 class="wp-block-heading">Economic Costs</h4>



<ul class="wp-block-list">
<li>Licensing fees for specialized AI-based tools</li>



<li>Computational costs associated with advanced model usage</li>



<li>Investment in team training and upskilling</li>



<li>Potential increase in senior profiles required for oversight and validation</li>
</ul>



<p>Various industry studies reflect that initial implementation costs can be significantly higher than those of traditional frameworks, particularly during integration phases. Furthermore, the lack of specialized talent and the difficulty of integrating with legacy systems rank among the main barriers to adoption — which ultimately depends on model maturation, organizational adaptation, and team learning curves.</p>



<p>Accordingly, AI adoption in QA must be approached as a <strong>medium-to-long-term strategic investment</strong>, not as an immediate cost optimization.</p>



<h3 class="wp-block-heading"><strong>Substitution or Complementarity?</strong></h3>



<p>With all of the above in mind, let us address one of the most recurring debates in the industry: will Artificial Intelligence replace QA professionals?</p>



<p>Current evidence points clearly toward a scenario of <strong>complementarity</strong>. AI acts as a co-pilot that automates repetitive, low-value tasks — allowing professionals to focus on higher-complexity activities such as exploratory testing, complex scenario validation, user experience evaluation, and contextual analysis, playing a more strategic role centered on validation, oversight, and decision-making.</p>



<p>In fact, academic research indicates that AI adoption in testing still lags behind its use in development — evidencing a <em>testing gap</em> where human capabilities remain critical to guaranteeing the final quality of software.</p>



<p>Ultimately, far from disappearing, the role is evolving: the greater the automation, the greater the need for oversight, technical judgment, and business understanding.</p>



<p>As Margarita Simonova notes in the Forbes Technology Council piece <em>The State of Testing in 2025</em>: AI suggests, but the decision still belongs to humans.</p>



<h3 class="wp-block-heading"><strong>Conclusion</strong></h3>



<p>Artificial Intelligence has established itself as a transformative force in QA, redefining both the processes and the roles associated with quality assurance.</p>



<p>Far from representing a threat, its adoption constitutes an opportunity to evolve toward a more efficient, strategic, and contextually aligned model — one suited to the growing complexity of modern software development.</p>



<p>In a context characterized by the acceleration of code generation and the mass production of software, QA takes on an even more critical role as a guarantor of quality. The effective integration of AI will enable professionals not only to increase their productivity, but also to reinforce their positioning as key actors within the SDLC.</p>



<p>Nevertheless, a realistic perspective is essential in the current climate of heightened expectations around AI. While its capabilities are significant, its implementation is far from fully autonomous or free of limitations. Issues such as inconsistent output generation, lack of business context, the presence of biases, and the need for constant oversight demonstrate that these technologies still require substantial human intervention.</p>



<p>In this sense, the value of AI lies not in replacing the QA professional, but in <strong>amplifying their capabilities</strong>. The gap between expected potential and current reality stems largely from the quality of integration, the adequacy of context provided, and the critical capacity of teams to interpret and validate AI-generated results.</p>



<p>In this new landscape, competitive advantage will not reside merely in adopting AI, but in the ability to integrate it critically, efficiently, and in alignment with product quality objectives. Because, ultimately, quality is not a property of software — it is the result of the decisions made by those who build and validate it.<br><br><strong>References:<br></strong><br>BrowserStack. (2026). <em>State of AI in Software Testing 2026</em>. Recuperado de <a href="https://www.browserstack.com/blog/inside-the-state-of-ai-in-software-testing-2026/">https://www.browserstack.com/blog/inside-the-state-of-ai-in-software-testing-2026/</a></p>



<p>CopilotQA. (2025). <em>QA and Software Testing in 2025: Trends, Challenges, and AI Adoption</em>. Recuperado de <a href="https://copilotqa.com/qa-and-software-testing-in-2025/">https://copilotqa.com/qa-and-software-testing-in-2025/</a></p>



<p>Forbes Technology Council. (2025). <em>The State of Testing in 2025: The AI Adoption Gap</em>. Recuperado de <a href="https://www.forbes.com/councils/forbestechcouncil/2025/12/15/the-state-of-testing-in-2025-the-ai-adoption-gap/">https://www.forbes.com/councils/forbestechcouncil/2025/12/15/the-state-of-testing-in-2025-the-ai-adoption-gap/</a></p>



<p>Forbes Technology Council. (2025). <em>AI Is About to Reshape Millions of Software QA Jobs</em>. Recuperado de <a href="https://www.forbes.com/councils/forbestechcouncil/2025/10/06/ai-is-about-to-reshape-millions-of-software-qa-jobs/?utm_source=chatgpt.com">https://www.forbes.com/councils/forbestechcouncil/2025/10/06/ai-is-about-to-reshape-millions-of-software-qa-jobs/</a></p>



<p>Wifitalents. (2025). <em>AI in Quality Assurance Testing: Statistics and Trends</em>. Recuperado de <a href="https://wifitalents.com/ai-quality-assurance-testing-industry-statistics/">https://wifitalents.com/ai-quality-assurance-testing-industry-statistics/</a></p>



<p>Anthropic. (2024). <em>Understanding AI Hallucinations and Model Behavior</em>. Recuperado de <a href="https://www.anthropic.com/research">https://www.anthropic.com/research</a></p>



<p>Financial Times. (2025). <em>AI hallucinations become a growing concern for enterprises</em>. Recuperado de <a href="https://www.ft.com/content/e074d3a9-7fd8-447d-ac0a-e0de756ac5c5">https://www.ft.com/content/e074d3a9-7fd8-447d-ac0a-e0de756ac5c5</a></p>



<p>arXiv. (2026). <em>An Empirical Study on AI-Assisted Software Testing in Real-World Repositories</em>. Recuperado de <a href="https://arxiv.org/abs/2603.13724">https://arxiv.org/abs/2603.13724</a></p>



<p>arXiv. (2026). <em>The Testing Gap: Adoption of AI in Software Development vs Quality Assurance</em>. Recuperado de <a href="https://arxiv.org/abs/2601.21305">https://arxiv.org/abs/2601.21305</a></p>



<p>arXiv. (2025). <em>Challenges and Limitations of AI in Software Testing: A Systematic Review</em>. Recuperado de <a href="https://arxiv.org/abs/2504.04921">https://arxiv.org/abs/2504.04921</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/">QA in the Age of AI: Impact, Challenges and Evolution of the Role</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Calidad como estrategia de negocio</title>
		<link>https://www.capitole-consulting.com/blog/evento/calidad-como-estrategia-de-negocio/</link>
		
		<dc:creator><![CDATA[Marta Castellvi]]></dc:creator>
		<pubDate>Wed, 13 May 2026 16:33:42 +0000</pubDate>
				<guid isPermaLink="false">https://www.capitole-consulting.com/?post_type=evento&#038;p=19164</guid>

					<description><![CDATA[<p>De la técnica al impacto: menos coste, más confianza Fecha Hora Modalidad Categoría QA Esta tech talk ya finalizó&#8230; ¡No te pierdas las próximas! Daniel García Vicario Senior Software Engineer ¿Sobre qué hablaremos? ¿Sobre qué hablamos? Calidad como ventaja competitiva Por qué QA, bien articulada como estrategia, genera impacto directo en resultados de negocio, satisfacción ... <a title="Calidad como estrategia de negocio" class="read-more" href="https://www.capitole-consulting.com/blog/evento/calidad-como-estrategia-de-negocio/" aria-label="Read more about Calidad como estrategia de negocio">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/evento/calidad-como-estrategia-de-negocio/">Calidad como estrategia de negocio</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="19164" class="elementor elementor-19164" data-elementor-post-type="evento">
				<div class="elementor-element elementor-element-262c5d5a e-flex e-con-boxed e-con e-parent" data-id="262c5d5a" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-25c856fe e-con-full e-flex e-con e-child" data-id="25c856fe" data-element_type="container">
		<div class="elementor-element elementor-element-19365bed e-con-full registro-evento e-flex e-con e-child" data-id="19365bed" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-110379c1 elementor-widget elementor-widget-image" data-id="110379c1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="271" height="58" src="https://www.capitole-consulting.com/wp-content/uploads/2025/12/LogoCTTWhiteCapitole.svg" class="attachment-large size-large wp-image-18489" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-426386c0 elementor-widget elementor-widget-heading" data-id="426386c0" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Calidad como estrategia de negocio</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-273b3ea5 elementor-widget elementor-widget-heading" data-id="273b3ea5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">De la técnica al impacto: menos coste, más confianza</h3>				</div>
				</div>
		<div class="elementor-element elementor-element-333d14cc e-con-full e-flex e-con e-child" data-id="333d14cc" data-element_type="container">
		<div class="elementor-element elementor-element-1f622fdf e-con-full e-flex e-con e-child" data-id="1f622fdf" data-element_type="container">
				<div class="elementor-element elementor-element-46323bc1 elementor-widget elementor-widget-heading" data-id="46323bc1" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Fecha</span>				</div>
				</div>
				<div class="elementor-element elementor-element-753e559e wrapper-fecha elementor-widget elementor-widget-heading" data-id="753e559e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">09/06/2026</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-5a6dc2f1 e-con-full e-flex e-con e-child" data-id="5a6dc2f1" data-element_type="container">
				<div class="elementor-element elementor-element-5fa804d0 elementor-widget elementor-widget-heading" data-id="5fa804d0" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Hora</span>				</div>
				</div>
				<div class="elementor-element elementor-element-537a16ce elementor-widget elementor-widget-heading" data-id="537a16ce" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">6:00 pm</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6a0a9ad4 e-con-full e-flex e-con e-child" data-id="6a0a9ad4" data-element_type="container">
				<div class="elementor-element elementor-element-3fb889cc elementor-widget elementor-widget-heading" data-id="3fb889cc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Modalidad</span>				</div>
				</div>
				<div class="elementor-element elementor-element-65a4004a elementor-widget elementor-widget-heading" data-id="65a4004a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Online</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-681e1b2b e-con-full e-flex e-con e-child" data-id="681e1b2b" data-element_type="container">
				<div class="elementor-element elementor-element-22583e0a elementor-widget elementor-widget-heading" data-id="22583e0a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Categoría</span>				</div>
				</div>
				<div class="elementor-element elementor-element-3ff3696e elementor-widget elementor-widget-heading" data-id="3ff3696e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">QA</div>				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-566150ac e-con-full e-flex e-con e-child" data-id="566150ac" data-element_type="container">
				<div class="elementor-element elementor-element-3800b9d2 elementor-button-align-center form-register elementor-widget elementor-widget-form" data-id="3800b9d2" data-element_type="widget" id="id-form-register" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Calidad como estrategia de negocio" aria-label="Calidad como estrategia de negocio">
			<input type="hidden" name="post_id" value="19164"/>
			<input type="hidden" name="form_id" value="3800b9d2"/>
			<input type="hidden" name="referer_title" value="You searched for Software - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_name elementor-col-50 elementor-field-required">
												<label for="form-field-field_name" class="elementor-field-label">
								Nombre							</label>
														<input size="1" type="text" name="form_fields[field_name]" id="form-field-field_name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nombre *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_99c7da0 elementor-col-50 elementor-field-required">
												<label for="form-field-field_99c7da0" class="elementor-field-label">
								Apellido 							</label>
														<input size="1" type="text" name="form_fields[field_99c7da0]" id="form-field-field_99c7da0" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Apellido *" required="required">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_49ef003 elementor-col-100 elementor-field-required">
												<label for="form-field-field_49ef003" class="elementor-field-label">
								E-mail corporativo							</label>
														<input size="1" type="email" name="form_fields[field_49ef003]" id="form-field-field_49ef003" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="E-mail corporativo* " required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_da277e3 elementor-col-50 elementor-field-required">
												<label for="form-field-field_da277e3" class="elementor-field-label">
								Selecciona un país							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_da277e3]" id="form-field-field_da277e3" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="">Selecciona un país</option>
									<option value="España">España</option>
									<option value="Otropais">Otro país</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_92b0240 elementor-col-50">
												<label for="form-field-field_92b0240" class="elementor-field-label">
								Selecciona un país							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_92b0240]" id="form-field-field_92b0240" class="elementor-field-textual elementor-size-sm">
									<option value="Afganistán">Afganistán</option>
									<option value="Albania">Albania</option>
									<option value="Alemania">Alemania</option>
									<option value="Andorra">Andorra</option>
									<option value="Angola">Angola</option>
									<option value="Antigua y Barbuda">Antigua y Barbuda</option>
									<option value="Arabia Saudita">Arabia Saudita</option>
									<option value="Argelia">Argelia</option>
									<option value="Argentina">Argentina</option>
									<option value="Armenia">Armenia</option>
									<option value="Australia">Australia</option>
									<option value="Austria">Austria</option>
									<option value="Azerbaiyán">Azerbaiyán</option>
									<option value="Bahamas">Bahamas</option>
									<option value="Bangladés">Bangladés</option>
									<option value="Barbados">Barbados</option>
									<option value="Baréin">Baréin</option>
									<option value="Bélgica">Bélgica</option>
									<option value="Belice">Belice</option>
									<option value="Benín">Benín</option>
									<option value="Bielorrusia">Bielorrusia</option>
									<option value="Bolivia">Bolivia</option>
									<option value="Bosnia y Herzegovina">Bosnia y Herzegovina</option>
									<option value="Botsuana">Botsuana</option>
									<option value="Brasil">Brasil</option>
									<option value="Brunéi">Brunéi</option>
									<option value="Bulgaria">Bulgaria</option>
									<option value="Burkina Faso">Burkina Faso</option>
									<option value="Burundi">Burundi</option>
									<option value="Bután">Bután</option>
									<option value="Cabo Verde">Cabo Verde</option>
									<option value="Camboya">Camboya</option>
									<option value="Camerún">Camerún</option>
									<option value="Canadá">Canadá</option>
									<option value="Catar">Catar</option>
									<option value="Chad">Chad</option>
									<option value="Chequia">Chequia</option>
									<option value="Chile">Chile</option>
									<option value="China">China</option>
									<option value="Chipre">Chipre</option>
									<option value="Ciudad del Vaticano">Ciudad del Vaticano</option>
									<option value="Colombia">Colombia</option>
									<option value="Comoras">Comoras</option>
									<option value="Corea del Norte">Corea del Norte</option>
									<option value="Corea del Sur">Corea del Sur</option>
									<option value="Costa de Marfil">Costa de Marfil</option>
									<option value="Costa Rica">Costa Rica</option>
									<option value="Croacia">Croacia</option>
									<option value="Cuba">Cuba</option>
									<option value="Dinamarca">Dinamarca</option>
									<option value="Dominica">Dominica</option>
									<option value="Ecuador">Ecuador</option>
									<option value="Egipto">Egipto</option>
									<option value="El Salvador">El Salvador</option>
									<option value="Emiratos Árabes Unidos">Emiratos Árabes Unidos</option>
									<option value="Eritrea">Eritrea</option>
									<option value="Eslovaquia">Eslovaquia</option>
									<option value="Eslovenia">Eslovenia</option>
									<option value="España">España</option>
									<option value="Estados Unidos">Estados Unidos</option>
									<option value="Estonia">Estonia</option>
									<option value="Esuatini">Esuatini</option>
									<option value="Etiopía">Etiopía</option>
									<option value="Filipinas">Filipinas</option>
									<option value="Finlandia">Finlandia</option>
									<option value="Fiyi">Fiyi</option>
									<option value="Francia">Francia</option>
									<option value="Gabón">Gabón</option>
									<option value="Gambia">Gambia</option>
									<option value="Georgia">Georgia</option>
									<option value="Ghana">Ghana</option>
									<option value="Granada">Granada</option>
									<option value="Grecia">Grecia</option>
									<option value="Guatemala">Guatemala</option>
									<option value="Guinea">Guinea</option>
									<option value="Guinea Ecuatorial">Guinea Ecuatorial</option>
									<option value="Guinea-Bisáu">Guinea-Bisáu</option>
									<option value="Guyana">Guyana</option>
									<option value="Haití">Haití</option>
									<option value="Honduras">Honduras</option>
									<option value="Hungría">Hungría</option>
									<option value="India">India</option>
									<option value="Indonesia">Indonesia</option>
									<option value="Irak">Irak</option>
									<option value="Irán">Irán</option>
									<option value="Irlanda">Irlanda</option>
									<option value="Islandia">Islandia</option>
									<option value="Islas Marshall">Islas Marshall</option>
									<option value="Islas Salomón">Islas Salomón</option>
									<option value="Israel">Israel</option>
									<option value="Italia">Italia</option>
									<option value="Jamaica">Jamaica</option>
									<option value="Japón">Japón</option>
									<option value="Jordania">Jordania</option>
									<option value="Kazajistán">Kazajistán</option>
									<option value="Kenia">Kenia</option>
									<option value="Kirguistán">Kirguistán</option>
									<option value="Kiribati">Kiribati</option>
									<option value="Kosovo">Kosovo</option>
									<option value="Kuwait">Kuwait</option>
									<option value="Laos">Laos</option>
									<option value="Lesoto">Lesoto</option>
									<option value="Letonia">Letonia</option>
									<option value="Líbano">Líbano</option>
									<option value="Liberia">Liberia</option>
									<option value="Libia">Libia</option>
									<option value="Liechtenstein">Liechtenstein</option>
									<option value="Lituania">Lituania</option>
									<option value="Luxemburgo">Luxemburgo</option>
									<option value="Macedonia del Norte">Macedonia del Norte</option>
									<option value="Madagascar">Madagascar</option>
									<option value="Malasia">Malasia</option>
									<option value="Malaui">Malaui</option>
									<option value="Maldivas">Maldivas</option>
									<option value="Malí">Malí</option>
									<option value="Malta">Malta</option>
									<option value="Marruecos">Marruecos</option>
									<option value="Mauricio">Mauricio</option>
									<option value="Mauritania">Mauritania</option>
									<option value="México">México</option>
									<option value="Micronesia">Micronesia</option>
									<option value="Moldavia">Moldavia</option>
									<option value="Mónaco">Mónaco</option>
									<option value="Mongolia">Mongolia</option>
									<option value="Montenegro">Montenegro</option>
									<option value="Mozambique">Mozambique</option>
									<option value="Myanmar">Myanmar</option>
									<option value="Namibia">Namibia</option>
									<option value="Nauru">Nauru</option>
									<option value="Nepal">Nepal</option>
									<option value="Nicaragua">Nicaragua</option>
									<option value="Níger">Níger</option>
									<option value="Nigeria">Nigeria</option>
									<option value="Noruega">Noruega</option>
									<option value="Nueva Zelanda">Nueva Zelanda</option>
									<option value="Omán">Omán</option>
									<option value="Países Bajos">Países Bajos</option>
									<option value="Pakistán">Pakistán</option>
									<option value="Palaos">Palaos</option>
									<option value="Palestina">Palestina</option>
									<option value="Panamá">Panamá</option>
									<option value="Papúa Nueva Guinea">Papúa Nueva Guinea</option>
									<option value="Paraguay">Paraguay</option>
									<option value="Perú">Perú</option>
									<option value="Polonia">Polonia</option>
									<option value="Portugal">Portugal</option>
									<option value="Reino Unido">Reino Unido</option>
									<option value="República Centroafricana">República Centroafricana</option>
									<option value="República del Congo">República del Congo</option>
									<option value="República Democrática del Congo">República Democrática del Congo</option>
									<option value="República Dominicana">República Dominicana</option>
									<option value="Ruanda">Ruanda</option>
									<option value="Rumanía">Rumanía</option>
									<option value="Rusia">Rusia</option>
									<option value="Samoa">Samoa</option>
									<option value="San Cristóbal y Nieves">San Cristóbal y Nieves</option>
									<option value="San Marino">San Marino</option>
									<option value="San Vicente y las Granadinas">San Vicente y las Granadinas</option>
									<option value="Santa Lucía">Santa Lucía</option>
									<option value="Santo Tomé y Príncipe">Santo Tomé y Príncipe</option>
									<option value="Senegal">Senegal</option>
									<option value="Serbia">Serbia</option>
									<option value="Seychelles">Seychelles</option>
									<option value="Sierra Leona">Sierra Leona</option>
									<option value="Singapur">Singapur</option>
									<option value="Siria">Siria</option>
									<option value="Somalia">Somalia</option>
									<option value="Sri Lanka">Sri Lanka</option>
									<option value="Sudáfrica">Sudáfrica</option>
									<option value="Sudán">Sudán</option>
									<option value="Sudán del Sur">Sudán del Sur</option>
									<option value="Suecia">Suecia</option>
									<option value="Suiza">Suiza</option>
									<option value="Surinam">Surinam</option>
									<option value="Tailandia">Tailandia</option>
									<option value="Tanzania">Tanzania</option>
									<option value="Tayikistán">Tayikistán</option>
									<option value="Timor-Leste">Timor-Leste</option>
									<option value="Togo">Togo</option>
									<option value="Tonga">Tonga</option>
									<option value="Trinidad y Tobago">Trinidad y Tobago</option>
									<option value="Túnez">Túnez</option>
									<option value="Turkmenistán">Turkmenistán</option>
									<option value="Turquía">Turquía</option>
									<option value="Tuvalu">Tuvalu</option>
									<option value="Ucrania">Ucrania</option>
									<option value="Uganda">Uganda</option>
									<option value="Uruguay">Uruguay</option>
									<option value="Uzbekistán">Uzbekistán</option>
									<option value="Vanuatu">Vanuatu</option>
									<option value="Venezuela">Venezuela</option>
									<option value="Vietnam">Vietnam</option>
									<option value="Yemen">Yemen</option>
									<option value="Yibuti">Yibuti</option>
									<option value="Zambia">Zambia</option>
									<option value="Zimbabue">Zimbabue</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4a53333 elementor-col-50">
												<label for="form-field-field_4a53333" class="elementor-field-label">
								Comunidad Autónoma							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_4a53333]" id="form-field-field_4a53333" class="elementor-field-textual elementor-size-sm">
									<option value="andalucia">Andalucía</option>
									<option value="aragon">Aragón</option>
									<option value="asturias">Principado de Asturias</option>
									<option value="baleares">Islas Baleares</option>
									<option value="canarias">Canarias</option>
									<option value="cantabria">Cantabria</option>
									<option value="castilla_la_mancha">Castilla La Mancha</option>
									<option value="castilla_y_leon">Castilla y León</option>
									<option value="cataluna">Cataluña</option>
									<option value="ceuta">Ceuta</option>
									<option value="extremadura">Extremadura</option>
									<option value="galicia">Galicia</option>
									<option value="la_rioja">La Rioja</option>
									<option value="madrid">Comunidad de Madrid</option>
									<option value="melilla">Melilla</option>
									<option value="murcia">Región de Murcia</option>
									<option value="navarra">Comunidad Foral de Navarra</option>
									<option value="pais_vasco">País Vasco</option>
									<option value="valencia">Comunidad Valenciana</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_b9a4240 elementor-col-100">
									</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_d41e75c elementor-col-50 elementor-field-required">
												<label for="form-field-field_d41e75c" class="elementor-field-label">
								Empresa							</label>
														<input size="1" type="text" name="form_fields[field_d41e75c]" id="form-field-field_d41e75c" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Empresa*" required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2ed2dc6 elementor-col-50 elementor-field-required">
												<label for="form-field-field_2ed2dc6" class="elementor-field-label">
								Cargo							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_2ed2dc6]" id="form-field-field_2ed2dc6" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="">Cargo*</option>
									<option value="Desarrollador/a de Software">Desarrollador/a de Software</option>
									<option value="Ingeniero/a de Software">Ingeniero/a de Software</option>
									<option value="Arquitecto/a de Software">Arquitecto/a de Software</option>
									<option value="Ingeniero/a QA / Tester">Ingeniero/a QA / Tester</option>
									<option value="Administrador/a de Sistemas">Administrador/a de Sistemas</option>
									<option value="Ingeniero/a DevOps / Infraestructura">Ingeniero/a DevOps / Infraestructura</option>
									<option value="Ingeniero/a de Redes">Ingeniero/a de Redes</option>
									<option value="Soporte Técnico">Soporte Técnico</option>
									<option value="Administrador/a de Bases de Datos">Administrador/a de Bases de Datos (DBA)</option>
									<option value="Especialista en Ciberseguridad ">Especialista en Ciberseguridad / Seguridad TI</option>
									<option value="Especialista en Datos">Especialista en Datos / Analítica</option>
									<option value="Líder Técnico">Líder Técnico</option>
									<option value="Scrum Master">Scrum Master</option>
									<option value="Product Owner">Product Owner</option>
									<option value="Gerente de Proyectos TI">Gerente de Proyectos TI</option>
									<option value="CTO / Dirección de Tecnología">CTO / Dirección de Tecnología</option>
									<option value="Diseñador/a UX/U">Diseñador/a UX/UI</option>
									<option value="Analista / Especialista de Producto">Analista / Especialista de Producto</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_cdf7130 elementor-col-100">
					<div class="div-interes">
<b>Intereses*</b>
<br>(Selecciona una o más opciones)</div>				</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_interes elementor-col-100">
												<label for="form-field-field_interes" class="elementor-field-label">
								Listado Intereses							</label>
						<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="Infra &amp; Cybersecurity" id="form-field-field_interes-0" name="form_fields[field_interes][]"> <label for="form-field-field_interes-0">Infra & Cybersecurity</label></span><span class="elementor-field-option"><input type="checkbox" value="Industry 4.0 &amp; Engineering" id="form-field-field_interes-1" name="form_fields[field_interes][]"> <label for="form-field-field_interes-1">Industry 4.0 & Engineering</label></span><span class="elementor-field-option"><input type="checkbox" value="Methods &amp; Transformation" id="form-field-field_interes-2" name="form_fields[field_interes][]"> <label for="form-field-field_interes-2">Methods & Transformation</label></span><span class="elementor-field-option"><input type="checkbox" value="Software Development" id="form-field-field_interes-3" name="form_fields[field_interes][]"> <label for="form-field-field_interes-3">Software Development</label></span><span class="elementor-field-option"><input type="checkbox" value="QA" id="form-field-field_interes-4" name="form_fields[field_interes][]"> <label for="form-field-field_interes-4">QA</label></span><span class="elementor-field-option"><input type="checkbox" value="Data &amp; AI" id="form-field-field_interes-5" name="form_fields[field_interes][]"> <label for="form-field-field_interes-5">Data & AI</label></span></div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e596a61 elementor-col-100">
					<div style="color:#fff; ">(*) Campos obligatorios</div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_29a43dc elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_c74de14 elementor-col-100 elementor-field-required">
												<label for="form-field-field_c74de14" class="elementor-field-label">
								acepto la política de privacidad 							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_c74de14]" id="form-field-field_c74de14" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">
				<label for="form-field-field_c74de14">He leído y acepto la política de privacidad de Capitole y autorizo el tratamiento de mis datos para gestionar mi inscripción al evento.*</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_7de0b93 elementor-col-100">
												<label for="form-field-field_7de0b93" class="elementor-field-label">
								Deseo recibir información sobre futuras							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_7de0b93]" id="form-field-field_7de0b93" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_7de0b93">Deseo recibir información sobre futuras formaciones, charlas o actividades tecnológicas organizadas por Capitole.</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_073cb03 elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_8b7db7a elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_8b7db7a]" id="form-field-field_8b7db7a" class="elementor-field elementor-size-sm  elementor-field-textual" value="Calidad como estrategia de negocio">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_bb1d20e elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_bb1d20e]" id="form-field-field_bb1d20e" class="elementor-field elementor-size-sm  elementor-field-textual" value="09/06/2026">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4e46e66 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4e46e66]" id="form-field-field_4e46e66" class="elementor-field elementor-size-sm  elementor-field-textual" value="6:00 pm">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_1c390bb elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_1c390bb]" id="form-field-field_1c390bb" class="elementor-field elementor-size-sm  elementor-field-textual" value="7:00 pm">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4ce2733 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4ce2733]" id="form-field-field_4ce2733" class="elementor-field elementor-size-sm  elementor-field-textual" value="Online">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4d470ea elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4d470ea]" id="form-field-field_4d470ea" class="elementor-field elementor-size-sm  elementor-field-textual" value="https://teams.microsoft.com/meet/337414532205286?p=dfR0mJKbsKdJf2LNE6">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_d486c47 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_d486c47]" id="form-field-field_d486c47" class="elementor-field elementor-size-sm  elementor-field-textual" value="url_pagina">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit" id="bg-btn">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Reserva tu plaza</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-14aefc3e e-con-full evento-finalizado e-flex e-con e-child" data-id="14aefc3e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-465851fe elementor-widget elementor-widget-image" data-id="465851fe" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="271" height="58" src="https://www.capitole-consulting.com/wp-content/uploads/2025/12/LogoCTTWhiteCapitole.svg" class="attachment-large size-large wp-image-18489" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-384659cd elementor-widget elementor-widget-heading" data-id="384659cd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Calidad como estrategia de negocio</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-2ce7c211 elementor-widget elementor-widget-heading" data-id="2ce7c211" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Esta tech talk ya finalizó...</div>				</div>
				</div>
				<div class="elementor-element elementor-element-35d6a8a4 elementor-widget elementor-widget-heading" data-id="35d6a8a4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">¡No te pierdas las próximas!</div>				</div>
				</div>
		<div class="elementor-element elementor-element-776c96f9 e-con-full e-flex e-con e-child" data-id="776c96f9" data-element_type="container">
				<div class="elementor-element elementor-element-12dcaa05 elementor-button-align-center form-register-end elementor-widget elementor-widget-form" data-id="12dcaa05" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" id="Suscribe_id" name="Suscribe" aria-label="Suscribe">
			<input type="hidden" name="post_id" value="19164"/>
			<input type="hidden" name="form_id" value="12dcaa05"/>
			<input type="hidden" name="referer_title" value="You searched for Software - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-newsletter_global elementor-col-100">
													<input size="1" type="hidden" name="form_fields[newsletter_global]" id="form-field-newsletter_global" class="elementor-field elementor-size-sm  elementor-field-textual" value="newsletter_global">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1026117 elementor-col-50">
												<label for="form-field-field_1026117" class="elementor-field-label">
								Nombre							</label>
														<input size="1" type="text" name="form_fields[field_1026117]" id="form-field-field_1026117" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nombre *">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_99c7da0 elementor-col-50">
												<label for="form-field-field_99c7da0" class="elementor-field-label">
								Apellido 							</label>
														<input size="1" type="text" name="form_fields[field_99c7da0]" id="form-field-field_99c7da0" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Apellido *">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_49ef003 elementor-col-100 elementor-field-required">
												<label for="form-field-field_49ef003" class="elementor-field-label">
								E-mail corporativo							</label>
														<input size="1" type="email" name="form_fields[field_49ef003]" id="form-field-field_49ef003" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="E-mail corporativo*" required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4a53334 elementor-col-100 elementor-field-required">
												<label for="form-field-field_4a53334" class="elementor-field-label">
								Seleccione provincia							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_4a53334]" id="form-field-field_4a53334" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="andalucia">Andalucía</option>
									<option value="aragon">Aragón</option>
									<option value="asturias">Principado de Asturias</option>
									<option value="baleares">Islas Baleares</option>
									<option value="canarias">Canarias</option>
									<option value="cantabria">Cantabria</option>
									<option value="castilla_la_mancha">Castilla La Mancha</option>
									<option value="castilla_y_leon">Castilla y León</option>
									<option value="cataluna">Cataluña</option>
									<option value="ceuta">Ceuta</option>
									<option value="extremadura">Extremadura</option>
									<option value="galicia">Galicia</option>
									<option value="la_rioja">La Rioja</option>
									<option value="madrid">Comunidad de Madrid</option>
									<option value="melilla">Melilla</option>
									<option value="murcia">Región de Murcia</option>
									<option value="navarra">Comunidad Foral de Navarra</option>
									<option value="pais_vasco">País Vasco</option>
									<option value="valencia">Comunidad Valenciana</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_3963a8e elementor-col-50 elementor-field-required">
												<label for="form-field-field_3963a8e" class="elementor-field-label">
								Empresa							</label>
														<input size="1" type="text" name="form_fields[field_3963a8e]" id="form-field-field_3963a8e" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Empresa" required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2ed2dc6 elementor-col-50 elementor-field-required">
												<label for="form-field-field_2ed2dc6" class="elementor-field-label">
								Cargo							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_2ed2dc6]" id="form-field-field_2ed2dc6" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="">Cargo*</option>
									<option value="Desarrollador/a de Software">Desarrollador/a de Software</option>
									<option value="Ingeniero/a de Software">Ingeniero/a de Software</option>
									<option value="Arquitecto/a de Software">Arquitecto/a de Software</option>
									<option value="Ingeniero/a QA / Tester">Ingeniero/a QA / Tester</option>
									<option value="Administrador/a de Sistemas">Administrador/a de Sistemas</option>
									<option value="Ingeniero/a DevOps / Infraestructura">Ingeniero/a DevOps / Infraestructura</option>
									<option value="Ingeniero/a de Redes">Ingeniero/a de Redes</option>
									<option value="Soporte Técnico">Soporte Técnico</option>
									<option value="Administrador/a de Bases de Datos">Administrador/a de Bases de Datos (DBA)</option>
									<option value="Especialista en Ciberseguridad ">Especialista en Ciberseguridad / Seguridad TI</option>
									<option value="Especialista en Datos">Especialista en Datos / Analítica</option>
									<option value="Líder Técnico">Líder Técnico</option>
									<option value="Scrum Master">Scrum Master</option>
									<option value="Product Owner">Product Owner</option>
									<option value="Gerente de Proyectos TI">Gerente de Proyectos TI</option>
									<option value="CTO / Dirección de Tecnología">CTO / Dirección de Tecnología</option>
									<option value="Diseñador/a UX/U">Diseñador/a UX/UI</option>
									<option value="Analista / Especialista de Producto">Analista / Especialista de Producto</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_interes_end elementor-col-66">
					<div class="div-interes">
<b>Intereses*</b>
<br>(Selecciona una o más opciones)</div>				</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_7450ea3 elementor-col-66">
												<label for="form-field-field_7450ea3" class="elementor-field-label">
								Intereses							</label>
						<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="Infra &amp; Cybersecurity" id="form-field-field_7450ea3-0" name="form_fields[field_7450ea3][]"> <label for="form-field-field_7450ea3-0">Infra & Cybersecurity</label></span><span class="elementor-field-option"><input type="checkbox" value="Industry 4.0 &amp; Engineering" id="form-field-field_7450ea3-1" name="form_fields[field_7450ea3][]"> <label for="form-field-field_7450ea3-1">Industry 4.0 & Engineering</label></span><span class="elementor-field-option"><input type="checkbox" value="Methods &amp; Transformation" id="form-field-field_7450ea3-2" name="form_fields[field_7450ea3][]"> <label for="form-field-field_7450ea3-2">Methods & Transformation</label></span><span class="elementor-field-option"><input type="checkbox" value="Software Development" id="form-field-field_7450ea3-3" name="form_fields[field_7450ea3][]"> <label for="form-field-field_7450ea3-3">Software Development</label></span><span class="elementor-field-option"><input type="checkbox" value="QA" id="form-field-field_7450ea3-4" name="form_fields[field_7450ea3][]"> <label for="form-field-field_7450ea3-4">QA</label></span><span class="elementor-field-option"><input type="checkbox" value="Data &amp; AI" id="form-field-field_7450ea3-5" name="form_fields[field_7450ea3][]"> <label for="form-field-field_7450ea3-5">Data & AI</label></span></div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e596a61 elementor-col-100">
					<div style="color:#fff; ">(*) Campos obligatorios</div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_29a43dc elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_c74de14 elementor-col-100">
												<label for="form-field-field_c74de14" class="elementor-field-label">
								acepto la política de privacidad 							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_c74de14]" id="form-field-field_c74de14" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_c74de14">He leído y acepto la política de privacidad de Capitole y autorizo el tratamiento de mis datos para gestionar mi inscripción al evento.*</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_7de0b93 elementor-col-100">
												<label for="form-field-field_7de0b93" class="elementor-field-label">
								Deseo recibir información sobre futuras							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_7de0b93]" id="form-field-field_7de0b93" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_7de0b93">Deseo recibir información sobre futuras formaciones, charlas o actividades tecnológicas organizadas por Capitole.</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_073cb03 elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit" id="bg-btn2">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Recibir novedades</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2ab40320 e-flex e-con-boxed e-con e-parent" data-id="2ab40320" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3dcba9cc elementor-widget elementor-widget-html" data-id="3dcba9cc" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function () {

    var pais = document.querySelector('[name="form_fields[field_da277e3]"]');

    var provinciaSelects = [
        document.querySelector('[name="form_fields[field_4a53333]"]'),
        document.querySelector('[name="form_fields[field_4a53334]"]')
    ];

    var provinciaGroups = document.querySelectorAll(
        '.elementor-field-group-field_4a53333, .elementor-field-group-field_4a53334'
    );

    var provinciaOtro      = document.querySelector('[name="form_fields[provincia_otro]"]');
    var provinciaOtroGroup = provinciaOtro ? provinciaOtro.closest('.elementor-field-group') : null;

    // Select "país extranjero" (reemplaza el input de texto anterior)
    var paisOtro      = document.querySelector('[name="form_fields[field_92b0240]"]');
    var paisOtroGroup = document.querySelector('.elementor-field-group-field_92b0240')
                     || (paisOtro ? paisOtro.closest('.elementor-field-group') : null);

    if (!pais) return;


    function show(el) {
        if (!el) return;
        el.style.setProperty('display', 'block', 'important');
        el.style.removeProperty('visibility');
        el.hidden = false;
    }
    function hide(el) {
        if (!el) return;
        el.style.setProperty('display', 'none', 'important');
        el.hidden = true;
    }

 
    var firstOption = pais.options[0];
    if (firstOption && firstOption.nextElementSibling && firstOption.value === firstOption.nextElementSibling.value) {
        firstOption.value    = '';
        firstOption.disabled = true;
        firstOption.selected = true;
    }

    provinciaSelects.forEach(function (select) {
        if (!select || select.options.length < 2) return;
        var first = select.options[0];
        if (first && first.value !== '') {
            first.value    = '';
            first.disabled = true;
            first.selected = true;
        }
    });


    if (paisOtro && paisOtro.options.length > 0) {
        var firstPaisOtro = paisOtro.options[0];
        if (firstPaisOtro && firstPaisOtro.value !== '') {
            firstPaisOtro.value    = '';
            firstPaisOtro.disabled = true;
            firstPaisOtro.selected = true;
        }
    }

  
    function toggleFields() {
        var value = pais.value;

   
        if (value === 'Otropais') {
            show(paisOtroGroup);
            if (paisOtro) {
                paisOtro.required = true;
                paisOtro.setAttribute('required', 'required');
            }
        } else {
            hide(paisOtroGroup);
            if (paisOtro) {
                if (typeof jQuery !== 'undefined') jQuery(paisOtro).val(null).trigger('change');
                paisOtro.required = false;
                paisOtro.removeAttribute('required');
            }
        }

       
        if (value === 'España') {
            provinciaGroups.forEach(show);
            provinciaSelects.forEach(function (s) {
                if (!s) return;
                s.required = true;
                s.setAttribute('required', 'required');
            });

            hide(provinciaOtroGroup);
            if (provinciaOtro) {
                provinciaOtro.value   = '';
                provinciaOtro.required = false;
                provinciaOtro.removeAttribute('required');
            }

        } else {
            provinciaGroups.forEach(hide);
            provinciaSelects.forEach(function (s) {
                if (!s) return;
                s.required = false;
                s.removeAttribute('required');
                if (typeof jQuery !== 'undefined') jQuery(s).val(null).trigger('change');
            });

            if (value === 'Otropais') {
                show(provinciaOtroGroup);
                if (provinciaOtro) {
                    provinciaOtro.required = true;
                    provinciaOtro.setAttribute('required', 'required');
                }
            } else {
                hide(provinciaOtroGroup);
                if (provinciaOtro) {
                    provinciaOtro.value    = '';
                    provinciaOtro.required = false;
                    provinciaOtro.removeAttribute('required');
                }
            }
        }
    }

  
    var form = pais.closest('form');
    if (form) {
        form.addEventListener('submit', function (e) {
            var hasError = false;

            // Validar comunidades autónomas (solo si España)
            if (pais.value === 'España') {
                provinciaSelects.forEach(function (select, i) {
                    var group = provinciaGroups[i];
                    if (!group || group.hidden) return;
                    if (!select || select.value) return;
                    hasError = true;

                    var container = jQuery(select).next('.select2-container');
                    container.css('outline', '2px solid red');

                    if (!group.querySelector('.select2-required-error')) {
                        var msg = document.createElement('p');
                        msg.className     = 'select2-required-error';
                        msg.style.cssText = 'color:red;font-size:12px;margin:4px 0 0';
                        msg.textContent   = 'Este campo es obligatorio.';
                        group.appendChild(msg);
                    }

                    jQuery(select).one('change', function () {
                        container.css('outline', '');
                        var err = group.querySelector('.select2-required-error');
                        if (err) err.remove();
                    });
                });
            }

          
            if (pais.value === 'Otropais' && paisOtro && !paisOtro.value) {
                hasError = true;

                var container = jQuery(paisOtro).next('.select2-container');
                container.css('outline', '2px solid red');

                if (paisOtroGroup && !paisOtroGroup.querySelector('.select2-required-error')) {
                    var msg = document.createElement('p');
                    msg.className     = 'select2-required-error';
                    msg.style.cssText = 'color:red;font-size:12px;margin:4px 0 0';
                    msg.textContent   = 'Este campo es obligatorio.';
                    paisOtroGroup.appendChild(msg);
                }

                jQuery(paisOtro).one('change', function () {
                    container.css('outline', '');
                    var err = paisOtroGroup && paisOtroGroup.querySelector('.select2-required-error');
                    if (err) err.remove();
                });
            }

            if (hasError) e.preventDefault();
        }, true);
    }


    hide(paisOtroGroup);

    pais.addEventListener('change', toggleFields);
    toggleFields();
});
</script>

<script>
(function () {
   
    var selects = [
        {
            name:        'form_fields[field_4a53333]',
            placeholder: 'Selecciona una comunidad autónoma',
            labelText:   'Comunidad Autónoma'
        },
        {
            name:        'form_fields[field_4a53334]',
            placeholder: 'Selecciona una comunidad autónoma',
            labelText:   'Comunidad Autónoma'
        },
        {
            name:        'form_fields[field_92b0240]',
            placeholder: 'Selecciona un país...',
            labelText:   'Selecciona un país'
        }
    ];

    function initSelects() {
        var initialized = 0;

        selects.forEach(function (cfg) {
            var selectElement = document.querySelector('select[name="' + cfg.name + '"]');
            if (!selectElement) return;
            if (selectElement.dataset.select2Initialized) return;

          
            var labelOption      = document.createElement('option');
            labelOption.text     = cfg.labelText;
            labelOption.disabled = true;
            labelOption.selected = true;
            labelOption.hidden   = true;
            selectElement.insertBefore(labelOption, selectElement.firstChild);

            if (typeof jQuery !== 'undefined' && jQuery.fn.select2) {
                jQuery(selectElement).select2({
                    width:              '100%',
                    placeholder:        cfg.placeholder,
                    allowClear:         false,
                    minimumInputLength: 0,
                    createTag:          function () { return null; },
                    language: {
                        noResults:     function () { return 'No se encontraron resultados'; },
                        searching:     function () { return 'Buscando...'; },
                        inputTooShort: function (args) {
                            return 'Escribe al menos ' + args.minimum + ' carácter(es)';
                        }
                    }
                });

                selectElement.dataset.select2Initialized = 'true';
                initialized++;
            }
        });

        if (initialized === 0) setTimeout(initSelects, 300);
    }

    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', initSelects);
    } else {
        initSelects();
    }
})();
</script>

<script>
document.addEventListener('DOMContentLoaded', function () {
    document.querySelectorAll('input[type="hidden"]').forEach(function (input) {
        if (input.value.trim() === 'url_pagina') {
            input.value = window.location.href;
        }
    });
});
</script>

<script>
document.addEventListener('DOMContentLoaded', function () {
    var wrapper = document.querySelector('.wrapper-fecha .elementor-heading-title');
    if (!wrapper) return;

    var parts = wrapper.textContent.trim().split('/');
    if (parts.length !== 3) return;

    var day   = parseInt(parts[0], 10);
    var month = parseInt(parts[1], 10) - 1;
    var year  = parseInt(parts[2], 10);
    var date  = new Date(year, month, day);

    if (date.getDate() === day && date.getMonth() === month && date.getFullYear() === year) {
        var mes = date.toLocaleDateString('es-ES', { month: 'long' });
        wrapper.textContent = day + ' de ' + mes.charAt(0).toUpperCase() + mes.slice(1);
    }
});
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-79e060b6 elementor-widget elementor-widget-spacer" data-id="79e060b6" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3762a9e1 e-flex e-con-boxed e-con e-parent" data-id="3762a9e1" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-fdda3fa e-con-full e-flex e-con e-child" data-id="fdda3fa" data-element_type="container">
		<div class="elementor-element elementor-element-3953970a e-con-full e-flex e-con e-child" data-id="3953970a" data-element_type="container">
		<div class="elementor-element elementor-element-46ac9930 e-con-full e-flex e-con e-child" data-id="46ac9930" data-element_type="container">
				<div class="elementor-element elementor-element-55746dbd elementor-widget elementor-widget-image" data-id="55746dbd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="1024" height="1024" src="https://www.capitole-consulting.com/wp-content/uploads/2026/05/dan-1024x1024.png" class="attachment-large size-large wp-image-19168" alt="Daniel García Vicario" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/05/dan-1024x1024.png 1024w, https://www.capitole-consulting.com/wp-content/uploads/2026/05/dan-300x300.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2026/05/dan-150x150.png 150w, https://www.capitole-consulting.com/wp-content/uploads/2026/05/dan-768x768.png 768w, https://www.capitole-consulting.com/wp-content/uploads/2026/05/dan.png 1152w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				<div class="elementor-element elementor-element-77522d elementor-widget elementor-widget-heading" data-id="77522d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Daniel García Vicario</div>				</div>
				</div>
				<div class="elementor-element elementor-element-6f6b2500 elementor-widget elementor-widget-heading" data-id="6f6b2500" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Senior Software Engineer</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-46bb7b4e e-con-full e-flex e-con e-child" data-id="46bb7b4e" data-element_type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-23ad42f0 e-con-full e-flex e-con e-child" data-id="23ad42f0" data-element_type="container">
				<div class="elementor-element elementor-element-577830a5 title registro-evento elementor-widget elementor-widget-heading" data-id="577830a5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>¿Sobre qué hablaremos?</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ef1e59e title evento-finalizado elementor-widget elementor-widget-heading" data-id="ef1e59e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>¿Sobre qué hablamos?</span></h2>				</div>
				</div>
		<div class="elementor-element elementor-element-7362776f e-con-full e-flex e-con e-child" data-id="7362776f" data-element_type="container">
				<div class="elementor-element elementor-element-22d463cc elementor-widget elementor-widget-heading" data-id="22d463cc" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Calidad como ventaja competitiva
</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-21a02440 elementor-widget elementor-widget-text-editor" data-id="21a02440" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Por qué QA, bien articulada como estrategia, genera impacto directo en resultados de negocio, satisfacción del cliente y eficiencia operativa. Dejar de verla como un coste y empezar a usarla como palanca.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1c17bd9e e-con-full e-flex e-con e-child" data-id="1c17bd9e" data-element_type="container">
				<div class="elementor-element elementor-element-62e3575b elementor-widget elementor-widget-heading" data-id="62e3575b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Del estado del arte a la práctica</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-411840fc elementor-widget elementor-widget-text-editor" data-id="411840fc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>BDD, TDD, tests de integración con Playwright, accesibilidad con AXE, testeo visual por imágenes, pipelines con Turbo y estrategias de cobertura. Todo explicado con ejemplos prácticos y anécdotas reales de casi 30 años en entornos corporativos.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dc2b474 e-con-full e-flex e-con e-child" data-id="dc2b474" data-element_type="container">
				<div class="elementor-element elementor-element-5c0adaca elementor-widget elementor-widget-heading" data-id="5c0adaca" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Métricas, cultura y paz mental</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-59fd58d0 elementor-widget elementor-widget-text-editor" data-id="59fd58d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Dashboards y KPIs que hacen la calidad visible ante el negocio, retros y feedback loops que de verdad mueven la aguja, y una promesa concreta: paz mental en tus proyectos.</p>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1accf2c4 e-flex e-con-boxed e-con e-parent" data-id="1accf2c4" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-101c3499 elementor-widget elementor-widget-spacer" data-id="101c3499" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
		<div class="elementor-element elementor-element-44bd3d7f e-con-full e-flex e-con e-child" data-id="44bd3d7f" data-element_type="container">
				<div class="elementor-element elementor-element-128b2682 title elementor-widget elementor-widget-heading" data-id="128b2682" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>FAQ</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6196e8a8 elementor-widget elementor-widget-n-accordion" data-id="6196e8a8" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:200,&quot;sizes&quot;:[]},&quot;max_items_expended&quot;:&quot;one&quot;}" data-widget_type="nested-accordion.default">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-1630" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-1630" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Cómo acceder al evento online? </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1630" class="elementor-element elementor-element-61fdfc16 e-con-full e-flex e-con e-child" data-id="61fdfc16" data-element_type="container">
				<div class="elementor-element elementor-element-353819f8 elementor-widget elementor-widget-text-editor" data-id="353819f8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Una vez completes el formulario de inscripción, recibirás un correo de confirmación con el enlace de Microsoft Teams para unirte a la sesión el día del evento.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-1631" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1631" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Dónde se celebra el evento? </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1631" class="elementor-element elementor-element-25e3321d e-con-full e-flex e-con e-child" data-id="25e3321d" data-element_type="container">
				<div class="elementor-element elementor-element-53ff36a6 elementor-widget elementor-widget-text-editor" data-id="53ff36a6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-1632" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1632" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿La entrada es gratuita?  </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1632" class="elementor-element elementor-element-547cfed2 e-con-full e-flex e-con e-child" data-id="547cfed2" data-element_type="container">
				<div class="elementor-element elementor-element-55be31b4 elementor-widget elementor-widget-text-editor" data-id="55be31b4" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-1633" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-1633" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Qué pasa si no puedo asistir?  </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1633" class="elementor-element elementor-element-7dcd542b e-flex e-con-boxed e-con e-child" data-id="7dcd542b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-21c9b7d3 elementor-widget elementor-widget-text-editor" data-id="21c9b7d3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
				</div>
					</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-35c5dadb e-flex e-con-boxed e-con e-parent" data-id="35c5dadb" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1e7e7a63 elementor-widget elementor-widget-spacer" data-id="1e7e7a63" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d43bb24 e-flex e-con-boxed e-con e-parent" data-id="d43bb24" data-element_type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/blog/evento/calidad-como-estrategia-de-negocio/">Calidad como estrategia de negocio</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Arquitectura Hexagonal</title>
		<link>https://www.capitole-consulting.com/blog/evento/arquitectura-hexagonal-software-testeable/</link>
		
		<dc:creator><![CDATA[Marta Castellvi]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 16:29:06 +0000</pubDate>
				<guid isPermaLink="false">https://www.capitole-consulting.com/?post_type=evento&#038;p=18917</guid>

					<description><![CDATA[<p>La receta para cocinar Software Testeable Fecha Hora Modalidad Categoría Software Esta tech talk ya finalizó&#8230; ¡No te pierdas las próximas! Roger Porta Software Architect ¿Sobre qué hablaremos? ¿Sobre qué hablamos? Los ingredientes del Testable Design: Descubriremos cómo el principio de responsabilidad única y la inyección de dependencias nos ayudan a lograr una alta cohesión ... <a title="Arquitectura Hexagonal" class="read-more" href="https://www.capitole-consulting.com/blog/evento/arquitectura-hexagonal-software-testeable/" aria-label="Read more about Arquitectura Hexagonal">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/evento/arquitectura-hexagonal-software-testeable/">Arquitectura Hexagonal</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18917" class="elementor elementor-18917" data-elementor-post-type="evento">
				<div class="elementor-element elementor-element-7f687182 e-flex e-con-boxed e-con e-parent" data-id="7f687182" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-11fb9359 e-con-full e-flex e-con e-child" data-id="11fb9359" data-element_type="container">
		<div class="elementor-element elementor-element-300dfcbc e-con-full registro-evento e-flex e-con e-child" data-id="300dfcbc" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-249b65ad elementor-widget elementor-widget-image" data-id="249b65ad" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="271" height="58" src="https://www.capitole-consulting.com/wp-content/uploads/2025/12/LogoCTTWhiteCapitole.svg" class="attachment-large size-large wp-image-18489" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-66166362 elementor-widget elementor-widget-heading" data-id="66166362" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Arquitectura Hexagonal</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-590d5c35 elementor-widget elementor-widget-heading" data-id="590d5c35" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">La receta para cocinar Software Testeable</h3>				</div>
				</div>
		<div class="elementor-element elementor-element-2fae076d e-con-full e-flex e-con e-child" data-id="2fae076d" data-element_type="container">
		<div class="elementor-element elementor-element-759a0506 e-con-full e-flex e-con e-child" data-id="759a0506" data-element_type="container">
				<div class="elementor-element elementor-element-116d1af elementor-widget elementor-widget-heading" data-id="116d1af" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Fecha</span>				</div>
				</div>
				<div class="elementor-element elementor-element-e940ac6 wrapper-fecha elementor-widget elementor-widget-heading" data-id="e940ac6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">21/04/2026</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-5ec43571 e-con-full e-flex e-con e-child" data-id="5ec43571" data-element_type="container">
				<div class="elementor-element elementor-element-79a6941c elementor-widget elementor-widget-heading" data-id="79a6941c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Hora</span>				</div>
				</div>
				<div class="elementor-element elementor-element-7d079c6c elementor-widget elementor-widget-heading" data-id="7d079c6c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">6:00 pm</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-33b9433e e-con-full e-flex e-con e-child" data-id="33b9433e" data-element_type="container">
				<div class="elementor-element elementor-element-3e39953a elementor-widget elementor-widget-heading" data-id="3e39953a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Modalidad</span>				</div>
				</div>
				<div class="elementor-element elementor-element-792dd7e elementor-widget elementor-widget-heading" data-id="792dd7e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Online</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-69149d1d e-con-full e-flex e-con e-child" data-id="69149d1d" data-element_type="container">
				<div class="elementor-element elementor-element-62f43d94 elementor-widget elementor-widget-heading" data-id="62f43d94" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Categoría</span>				</div>
				</div>
				<div class="elementor-element elementor-element-1c00aa8f elementor-widget elementor-widget-heading" data-id="1c00aa8f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Software </div>				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4907445c e-con-full e-flex e-con e-child" data-id="4907445c" data-element_type="container">
				<div class="elementor-element elementor-element-14a51f01 elementor-button-align-center form-register elementor-widget elementor-widget-form" data-id="14a51f01" data-element_type="widget" id="id-form-register" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Arquitectura Hexagonal" aria-label="Arquitectura Hexagonal">
			<input type="hidden" name="post_id" value="18917"/>
			<input type="hidden" name="form_id" value="14a51f01"/>
			<input type="hidden" name="referer_title" value="You searched for Software - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_name elementor-col-50">
												<label for="form-field-field_name" class="elementor-field-label">
								Nombre							</label>
														<input size="1" type="text" name="form_fields[field_name]" id="form-field-field_name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nombre *">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_99c7da0 elementor-col-50">
												<label for="form-field-field_99c7da0" class="elementor-field-label">
								Apellido 							</label>
														<input size="1" type="text" name="form_fields[field_99c7da0]" id="form-field-field_99c7da0" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Apellido *">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_49ef003 elementor-col-100 elementor-field-required">
												<label for="form-field-field_49ef003" class="elementor-field-label">
								E-mail corporativo							</label>
														<input size="1" type="email" name="form_fields[field_49ef003]" id="form-field-field_49ef003" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="E-mail corporativo* " required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_da277e3 elementor-col-50 elementor-field-required">
												<label for="form-field-field_da277e3" class="elementor-field-label">
								Seleccione país							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_da277e3]" id="form-field-field_da277e3" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="España">Seleccione país</option>
									<option value="España">España</option>
									<option value="Otro país">Otro país</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4a53333 elementor-col-50">
												<label for="form-field-field_4a53333" class="elementor-field-label">
								Seleccione provincia							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_4a53333]" id="form-field-field_4a53333" class="elementor-field-textual elementor-size-sm">
									<option value="andalucia">Andalucía</option>
									<option value="aragon">Aragón</option>
									<option value="asturias">Principado de Asturias</option>
									<option value="baleares">Islas Baleares</option>
									<option value="canarias">Canarias</option>
									<option value="cantabria">Cantabria</option>
									<option value="castilla_la_mancha">Castilla La Mancha</option>
									<option value="castilla_y_leon">Castilla y León</option>
									<option value="cataluna">Cataluña</option>
									<option value="ceuta">Ceuta</option>
									<option value="extremadura">Extremadura</option>
									<option value="galicia">Galicia</option>
									<option value="la_rioja">La Rioja</option>
									<option value="madrid">Comunidad de Madrid</option>
									<option value="melilla">Melilla</option>
									<option value="murcia">Región de Murcia</option>
									<option value="navarra">Comunidad Foral de Navarra</option>
									<option value="pais_vasco">País Vasco</option>
									<option value="valencia">Comunidad Valenciana</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2ed2dc6 elementor-col-100 elementor-field-required">
												<label for="form-field-field_2ed2dc6" class="elementor-field-label">
								Área profesional							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_2ed2dc6]" id="form-field-field_2ed2dc6" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="Área profesional">Área profesional</option>
									<option value="Desarrollador/a de Software">Desarrollador/a de Software</option>
									<option value="Ingeniero/a de Software">Ingeniero/a de Software</option>
									<option value="Arquitecto/a de Software">Arquitecto/a de Software</option>
									<option value="Ingeniero/a QA / Tester">Ingeniero/a QA / Tester</option>
									<option value="Administrador/a de Sistemas">Administrador/a de Sistemas</option>
									<option value="Ingeniero/a DevOps / Infraestructura">Ingeniero/a DevOps / Infraestructura</option>
									<option value="Ingeniero/a de Redes">Ingeniero/a de Redes</option>
									<option value="Soporte Técnico">Soporte Técnico</option>
									<option value="Administrador/a de Bases de Datos (DBA)">Administrador/a de Bases de Datos (DBA)</option>
									<option value="Especialista en Ciberseguridad / Seguridad TI">Especialista en Ciberseguridad / Seguridad TI</option>
									<option value="Especialista en Datos / Analítica">Especialista en Datos / Analítica</option>
									<option value="Líder Técnico">Líder Técnico</option>
									<option value="Scrum Master">Scrum Master</option>
									<option value="Product Owner">Product Owner</option>
									<option value="Gerente de Proyectos TI">Gerente de Proyectos TI</option>
									<option value="CTO / Dirección de Tecnología">CTO / Dirección de Tecnología</option>
									<option value="Diseñador/a UX/UI">Diseñador/a UX/UI</option>
									<option value="Analista / Especialista de Producto">Analista / Especialista de Producto</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_b9a4240 elementor-col-100">
					<div class="div-interes">
<b>Intereses*</b>
<br>(Selecciona una o más opciones)</div>				</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_interes elementor-col-100">
												<label for="form-field-field_interes" class="elementor-field-label">
								Listado Intereses							</label>
						<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="Infra &amp; Cybersecurity" id="form-field-field_interes-0" name="form_fields[field_interes][]"> <label for="form-field-field_interes-0">Infra & Cybersecurity</label></span><span class="elementor-field-option"><input type="checkbox" value="Industry 4.0 &amp; Engineering" id="form-field-field_interes-1" name="form_fields[field_interes][]"> <label for="form-field-field_interes-1">Industry 4.0 & Engineering</label></span><span class="elementor-field-option"><input type="checkbox" value="Methods &amp; Transformation" id="form-field-field_interes-2" name="form_fields[field_interes][]"> <label for="form-field-field_interes-2">Methods & Transformation</label></span><span class="elementor-field-option"><input type="checkbox" value="Software Development" id="form-field-field_interes-3" name="form_fields[field_interes][]"> <label for="form-field-field_interes-3">Software Development</label></span><span class="elementor-field-option"><input type="checkbox" value="QA" id="form-field-field_interes-4" name="form_fields[field_interes][]"> <label for="form-field-field_interes-4">QA</label></span><span class="elementor-field-option"><input type="checkbox" value="Data &amp; AI" id="form-field-field_interes-5" name="form_fields[field_interes][]"> <label for="form-field-field_interes-5">Data & AI</label></span></div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e596a61 elementor-col-100">
					<div style="color:#fff; ">(*) Campos obligatorios</div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_29a43dc elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_c74de14 elementor-col-100 elementor-field-required">
												<label for="form-field-field_c74de14" class="elementor-field-label">
								acepto la política de privacidad 							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_c74de14]" id="form-field-field_c74de14" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">
				<label for="form-field-field_c74de14">He leído y acepto la política de privacidad de Capitole y autorizo el tratamiento de mis datos para gestionar mi inscripción al evento.*</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_7de0b93 elementor-col-100">
												<label for="form-field-field_7de0b93" class="elementor-field-label">
								Deseo recibir información sobre futuras							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_7de0b93]" id="form-field-field_7de0b93" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_7de0b93">Deseo recibir información sobre futuras formaciones, charlas o actividades tecnológicas organizadas por Capitole.</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_073cb03 elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_8b7db7a elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_8b7db7a]" id="form-field-field_8b7db7a" class="elementor-field elementor-size-sm  elementor-field-textual" value="Arquitectura Hexagonal">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_bb1d20e elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_bb1d20e]" id="form-field-field_bb1d20e" class="elementor-field elementor-size-sm  elementor-field-textual" value="21/04/2026">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4e46e66 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4e46e66]" id="form-field-field_4e46e66" class="elementor-field elementor-size-sm  elementor-field-textual" value="6:00 pm">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_1c390bb elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_1c390bb]" id="form-field-field_1c390bb" class="elementor-field elementor-size-sm  elementor-field-textual" value="7:00 pm">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4ce2733 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4ce2733]" id="form-field-field_4ce2733" class="elementor-field elementor-size-sm  elementor-field-textual" value="Online">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4d470ea elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4d470ea]" id="form-field-field_4d470ea" class="elementor-field elementor-size-sm  elementor-field-textual" value="https://teams.microsoft.com/meet/31327729873264?p=SU9aZLPRSDjJbnphan">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_d486c47 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_d486c47]" id="form-field-field_d486c47" class="elementor-field elementor-size-sm  elementor-field-textual" value="url_pagina">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit" id="bg-btn">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Reserva tu plaza</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1135f053 e-con-full evento-finalizado e-flex e-con e-child" data-id="1135f053" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-4755f95f elementor-widget elementor-widget-image" data-id="4755f95f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="271" height="58" src="https://www.capitole-consulting.com/wp-content/uploads/2025/12/LogoCTTWhiteCapitole.svg" class="attachment-large size-large wp-image-18489" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-3f04760 elementor-widget elementor-widget-heading" data-id="3f04760" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Arquitectura Hexagonal</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-6a934a9a elementor-widget elementor-widget-heading" data-id="6a934a9a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Esta tech talk ya finalizó...</div>				</div>
				</div>
				<div class="elementor-element elementor-element-30e72c4d elementor-widget elementor-widget-heading" data-id="30e72c4d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">¡No te pierdas las próximas!</div>				</div>
				</div>
		<div class="elementor-element elementor-element-25f73d5b e-con-full e-flex e-con e-child" data-id="25f73d5b" data-element_type="container">
				<div class="elementor-element elementor-element-78ba075 elementor-button-align-center form-register-end elementor-widget elementor-widget-form" data-id="78ba075" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" id="Suscribe_id" name="Suscribe" aria-label="Suscribe">
			<input type="hidden" name="post_id" value="18917"/>
			<input type="hidden" name="form_id" value="78ba075"/>
			<input type="hidden" name="referer_title" value="You searched for Software - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-newsletter_global elementor-col-100">
													<input size="1" type="hidden" name="form_fields[newsletter_global]" id="form-field-newsletter_global" class="elementor-field elementor-size-sm  elementor-field-textual" value="newsletter_global">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1026117 elementor-col-100">
												<label for="form-field-field_1026117" class="elementor-field-label">
								Nombre							</label>
														<input size="1" type="text" name="form_fields[field_1026117]" id="form-field-field_1026117" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nombre *">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_99c7da0 elementor-col-100">
												<label for="form-field-field_99c7da0" class="elementor-field-label">
								Apellido 							</label>
														<input size="1" type="text" name="form_fields[field_99c7da0]" id="form-field-field_99c7da0" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Apellido *">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_49ef003 elementor-col-100 elementor-field-required">
												<label for="form-field-field_49ef003" class="elementor-field-label">
								E-mail corporativo							</label>
														<input size="1" type="email" name="form_fields[field_49ef003]" id="form-field-field_49ef003" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="E-mail corporativo*" required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4a53334 elementor-col-100 elementor-field-required">
												<label for="form-field-field_4a53334" class="elementor-field-label">
								Seleccione provincia							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_4a53334]" id="form-field-field_4a53334" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="andalucia">Andalucía</option>
									<option value="aragon">Aragón</option>
									<option value="asturias">Principado de Asturias</option>
									<option value="baleares">Islas Baleares</option>
									<option value="canarias">Canarias</option>
									<option value="cantabria">Cantabria</option>
									<option value="castilla_la_mancha">Castilla La Mancha</option>
									<option value="castilla_y_leon">Castilla y León</option>
									<option value="cataluna">Cataluña</option>
									<option value="ceuta">Ceuta</option>
									<option value="extremadura">Extremadura</option>
									<option value="galicia">Galicia</option>
									<option value="la_rioja">La Rioja</option>
									<option value="madrid">Comunidad de Madrid</option>
									<option value="melilla">Melilla</option>
									<option value="murcia">Región de Murcia</option>
									<option value="navarra">Comunidad Foral de Navarra</option>
									<option value="pais_vasco">País Vasco</option>
									<option value="valencia">Comunidad Valenciana</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2ed2dc6 elementor-col-33 elementor-field-required">
												<label for="form-field-field_2ed2dc6" class="elementor-field-label">
								Área profesional							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_2ed2dc6]" id="form-field-field_2ed2dc6" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="Seleccione área profesional">Seleccione área profesional</option>
									<option value="Desarrollador/a de Software">Desarrollador/a de Software</option>
									<option value="Ingeniero/a de Software">Ingeniero/a de Software</option>
									<option value="Arquitecto/a de Software">Arquitecto/a de Software</option>
									<option value="Ingeniero/a QA / Tester">Ingeniero/a QA / Tester</option>
									<option value="Administrador/a de Sistemas">Administrador/a de Sistemas</option>
									<option value="Ingeniero/a DevOps / Infraestructura">Ingeniero/a DevOps / Infraestructura</option>
									<option value="Ingeniero/a de Redes">Ingeniero/a de Redes</option>
									<option value="Soporte Técnico">Soporte Técnico</option>
									<option value="Administrador/a de Bases de Datos (DBA)">Administrador/a de Bases de Datos (DBA)</option>
									<option value="Especialista en Ciberseguridad / Seguridad TI">Especialista en Ciberseguridad / Seguridad TI</option>
									<option value="Especialista en Datos / Analítica">Especialista en Datos / Analítica</option>
									<option value="Líder Técnico">Líder Técnico</option>
									<option value="Scrum Master">Scrum Master</option>
									<option value="Product Owner">Product Owner</option>
									<option value="Gerente de Proyectos TI">Gerente de Proyectos TI</option>
									<option value="CTO / Dirección de Tecnología">CTO / Dirección de Tecnología</option>
									<option value="Diseñador/a UX/UI">Diseñador/a UX/UI</option>
									<option value="Analista / Especialista de Producto">Analista / Especialista de Producto</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_interes_end elementor-col-66">
												<label for="form-field-field_interes_end" class="elementor-field-label">
								Intereses							</label>
						<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="Infra &amp; Cybersecurity" id="form-field-field_interes_end-0" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-0">Infra & Cybersecurity</label></span><span class="elementor-field-option"><input type="checkbox" value="Industry 4.0 &amp; Engineering" id="form-field-field_interes_end-1" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-1">Industry 4.0 & Engineering</label></span><span class="elementor-field-option"><input type="checkbox" value="Methods &amp; Transformation" id="form-field-field_interes_end-2" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-2">Methods & Transformation</label></span><span class="elementor-field-option"><input type="checkbox" value="Software Development" id="form-field-field_interes_end-3" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-3">Software Development</label></span><span class="elementor-field-option"><input type="checkbox" value="QA" id="form-field-field_interes_end-4" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-4">QA</label></span><span class="elementor-field-option"><input type="checkbox" value="Data &amp; AI" id="form-field-field_interes_end-5" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-5">Data & AI</label></span></div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e596a61 elementor-col-100">
					<div style="color:#fff; ">(*) Campos obligatorios</div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_29a43dc elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_c74de14 elementor-col-100">
												<label for="form-field-field_c74de14" class="elementor-field-label">
								acepto la política de privacidad 							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_c74de14]" id="form-field-field_c74de14" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_c74de14">He leído y acepto la política de privacidad de Capitole y autorizo el tratamiento de mis datos para gestionar mi inscripción al evento.*</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_7de0b93 elementor-col-100">
												<label for="form-field-field_7de0b93" class="elementor-field-label">
								Deseo recibir información sobre futuras							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_7de0b93]" id="form-field-field_7de0b93" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_7de0b93">Deseo recibir información sobre futuras formaciones, charlas o actividades tecnológicas organizadas por Capitole.</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_073cb03 elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit" id="bg-btn2">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Recibir novedades</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3b2e12d9 e-flex e-con-boxed e-con e-parent" data-id="3b2e12d9" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-31a8a2b elementor-widget elementor-widget-html" data-id="31a8a2b" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- Select2 CSS -->
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />

<!-- Select2 JS -->
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
<script>
    document.addEventListener('DOMContentLoaded', function() {

   
    const pais = document.querySelector('[name="form_fields[field_da277e3]"]');

    
    const provinciaSelects = [
        document.querySelector('[name="form_fields[field_4a53333]"]'),
        document.querySelector('[name="form_fields[field_4a53334]"]')
    ];

    // Wrappers de provincia
    const provinciaGroups = document.querySelectorAll(
        '.elementor-field-group-field_4a53333, .elementor-field-group-field_4a53334'
    );

    // Campo provincia libre
    const provinciaOtro = document.querySelector('[name="form_fields[provincia_otro]"]');
    const provinciaOtroGroup = provinciaOtro?.closest('.elementor-field-group');

    if (!pais) {
        console.log('❌ Campo país no encontrado');
        return;
    }

    function toggleFields() {
        const value = pais.value;

        console.log('País seleccionado:', value);

        if (value === 'España') {

            // Mostrar provincias
            provinciaGroups.forEach(group => {
                group.style.display = 'block';
            });

            // Hacer required los selects
            provinciaSelects.forEach(select => {
                if (select) {
                    select.required = true;
                    select.setAttribute('required', 'required');
                }
            });

            // Ocultar campo libre
            if (provinciaOtroGroup) {
                provinciaOtroGroup.style.display = 'none';
                provinciaOtro.value = '';
                provinciaOtro.required = false;
                provinciaOtro.removeAttribute('required');
            }

        } else {

            // Ocultar provincias
            provinciaGroups.forEach(group => {
                group.style.display = 'none';
            });

            // Quitar required a selects
            provinciaSelects.forEach(select => {
                if (select) {
                    select.required = false;
                    select.removeAttribute('required');
                }
            });

            // Mostrar campo libre
            if (provinciaOtroGroup) {
                provinciaOtroGroup.style.display = 'block';
                provinciaOtro.required = true;
                provinciaOtro.setAttribute('required', 'required');
            }

            // Limpiar Select2
            if (typeof jQuery !== 'undefined') {
                provinciaSelects.forEach(select => {
                    if (select) {
                        jQuery(select).val(null).trigger('change');
                    }
                });
            }
        }
    }

    // Evento cambio
    pais.addEventListener('change', toggleFields);

    // Ejecutar al cargar
    toggleFields();
});
</script>
<script>
(function () {
    // Nombres de los campos (los que ves en el HTML: name="form_fields[field_xxx]")
    // Reemplaza estos con los nombres reales de tus dos selects
    const fieldNames = [
        'form_fields[field_4a53333]', // Primer select
        'form_fields[field_4a53334]'  // Segundo select (cámbialo por el correcto)
    ];

    const placeholder = "Selecciona una comunidad autónoma";
    const labelText = "Provincia* Madrid";

    function initSelects() {
        let initialized = 0;

        fieldNames.forEach(function(fieldName) {
            // Buscar por name (más fiable en Elementor)
            const selectElement = document.querySelector(`select[name="${fieldName}"]`);

            if (!selectElement) return;

            // Evitar inicializar dos veces
            if (selectElement.dataset.select2Initialized) return;

            // Crear opción inicial no seleccionable
            const labelOption = document.createElement('option');
            labelOption.text = labelText;
            labelOption.disabled = true;
            labelOption.selected = true;
            labelOption.hidden = true;

            selectElement.insertBefore(labelOption, selectElement.firstChild);

            // Inicializar Select2 con jQuery
            if (typeof jQuery !== 'undefined' && jQuery.fn.select2) {
                jQuery(selectElement).select2({
                    placeholder: placeholder,
                    allowClear: false,
                    minimumInputLength: 1,
                    createTag: function () { return null; },
                    language: {
                        noResults: () => "No se encontraron resultados",
                        searching: () => "Buscando...",
                        inputTooShort: (args) => `Escribe al menos ${args.minimum} carácter(es)`
                    }
                });

                // Marcar como inicializado
                selectElement.dataset.select2Initialized = "true";
                initialized++;
                            }
        });

        // Si no se encontró ninguno, reintentar (por si el formulario carga con retraso)
        if (initialized === 0) {
            setTimeout(initSelects, 300); // Reintentar en 300ms
        }
    }

    // Ejecutar cuando el DOM esté listo
    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', initSelects);
    } else {
        initSelects();
    }
})();
</script>


<script>
document.addEventListener('DOMContentLoaded', function() {
       document.querySelectorAll('input[type="hidden"]').forEach(function(input) {
              if (input.value.trim() === "url_pagina") {
            input.value = window.location.href;
        }
    });
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
    const wrapper = document.querySelector('.wrapper-fecha .elementor-heading-title');
    if (!wrapper) return;

    const fechaStr = wrapper.textContent.trim();
    const parts = fechaStr.split('/');

    if (parts.length === 3) {
        const day = parseInt(parts[0], 10);
        const month = parseInt(parts[1], 10) - 1;
        const year = parseInt(parts[2], 10);

        const date = new Date(year, month, day);
      
        if (date.getDate() === day && date.getMonth() === month && date.getFullYear() === year) {
            const dia = date.getDate();
            const mes = date.toLocaleDateString('es-ES', { month: 'long' });
            const mesMayus = mes.charAt(0).toUpperCase() + mes.slice(1);
            wrapper.textContent = `${dia} de ${mesMayus}`;
        }
    }
});
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-79ba804f elementor-widget elementor-widget-spacer" data-id="79ba804f" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-44a9adbf e-flex e-con-boxed e-con e-parent" data-id="44a9adbf" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-403c8943 e-con-full e-flex e-con e-child" data-id="403c8943" data-element_type="container">
		<div class="elementor-element elementor-element-6e6559cc e-con-full e-flex e-con e-child" data-id="6e6559cc" data-element_type="container">
		<div class="elementor-element elementor-element-14b80644 e-con-full e-flex e-con e-child" data-id="14b80644" data-element_type="container">
				<div class="elementor-element elementor-element-b482e53 elementor-widget elementor-widget-image" data-id="b482e53" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="344" height="344" src="https://www.capitole-consulting.com/wp-content/uploads/2026/03/RogerPorta.png" class="attachment-large size-large wp-image-18920" alt="RpgerPorta" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/03/RogerPorta.png 344w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/RogerPorta-300x300.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/RogerPorta-150x150.png 150w" sizes="auto, (max-width: 344px) 100vw, 344px" />															</div>
				</div>
				<div class="elementor-element elementor-element-51a57a74 elementor-widget elementor-widget-heading" data-id="51a57a74" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Roger Porta</div>				</div>
				</div>
				<div class="elementor-element elementor-element-590c2f82 elementor-widget elementor-widget-heading" data-id="590c2f82" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Software Architect</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-47f8bb18 e-con-full e-flex e-con e-child" data-id="47f8bb18" data-element_type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-1442bc5d e-con-full e-flex e-con e-child" data-id="1442bc5d" data-element_type="container">
				<div class="elementor-element elementor-element-7eb608a6 title registro-evento elementor-widget elementor-widget-heading" data-id="7eb608a6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>¿Sobre qué hablaremos?</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-747e6f2b title evento-finalizado elementor-widget elementor-widget-heading" data-id="747e6f2b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>¿Sobre qué hablamos?</span></h2>				</div>
				</div>
		<div class="elementor-element elementor-element-38ec280a e-con-full e-flex e-con e-child" data-id="38ec280a" data-element_type="container">
				<div class="elementor-element elementor-element-d952db4 elementor-widget elementor-widget-heading" data-id="d952db4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Los ingredientes del Testable Design:</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-56c6e3d7 elementor-widget elementor-widget-text-editor" data-id="56c6e3d7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Descubriremos cómo el principio de responsabilidad única y la inyección de dependencias nos ayudan a lograr una alta cohesión y un bajo acoplamiento. Entenderemos por qué eso es clave para la testabilidad de los componentes.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7b0cd5da e-con-full e-flex e-con e-child" data-id="7b0cd5da" data-element_type="container">
				<div class="elementor-element elementor-element-7fec22a8 elementor-widget elementor-widget-heading" data-id="7fec22a8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">La Receta: Arquitectura Hexagonal</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-24dc1789 elementor-widget elementor-widget-text-editor" data-id="24dc1789" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Veremos cómo usar el patrón Ports &amp; Adapters para separar la lógica de negocio de sistemas externos, definiendo fronteras claras que permitan aislar el dominio. El resultado: podremos cortar fácilmente las partes del sistema que queremos probar.</p>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2b0d3ac9 e-flex e-con-boxed e-con e-parent" data-id="2b0d3ac9" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1cef9ae4 elementor-widget elementor-widget-spacer" data-id="1cef9ae4" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
		<div class="elementor-element elementor-element-11552048 e-con-full e-flex e-con e-child" data-id="11552048" data-element_type="container">
				<div class="elementor-element elementor-element-4055cdd title elementor-widget elementor-widget-heading" data-id="4055cdd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>FAQ</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-7e24ca84 elementor-widget elementor-widget-n-accordion" data-id="7e24ca84" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:200,&quot;sizes&quot;:[]},&quot;max_items_expended&quot;:&quot;one&quot;}" data-widget_type="nested-accordion.default">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2110" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2110" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Cómo acceder al evento online? </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2110" class="elementor-element elementor-element-291dcdb4 e-con-full e-flex e-con e-child" data-id="291dcdb4" data-element_type="container">
				<div class="elementor-element elementor-element-73a8b98d elementor-widget elementor-widget-text-editor" data-id="73a8b98d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Podrás acceder al evento online través del enlace que te llegará al correo electrónico al inscribirte.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-2111" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2111" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Dónde se celebra el evento? </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2111" class="elementor-element elementor-element-1b590f67 e-con-full e-flex e-con e-child" data-id="1b590f67" data-element_type="container">
				<div class="elementor-element elementor-element-704e8e83 elementor-widget elementor-widget-text-editor" data-id="704e8e83" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-2112" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2112" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿La entrada es gratuita?  </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2112" class="elementor-element elementor-element-75e3b79c e-con-full e-flex e-con e-child" data-id="75e3b79c" data-element_type="container">
				<div class="elementor-element elementor-element-6eb0c684 elementor-widget elementor-widget-text-editor" data-id="6eb0c684" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-2113" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-2113" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Qué pasa si no puedo asistir?  </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2113" class="elementor-element elementor-element-5024088f e-flex e-con-boxed e-con e-child" data-id="5024088f" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3edfe359 elementor-widget elementor-widget-text-editor" data-id="3edfe359" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>								</div>
				</div>
					</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e258da2 e-flex e-con-boxed e-con e-parent" data-id="e258da2" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-22c1072 elementor-widget elementor-widget-spacer" data-id="22c1072" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-57874063 e-flex e-con-boxed e-con e-parent" data-id="57874063" data-element_type="container">
					<div class="e-con-inner">
					</div>
				</div>
		<div class="elementor-element elementor-element-d0d2cb2 e-flex e-con-boxed e-con e-parent" data-id="d0d2cb2" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b10ed9d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b10ed9d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/blog/evento/arquitectura-hexagonal-software-testeable/">Arquitectura Hexagonal</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Role of High-Speed Communication Networks in Modern Engineering Systems</title>
		<link>https://www.capitole-consulting.com/blog/high-speed-communication-networks-modern-engineering-systems/</link>
					<comments>https://www.capitole-consulting.com/blog/high-speed-communication-networks-modern-engineering-systems/#respond</comments>
		
		<dc:creator><![CDATA[Azaria Canales]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 13:25:50 +0000</pubDate>
				<category><![CDATA[Industry 4.0 & Engineering]]></category>
		<category><![CDATA[Industry 4.0]]></category>
		<guid isPermaLink="false">https://www.capitole-consulting.com/?p=18875</guid>

					<description><![CDATA[<p>Modern engineering systems in industrial automation, semiconductor manufacturing, large-scale computing platforms and advanced instrumentation are complex systems increasingly consisting of many distributed subsystems that must exchange data continuously and reliably. High-speed communication interfaces have become an integral part of these architectures. They allow sensors, controllers, processing units and monitoring systems to operate as a coordinated ... <a title="The Role of High-Speed Communication Networks in Modern Engineering Systems" class="read-more" href="https://www.capitole-consulting.com/blog/high-speed-communication-networks-modern-engineering-systems/" aria-label="Read more about The Role of High-Speed Communication Networks in Modern Engineering Systems">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/high-speed-communication-networks-modern-engineering-systems/">The Role of High-Speed Communication Networks in Modern Engineering Systems</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Modern engineering systems in industrial automation, semiconductor manufacturing, large-scale computing platforms and advanced instrumentation are complex systems increasingly consisting of many distributed subsystems that must exchange data continuously and reliably.</p>



<p>High-speed communication interfaces have become an integral part of these architectures. They allow sensors, controllers, processing units and monitoring systems to operate as a coordinated network.</p>



<p>As system complexity grows, the role of communication infrastructure becomes increasingly important.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.capitole-consulting.com/wp-content/uploads/2026/03/Modern-Tech-Environment-1024x683.png" alt="High speed communication interfaces" class="wp-image-18879" style="width:607px;height:auto" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/03/Modern-Tech-Environment-1024x683.png 1024w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/Modern-Tech-Environment-300x200.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/Modern-Tech-Environment-768x512.png 768w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/Modern-Tech-Environment.png 1536w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>


<p></p>



<h3 class="wp-block-heading"><strong>Beyond Bandwidth: The Real Requirements of High-Speed Networks</strong></h3>



<p>Discussions around high-speed communication often focus only on bandwidth. In practice, system architects must consider other equally important parameters like</p>



<h4 class="wp-block-heading"><strong>Deterministic Latency</strong></h4>



<p>In many control-oriented systems, predictability of latency matters more than speed.</p>



<p>Distributed control loops, precision motion systems and instrumentation platforms require communication delays that remain consistent. Even small variations in latency can disrupt the system functionality leading to erroneous behaviour and catastrophic failure of systems.</p>



<p>Achieving deterministic latency typically requires hardware design specifically catering to routing of data and control signals and use of FPGAs and ASICs to avoids passing data through software layers. It also requires link initialization procedures to ensure that timing behaviour remains stable.</p>



<h4 class="wp-block-heading"><strong>Reliability and Continuous Operation</strong></h4>



<p>Industrial plants, semiconductor fabrication lines and computing infrastructure cannot afford frequent interruptions and rely on high-speed communication networks which operate continuously for long periods. Communication architectures in these environments therefore incorporate redundancy, error detection and monitoring mechanisms that allow faults to be detected and isolated without disrupting system operation.</p>



<h4 class="wp-block-heading"><strong>High-Speed Interfaces as System Infrastructure</strong></h4>



<p>Technologies such as PCI Express, high-speed Ethernet, and SERDES-based FPGA interconnects enable data transfers at tens of gigabits per second per lane. Modern systems often combine multiple such lanes to create aggregate bandwidths reaching hundreds of gigabits per second.</p>



<p>High-speed communication networks have become the most important entity connecting distributed subsystems that must operate in coordination.</p>



<h4 class="wp-block-heading"><strong>Distributed Monitoring and Safety Interlocks</strong></h4>



<p>In many industrial environments, communication networks serve not only data transport but also monitoring and safety functions.</p>



<p>Large facilities often deploy Distributed Monitoring Systems (DMS) that continuously collect operational information from sensors and control units located throughout the infrastructure providing low latency visibility into equipment health and performance.</p>



<p>Interlock systems implement safety mechanisms and are designed to prevent unsafe operating conditions. It automatically triggers protective actions when specific fault conditions are detected.</p>



<p>High-speed communication networks allow data and safety signals to propagate rapidly across distributed systems, enabling automated control systems to respond quickly to abnormal situations.</p>



<p>Because these mechanisms are closely tied to operational safety, they often rely on deterministic communication paths and redundant network architectures.</p>



<h4 class="wp-block-heading"><strong>Data Infrastructure and High-Performance Computing</strong></h4>



<p>High-speed communication is equally critical in computing infrastructure.</p>



<p>Modern data centres rely on high bandwidth interconnects to move data between processors, storage systems and accelerator hardware. AI training workloads, large-scale simulations, and real-time data analytics all depend on communication networks capable of handling large data flows with minimal latency.</p>



<p>Advances in Ethernet technology and optical interconnects have enabled data centre networks to scale to hundreds of gigabits per second, enabling entirely new categories of computational solutions.</p>



<h3 class="wp-block-heading"><strong>The Next Phase of High-Speed Communication</strong></h3>



<div class="wp-block-media-text is-stacked-on-mobile" style="grid-template-columns:33% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="805" height="1024" src="https://www.capitole-consulting.com/wp-content/uploads/2026/03/Data-Networks-805x1024.png" alt="Data centre networks" class="wp-image-18882 size-full" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/03/Data-Networks-805x1024.png 805w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/Data-Networks-236x300.png 236w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/Data-Networks-768x977.png 768w, https://www.capitole-consulting.com/wp-content/uploads/2026/03/Data-Networks.png 1024w" sizes="auto, (max-width: 805px) 100vw, 805px" /></figure><div class="wp-block-media-text__content">
<p>The pace of development in communication technology is ever increasing.</p>



<p>Data centre networks are already evolving toward terabit-scale Ethernet links. Optical communication technology is advancing to push the limits of bandwidth and distance. In parallel, wireless systems are advancing toward next-generation networks capable of supporting ultra-high throughput and low-latency connectivity.</p>



<p>As digital systems become increasingly distributed and data-driven, communication infrastructure will remain a critical enabler of innovation across many industries.</p>
</div></div>



<p></p>



<h3 class="wp-block-heading"><strong>Our Contribution to High-Speed Communication Systems</strong></h3>



<p>Developing reliable communication infrastructure requires expertise that spans hardware design, protocol implementation, FPGA and ASIC Design and system architecture.</p>



<p>Our teams contribute to the design and integration of high-speed wired communication systems used in distributed engineering platforms. These efforts include work on SERDES-based communication architectures, FPGA-based networking solutions, and system-level integration of high-speed interfaces.</p>



<p>By supporting the development of deterministic and reliable communication networks, we help enable complex platforms used in industrial automation, advanced instrumentation and high-performance computing environments.</p>



<h3 class="wp-block-heading"><strong>Conclusion</strong></h3>



<p>High-speed communication interfaces have evolved into a critical system infrastructure. They enable distributed systems to operate as coordinated platforms capable of processing and transporting large volumes of data with minimum latency and maximum Reliability.</p>



<p>As industries continue to build increasingly complex and interconnected systems, the performance and reliability of communication networks will remain central to the design of next-generation engineering platforms.</p>
<p>The post <a href="https://www.capitole-consulting.com/blog/high-speed-communication-networks-modern-engineering-systems/">The Role of High-Speed Communication Networks in Modern Engineering Systems</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.capitole-consulting.com/blog/high-speed-communication-networks-modern-engineering-systems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cuando la IA redefine el workflow</title>
		<link>https://www.capitole-consulting.com/blog/evento/ia-redefine-workflow/</link>
		
		<dc:creator><![CDATA[Marta Castellvi]]></dc:creator>
		<pubDate>Thu, 19 Feb 2026 13:40:14 +0000</pubDate>
				<guid isPermaLink="false">https://www.capitole-consulting.com/?post_type=evento&#038;p=18791</guid>

					<description><![CDATA[<p>Cuando la IA redefine el workflow Arquitectura clara. Contexto explícito. Colaboración sin fricción. Fecha Hora Modalidad Categoría Software Development Esta tech talk ya finalizó&#8230; ¡No te pierdas las próximas! Gabriela Zifferman Senior Frontend Developer ¿Sobre qué hablaremos? ¿Sobre qué hablamos? Por qué tu proyecto con IA puede romperse sin que lo veas venir Cuando falta ... <a title="Cuando la IA redefine el workflow" class="read-more" href="https://www.capitole-consulting.com/blog/evento/ia-redefine-workflow/" aria-label="Read more about Cuando la IA redefine el workflow">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/evento/ia-redefine-workflow/">Cuando la IA redefine el workflow</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18791" class="elementor elementor-18791" data-elementor-post-type="evento">
				<div class="elementor-element elementor-element-4376f101 e-flex e-con-boxed e-con e-parent" data-id="4376f101" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5d4fb85e e-con-full e-flex e-con e-child" data-id="5d4fb85e" data-element_type="container">
		<div class="elementor-element elementor-element-e9befbd e-con-full registro-evento e-flex e-con e-child" data-id="e9befbd" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-59dc03f5 elementor-widget elementor-widget-image" data-id="59dc03f5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="271" height="58" src="https://www.capitole-consulting.com/wp-content/uploads/2025/12/LogoCTTWhiteCapitole.svg" class="attachment-large size-large wp-image-18489" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-415a876f elementor-widget elementor-widget-heading" data-id="415a876f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Cuando la IA redefine el workflow</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-469ca10d elementor-widget elementor-widget-heading" data-id="469ca10d" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default"><p data-start="1463" data-end="1533"><strong data-start="1463" data-end="1533">Arquitectura clara. Contexto explícito. Colaboración sin fricción.</strong><span style="font-size: 1.4rem;font-style: inherit"></span></p></h3>				</div>
				</div>
		<div class="elementor-element elementor-element-4666e8f3 e-con-full e-flex e-con e-child" data-id="4666e8f3" data-element_type="container">
		<div class="elementor-element elementor-element-436f8a3e e-con-full aver e-flex e-con e-child" data-id="436f8a3e" data-element_type="container">
		<div class="elementor-element elementor-element-20c9ca51 e-con-full e-flex e-con e-child" data-id="20c9ca51" data-element_type="container">
				<div class="elementor-element elementor-element-1b48d42b elementor-widget elementor-widget-heading" data-id="1b48d42b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Fecha</span>				</div>
				</div>
				<div class="elementor-element elementor-element-773fcd9b wrapper-fecha elementor-widget elementor-widget-heading" data-id="773fcd9b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">25/03/2026</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c400ae9 e-con-full e-flex e-con e-child" data-id="c400ae9" data-element_type="container">
				<div class="elementor-element elementor-element-3a8dadeb elementor-widget elementor-widget-heading" data-id="3a8dadeb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Hora</span>				</div>
				</div>
				<div class="elementor-element elementor-element-209a675f elementor-widget elementor-widget-heading" data-id="209a675f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">6:00 pm</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-329fff4 e-con-full e-flex e-con e-child" data-id="329fff4" data-element_type="container">
				<div class="elementor-element elementor-element-33cd6311 elementor-widget elementor-widget-heading" data-id="33cd6311" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Modalidad</span>				</div>
				</div>
				<div class="elementor-element elementor-element-5befadb2 elementor-widget elementor-widget-heading" data-id="5befadb2" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Online</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7eedd42f e-con-full e-flex e-con e-child" data-id="7eedd42f" data-element_type="container">
				<div class="elementor-element elementor-element-30671b30 elementor-widget elementor-widget-heading" data-id="30671b30" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default">Categoría</span>				</div>
				</div>
				<div class="elementor-element elementor-element-f89fd6c elementor-widget elementor-widget-heading" data-id="f89fd6c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Software Development</div>				</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6bd6ce40 elementor-button-align-center form-register elementor-widget elementor-widget-form" data-id="6bd6ce40" data-element_type="widget" id="id-form-register" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Cuando la IA redefine el workflow" aria-label="Cuando la IA redefine el workflow">
			<input type="hidden" name="post_id" value="18791"/>
			<input type="hidden" name="form_id" value="6bd6ce40"/>
			<input type="hidden" name="referer_title" value="You searched for Software - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-name elementor-col-40">
					<div class="item-form"></div>				</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_name elementor-col-60">
												<label for="form-field-field_name" class="elementor-field-label">
								Nombre							</label>
														<input size="1" type="text" name="form_fields[field_name]" id="form-field-field_name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nombre *">
											</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_08dcf05 elementor-col-40">
					<div class="item-form"></div>				</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_99c7da0 elementor-col-60">
												<label for="form-field-field_99c7da0" class="elementor-field-label">
								Apellido 							</label>
														<input size="1" type="text" name="form_fields[field_99c7da0]" id="form-field-field_99c7da0" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Apellido *">
											</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_10c3c00 elementor-col-40">
					<div class="item-form"></div>				</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_49ef003 elementor-col-60 elementor-field-required">
												<label for="form-field-field_49ef003" class="elementor-field-label">
								E-mail corporativo							</label>
														<input size="1" type="email" name="form_fields[field_49ef003]" id="form-field-field_49ef003" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="E-mail corporativo* " required="required">
											</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_3918758 elementor-col-40">
					<div class="item-form"></div>				</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4a53333 elementor-col-60 elementor-field-required">
												<label for="form-field-field_4a53333" class="elementor-field-label">
								Seleccione provincia							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_4a53333]" id="form-field-field_4a53333" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="andalucia">Andalucía</option>
									<option value="aragon">Aragón</option>
									<option value="asturias">Principado de Asturias</option>
									<option value="baleares">Islas Baleares</option>
									<option value="canarias">Canarias</option>
									<option value="cantabria">Cantabria</option>
									<option value="castilla_la_mancha">Castilla La Mancha</option>
									<option value="castilla_y_leon">Castilla y León</option>
									<option value="cataluna">Cataluña</option>
									<option value="ceuta">Ceuta</option>
									<option value="extremadura">Extremadura</option>
									<option value="galicia">Galicia</option>
									<option value="la_rioja">La Rioja</option>
									<option value="madrid">Comunidad de Madrid</option>
									<option value="melilla">Melilla</option>
									<option value="murcia">Región de Murcia</option>
									<option value="navarra">Comunidad Foral de Navarra</option>
									<option value="pais_vasco">País Vasco</option>
									<option value="valencia">Comunidad Valenciana</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_35ec5cb elementor-col-40">
					<div class="item-form"></div>				</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2ed2dc6 elementor-col-60 elementor-field-required">
												<label for="form-field-field_2ed2dc6" class="elementor-field-label">
								Área profesional							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_2ed2dc6]" id="form-field-field_2ed2dc6" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="Desarrollador/a de Software">Desarrollador/a de Software</option>
									<option value="Ingeniero/a de Software">Ingeniero/a de Software</option>
									<option value="Arquitecto/a de Software">Arquitecto/a de Software</option>
									<option value="Ingeniero/a QA / Tester">Ingeniero/a QA / Tester</option>
									<option value="Administrador/a de Sistemas">Administrador/a de Sistemas</option>
									<option value="Ingeniero/a DevOps / Infraestructura">Ingeniero/a DevOps / Infraestructura</option>
									<option value="Ingeniero/a de Redes">Ingeniero/a de Redes</option>
									<option value="Soporte Técnico">Soporte Técnico</option>
									<option value="Administrador/a de Bases de Datos (DBA)">Administrador/a de Bases de Datos (DBA)</option>
									<option value="Especialista en Ciberseguridad / Seguridad TI">Especialista en Ciberseguridad / Seguridad TI</option>
									<option value="Especialista en Datos / Analítica">Especialista en Datos / Analítica</option>
									<option value="Líder Técnico">Líder Técnico</option>
									<option value="Scrum Master">Scrum Master</option>
									<option value="Product Owner">Product Owner</option>
									<option value="Gerente de Proyectos TI">Gerente de Proyectos TI</option>
									<option value="CTO / Dirección de Tecnología">CTO / Dirección de Tecnología</option>
									<option value="Diseñador/a UX/UI">Diseñador/a UX/UI</option>
									<option value="Analista / Especialista de Producto">Analista / Especialista de Producto</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_b9a4240 elementor-col-100">
					<div class="div-interes">
<b>Intereses*</b>
<br>(Selecciona una o más opciones)</div>				</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_interes elementor-col-100">
												<label for="form-field-field_interes" class="elementor-field-label">
								Listado Intereses							</label>
						<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="Infra &amp; Cybersecurity" id="form-field-field_interes-0" name="form_fields[field_interes][]"> <label for="form-field-field_interes-0">Infra & Cybersecurity</label></span><span class="elementor-field-option"><input type="checkbox" value="Industry 4.0 &amp; Engineering" id="form-field-field_interes-1" name="form_fields[field_interes][]"> <label for="form-field-field_interes-1">Industry 4.0 & Engineering</label></span><span class="elementor-field-option"><input type="checkbox" value="Methods &amp; Transformation" id="form-field-field_interes-2" name="form_fields[field_interes][]"> <label for="form-field-field_interes-2">Methods & Transformation</label></span><span class="elementor-field-option"><input type="checkbox" value="Software Development" id="form-field-field_interes-3" name="form_fields[field_interes][]"> <label for="form-field-field_interes-3">Software Development</label></span><span class="elementor-field-option"><input type="checkbox" value="QA" id="form-field-field_interes-4" name="form_fields[field_interes][]"> <label for="form-field-field_interes-4">QA</label></span><span class="elementor-field-option"><input type="checkbox" value="Data &amp; AI" id="form-field-field_interes-5" name="form_fields[field_interes][]"> <label for="form-field-field_interes-5">Data & AI</label></span></div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e596a61 elementor-col-100">
					<div style="color:#fff; ">(*) Campos obligatorios</div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_29a43dc elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_c74de14 elementor-col-100 elementor-field-required">
												<label for="form-field-field_c74de14" class="elementor-field-label">
								acepto la política de privacidad 							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_c74de14]" id="form-field-field_c74de14" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">
				<label for="form-field-field_c74de14">He leído y acepto la política de privacidad de Capitole y autorizo el tratamiento de mis datos para gestionar mi inscripción al evento.*</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_7de0b93 elementor-col-100">
												<label for="form-field-field_7de0b93" class="elementor-field-label">
								Deseo recibir información sobre futuras							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_7de0b93]" id="form-field-field_7de0b93" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_7de0b93">Deseo recibir información sobre futuras formaciones, charlas o actividades tecnológicas organizadas por Capitole.</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_073cb03 elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_8b7db7a elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_8b7db7a]" id="form-field-field_8b7db7a" class="elementor-field elementor-size-sm  elementor-field-textual" value="Cuando la IA redefine el workflow">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_bb1d20e elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_bb1d20e]" id="form-field-field_bb1d20e" class="elementor-field elementor-size-sm  elementor-field-textual" value="25/03/2026">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4e46e66 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4e46e66]" id="form-field-field_4e46e66" class="elementor-field elementor-size-sm  elementor-field-textual" value="6:00 pm">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_1c390bb elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_1c390bb]" id="form-field-field_1c390bb" class="elementor-field elementor-size-sm  elementor-field-textual" value="7:00 pm">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4ce2733 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4ce2733]" id="form-field-field_4ce2733" class="elementor-field elementor-size-sm  elementor-field-textual" value="Online">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_4d470ea elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_4d470ea]" id="form-field-field_4d470ea" class="elementor-field elementor-size-sm  elementor-field-textual" value="https://teams.microsoft.com/meet/31824321128995?p=0HdETEYxyJRNYzncop">
											</div>
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-field_d486c47 elementor-col-100">
													<input size="1" type="hidden" name="form_fields[field_d486c47]" id="form-field-field_d486c47" class="elementor-field elementor-size-sm  elementor-field-textual" value="url_pagina">
											</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit" id="bg-btn">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Reserva tu plaza</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-3c671630 e-con-full evento-finalizado e-flex e-con e-child" data-id="3c671630" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-1a89dc6b elementor-widget elementor-widget-image" data-id="1a89dc6b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="271" height="58" src="https://www.capitole-consulting.com/wp-content/uploads/2025/12/LogoCTTWhiteCapitole.svg" class="attachment-large size-large wp-image-18489" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-3d7bf6b6 elementor-widget elementor-widget-heading" data-id="3d7bf6b6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Cuando la IA redefine el workflow</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4f5ba87f elementor-widget elementor-widget-heading" data-id="4f5ba87f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Esta tech talk ya finalizó...</div>				</div>
				</div>
				<div class="elementor-element elementor-element-13a680c8 elementor-widget elementor-widget-heading" data-id="13a680c8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">¡No te pierdas las próximas!</div>				</div>
				</div>
		<div class="elementor-element elementor-element-60e55d21 e-con-full e-flex e-con e-child" data-id="60e55d21" data-element_type="container">
				<div class="elementor-element elementor-element-51f1a85c elementor-button-align-center form-register-end elementor-widget elementor-widget-form" data-id="51f1a85c" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" id="Suscribe_id" name="Suscribe" aria-label="Suscribe">
			<input type="hidden" name="post_id" value="18791"/>
			<input type="hidden" name="form_id" value="51f1a85c"/>
			<input type="hidden" name="referer_title" value="You searched for Software - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-newsletter_global elementor-col-100">
													<input size="1" type="hidden" name="form_fields[newsletter_global]" id="form-field-newsletter_global" class="elementor-field elementor-size-sm  elementor-field-textual" value="newsletter_global">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1026117 elementor-col-100">
												<label for="form-field-field_1026117" class="elementor-field-label">
								Nombre							</label>
														<input size="1" type="text" name="form_fields[field_1026117]" id="form-field-field_1026117" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Nombre *">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_99c7da0 elementor-col-100">
												<label for="form-field-field_99c7da0" class="elementor-field-label">
								Apellido 							</label>
														<input size="1" type="text" name="form_fields[field_99c7da0]" id="form-field-field_99c7da0" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Apellido *">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_49ef003 elementor-col-100 elementor-field-required">
												<label for="form-field-field_49ef003" class="elementor-field-label">
								E-mail corporativo							</label>
														<input size="1" type="email" name="form_fields[field_49ef003]" id="form-field-field_49ef003" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="E-mail corporativo*" required="required">
											</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_4a53334 elementor-col-100 elementor-field-required">
												<label for="form-field-field_4a53334" class="elementor-field-label">
								Seleccione provincia							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_4a53334]" id="form-field-field_4a53334" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="andalucia">Andalucía</option>
									<option value="aragon">Aragón</option>
									<option value="asturias">Principado de Asturias</option>
									<option value="baleares">Islas Baleares</option>
									<option value="canarias">Canarias</option>
									<option value="cantabria">Cantabria</option>
									<option value="castilla_la_mancha">Castilla La Mancha</option>
									<option value="castilla_y_leon">Castilla y León</option>
									<option value="cataluna">Cataluña</option>
									<option value="ceuta">Ceuta</option>
									<option value="extremadura">Extremadura</option>
									<option value="galicia">Galicia</option>
									<option value="la_rioja">La Rioja</option>
									<option value="madrid">Comunidad de Madrid</option>
									<option value="melilla">Melilla</option>
									<option value="murcia">Región de Murcia</option>
									<option value="navarra">Comunidad Foral de Navarra</option>
									<option value="pais_vasco">País Vasco</option>
									<option value="valencia">Comunidad Valenciana</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2ed2dc6 elementor-col-33 elementor-field-required">
												<label for="form-field-field_2ed2dc6" class="elementor-field-label">
								Área profesional							</label>
								<div class="elementor-field elementor-select-wrapper remove-before ">
			<div class="select-caret-down-wrapper">
				<i aria-hidden="true" class="eicon-caret-down"></i>			</div>
			<select name="form_fields[field_2ed2dc6]" id="form-field-field_2ed2dc6" class="elementor-field-textual elementor-size-sm" required="required">
									<option value="Seleccione área profesional">Seleccione área profesional</option>
									<option value="Desarrollador/a de Software">Desarrollador/a de Software</option>
									<option value="Ingeniero/a de Software">Ingeniero/a de Software</option>
									<option value="Arquitecto/a de Software">Arquitecto/a de Software</option>
									<option value="Ingeniero/a QA / Tester">Ingeniero/a QA / Tester</option>
									<option value="Administrador/a de Sistemas">Administrador/a de Sistemas</option>
									<option value="Ingeniero/a DevOps / Infraestructura">Ingeniero/a DevOps / Infraestructura</option>
									<option value="Ingeniero/a de Redes">Ingeniero/a de Redes</option>
									<option value="Soporte Técnico">Soporte Técnico</option>
									<option value="Administrador/a de Bases de Datos (DBA)">Administrador/a de Bases de Datos (DBA)</option>
									<option value="Especialista en Ciberseguridad / Seguridad TI">Especialista en Ciberseguridad / Seguridad TI</option>
									<option value="Especialista en Datos / Analítica">Especialista en Datos / Analítica</option>
									<option value="Líder Técnico">Líder Técnico</option>
									<option value="Scrum Master">Scrum Master</option>
									<option value="Product Owner">Product Owner</option>
									<option value="Gerente de Proyectos TI">Gerente de Proyectos TI</option>
									<option value="CTO / Dirección de Tecnología">CTO / Dirección de Tecnología</option>
									<option value="Diseñador/a UX/UI">Diseñador/a UX/UI</option>
									<option value="Analista / Especialista de Producto">Analista / Especialista de Producto</option>
									<option value="Otro">Otro</option>
							</select>
		</div>
						</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_interes_end elementor-col-66">
												<label for="form-field-field_interes_end" class="elementor-field-label">
								Intereses							</label>
						<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="Infra &amp; Cybersecurity" id="form-field-field_interes_end-0" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-0">Infra & Cybersecurity</label></span><span class="elementor-field-option"><input type="checkbox" value="Industry 4.0 &amp; Engineering" id="form-field-field_interes_end-1" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-1">Industry 4.0 & Engineering</label></span><span class="elementor-field-option"><input type="checkbox" value="Methods &amp; Transformation" id="form-field-field_interes_end-2" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-2">Methods & Transformation</label></span><span class="elementor-field-option"><input type="checkbox" value="Software Development" id="form-field-field_interes_end-3" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-3">Software Development</label></span><span class="elementor-field-option"><input type="checkbox" value="QA" id="form-field-field_interes_end-4" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-4">QA</label></span><span class="elementor-field-option"><input type="checkbox" value="Data &amp; AI" id="form-field-field_interes_end-5" name="form_fields[field_interes_end][]"> <label for="form-field-field_interes_end-5">Data & AI</label></span></div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_e596a61 elementor-col-100">
					<div style="color:#fff; ">(*) Campos obligatorios</div>				</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_29a43dc elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_c74de14 elementor-col-100">
												<label for="form-field-field_c74de14" class="elementor-field-label">
								acepto la política de privacidad 							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_c74de14]" id="form-field-field_c74de14" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_c74de14">He leído y acepto la política de privacidad de Capitole y autorizo el tratamiento de mis datos para gestionar mi inscripción al evento.*</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_7de0b93 elementor-col-100">
												<label for="form-field-field_7de0b93" class="elementor-field-label">
								Deseo recibir información sobre futuras							</label>
								<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_7de0b93]" id="form-field-field_7de0b93" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-field_7de0b93">Deseo recibir información sobre futuras formaciones, charlas o actividades tecnológicas organizadas por Capitole.</label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_073cb03 elementor-col-100">
					<div style="margin-top:1rem"></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md" type="submit" id="bg-btn2">
						<span class="elementor-button-content-wrapper">
																						<span class="elementor-button-text">Recibir novedades</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2cae88fc e-flex e-con-boxed e-con e-parent" data-id="2cae88fc" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7fbc3d68 elementor-widget elementor-widget-html" data-id="7fbc3d68" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- Select2 CSS -->
<link href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" rel="stylesheet" />

<!-- Select2 JS -->
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>

<script>
(function () {
    // Nombres de los campos (los que ves en el HTML: name="form_fields[field_xxx]")
    // Reemplaza estos con los nombres reales de tus dos selects
    const fieldNames = [
        'form_fields[field_4a53333]', // Primer select
        'form_fields[field_4a53334]'  // Segundo select (cámbialo por el correcto)
    ];

    const placeholder = "Selecciona una comunidad autónoma";
    const labelText = "Provincia* Madrid";

    function initSelects() {
        let initialized = 0;

        fieldNames.forEach(function(fieldName) {
            // Buscar por name (más fiable en Elementor)
            const selectElement = document.querySelector(`select[name="${fieldName}"]`);

            if (!selectElement) return;

            // Evitar inicializar dos veces
            if (selectElement.dataset.select2Initialized) return;

            // Crear opción inicial no seleccionable
            const labelOption = document.createElement('option');
            labelOption.text = labelText;
            labelOption.disabled = true;
            labelOption.selected = true;
            labelOption.hidden = true;

            selectElement.insertBefore(labelOption, selectElement.firstChild);

            // Inicializar Select2 con jQuery
            if (typeof jQuery !== 'undefined' && jQuery.fn.select2) {
                jQuery(selectElement).select2({
                    placeholder: placeholder,
                    allowClear: false,
                    minimumInputLength: 1,
                    createTag: function () { return null; },
                    language: {
                        noResults: () => "No se encontraron resultados",
                        searching: () => "Buscando...",
                        inputTooShort: (args) => `Escribe al menos ${args.minimum} carácter(es)`
                    }
                });

                // Marcar como inicializado
                selectElement.dataset.select2Initialized = "true";
                initialized++;
                            }
        });

        // Si no se encontró ninguno, reintentar (por si el formulario carga con retraso)
        if (initialized === 0) {
            setTimeout(initSelects, 300); // Reintentar en 300ms
        }
    }

    // Ejecutar cuando el DOM esté listo
    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', initSelects);
    } else {
        initSelects();
    }
})();
</script>


<script>
document.addEventListener('DOMContentLoaded', function() {
       document.querySelectorAll('input[type="hidden"]').forEach(function(input) {
              if (input.value.trim() === "url_pagina") {
            input.value = window.location.href;
        }
    });
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function() {
    const wrapper = document.querySelector('.wrapper-fecha .elementor-heading-title');
    if (!wrapper) return;

    const fechaStr = wrapper.textContent.trim();
    const parts = fechaStr.split('/');

    if (parts.length === 3) {
        const day = parseInt(parts[0], 10);
        const month = parseInt(parts[1], 10) - 1;
        const year = parseInt(parts[2], 10);

        const date = new Date(year, month, day);
      
        if (date.getDate() === day && date.getMonth() === month && date.getFullYear() === year) {
            const dia = date.getDate();
            const mes = date.toLocaleDateString('es-ES', { month: 'long' });
            const mesMayus = mes.charAt(0).toUpperCase() + mes.slice(1);
            wrapper.textContent = `${dia} de ${mesMayus}`;
        }
    }
});
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-1381cbe2 elementor-widget elementor-widget-spacer" data-id="1381cbe2" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-37b68e73 e-flex e-con-boxed e-con e-parent" data-id="37b68e73" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-2cef835a e-con-full e-flex e-con e-child" data-id="2cef835a" data-element_type="container">
		<div class="elementor-element elementor-element-9a0cd1c e-con-full e-flex e-con e-child" data-id="9a0cd1c" data-element_type="container">
		<div class="elementor-element elementor-element-e9a3448 e-con-full e-flex e-con e-child" data-id="e9a3448" data-element_type="container">
				<div class="elementor-element elementor-element-785793a6 elementor-widget elementor-widget-image" data-id="785793a6" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="682" height="682" src="https://www.capitole-consulting.com/wp-content/uploads/2026/02/IMG_7614.jpg" class="attachment-large size-large wp-image-18793" alt="Gabriela Zifferman" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/02/IMG_7614.jpg 682w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/IMG_7614-300x300.jpg 300w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/IMG_7614-150x150.jpg 150w" sizes="auto, (max-width: 682px) 100vw, 682px" />															</div>
				</div>
				<div class="elementor-element elementor-element-7d637d87 elementor-widget elementor-widget-heading" data-id="7d637d87" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Gabriela Zifferman</div>				</div>
				</div>
				<div class="elementor-element elementor-element-3f03260a elementor-widget elementor-widget-heading" data-id="3f03260a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">Senior Frontend Developer</div>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7613170d e-con-full e-flex e-con e-child" data-id="7613170d" data-element_type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-1e102d96 e-con-full e-flex e-con e-child" data-id="1e102d96" data-element_type="container">
				<div class="elementor-element elementor-element-39412abd title registro-evento elementor-widget elementor-widget-heading" data-id="39412abd" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>¿Sobre qué hablaremos?</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a175e81 title evento-finalizado elementor-widget elementor-widget-heading" data-id="a175e81" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>¿Sobre qué hablamos?</span></h2>				</div>
				</div>
		<div class="elementor-element elementor-element-34138942 e-con-full e-flex e-con e-child" data-id="34138942" data-element_type="container">
				<div class="elementor-element elementor-element-4b550c8f elementor-widget elementor-widget-heading" data-id="4b550c8f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Por qué tu proyecto con IA puede romperse sin que lo veas venir</h5>				</div>
				</div>
		<div class="elementor-element elementor-element-b2762da e-con-full e-flex e-con e-child" data-id="b2762da" data-element_type="container">
				<div class="elementor-element elementor-element-fcf7b43 elementor-widget elementor-widget-text-editor" data-id="fcf7b43" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p data-start="692" data-end="809">Cuando falta contexto explícito, arquitectura clara y patrones documentados, la colaboración con IA se vuelve frágil.</p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5f494a2a elementor-widget elementor-widget-heading" data-id="5f494a2a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Un workflow replicable para equipos reales</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-5511b3d2 elementor-widget elementor-widget-text-editor" data-id="5511b3d2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p data-start="860" data-end="971">Cómo estructurar proyectos para que diseñadores, desarrolladores y sistemas de IA trabajen juntos sin fricción.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d2cd268 e-con-full e-flex e-con e-child" data-id="d2cd268" data-element_type="container">
				<div class="elementor-element elementor-element-42cf5d2c elementor-widget elementor-widget-heading" data-id="42cf5d2c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">IA como parte del sistema, no como herramienta externa</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-8659e54 elementor-widget elementor-widget-text-editor" data-id="8659e54" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p data-start="1034" data-end="1116">Por qué integrar IA es un problema de arquitectura y colaboración, no solo de uso.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ad76507 elementor-widget elementor-widget-heading" data-id="ad76507" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Casos reales desde frontend</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-1ffe47b7 elementor-widget elementor-widget-text-editor" data-id="1ffe47b7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p data-start="1152" data-end="1304">Qué se rompe cuando la estructura falla, qué nuevas experiencias emergen cuando está bien diseñada y cómo evitar los errores más comunes al implementar.</p>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2e85cfc0 e-flex e-con-boxed e-con e-parent" data-id="2e85cfc0" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3d1e5e75 elementor-widget elementor-widget-spacer" data-id="3d1e5e75" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
		<div class="elementor-element elementor-element-588150ba e-con-full e-flex e-con e-child" data-id="588150ba" data-element_type="container">
				<div class="elementor-element elementor-element-e17cbac title elementor-widget elementor-widget-heading" data-id="e17cbac" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>FAQ</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3a9f7719 elementor-widget elementor-widget-n-accordion" data-id="3a9f7719" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:200,&quot;sizes&quot;:[]},&quot;max_items_expended&quot;:&quot;one&quot;}" data-widget_type="nested-accordion.default">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-9830" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-9830" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Cómo acceder al evento online? </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-9830" class="elementor-element elementor-element-55c27755 e-con-full e-flex e-con e-child" data-id="55c27755" data-element_type="container">
				<div class="elementor-element elementor-element-78ec01f1 elementor-widget elementor-widget-text-editor" data-id="78ec01f1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Al registrarte a través de este formulario, recibirás un correo de confirmación con el enlace de acceso a la sesión en Teams. Además, podrás guardarlo fácilmente en tu calendario de preferencia para no perderte la sesión.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-9831" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="2" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-9831" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Dónde se celebra el evento? </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-9831" class="elementor-element elementor-element-4438b7db e-con-full e-flex e-con e-child" data-id="4438b7db" data-element_type="container">
				<div class="elementor-element elementor-element-57a9080b elementor-widget elementor-widget-text-editor" data-id="57a9080b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Es un evento online a través de una sesión de Microsoft Teams, por lo que podrás asistir desde cualquier parte del mundo y desde cualquier dispositivo con conexión a internet.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-9832" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="3" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-9832" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿La entrada es gratuita?  </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-9832" class="elementor-element elementor-element-5e012925 e-con-full e-flex e-con e-child" data-id="5e012925" data-element_type="container">
				<div class="elementor-element elementor-element-3261d4be elementor-widget elementor-widget-text-editor" data-id="3261d4be" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sí, la participación es completamente gratuita aunque hay que inscribirse previamente.</p>								</div>
				</div>
				</div>
					</details>
						<details id="e-n-accordion-item-9833" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="4" tabindex="-1" aria-expanded="false" aria-controls="e-n-accordion-item-9833" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> ¿Qué pasa si no puedo asistir?  </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-chevron-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-chevron-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-9833" class="elementor-element elementor-element-1c4e696 e-flex e-con-boxed e-con e-child" data-id="1c4e696" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-17441955 elementor-widget elementor-widget-text-editor" data-id="17441955" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>No te preocupes. El contenido se enviará a la dirección de correo que nos proporciones al registrarte y también se publicará al día siguiente en <a href="https://www.youtube.com/@Capitole_Tech">nuestro canal de YouTube.</a></p>								</div>
				</div>
					</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3182f9e8 e-flex e-con-boxed e-con e-parent" data-id="3182f9e8" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5a67131 elementor-widget elementor-widget-spacer" data-id="5a67131" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1de0017d e-flex e-con-boxed e-con e-parent" data-id="1de0017d" data-element_type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/blog/evento/ia-redefine-workflow/">Cuando la IA redefine el workflow</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Web 3.0: A New Era of Internet Property</title>
		<link>https://www.capitole-consulting.com/blog/web3-new-era-internet-property/</link>
					<comments>https://www.capitole-consulting.com/blog/web3-new-era-internet-property/#comments</comments>
		
		<dc:creator><![CDATA[Azaria Canales]]></dc:creator>
		<pubDate>Thu, 05 Feb 2026 15:21:46 +0000</pubDate>
				<category><![CDATA[Data & Artificial Intelligence]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Data]]></category>
		<guid isPermaLink="false">https://www.capitole-consulting.com/?p=18737</guid>

					<description><![CDATA[<p>Introduction: From users to owners The internet is constantly evolving, and today’s digital world generates unprecedented volumes of content. However, users have historically lacked ownership over their data and creations. Web 3.0 emerges as a response to this imbalance, proposing a decentralized, user- centric internet in which individuals regain control over their digital identities, assets, ... <a title="Web 3.0: A New Era of Internet Property" class="read-more" href="https://www.capitole-consulting.com/blog/web3-new-era-internet-property/" aria-label="Read more about Web 3.0: A New Era of Internet Property">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/web3-new-era-internet-property/">Web 3.0: A New Era of Internet Property</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>Introduction: From users to owners</strong></h3>



<p>The internet is constantly evolving, and today’s digital world generates unprecedented volumes of content. However, users have historically lacked ownership over their data and creations. Web 3.0 emerges as a response to this imbalance, proposing a decentralized, user- centric internet in which individuals regain control over their digital identities, assets, and interactions.</p>



<h3 class="wp-block-heading"><strong>The evolution of Internet: Web 1.0 to Web 3.0</strong></h3>



<h4 class="wp-block-heading"><strong>Web 1.0: Read-only Internet</strong></h4>



<p>Web 1.0, created during the 80s, consisted of static, centralized websites with minimal interaction (usually used by investigators). Users consumed information but had no meaningful way to participate or influence content. Websites functioned as digital brochures, offering limited functionality and no personalization.</p>



<h4 class="wp-block-heading"><strong>Web 2.0: Read-Write, Platform-Owned</strong></h4>



<p>The emergence of Web 2.0 in the mid-2000s transformed the internet into a participatory space. Social media platforms, blogs, wikis, and content-sharing services enabled users to create, share, and interact with content on a scale. This change fueled innovation, collaboration, and global connectivity. However, this participation came at a cost. Although users generated most of the content and data, ownership remained centralized. Large platforms stored user data in proprietary databases, monetizing attention, behavior, and personal information through advertising and analytics. The economic value created by users was largely captured by platform owners, reinforcing asymmetrical power structures and raising concerns about privacy, data exploitation, and digital dependency.</p>



<h4 class="wp-block-heading"><strong>Web 3.0: Read-Write-Own</strong></h4>



<p>Web 3.0 introduces a new paradigm by embedding ownership directly into the internet’s architecture. Through decentralized networks and blockchain technology, users can hold, transfer, and manage digital assets without relying on centralized authorities. Identities, data, and value are no longer controlled by platforms but by cryptographic mechanisms secured by distributed networks.</p>



<p>This shift enables peer-to-peer interactions governed by transparent rules encoded in software. Users become stakeholders rather than products, and participation is increasingly aligned with ownership and governance rights.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="575" src="https://www.capitole-consulting.com/wp-content/uploads/2026/02/Web-3.0-Market-1024x575.png" alt="" class="wp-image-18738" style="width:542px;height:auto" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/02/Web-3.0-Market-1024x575.png 1024w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Web-3.0-Market-300x169.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Web-3.0-Market-768x431.png 768w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Web-3.0-Market-1536x863.png 1536w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Web-3.0-Market.png 1702w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>


<p></p>



<h3 class="wp-block-heading"><strong>The Infrastructure of Web 3.0</strong></h3>



<h4 class="wp-block-heading"><strong>Blockchain as a Trust Layer</strong></h4>



<p>At the heart of Web 3.0 lies blockchain technology, which functions as a decentralized trust layer. Instead of relying on databases or institutions, blockchains distribute data across networks of independent nodes. Each transaction or data update is cryptographically verified and recorded in an immutable ledger, ensuring transparency and resistance to manipulation.</p>



<p>This architecture enables trustless systems, where participants do not need to know or trust each other personally. Trust is shifted from institutions to code and consensus mechanisms. As a result, value can be exchanged globally with reduced friction, fewer intermediaries, and greater resilience against censorship or single points of failure.</p>



<h4 class="wp-block-heading"><strong>Smart Contracts and dApps</strong></h4>



<p>Smart contracts are self-executing programs stored on the blockchain that automatically enforce agreements when predefined conditions are met. They eliminate the need for manual intervention, reducing costs, delays, and the risk of human error.</p>



<p>Decentralized applications (dApps) build on smart contracts to offer services ranging from finance and gaming to identity management and content distribution. Unlike traditional applications, dApps do not rely on centralized servers. Their logic is transparent, their data is distributed, and their governance can be shared among users.</p>



<p>This model promotes openness and accountability while enabling new forms of collaboration and economic organization.</p>



<h4 class="wp-block-heading"><strong>Decentralized Storage and Edge Computing</strong></h4>



<p>Web 3.0 also rethinks how data is stored and accessed. Decentralized storage solutions such as IPFS (Interplanetary File System) distribute encrypted data across multiple nodes rather than concentrating it in centralized data centers. This approach enhances security, reduces vulnerability to outages, and improves data sovereignty.</p>



<p>When combined with edge computing and high-speed networks, decentralized storage supports data-intensive applications such as immersive virtual environments, gaming ecosystems, and AI-driven platforms. Processing data closer to the user reduces latency and enhances performance, making decentralized systems increasingly viable at scale.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="512" src="https://www.capitole-consulting.com/wp-content/uploads/2026/02/Blockchain-trends-1024x512.png" alt="" class="wp-image-18741" style="width:772px;height:auto" srcset="https://www.capitole-consulting.com/wp-content/uploads/2026/02/Blockchain-trends-1024x512.png 1024w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Blockchain-trends-300x150.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Blockchain-trends-768x384.png 768w, https://www.capitole-consulting.com/wp-content/uploads/2026/02/Blockchain-trends.png 1200w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>


<p></p>



<h3 class="wp-block-heading"><strong>Tokens, NFTs and Digital Ownership</strong></h3>



<h4 class="wp-block-heading"><strong>Tokens and Value Creation</strong></h4>



<p>Tokens are the foundational units of value in Web 3.0 ecosystems. Created through smart contracts, they can represent a wide range of rights and functions, including access to services, participation in governance or claims on real-world assets.</p>



<p>Utility tokens grant access to specific features within a platform, while governance tokens enable holders to vote on protocol upgrades, economic parameters, or strategic decisions.</p>



<p>In some cases, tokens represent tokenized real-world assets, such as art, real estate, or intellectual property, bridging digital and physical economies.</p>



<h4 class="wp-block-heading"><strong>NFTs and Digital Property Rights</strong></h4>



<p>Non-fungible tokens (NFTs) take a long-standing challenge of the digital era: proving ownership of unique digital items. Unlike traditional digital files (which can be copied endlessly) NFTs are unique, indivisible and verifiable on the blockchain.</p>



<p>NFTs allow creators to monetize digital art, music, collectibles, and virtual goods while retaining origin and rights. Beyond art, NFTs are increasingly used in gaming, digital identity, licensing and access control, demonstrating that ownership in Web 3.0 extends far beyond speculative markets.</p>



<p><strong>Importantly, NFTs do not store the content itself but rather a verifiable record of ownership and authenticity, reinforcing the distinction between possession and authorship.</strong></p>



<h4 class="wp-block-heading"><strong>Challenges and Open Questions</strong></h4>



<p>Despite its promise, Web 3.0 faces significant challenges. Scalability remains a technical problem, as decentralized networks must handle growing volumes of transactions without sacrificing security or decentralization. User experience is another barrier, as wallets, private keys, and cryptographic concepts can be difficult for non-technical users.</p>



<p>Legal and regulatory frameworks are still catching up, particularly regarding digital assets, taxation, and consumer protection. Security risks, including smart contract vulnerabilities and fraud, also highlight the need for better standards and education.</p>



<p>These challenges underscore that Web 3.0 is not a finished product but an evolving ecosystem that will change the world in near future if adoption keeps growing.</p>



<h3 class="wp-block-heading"><strong>Conclusion: Ownership as a WIP (Work in Progress)</strong></h3>



<p>Web 3.0 represents a structural redefinition of the internet. By combining blockchain, tokens, NFTs, and decentralized governance, it introduces the technical foundations for verifiable digital ownership and peer-to-peer coordination at a global scale. Rather than eliminating platforms, it rebalances power by embedding ownership and control at the protocol level.</p>



<p>For this reason, organizations should not approach Web 3.0 as an immediate, full replacement of existing architecture. Instead, a progressive and strategic adoption is recommended. This involves gradually integrating selected Web 3.0 components into existing web platforms, prioritizing those areas where the organization has a clear vision ofvalue creation, user evolution, and long-term scalability.</p>



<p>Finally, information becomes as important as how it is owned or secured. Augmented Reality and the Spatial Web represent the next step in this evolution, enabling digital content to be displayed in immersive, three-dimensional environments that adapt dynamically to each user. When combined with decentralized identity, blockchain-based permissions, and AI- driven personalization, these technologies allow information to be structured around the specific context, role and needs of the individual interacting with the platform. The next article will explore how client-centric information architectures, spatial interfaces, and augmented reality redefine user interaction, transforming static web experiences into adaptive, intelligent, and immersive digital spaces. Stay tuned.</p>



<h4 class="wp-block-heading"><strong>Key Takeaways</strong></h4>



<p>• Blockchain enables trustless ownership and secure peer-to-peer transactions</p>



<p>• Tokens and NFTs redefine digital property and creator monetization</p>



<p>• Governance shifts from centralized authorities toward community-driven models</p>



<p>• Web 3.0 offers a paradigm shift that currently needs greater adoption.</p>



<p>• Any system developed on the blockchain offers freedom, suitability, and trustless endpoints</p>



<p></p>



<p><strong>Read part 2 of this article here:<br></strong></p>



<figure class="wp-block-embed aligncenter is-type-wp-embed is-provider-capitole wp-block-embed-capitole"><div class="wp-block-embed__wrapper">
<blockquote class="wp-embedded-content" data-secret="g04dnuqQ09"><a href="https://www.capitole-consulting.com/blog/enterprise-web-3-0-immersive-apps/">Enterprise Web 3.0: From Infrastructure to Immersive Apps</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  title="&#8220;Enterprise Web 3.0: From Infrastructure to Immersive Apps&#8221; &#8212; Capitole" src="https://www.capitole-consulting.com/blog/enterprise-web-3-0-immersive-apps/embed/#?secret=pYjH3jAALM#?secret=g04dnuqQ09" data-secret="g04dnuqQ09" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div></figure>



<p></p>



<h4 class="wp-block-heading"><strong>Bibliography</strong></h4>



<p>• <a href="https://ethereum.org/es/web3/">https://ethereum.org/es/web3/</a></p>



<p>• <a href="https://www.kraken.com/es/learn/what-is-web3">https://www.kraken.com/es/learn/what-is-web3</a></p>



<p>• <a href="https://www.pictet.com/is/en/insights/web-3-0-more-than-just-the-internet">https://www.pictet.com/is/en/insights/web-3-0-more-than-just-the-internet</a></p>



<p>• <a href="https://www.bitpanda.com/es/academy/que-es-la-web3">https://www.bitpanda.com/es/academy/que-es-la-web3</a></p>



<p>• <a href="https://www.researchgate.net/publication/395529812_Web_30_The_Next_Evolution_of_the_Internet">https://www.researchgate.net/publication/395529812_Web_30_The_Next_Evolution_of_the_Internet</a></p>



<p>• <a href="https://thehyperstack.com/blog/how-web-3-0-will-change-the-way-we-use-the-internet/">https://thehyperstack.com/blog/how-web-3-0-will-change-the-way-we-use-the-internet/</a></p>



<p>• <a href="https://www.britannica.com/money/what-is-blockchain">https://www.britannica.com/money/what-is-blockchain</a></p>



<p>• <a href="https://www.telefonica.com/en/communication-room/blog/5-web-3-0-applications-and-examples-you-should-know-about/">https://www.telefonica.com/en/communication-room/blog/5-web-3-0-applications-and-examples-you-should-know-about/</a></p>



<p></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/web3-new-era-internet-property/">Web 3.0: A New Era of Internet Property</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.capitole-consulting.com/blog/web3-new-era-internet-property/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Search</title>
		<link>https://www.capitole-consulting.com/search/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Mon, 26 May 2025 09:11:40 +0000</pubDate>
				<guid isPermaLink="false">https://www.capitole-consulting.com/?page_id=15801</guid>

					<description><![CDATA[<p>Search Popular Searches Work at Capitole Capitole Blog Success Cases Software Development Cybersecurity QA &#038; Testing Data &#038; AI Industry 4.0 Sector: Retail Sector: Finance Sector: Public Sector: Telecom Filter By:</p>
<p>The post <a href="https://www.capitole-consulting.com/search/">Search</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-page" data-elementor-id="15801" class="elementor elementor-15801" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-e167a23 e-flex e-con-boxed e-con e-parent" data-id="e167a23" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-3f07639 e-con-full e-flex e-con e-child" data-id="3f07639" data-element_type="container">
				<div class="elementor-element elementor-element-2711a9f elementor-widget__width-initial btn-custome elementor-widget elementor-widget-search" data-id="2711a9f" data-element_type="widget" data-settings="{&quot;submit_trigger&quot;:&quot;both&quot;,&quot;pagination_type_options&quot;:&quot;none&quot;}" data-widget_type="search.default">
				<div class="elementor-widget-container">
							<search class="e-search hidden" role="search">
			<form class="e-search-form" action="https://www.capitole-consulting.com" method="get">

				
				<label class="e-search-label" for="search-2711a9f">
					<span class="elementor-screen-only">
						Search					</span>
									</label>

				<div class="e-search-input-wrapper">
					<input id="search-2711a9f" placeholder="Type to start searching..." class="e-search-input" type="search" name="s" value="" autocomplete="off" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-controls="results-2711a9f" aria-haspopup="listbox">
					<i aria-hidden="true" class="fas fa-times"></i>										<output id="results-2711a9f" class="e-search-results-container hide-loader" aria-live="polite" aria-atomic="true" aria-label="Results for search" tabindex="0">
						<div class="e-search-results"></div>
											</output>
									</div>
				
				
				<button class="e-search-submit  " type="submit" aria-label="Search">
					<i aria-hidden="true" class="fas fa-search"></i>
									</button>
				<input type="hidden" name="e_search_props" value="2711a9f-15801">
			</form>
		</search>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-614e060 e-flex e-con-boxed e-con e-parent" data-id="614e060" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-fab0cf1 e-con-full e-flex e-con e-child" data-id="fab0cf1" data-element_type="container">
		<div class="elementor-element elementor-element-a9f7bf4 e-con-full e-flex e-con e-child" data-id="a9f7bf4" data-element_type="container">
				<div class="elementor-element elementor-element-176c7ac elementor-widget elementor-widget-heading" data-id="176c7ac" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Popular Searches
</h3>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c0398f6 e-con-full lista-industrias e-flex e-con e-child" data-id="c0398f6" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-ee7bc06 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ee7bc06" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://capitole-consulting.com/careers#form">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Work at Capitole</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://capitole-consulting.com/blog/">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Capitole Blog</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://capitole-consulting.com#success-cases">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Success Cases</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/solutions/#software">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Software Development</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/solutions#infraCyber">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Cybersecurity</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/solutions/#qa">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">QA & Testing</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-d1927ff elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d1927ff" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/solutions/#dataAI">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Data & AI</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/solutions/#industryEngineering">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Industry 4.0</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#retail-luxury">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Sector: Retail</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#financial-services">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Sector: Finance</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#public-sector">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Sector: Public </span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#telecom-media">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Sector: Telecom</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-70f1674 e-con-full e-flex e-con e-child" data-id="70f1674" data-element_type="container">
				<div class="elementor-element elementor-element-eedd26c elementor-widget elementor-widget-heading" data-id="eedd26c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Filter By:</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-5d10e58 elementor-widget elementor-widget-shortcode" data-id="5d10e58" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"><div class="all-tags-list"><h4>Solutions</h4><ul style="margin:0 0 2rem;"><li><a href="https://www.capitole-consulting.com/?s=Artificial+Intelligence">Artificial Intelligence</a></li><li><a href="https://www.capitole-consulting.com/?s=Cybersecurity">Cybersecurity</a></li><li><a href="https://www.capitole-consulting.com/?s=Data">Data</a></li><li><a href="https://www.capitole-consulting.com/?s=Engineering">Engineering</a></li><li><a href="https://www.capitole-consulting.com/?s=Industry+4.0">Industry 4.0</a></li><li><a href="https://www.capitole-consulting.com/?s=Infra">Infra</a></li><li><a href="https://www.capitole-consulting.com/?s=Methods+%26amp%3B+Transformation">Methods &amp; Transformation</a></li><li><a href="https://www.capitole-consulting.com/?s=Quality+Assurance">Quality Assurance</a></li><li><a href="https://www.capitole-consulting.com/?s=Software">Software</a></li></ul><h4>Industries</h4><ul style="margin:0 0 2rem;"><li><a href="https://www.capitole-consulting.com/?s=Aerospace">Aerospace</a></li><li><a href="https://www.capitole-consulting.com/?s=Automotive">Automotive</a></li><li><a href="https://www.capitole-consulting.com/?s=Energy">Energy</a></li><li><a href="https://www.capitole-consulting.com/?s=Finance">Finance</a></li><li><a href="https://www.capitole-consulting.com/?s=Industrial">Industrial</a></li><li><a href="https://www.capitole-consulting.com/?s=Innovation">Innovation</a></li><li><a href="https://www.capitole-consulting.com/?s=Life+Sciences">Life Sciences</a></li><li><a href="https://www.capitole-consulting.com/?s=Methods+%26amp%3B+Transformation">Methods &amp; Transformation</a></li><li><a href="https://www.capitole-consulting.com/?s=Public+Sector">Public Sector</a></li><li><a href="https://www.capitole-consulting.com/?s=Railway">Railway</a></li><li><a href="https://www.capitole-consulting.com/?s=Retail">Retail</a></li><li><a href="https://www.capitole-consulting.com/?s=Services">Services</a></li><li><a href="https://www.capitole-consulting.com/?s=Telecom">Telecom</a></li></ul></div></div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3421665 e-flex e-con-boxed e-con e-parent" data-id="3421665" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fe23585 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="fe23585" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/search/">Search</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AI-Powered Agile: The Future of Work</title>
		<link>https://www.capitole-consulting.com/blog/ai-powered-agile-the-future-of-work/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Mon, 13 Jan 2025 12:01:19 +0000</pubDate>
				<category><![CDATA[Data & Artificial Intelligence]]></category>
		<category><![CDATA[Methods & Transformation]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Data]]></category>
		<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/?p=12841</guid>

					<description><![CDATA[<p>The integration of artificial intelligence (AI) and Agile methodologies is ushering in a new era of innovation and efficiency.</p>
<p>The post <a href="https://www.capitole-consulting.com/blog/ai-powered-agile-the-future-of-work/">AI-Powered Agile: The Future of Work</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The integration of artificial intelligence (AI) and Agile methodologies is ushering in a new era of innovation and efficiency. By harnessing the power of AI, Agile teams can streamline processes, improve decision-making, and deliver exceptional value to their customers.</p>
<h3 class="wp-block-heading"><strong>Understanding the Synergy</strong></h3>
<p>Agile methodologies, with their iterative approach and focus on continuous improvement and customer feedback, align perfectly with the rapid evolution of AI. Here, it&#8217;s essential to clarify that we are primarily referring to <strong>Generative AI</strong> and <strong>Predictive AI</strong>. <strong>Generative AI</strong>, such as natural language processing and content generation models, enables the creation of new content, while <strong>Predictive AI</strong> uses <strong>Classical Machine Learning (ML)</strong> algorithms to analyse historical data and make predictions. These approaches allow AI to process vast amounts of data, augment human capabilities, automate repetitive tasks, and provide valuable insights to inform decision-making.</p>
<h3 class="wp-block-heading"><strong>Key Areas Where Classical Machine Learning Can Enhance Agile Practices</strong></h3>
<p><strong>Predictive Analytics for better planning: </strong>For accurate forecasting machine Learning algorithms can analyse historical data to predict future trends, aiding teams allocate resources correctly and estimate effort more accurately.</p>
<p><strong>Risk mitigation</strong>: Because ML can identify potential bottlenecks early on teams can proactively adjust their plans and allocate resources effectively</p>
<p>&nbsp;<strong>Self-Healing Tests</strong>: Machine Learning-powered testing frameworks can automatically adapt to code changes ensuring continuous quality and reducing time spent on regression testing.</p>
<p><strong>Accelerated Development:</strong> ML models can generate entire functions based on natural language descriptions or code patterns which in turns speeds up development cycles.</p>
<p><strong>Improved code quality:</strong> ML-driven refactoring tools can identify code smells, suggests improvements, and automatically apply refactorings, enhancing code readability and maintainability.</p>
<p><strong>Intelligent code completion:</strong> ML-powered code completion tools can suggest necessary code snippets and functions based on context reducing typing effort and improving developer productivity.</p>
<p>If you are considering integrating Machine Learning to development teams, it is however important to take into consideration the following.</p>
<ul class="wp-block-list">
<li>Ensure that data is accurate, clean and complies with privacy regulations.</li>
<li>Make ML models transparent and explainable to foster trust and accountability.</li>
<li>Regularly update and retrain ML models to keep pace with evolving requirements and data.</li>
<li>Finally foster an environment of collaboration between ML experts and software developers to ensure seamless integration.</li>
</ul>
<p>While both Machine Learning (ML) and Artificial Intelligence (AI) are closely related and often used interchangeably, they have distinct characteristics and applications within Agile software development.&nbsp;&nbsp;</p>
<p><strong>Machine Learning</strong> is a subset of AI that focuses on algorithms that allow computers to learn from data without explicit programming. It involves training models on large datasets to recognize patterns, make predictions, and make decisions.&nbsp;&nbsp;</p>
<p><strong>AI, on the other hand, is a broader field that encompasses various techniques and technologies, including machine learning, to simulate human intelligence.</strong>&nbsp;&nbsp;</p>
<h3 class="wp-block-heading"><strong>Key Areas Where AI Can Enhance Agile Practices</strong></h3>
<p>Here are specific examples of how AI can be applied in Agile environments, along with the type of AI most relevant for each use case:</p>
<ul class="wp-block-list">
<li><strong>Generating User Stories</strong>: AI can help generate initial drafts of user stories from business requirements, accelerating the creation of product backlogs.</li>
<li><strong>Automating Test Cases</strong>: AI models can automatically generate test cases based on code changes and requirements, significantly reducing the time spent on manual testing.</li>
<li><strong>Predicting Project Timelines</strong>: <strong>Predictive AI</strong> can analyse historical data from previous projects to predict delivery timelines and identify potential risks ahead of time.</li>
<li><strong>Improving Code Quality</strong>: AI-powered tools can detect defects in the code, suggest improvements, and automate code reviews, enhancing the overall quality of the software.</li>
<li><strong>Automated Documentation</strong>: <strong>Generative AI</strong> can help automatically generate accurate, up-to-date documentation, reducing manual effort and ensuring consistency. Models like <strong>GPT (Generative Pre-trained Transformers)</strong> can assist in creating technical documentation or progress reports from raw data, ensuring high coherence and accuracy.</li>
<li><strong>Improved Collaboration</strong>:<strong> </strong>AI-powered collaboration tools such as virtual assistants and recommendation systems can enhance communication and knowledge sharing among team members, even in remote settings. These tools help streamline problem-solving and knowledge transfer across distributed teams, Teams Copilot is an excellent and specific example we can use here, it is capable summarising meetings using recorded transcripts from concluded meetings.</li>
<li><strong>Enhanced Decision-Making</strong>: AI-driven insights can help Agile teams make better data-driven decisions regarding product backlogs, resource allocation, and risk mitigation. Combining <strong>Predictive AI</strong> with data analytics, teams can make more informed decisions based on real-time insights and historical data.</li>
</ul>
<p>Let’s look at specific applications of AI in Agile that can drive efficiency and improve results:</p>
<h3 class="wp-block-heading"><strong>Prompt Engineering: Optimizing AI Interaction</strong></h3>
<p><strong>Prompt Engineering</strong> refers to the art of crafting clear and effective prompts to guide Generative AI models in producing the desired output. Below are key recommendations for getting the best results when working with AI in Agile projects:</p>
<ul class="wp-block-list">
<li><strong>Be Specific</strong>: Clearly articulate the desired outcome of the AI-generated content.</li>
<li><strong>Provide Context</strong>: Background information is crucial for the AI model to understand the task.</li>
<li><strong>Define the AI’s Role</strong>: Indicate the specific role the AI should take when generating results (e.g.,<strong> &#8220;Act as an expert scrum master with the objective of finding a permanent solution to the consistent problem of technical debt of a development team that is mature in agile methodologies give me a list of immediate actions to take, let your writing style be narrative and your tone persuasive”).</strong></li>
<li><strong>Identify the Target Audience</strong>: Tailor the AI’s response to the needs of the end user, whether it’s a development team or a customer.</li>
<li><strong>Set a Clear Objective</strong>: Ensure the model understands the goal it needs to achieve.</li>
<li><strong>Establish the Tone and Style</strong>: Decide on the tone (formal, persuasive, cooperative) and writing style (narrative, descriptive, etc.).</li>
<li><strong>Experiment and Adjust</strong>: Continuously refine the prompts based on the results to improve the quality of the responses.</li>
</ul>
<h3 class="wp-block-heading"><strong>Conclusion: The Future of Agile with Generative AI</strong></h3>
<p>The combination of Agile and AI is transforming the way we work, unlocking new levels of innovation and continuous improvement. By adopting AI, Agile teams can deliver faster, more accurate results that are aligned with customer expectations.</p>
<p>At <strong>Capitole</strong>, we are at the forefront of digital transformation, helping our clients harness the power of <strong>Generative AI</strong> to optimize their Agile processes. If you want to maximize the value of your Agile teams with AI-driven solutions, reach out to us today. We’re here to guide you on this exciting journey toward the future of work.</p>
</p>
<p><strong>Sources</strong></p>
<ul class="wp-block-list">
<li><strong> TensorFlow:</strong> <a href="https://www.tensorflow.org/">https://www.tensorflow.org/</a> </li>
<li><strong>Papers with Code:</strong> <a href="https://paperswithcode.com/">https://paperswithcode.com/</a> </li>
<li><strong>Machine Learning is Fun:</strong> <a href="https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471">https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471</a>  </li>
<li><a href="https://github.com/mananahmed/sepoy-twitter-archive">https://github.com/mananahmed/sepoy-twitter-archive</a></li>
<li><strong>Agile Alliance:</strong> <a href="https://www.agilealliance.org/">https://www.agilealliance.org/</a> </li>
<li><strong> Scaled Agile Framework (SAFe):</strong> <a href="https://scaledagileframework.com/">https://scaledagileframework.com/</a> </li>
<li><strong> arXiv:</strong> <a href="https://arxiv.org/">https://arxiv.org/</a> , <strong>Scikit-learn:</strong> <a href="https://scikit-learn.org/">https://scikit-learn.org/</a> </li>
<li><strong>Google AI Blog:</strong> <a href="https://ai.google/latest-news/,">https://ai.google/latest-news/</a></li>
<li><strong>PyTorch:</strong> <a href="https://pytorch.org/">https://pytorch.org/</a></li>
</ul>
<p>The post <a href="https://www.capitole-consulting.com/blog/ai-powered-agile-the-future-of-work/">AI-Powered Agile: The Future of Work</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TÉRMINOS DE USO</title>
		<link>https://www.capitole-consulting.com/terminos-de-uso/</link>
					<comments>https://www.capitole-consulting.com/terminos-de-uso/#respond</comments>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Mon, 13 Jan 2025 11:17:42 +0000</pubDate>
				<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/terms-of-use/</guid>

					<description><![CDATA[<p>Terms of Use Last updated January 09, 2025 AGREEMENT TO OUR LEGAL TERMS We are CAPITOLE CONSULTING, SL (&#8216;Company&#8217;, &#8216;we&#8217;, &#8216;us&#8217;, or &#8216;our&#8217;), a company registered in Spain at Carrer Balmes, 89, Barcelona, Cataluña 08008. Our VAT number is B66399452. We operate the website https://capitole-consulting.com/ (the &#8216;Site&#8217;), as well as any other related products and services that refer or link to these legal terms (the &#8216;Legal ... <a title="TÉRMINOS DE USO" class="read-more" href="https://www.capitole-consulting.com/terminos-de-uso/" aria-label="Read more about TÉRMINOS DE USO">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/terminos-de-uso/">TÉRMINOS DE USO</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-page" data-elementor-id="12852" class="elementor elementor-12852 elementor-12819" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-cfe268f e-flex e-con-boxed e-con e-parent" data-id="cfe268f" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-150adaa e-con-full e-flex e-con e-child" data-id="150adaa" data-element_type="container">
				<div class="elementor-element elementor-element-ba98484 elementor-widget elementor-widget-heading" data-id="ba98484" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Terms of Use</h1>				</div>
				</div>
		<div class="elementor-element elementor-element-fd6702a e-con-full e-flex e-con e-child" data-id="fd6702a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
				<div class="elementor-element elementor-element-5940e03 elementor-widget elementor-widget-spacer" data-id="5940e03" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1668c56 elementor-widget elementor-widget-text-editor" data-id="1668c56" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><em>Last updated January 09, 2025</em></p>
<p><strong>AGREEMENT TO OUR LEGAL TERMS<br />
</strong>We are CAPITOLE CONSULTING, SL (&#8216;Company&#8217;, &#8216;we&#8217;, &#8216;us&#8217;, or &#8216;our&#8217;), a company registered in Spain at Carrer Balmes, 89, Barcelona, Cataluña 08008. Our VAT number is B66399452.</p>
<p>We operate the website https://capitole-consulting.com/ (the &#8216;Site&#8217;), as well as any other related products and services that refer or link to these legal terms (the &#8216;Legal Terms&#8217;) (collectively, the &#8216;Services&#8217;).</p>
<p>You can contact us by phone at +34 931 411 982, email at contact@capitole-consulting.com, or by mail to Carrer Balmes, 89, Barcelona, Cataluña 08008, Spain.</p>
<p>These Legal Terms constitute a legally binding agreement made between you, whether personally or on behalf of an entity (&#8216;you&#8217;), and CAPITOLE CONSULTING, SL , concerning your access to and use of the Services. You agree that by accessing the Services, you have read, understood, and agreed to be bound by all of these Legal Terms. IF YOU DO NOT AGREE WITH ALL OF THESE LEGAL TERMS, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SERVICES AND YOU MUST DISCONTINUE USE IMMEDIATELY.</p>
<p>Supplemental terms and conditions or documents that may be posted on the Services from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Legal Terms from time to time. We will alert you about any changes by updating the &#8216;Last updated&#8217; date of these Legal Terms, and you waive any right to receive specific notice of each such change. It is your responsibility to periodically review these Legal Terms to stay informed of updates. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Legal Terms by your continued use of the Services after the date such revised Legal Terms are posted.</p>
<p>The Services are intended for users who are at least 18 years old. Persons under the age of 18 are not permitted to use or register for the Services.</p>
<p><strong>We recommend that you print a copy of these Legal Terms for your records.</strong></p>
<p>TABLE OF CONTENTS<br />1. OUR SERVICES<br />2. INTELLECTUAL PROPERTY RIGHTS<br />3. USER REPRESENTATIONS<br />4. PURCHASES AND PAYMENT<br />5. PROHIBITED ACTIVITIES<br />6. USER GENERATED CONTRIBUTIONS<br />7. CONTRIBUTION LICENCE<br />8. SERVICES MANAGEMENT<br />9. PRIVACY POLICY<br />10. TERM AND TERMINATION<br />11. MODIFICATIONS AND INTERRUPTIONS<br />12. GOVERNING LAW<br />13. DISPUTE RESOLUTION<br />14. CORRECTIONS<br />15. DISCLAIMER<br />16. LIMITATIONS OF LIABILITY<br />17. INDEMNIFICATION<br />18. USER DATA<br />19. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES<br />20. MISCELLANEOUS<br />21. CONTACT US</p>
<p><strong>1. OUR SERVICES</strong><br />The information provided when using the Services is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Services from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable.</p>
<p><strong>2. INTELLECTUAL PROPERTY RIGHTS</strong><br />Our intellectual property<br />We are the owner or the licensee of all intellectual property rights in our Services, including all source code, databases, functionality, software, website designs, audio, video, text, photographs, and graphics in the Services (collectively, the &#8216;Content&#8217;), as well as the trademarks, service marks, and logos contained therein (the &#8216;Marks&#8217;).</p>
<p>Our Content and Marks are protected by copyright and trademark laws (and various other intellectual property rights and unfair competition laws) and treaties around the world.</p>
<p>The Content and Marks are provided in or through the Services &#8216;AS IS&#8217; for your personal, non-commercial use or internal business purpose only.<br />Your use of our Services<br />Subject to your compliance with these Legal Terms, including the &#8216;PROHIBITED ACTIVITIES&#8217; section below, we grant you a non-exclusive, non-transferable, revocable licence to:<br />access the Services; and<br />download or print a copy of any portion of the Content to which you have properly gained access,<br />solely for your personal, non-commercial use or internal business purpose.</p>
<p>Except as set out in this section or elsewhere in our Legal Terms, no part of the Services and no Content or Marks may be copied, reproduced, aggregated, republished, uploaded, posted, publicly displayed, encoded, translated, transmitted, distributed, sold, licensed, or otherwise exploited for any commercial purpose whatsoever, without our express prior written permission.</p>
<p>If you wish to make any use of the Services, Content, or Marks other than as set out in this section or elsewhere in our Legal Terms, please address your request to: contact@capitole-consulting.com. If we ever grant you the permission to post, reproduce, or publicly display any part of our Services or Content, you must identify us as the owners or licensors of the Services, Content, or Marks and ensure that any copyright or proprietary notice appears or is visible on posting, reproducing, or displaying our Content.</p>
<p>We reserve all rights not expressly granted to you in and to the Services, Content, and Marks.</p>
<p>Any breach of these Intellectual Property Rights will constitute a material breach of our Legal Terms and your right to use our Services will terminate immediately.<br />Your submissions<br />Please review this section and the &#8216;PROHIBITED ACTIVITIES&#8217; section carefully prior to using our Services to understand the (a) rights you give us and (b) obligations you have when you post or upload any content through the Services.</p>
<p>Submissions: By directly sending us any question, comment, suggestion, idea, feedback, or other information about the Services (&#8216;Submissions&#8217;), you agree to assign to us all intellectual property rights in such Submission. You agree that we shall own this Submission and be entitled to its unrestricted use and dissemination for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to you.</p>
<p>You are responsible for what you post or upload: By sending us Submissions through any part of the Services you:<br />confirm that you have read and agree with our &#8216;PROHIBITED ACTIVITIES&#8217; and will not post, send, publish, upload, or transmit through the Services any Submission that is illegal, harassing, hateful, harmful, defamatory, obscene, bullying, abusive, discriminatory, threatening to any person or group, sexually explicit, false, inaccurate, deceitful, or misleading;<br />to the extent permissible by applicable law, waive any and all moral rights to any such Submission;<br />warrant that any such Submission are original to you or that you have the necessary rights and licences to submit such Submissions and that you have full authority to grant us the above-mentioned rights in relation to your Submissions; and<br />warrant and represent that your Submissions do not constitute confidential information.<br />You are solely responsible for your Submissions and you expressly agree to reimburse us for any and all losses that we may suffer because of your breach of (a) this section, (b) any third party’s intellectual property rights, or (c) applicable law.</p>
<p><strong>3. USER REPRESENTATIONS</strong><br />By using the Services, you represent and warrant that: (1) you have the legal capacity and you agree to comply with these Legal Terms; (2) you are not a minor in the jurisdiction in which you reside; (3) you will not access the Services through automated or non-human means, whether through a bot, script or otherwise; (4) you will not use the Services for any illegal or unauthorised purpose; and (5) your use of the Services will not violate any applicable law or regulation.</p>
<p>If you provide any information that is untrue, inaccurate, not current, or incomplete, we have the right to suspend or terminate your account and refuse any and all current or future use of the Services (or any portion thereof).</p>
<p><strong>4. PURCHASES AND PAYMENT</strong><br />All purchases are non-refundable.</p>
<p><strong> We accept the following forms of payment:</strong></p>
<p>You agree to provide current, complete, and accurate purchase and account information for all purchases made via the Services. You further agree to promptly update account and payment information, including email address, payment method, and payment card expiration date, so that we can complete your transactions and contact you as needed. Sales tax will be added to the price of purchases as deemed required by us. We may change prices at any time. All payments shall be in __________.</p>
<p>You agree to pay all charges at the prices then in effect for your purchases and any applicable shipping fees, and you authorise us to charge your chosen payment provider for any such amounts upon placing your order. We reserve the right to correct any errors or mistakes in pricing, even if we have already requested or received payment.</p>
<p>We reserve the right to refuse any order placed through the Services. We may, in our sole discretion, limit or cancel quantities purchased per person, per household, or per order. These restrictions may include orders placed by or under the same customer account, the same payment method, and/or orders that use the same billing or shipping address. We reserve the right to limit or prohibit orders that, in our sole judgement, appear to be placed by dealers, resellers, or distributors.</p>
<p><strong> 5. PROHIBITED ACTIVITIES</strong><br />You may not access or use the Services for any purpose other than that for which we make the Services available. The Services may not be used in connection with any commercial endeavours except those that are specifically endorsed or approved by us.</p>
<p>As a user of the Services, you agree not to:<br />Systematically retrieve data or other content from the Services to create or compile, directly or indirectly, a collection, compilation, database, or directory without written permission from us.<br />Trick, defraud, or mislead us and other users, especially in any attempt to learn sensitive account information such as user passwords.<br />Circumvent, disable, or otherwise interfere with security-related features of the Services, including features that prevent or restrict the use or copying of any Content or enforce limitations on the use of the Services and/or the Content contained therein.<br />Disparage, tarnish, or otherwise harm, in our opinion, us and/or the Services.<br />Use any information obtained from the Services in order to harass, abuse, or harm another person.<br />Make improper use of our support services or submit false reports of abuse or misconduct.<br />Use the Services in a manner inconsistent with any applicable laws or regulations.<br />Engage in unauthorised framing of or linking to the Services.<br />Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party’s uninterrupted use and enjoyment of the Services or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Services.<br />Engage in any automated use of the system, such as using scripts to send comments or messages, or using any data mining, robots, or similar data gathering and extraction tools.<br />Delete the copyright or other proprietary rights notice from any Content.<br />Attempt to impersonate another user or person or use the username of another user.<br />Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or active information collection or transmission mechanism, including without limitation, clear graphics interchange formats (&#8216;gifs&#8217;), 1×1 pixels, web bugs, cookies, or other similar devices (sometimes referred to as &#8216;spyware&#8217; or &#8216;passive collection mechanisms&#8217; or &#8216;pcms&#8217;).<br />Interfere with, disrupt, or create an undue burden on the Services or the networks or services connected to the Services.<br />Harass, annoy, intimidate, or threaten any of our employees or agents engaged in providing any portion of the Services to you.<br />Attempt to bypass any measures of the Services designed to prevent or restrict access to the Services, or any portion of the Services.<br />Copy or adapt the Services&#8217; software, including but not limited to Flash, PHP, HTML, JavaScript, or other code.<br />Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer any of the software comprising or in any way making up a part of the Services.<br />Except as may be the result of standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the Services, or use or launch any unauthorised script or other software.<br />Use a buying agent or purchasing agent to make purchases on the Services.<br />Make any unauthorised use of the Services, including collecting usernames and/or email addresses of users by electronic or other means for the purpose of sending unsolicited email, or creating user accounts by automated means or under false pretences.<br />Use the Services as part of any effort to compete with us or otherwise use the Services and/or the Content for any revenue-generating endeavour or commercial enterprise.</p>
<p><strong>6. USER GENERATED CONTRIBUTIONS</strong><br />The Services does not offer users to submit or post content. We may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or on the Services, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, &#8216;Contributions&#8217;). Contributions may be viewable by other users of the Services and through third-party websites. As such, any Contributions you transmit may be treated in accordance with the Services&#8217; Privacy Policy. When you create or make available any Contributions, you thereby represent and warrant that:<br />The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.<br />You are the creator and owner of or have the necessary licences, rights, consents, releases, and permissions to use and to authorise us, the Services, and other users of the Services to use your Contributions in any manner contemplated by the Services and these Legal Terms.<br />You have the written consent, release, and/or permission of each and every identifiable individual person in your Contributions to use the name or likeness of each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Services and these Legal Terms.<br />Your Contributions are not false, inaccurate, or misleading.<br />Your Contributions are not unsolicited or unauthorised advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation.<br />Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing, libellous, slanderous, or otherwise objectionable (as determined by us).<br />Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.<br />Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.<br />Your Contributions do not violate any applicable law, regulation, or rule.<br />Your Contributions do not violate the privacy or publicity rights of any third party.<br />Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors.<br />Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.<br />Your Contributions do not otherwise violate, or link to material that violates, any provision of these Legal Terms, or any applicable law or regulation.<br />Any use of the Services in violation of the foregoing violates these Legal Terms and may result in, among other things, termination or suspension of your rights to use the Services.</p>
<p><strong>7. CONTRIBUTION LICENCE</strong></p>
<p>You and Services agree that we may access, store, process, and use any information and personal data that you provide following the terms of the Privacy Policy and your choices (including settings).</p>
<p>By submitting suggestions or other feedback regarding the Services, you agree that we can use and share such feedback for any purpose without compensation to you.</p>
<p>We do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area on the Services. You are solely responsible for your Contributions to the Services and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.</p>
<p><strong>8. SERVICES MANAGEMENT</strong><br />We reserve the right, but not the obligation, to: (1) monitor the Services for violations of these Legal Terms; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Legal Terms, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Services or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Services in a manner designed to protect our rights and property and to facilitate the proper functioning of the Services.</p>
<p><strong>9. PRIVACY POLICY</strong><br />We care about data privacy and security. Please review our Privacy Policy: https://capitole-consulting.com/privacy-policy/. By using the Services, you agree to be bound by our Privacy Policy, which is incorporated into these Legal Terms. Please be advised the Services are hosted in Spain. If you access the Services from any other region of the world with laws or other requirements governing personal data collection, use, or disclosure that differ from applicable laws in Spain, then through your continued use of the Services, you are transferring your data to Spain, and you expressly consent to have your data transferred to and processed in Spain.</p>
<p><strong>10. TERM AND TERMINATION</strong><br />These Legal Terms shall remain in full force and effect while you use the Services. WITHOUT LIMITING ANY OTHER PROVISION OF THESE LEGAL TERMS, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY ACCESS TO AND USE OF THE SERVICES (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN THESE LEGAL TERMS OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE SERVICES OR DELETE ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN OUR SOLE DISCRETION.</p>
<p>If we terminate or suspend your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.</p>
<p><strong>11. MODIFICATIONS AND INTERRUPTIONS</strong><br />We reserve the right to change, modify, or remove the contents of the Services at any time or for any reason at our sole discretion without notice. However, we have no obligation to update any information on our Services. We will not be liable to you or any third party for any modification, price change, suspension, or discontinuance of the Services.</p>
<p>We cannot guarantee the Services will be available at all times. We may experience hardware, software, or other problems or need to perform maintenance related to the Services, resulting in interruptions, delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify the Services at any time or for any reason without notice to you. You agree that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Services during any downtime or discontinuance of the Services. Nothing in these Legal Terms will be construed to obligate us to maintain and support the Services or to supply any corrections, updates, or releases in connection therewith.</p>
<p><strong>12. GOVERNING LAW</strong></p>
<p>These Legal Terms are governed by and interpreted following the laws of Spain, and the use of the United Nations Convention of Contracts for the International Sales of Goods is expressly excluded. If your habitual residence is in the EU, and you are a consumer, you additionally possess the protection provided to you by obligatory provisions of the law in your country to residence. CAPITOLE CONSULTING, SL and yourself both agree to submit to the non-exclusive jurisdiction of the courts of Barcelona, which means that you may make a claim to defend your consumer protection rights in regards to these Legal Terms in Spain, or in the EU country in which you reside.</p>
<p><strong>13. DISPUTE RESOLUTION</strong></p>
<p>The European Commission provides an online dispute resolution platform, which you can access. If you would like to bring this subject to our attention, please contact us.</p>
<p><strong>14. CORRECTIONS</strong><br />There may be information on the Services that contains typographical errors, inaccuracies, or omissions, including descriptions, pricing, availability, and various other information. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update the information on the Services at any time, without prior notice.</p>
<p><strong>15. DISCLAIMER</strong><br />THE SERVICES ARE PROVIDED ON AN AS-IS AND AS-AVAILABLE BASIS. YOU AGREE THAT YOUR USE OF THE SERVICES WILL BE AT YOUR SOLE RISK. TO THE FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, IN CONNECTION WITH THE SERVICES AND YOUR USE THEREOF, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT THE ACCURACY OR COMPLETENESS OF THE SERVICES&#8217; CONTENT OR THE CONTENT OF ANY WEBSITES OR MOBILE APPLICATIONS LINKED TO THE SERVICES AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY FOR ANY (1) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2) PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY NATURE WHATSOEVER, RESULTING FROM YOUR ACCESS TO AND USE OF THE SERVICES, (3) ANY UNAUTHORISED ACCESS TO OR USE OF OUR SECURE SERVERS AND/OR ANY AND ALL PERSONAL INFORMATION AND/OR FINANCIAL INFORMATION STORED THEREIN, (4) ANY INTERRUPTION OR CESSATION OF TRANSMISSION TO OR FROM THE SERVICES, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH MAY BE TRANSMITTED TO OR THROUGH THE SERVICES BY ANY THIRD PARTY, AND/OR (6) ANY ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED, TRANSMITTED, OR OTHERWISE MADE AVAILABLE VIA THE SERVICES. WE DO NOT WARRANT, ENDORSE, GUARANTEE, OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A THIRD PARTY THROUGH THE SERVICES, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE APPLICATION FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND WE WILL NOT BE A PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU SHOULD USE YOUR BEST JUDGEMENT AND EXERCISE CAUTION WHERE APPROPRIATE.</p>
<p><strong>16. LIMITATIONS OF LIABILITY</strong><br />IN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM YOUR USE OF THE SERVICES, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
<p><strong>17. INDEMNIFICATION</strong><br />You agree to defend, indemnify, and hold us harmless, including our subsidiaries, affiliates, and all of our respective officers, agents, partners, and employees, from and against any loss, damage, liability, claim, or demand, including reasonable attorneys’ fees and expenses, made by any third party due to or arising out of: (1) use of the Services; (2) breach of these Legal Terms; (3) any breach of your representations and warranties set forth in these Legal Terms; (4) your violation of the rights of a third party, including but not limited to intellectual property rights; or (5) any overt harmful act toward any other user of the Services with whom you connected via the Services. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the exclusive defence and control of any matter for which you are required to indemnify us, and you agree to cooperate, at your expense, with our defence of such claims. We will use reasonable efforts to notify you of any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of it.</p>
<p><strong>18. USER DATA</strong><br />We will maintain certain data that you transmit to the Services for the purpose of managing the performance of the Services, as well as data relating to your use of the Services. Although we perform regular routine backups of data, you are solely responsible for all data that you transmit or that relates to any activity you have undertaken using the Services. You agree that we shall have no liability to you for any loss or corruption of any such data, and you hereby waive any right of action against us arising from any such loss or corruption of such data.</p>
<p><strong>19. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</strong><br />Visiting the Services, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications, and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Services, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SERVICES. You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by any means other than electronic means.</p>
<p><strong>20. MISCELLANEOUS</strong><br />These Legal Terms and any policies or operating rules posted by us on the Services or in respect to the Services constitute the entire agreement and understanding between you and us. Our failure to exercise or enforce any right or provision of these Legal Terms shall not operate as a waiver of such right or provision. These Legal Terms operate to the fullest extent permissible by law. We may assign any or all of our rights and obligations to others at any time. We shall not be responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable control. If any provision or part of a provision of these Legal Terms is determined to be unlawful, void, or unenforceable, that provision or part of the provision is deemed severable from these Legal Terms and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Legal Terms or use of the Services. You agree that these Legal Terms will not be construed against us by virtue of having drafted them. You hereby waive any and all defences you may have based on the electronic form of these Legal Terms and the lack of signing by the parties hereto to execute these Legal Terms.</p>
<p><strong>21. CONTACT US</strong><br />In order to resolve a complaint regarding the Services or to receive further information regarding use of the Services, please contact us at:</p>
<p><strong>CAPITOLE CONSULTING, SL</strong><br /><strong>Carrer Balmes, 89</strong><br /><strong>Barcelona, Cataluña 08008</strong><br /><strong>Spain</strong><br /><strong>Phone: +34 931 411 982 </strong><br /><strong>contact@capitole-consulting.com</strong></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-af7818b elementor-widget elementor-widget-spacer" data-id="af7818b" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/terminos-de-uso/">TÉRMINOS DE USO</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.capitole-consulting.com/terminos-de-uso/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Change Management and its value for development teams</title>
		<link>https://www.capitole-consulting.com/blog/change-management-and-its-value-for-development-teams/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Tue, 19 Nov 2024 15:08:00 +0000</pubDate>
				<category><![CDATA[Methods & Transformation]]></category>
		<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/?p=10387</guid>

					<description><![CDATA[<p>Let’s talk about change management and its importance within tech teams in companies. Digital transformation&#160;is the process through which an organization adopts new technologies across all its operations. This is precisely one of the areas in which Capitole offers advanced knowledge and expertise in digital environments, with the goal of driving substantial improvements and progress ... <a title="Change Management and its value for development teams" class="read-more" href="https://www.capitole-consulting.com/blog/change-management-and-its-value-for-development-teams/" aria-label="Read more about Change Management and its value for development teams">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/change-management-and-its-value-for-development-teams/">Change Management and its value for development teams</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Let’s talk about change management and its importance within tech teams in companies.</p>



<p><strong>Digital transformation</strong>&nbsp;is the process through which an organization adopts new technologies across all its operations.</p>



<p>This is precisely one of the areas in which Capitole offers advanced knowledge and expertise in digital environments, with the goal of driving substantial improvements and progress at every area and level within companies.</p>



<h3 class="wp-block-heading">What is change management, and how is it integrated into digital transformation?</h3>



<p><strong>Change Management</strong>&nbsp;is a fundamental discipline in any organization that aims for continuous improvement. It can be applied to specific events within companies, such as changes in organizational structure and culture or the implementation of new technologies and work methodologies.</p>



<p>In this article, we focus specifically on the relevance of change management within software development teams. The main objectives of change management are:</p>



<ul class="wp-block-list">
<li>Minimize resistance to change among end-users.</li>



<li>Reduce negative impacts on work teams.</li>



<li>Promote the commitment of all involved parties.</li>



<li>Provide greater recognition for the work of the teams.</li>
</ul>



<p>With this, we highlight how change management focuses mainly on the&nbsp;<strong>human aspect of digital transformation.</strong></p>



<h3 class="wp-block-heading">Key Components of Change Management</h3>



<p>There are different change management models, such as Lewin’s model, the ADKAR model, and Bridges’ transition model. All of them consider key aspects to ensure the success of the initiative.</p>



<p><strong>Effective Communication</strong></p>



<p>A change management strategy must clearly explain the reasons, benefits, and expectations of the change. This is aimed at conveying transparency and building a foundation of trust.</p>



<p>Here, it is important to leverage tools like Slack or Teams, which promote more collaborative work and benefit the change process.</p>



<ol class="wp-block-list">
<li><strong>Effective Communication</strong></li>
</ol>



<p>A change management strategy must clearly explain the reasons, benefits, and expectations of the change. This is aimed at conveying transparency and building a foundation of trust.</p>



<p>Here, it is important to leverage tools like Slack or Teams, which promote more collaborative work and benefit the change process.</p>



<ol start="2" class="wp-block-list">
<li><strong>Training and Support</strong></li>
</ol>



<p>It is also key to ensure that employees clearly understand how the change impacts each of their roles and have effective tools available to help them adapt.</p>



<p>At this point, organizing training for the teams involved in the change is crucial to make the adoption of new technologies more effective.</p>



<ol start="3" class="wp-block-list">
<li><strong>Participation and Feedback</strong></li>
</ol>



<p>A change management model should encourage teams to express their concerns and suggestions. This can be done through forums and regular events that promote the benefits of the newly adopted technologies or work models.</p>



<ol start="4" class="wp-block-list">
<li><strong>Evaluation and Adjustments</strong></li>
</ol>



<p>It is very important to measure the impact of the change, evaluate the results, and continuously adjust the strategy as new needs arise.</p>



<h3 class="wp-block-heading">How can change management support development teams?</h3>



<p>Change management within a software development team is not only focused on adopting new technologies but also on integrating new forms of collaboration, as well as transforming mindset and organizational culture. All of this aims to keep the team aligned with industry best practices.</p>



<p>With the rapid evolution of software development, it is essential that tools, frameworks, and methodologies are kept up to date.</p>



<p>A change management strategy not only promotes better practices within development teams but also positively impacts the end user.</p>



<p>However, without an appropriate change management strategy, resistance among those involved may arise. Why?</p>



<ol class="wp-block-list">
<li><strong>Lack of Knowledge or Training</strong></li>
</ol>



<p>When employees or users do not understand why new tools or processes are being implemented, or if they have not received the proper training, they may feel that this change will complicate their work.</p>



<ol start="2" class="wp-block-list">
<li><strong>Short-Term Loss of Efficiency</strong></li>
</ol>



<p>Adopting new technology involves a learning curve. Initially, people may feel less productive and doubt whether the change will bring benefits.</p>



<ol start="3" class="wp-block-list">
<li><strong>Lack of Visibility and Recognition</strong></li>
</ol>



<p>Team members may feel that their work is not valued enough if the impact of the change is not communicated effectively. This ultimately also affects the perception of end users, who may be unaware of the benefits of new features or improvements in their products.</p>



<p>As a UX/UI designer, my role in change management is crucial in creating a visual, attractive, and functional transition that facilitates the adoption of new tools or processes by end users. Additionally, it helps developers feel supported and valued during the process.</p>



<h3 class="wp-block-heading">Practical Cases of UX/UI Content in Change Management</h3>



<p>Imagine that the company has developed a new software platform that will replace the previous one. This change will affect both developers and end users. An effective Change Management process could include:</p>



<ul class="wp-block-list">
<li><strong>Introductory Video</strong>: A video introducing the new platform, visually explaining its benefits and improvements over the previous one.</li>



<li><strong>Guided Tutorials</strong>: Create a set of short tutorials explaining how to use the new features and guiding the user through their first experience with the platform.</li>



<li><strong>Feedback Spaces</strong>: Implement an option in the interface where users can leave feedback on the platform, which helps improve the perception of the change and make real-time adjustments.</li>



<li></li>
</ul>



<h3 class="wp-block-heading">Benefits of Good Change Management</h3>



<ol class="wp-block-list">
<li><strong>Increased Productivity</strong>: With a well-managed transition, developers can quickly familiarize themselves with the new tools or methodologies, reducing the impact on their productivity.</li>



<li><strong>Reduced Resistance to Change</strong>: Good Change Management minimizes resistance by allowing developers and users to understand and appreciate the improvements.</li>



<li><strong>Visibility and Recognition</strong>: Through UX/UI content, the work of developers becomes visible, which is motivating and contributes to a positive work environment.</li>



<li><strong>Sustainable Adoption</strong>: When users are properly trained and informed, the adoption of new tools or features is more lasting and effective.</li>
</ol>



<h3 class="wp-block-heading">Conclusion</h3>



<p>Change Management is an essential process in software development teams, especially when it involves adopting new tools, technologies, and work methodologies.</p>



<p>From the perspective of a UX/UI content designer, the role in Change Management is strategic, as it facilitates visual communication that helps developers adapt and allows end users to effectively adopt new features.</p>



<p>At Capitole, we assist organizations in effective and adaptable transitions for different teams, promoting best practices aimed at a future-oriented digital transformation.</p>
<p>The post <a href="https://www.capitole-consulting.com/blog/change-management-and-its-value-for-development-teams/">Change Management and its value for development teams</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
