{"id":3112,"date":"2024-07-08T13:41:59","date_gmt":"2024-07-08T13:41:59","guid":{"rendered":"https:\/\/creativecoefficient.net\/?page_id=3112"},"modified":"2026-04-10T20:29:50","modified_gmt":"2026-04-10T20:29:50","slug":"sitickets","status":"publish","type":"page","link":"https:\/\/creativecoefficient.net\/es\/sitickets\/","title":{"rendered":"SI Tickets"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3112\" class=\"elementor elementor-3112\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a00aa0 e-con-full e-flex e-con e-parent\" data-id=\"8a00aa0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1a57ad2 e-flex e-con-boxed e-con e-child\" data-id=\"1a57ad2\" data-element_type=\"container\" id=\"top-banner-text\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aa9b780 e-con-full e-flex e-con e-child\" data-id=\"aa9b780\" data-element_type=\"container\" id=\"sitickets-background-si\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc5310c elementor-widget elementor-widget-html\" data-id=\"cc5310c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <style>\n\n\n    .container {\n      \/*max-height: 100vh;*\/\n      height: 100vh;\n      width: 100vw;\n      overflow: hidden;\n      contain: layout paint;\n    }\n\n    .square {\n      width: 400px;\n      height: 400px;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n\n    .svg {\n      width: 100px;\n      height: auto;\n    }\n\n    .big {\n      animation: scaleImages 15s infinite linear;\n    }\n\n    .slow0 {\n    }\n    .slow1 {\n      animation-delay: -2s;\n    }\n\n    .slow2 {\n      animation-delay: -4s;\n    }\n\n    .slow3 {\n      animation-delay: -6s;\n    }\n\n    .slow4 {\n      animation-delay: -8s;\n    }\n\n    .slow5 {\n      animation-delay: -10s;\n    }\n\n    .slow6 {\n      animation-delay: -12s;\n    }\n\n    @keyframes scaleImages {\n      0% {\n        scale: 0.01;\n        opacity: 1;\n      }\n      100% {\n        scale: 3;\n        opacity: 0;\n      }\n    }\n\n  <\/style>\n<\/head>\n<body>\n<div class=\"container\"><\/div>\n\n\n<script>\n  const container = document.querySelector('.container');\n  console.log(\"Width\", container.clientWidth, \"Height\", container.clientHeight);\n  const containerWidth = window.innerWidth;\n  const containerHeight = window.innerHeight;\n  const squareSize = 400;\n  const cols = Math.ceil(containerWidth \/ squareSize);\n  const rows = Math.ceil(containerHeight \/ squareSize);\n  const classes = [ 'slow0', 'slow1', 'slow2', 'slow3', 'slow4', 'slow5', 'slow6'];\n  let squares = [];\n\n  const getRandomClass = (lastClass) => {\n    let randomClass = classes[Math.floor(Math.random() * classes.length)];\n    while (lastClass === randomClass) {\n      randomClass = classes[Math.floor(Math.random() * classes.length)];\n    }\n    return randomClass;\n  }\n\n  const firstWidthStep = 400;\n  const firstHeightStep = 400;\n  let lastClass = '';\n  for (let i = 0; i < container.clientHeight; i+=firstHeightStep) {\n    for (let j = 0; j < container.clientWidth; j+=firstWidthStep*2) {\n      const square = document.createElement('img');\n      square.classList.add('square', 'svg', 'big');\n      square.src = 'https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/SI-1.svg';\n      square.style.position = 'absolute';\n      square.style.left = `${j}px`;\n      square.style.top = `${i}px`;\n      lastClass = getRandomClass(lastClass);\n      square.classList.add(lastClass);\n      container.appendChild(square);\n    }\n  }\n  for (let i = -100; i < container.clientHeight; i+=firstHeightStep) {\n    for (let j = firstWidthStep; j < container.clientWidth; j+=firstWidthStep*2) {\n      const square = document.createElement('img');\n      square.classList.add('square', 'svg', 'big');\n      square.src = 'https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/SI-1.svg';\n      square.style.position = 'absolute';\n      square.style.left = `${j}px`;\n      square.style.top = `${i}px`;\n      lastClass = getRandomClass(lastClass);\n      square.classList.add(lastClass);\n      container.appendChild(square);\n    }\n  }\n  const secondWidthStep = 400;\n  const secondHeightStep = 400;\n  for (let i = 100; i < container.clientHeight; i+=secondHeightStep) {\n    for (let j = 200; j < container.clientWidth; j+=secondWidthStep*2) {\n      const square = document.createElement('img');\n      square.classList.add('square', 'svg', 'big');\n      square.src = 'https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/SI-1.svg';\n      square.style.position = 'absolute';\n      square.style.left = `${j}px`;\n      square.style.top = `${i}px`;\n      lastClass = getRandomClass(lastClass);\n      square.classList.add(lastClass);\n      container.appendChild(square);\n    }\n  }\n  for (let i = 200; i < container.clientHeight; i+=secondHeightStep) {\n    for (let j = 200 + secondWidthStep; j < container.clientWidth; j+=secondWidthStep*2) {\n      const square = document.createElement('img');\n      square.classList.add('square', 'svg', 'big');\n      square.src = 'https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/SI-1.svg';\n      square.style.position = 'absolute';\n      square.style.left = `${j}px`;\n      square.style.top = `${i}px`;\n      lastClass = getRandomClass(lastClass);\n      square.classList.add(lastClass);\n      container.appendChild(square);\n    }\n  }\n  \/\/ for (let i = 0; i < rows; i++) {\n  \/\/   for (let j = 0; j < cols; j++) {\n  \/\/     const square = document.createElement('img');\n  \/\/     let randomClass = classes[Math.floor(Math.random() * classes.length)];\n  \/\/     let index0 = j !== 0 ? (j - 1) + i * cols : -1;\n  \/\/     let index1 = j !== 0 ? (j - 1) + (i - 1) * cols : -1;\n  \/\/     let index2 = j + (i - 1) * cols;\n  \/\/     let index3 = j !== cols ? (j + 1) + (i - 1) * cols : -1;\n  \/\/     let squaresNeighbors = [squares[index0], squares[index1], squares[index2], squares[index3]];\n  \/\/     while (squaresNeighbors.includes(randomClass)) {\n  \/\/       randomClass = classes[Math.floor(Math.random() * classes.length)];\n  \/\/     }\n  \/\/     squares.push(randomClass);\n  \/\/     square.classList.add('square', 'svg', 'big');\n  \/\/     square.classList.add(randomClass);\n  \/\/     square.src = 'https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/SI-1.svg';\n  \/\/     container.appendChild(square);\n  \/\/   }\n  \/\/ }\n<\/script>\n<\/body>\n\n<\/html>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1520239 e-con-full e-flex e-con e-child\" data-id=\"1520239\" data-element_type=\"container\" id=\"banner-sitix-img\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bcf4ab5 e-con-full e-flex e-con e-child\" data-id=\"bcf4ab5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8728fe8 elementor-widget__width-inherit elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"8728fe8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">Un marketplace de entradas<br><b>pensado para fans<b><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-157f77f e-con-full e-flex e-con e-child\" data-id=\"157f77f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1e1c2f3 e-con-full e-flex e-con e-child\" data-id=\"1e1c2f3\" data-element_type=\"container\" id=\"banner-img\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-49cb573 e-con-full e-flex e-con e-child\" data-id=\"49cb573\" data-element_type=\"container\" id=\"bottom-banner-text\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0aea27d e-con-full contained-content e-flex e-con e-child\" data-id=\"0aea27d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c55c54 elementor-widget__width-inherit elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6c55c54\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tickets para cientos de miles de eventos deportivos,\u2028 conciertos y espect\u00e1culos teatrales<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f59c7d2 e-con-full e-flex e-con e-child\" data-id=\"f59c7d2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c528d6 elementor-widget elementor-widget-heading\" data-id=\"2c528d6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Disponible en<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea83706 e-con-full e-flex e-con e-child\" data-id=\"ea83706\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9bbb32b e-con-full e-flex e-con e-child\" data-id=\"9bbb32b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab27c5b elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"ab27c5b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"369\" height=\"112\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png\" class=\"attachment-full size-full wp-image-11995\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png 369w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge-300x91.png 300w\" sizes=\"auto, (max-width: 369px) 100vw, 369px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0fa39e7 e-con-full e-flex e-con e-child\" data-id=\"0fa39e7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9046966 elementor-widget elementor-widget-image\" data-id=\"9046966\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"371\" height=\"112\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/google-play-badge.png\" class=\"attachment-full size-full wp-image-11996\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/google-play-badge.png 371w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/google-play-badge-300x91.png 300w\" sizes=\"auto, (max-width: 371px) 100vw, 371px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8b6b9d9 e-con-full e-flex e-con e-parent\" data-id=\"8b6b9d9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bf4b89c e-con-full e-flex e-con e-child\" data-id=\"bf4b89c\" data-element_type=\"container\" id=\"clientContainer\">\n\t\t\t\t<div class=\"elementor-element elementor-element-158b4e1 elementor-widget elementor-widget-heading\" data-id=\"158b4e1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El cliente<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-df88b2b e-con-full e-flex e-con e-child\" data-id=\"df88b2b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9a19a0 elementor-widget elementor-widget-image\" data-id=\"e9a19a0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"790\" height=\"208\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/SI-LOGO.png\" class=\"attachment-full size-full wp-image-4383\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/SI-LOGO.png 790w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/SI-LOGO-300x79.png 300w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/SI-LOGO-768x202.png 768w\" sizes=\"auto, (max-width: 790px) 100vw, 790px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53abd17 elementor-widget elementor-widget-image\" data-id=\"53abd17\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1053\" height=\"280\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/lunatix-logo-black-1.png\" class=\"attachment-full size-full wp-image-4402\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/lunatix-logo-black-1.png 1053w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/lunatix-logo-black-1-300x80.png 300w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/lunatix-logo-black-1-1024x272.png 1024w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/lunatix-logo-black-1-768x204.png 768w\" sizes=\"auto, (max-width: 1053px) 100vw, 1053px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71ace6d elementor-widget-widescreen__width-initial elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"71ace6d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Dos grandes compa\u00f1\u00edas unieron fuerzas para crear SITIX,\u2028 el marketplace de entradas que conecta a m\u00e1s compradores\u2028 y vendedores que cualquier otra plataforma del mundo.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19f9649 e-con-full e-flex e-con e-child\" data-id=\"19f9649\" data-element_type=\"container\" id=\"ChallengeOuterContainer\">\n\t\t<div class=\"elementor-element elementor-element-7bf16de e-con-full e-flex e-con e-child\" data-id=\"7bf16de\" data-element_type=\"container\" id=\"challengeContainer\">\n\t\t<div class=\"elementor-element elementor-element-8b5bcab e-con-full e-flex e-con e-child\" data-id=\"8b5bcab\" data-element_type=\"container\" id=\"challengeContainerRedSquare\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-91d5d16 e-con-full e-flex e-con e-child\" data-id=\"91d5d16\" data-element_type=\"container\" id=\"challengeTextContainer\">\n\t\t<div class=\"elementor-element elementor-element-6e73706 e-con-full e-flex e-con e-child\" data-id=\"6e73706\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49f54e4 elementor-widget elementor-widget-heading\" data-id=\"49f54e4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El desaf\u00edo<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c54ee3 elementor-widget elementor-widget-heading\" data-id=\"7c54ee3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A lo que nos enfrent\u00e1bamos<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1d6115 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c1d6115\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Dada la reconocida trayectoria de Sports Illustrated, el desaf\u00edo fue desarrollar una plataforma que estuviera a la altura de los m\u00e1s altos est\u00e1ndares. <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b9525c e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7b9525c\" data-element_type=\"container\" id=\"challengeImg\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93327e5 e-con-full e-flex e-con e-parent\" data-id=\"93327e5\" data-element_type=\"container\" id=\"carrouselContainer\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e1db03 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"6e1db03\" data-element_type=\"widget\" id=\"textCarrouselContainer\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"marquee_text\">\n    <div class=\"marquee__group\">\n      <span>Deportes, conciertos, teatro, musicales,<\/span>\n     <span>Deportes, conciertos, teatro, musicales,<\/span>\n     <span>Deportes, conciertos, teatro, musicales,<\/span>\n      \n    <\/div>\n  <div class=\"marquee__group\" aria-hidden=\"true\">\n      <span>Deportes, conciertos, teatro, musicales,<\/span>\n     <span>Deportes, conciertos, teatro, musicales,<\/span>\n     <span>Deportes, conciertos, teatro, musicales,<\/span>\n      \n    <\/div>\n<\/div>\n\n<style>\n\n#textCarrouselContainer{\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n}\n.marquee_text {\n    width: 100%;\n    display: flex;\n    overflow: hidden;\n    user-select: none;\n    gap: 2rem;\n    margin-bottom: 175px;\n}\n\n.marquee__group {\n  flex-shrink: 0;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 2rem;\n  min-width: 100%;\n  animation: scroll 80s linear infinite;\n}\n\n.marquee__group span {\n  font-family: 'Lexend', sans-serif;\n  font-size: 180px;\n  font-weight: 700;\n  line-height: 177.78px;\n}\n\n@keyframes scroll {\n  from {\n    transform: translateX(0);\n  }\n  to {\n    transform: translateX(calc(-100% - 2rem));\n  }\n}\n\n@media (max-width: 767px) {\n    .marquee__group span{\n        font-size: 120px;\n        line-height: 140px;\n    }\n    .marquee_text{\n        margin-bottom: 250px;\n    }\n}\n\n@media (min-width: 2400px) {\n    .marquee__group span{\n        font-size: 270px;\n        line-height: 260px;\n    }\n    .marquee_text{\n        margin-bottom: 300px;\n    }\n}\n\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0433fe3 elementor-absolute elementor-widget elementor-widget-html\" data-id=\"0433fe3\" data-element_type=\"widget\" id=\"imgCarrouselContainer\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"marquee__three marquee--hover-pause\">\n    <div class=\"marquee__group__three\">\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-152.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-151.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-150.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-149.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-148.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-147.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-146.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-145.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-144.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-143.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-142.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-119.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-121.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-122.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-123.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-153.png' alt=''>\n    <\/div>\n    \n    <div aria-hidden=\"true\" class=\"marquee__group__three\">\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-152.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-151.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-150.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-149.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-148.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-147.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-146.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-145.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-144.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-143.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-142.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-119.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-121.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-122.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-123.png' alt=''>\n      <img src='https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/image-153.png' alt=''>\n    <\/div>\n    \n<\/div>\n\n<style>\n\n#imgCarrouselContainer{\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  width: 100%;\n}\n\n#imgCarrouselContainer img{\n    width: 250px;\n    height: 250px;\n    object-fit: cover;\n}\n\n.marquee__three {\n  display: flex;\n  overflow: hidden;\n  user-select: none;\n  padding-top: 2rem;\n  padding-bottom: 2rem;\n  margin-top: 150px;\n}\n\n.marquee__group__three {\n  flex-shrink: 0;\n  display: flex;\n  align-items: center;\n  \/*justify-content: space-between;*\/\n  gap: 2rem;\n  min-width: 100%;\n  animation: scrollImg 50s linear infinite reverse;\n  margin-right: 2rem;\n}\n\n\n@keyframes scrollImg {\n  from {\n    transform: translateX(0);\n  }\n  to {\n    transform: translateX(calc(-100% - .1rem));\n  }\n}\n\n\n@media (max-width: 767px) {\n    #imgCarrouselContainer img{\n        width: 220px;\n        height: 220px;\n        object-fit: cover;\n    }\n    .marquee__three{\n        padding-top: 3rem;\n        padding-bottom: 3rem;\n        margin-top: 50px;\n    }\n}\n\n@media (min-width: 2400px) {\n    #imgCarrouselContainer img{\n        width: 375px;\n        height: 375px;\n        object-fit: cover;\n    }\n    .marquee__three{\n        padding-top: 3rem;\n        padding-bottom: 3rem;\n        margin-top: 200px;\n    }\n}\n\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-91a7b4b e-con-full e-flex e-con e-parent\" data-id=\"91a7b4b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-060ed6a e-con-full e-flex e-con e-child\" data-id=\"060ed6a\" data-element_type=\"container\" id=\"FirstAproach\">\n\t\t<div class=\"elementor-element elementor-element-d7a3373 e-con-full AproachtextContainer e-flex e-con e-child\" data-id=\"d7a3373\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f47dad5 elementor-widget elementor-widget-heading\" data-id=\"f47dad5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Primer acercamiento<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19dbe5e elementor-widget elementor-widget-heading\" data-id=\"19dbe5e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sum\u00e1ndonos al proyecto<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fad6575 elementor-widget elementor-widget-heading\" data-id=\"fad6575\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SITIX lleg\u00f3 a Creative en una etapa muy temprana del proyecto, con solo una parte m\u00ednima del backend desarrollada.\n<br> \n<br>\nWe took on the task of <b>modernizing the technologies and developing the entire system,<\/b> creating a responsive design <b>with improved functionality.<\/b><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-278b4f9 e-con-full e-flex e-con e-child\" data-id=\"278b4f9\" data-element_type=\"container\" id=\"AproachVideoContainer\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0621ebe elementor-widget__width-initial elementor-widget-widescreen__width-initial elementor-widget elementor-widget-video\" data-id=\"0621ebe\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1\/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% \/ var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1\/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% \/ var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}<\/style>\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/SITICKETS.mp4\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlslist=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29088af elementor-hidden-mobile e-con-full e-flex e-con e-parent\" data-id=\"29088af\" data-element_type=\"container\" id=\"mastering-container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-623a685 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"623a685\" data-element_type=\"container\" id=\"ticket-container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:250}\">\n\t\t<div class=\"elementor-element elementor-element-7af90e1 e-con-full e-flex e-con e-child\" data-id=\"7af90e1\" data-element_type=\"container\" id=\"text-ticket-container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6576b74 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6576b74\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Implementaci\u00f3n y desarrollo<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c1a454 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"9c1a454\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El equipo de desarrollo de Creative Coefficient abord\u00f3\u2028 todos los desaf\u00edos relacionados con <span style=\"color: #e5061e;\">tecnolog\u00eda, infraestructura, seguridad, integraciones y soporte continuo.<\/span>.\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b9e5ea elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet e-con-full e-flex e-con e-parent\" data-id=\"1b9e5ea\" data-element_type=\"container\" id=\"mastering-mobile\">\n\t\t<div class=\"elementor-element elementor-element-d2012eb e-con-full e-flex e-con e-child\" data-id=\"d2012eb\" data-element_type=\"container\" id=\"ticket-container-mobile\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation_mobile&quot;:&quot;slideInUp&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3e2985e e-con-full e-flex e-con e-child\" data-id=\"3e2985e\" data-element_type=\"container\" id=\"text-ticket-mobile\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c81a224 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"c81a224\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Implementaci\u00f3n y desarrollo<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09af15f elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"09af15f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El equipo de desarrollo de Creative Coefficient abord\u00f3\u2028 todos los desaf\u00edos relacionados con <span style=\"color: #e5061e;\">tecnolog\u00eda, infraestructura, seguridad, integraciones y soporte continuo.<\/span>.\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1aef88 e-con-full e-flex e-con e-parent\" data-id=\"d1aef88\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4770dd1 e-con-full e-flex e-con e-child\" data-id=\"4770dd1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b01145 elementor-widget elementor-widget-heading\" data-id=\"2b01145\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Logros clave<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-263f860 elementor-widget elementor-widget-heading\" data-id=\"263f860\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nuestro aporte<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63bf716 e-con-full tl-container e-flex e-con e-child\" data-id=\"63bf716\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-56f9130 e-con-full e-flex e-con e-child\" data-id=\"56f9130\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-598a8bc e-con-full e-flex e-con e-child\" data-id=\"598a8bc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30e76d5 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"30e76d5\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"83\" height=\"84\" viewbox=\"0 0 83 84\" fill=\"none\"><circle cx=\"41.5\" cy=\"42.4385\" r=\"39\" fill=\"#E92224\" stroke=\"#F9F7F1\" stroke-width=\"5\"><\/circle><g clip-path=\"url(#clip0_3637_5201)\"><path d=\"M31.928 42.2998L35.8366 36.2915C35.8366 36.2915 29.998 33.9721 27.2783 36.051C24.5586 38.1311 22 43.8904 22 43.8904L24.8991 45.5713C24.8991 45.5713 28.5686 38.4607 31.928 42.2998Z\" fill=\"#F9F7F1\"><\/path><path d=\"M42.6375 53.0102L48.6458 49.1016C48.6458 49.1016 50.9652 54.9402 48.8863 57.6599C46.8062 60.3784 41.0469 62.9383 41.0469 62.9383L39.3672 60.0391C39.3672 60.0391 46.4778 56.3696 42.6375 53.0102Z\" fill=\"#F9F7F1\"><\/path><path d=\"M38.1453 51.2891L37.1138 50.2588C35.2388 55.1319 30.8345 54.1016 30.8345 54.1016C30.8345 54.1016 29.8042 49.6973 34.6773 47.8223L33.647 46.792C30.9285 46.3233 27.4605 49.6033 26.8977 52.7894C26.3362 55.9754 26.2422 58.6927 26.2422 58.6927C26.2422 58.6927 28.9595 58.5999 32.1467 58.0372C35.334 57.4744 38.6141 54.0076 38.1453 51.2891Z\" fill=\"#F9F7F1\"><\/path><path d=\"M61.4732 23.4681C57.2202 21.4747 46.45 25.2027 40.46 33.1471C35.8958 39.1981 33.4531 43.2753 33.4531 43.2753L37.0786 46.9007L38.0405 47.8627L41.6648 51.487C41.6648 51.487 45.7445 49.0456 51.7955 44.4826C59.7373 38.4913 63.4666 27.7211 61.4732 23.4681ZM43.458 41.4832C42.457 40.4822 42.457 38.8587 43.458 37.8578C44.4591 36.8568 46.0813 36.8568 47.0835 37.859C48.0845 38.86 48.0845 40.4823 47.0835 41.4833C46.0813 42.4843 44.459 42.4843 43.458 41.4832ZM49.4676 35.475C48.1736 34.1798 48.1736 32.0826 49.4676 30.7887C50.7603 29.4947 52.8587 29.4947 54.1527 30.7887C55.4466 32.0827 55.4466 34.1798 54.1527 35.475C52.8587 36.7677 50.7603 36.7677 49.4676 35.475Z\" fill=\"#F9F7F1\"><\/path><\/g><defs><clippath id=\"clip0_3637_5201\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(22 22.9385)\"><\/rect><\/clippath><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fb9d7e4 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fb9d7e4\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0edf7f4 e-con-full e-flex e-con e-child\" data-id=\"0edf7f4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7c650a elementor-widget elementor-widget-heading\" data-id=\"e7c650a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Primera versi\u00f3n lanzada en solo<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99c47ff elementor-widget elementor-widget-heading\" data-id=\"99c47ff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">1 MES<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-93227ea e-con-full e-flex e-con e-child\" data-id=\"93227ea\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7554372 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7554372\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"83\" height=\"84\" viewbox=\"0 0 83 84\" fill=\"none\"><circle cx=\"41.5\" cy=\"42.4385\" r=\"39\" fill=\"#E92224\" stroke=\"#F9F7F1\" stroke-width=\"5\"><\/circle><path d=\"M54.3197 29.0987H46.6397L46.5997 28.8187C46.493 27.6454 45.9997 26.6587 45.1197 25.8587C44.2397 25.0587 43.1997 24.6587 41.9997 24.6587C40.7997 24.6587 39.7597 25.0587 38.8797 25.8587C37.9997 26.6587 37.5064 27.6454 37.3997 28.8187L37.3597 29.0987H29.6797C28.853 29.0987 28.1464 29.392 27.5597 29.9787C26.973 30.5654 26.6797 31.272 26.6797 32.0987V56.7387C26.6797 57.5654 26.973 58.2787 27.5597 58.8787C28.1464 59.4787 28.853 59.7787 29.6797 59.7787H54.3197C55.1464 59.7787 55.853 59.4787 56.4397 58.8787C57.0264 58.2787 57.3197 57.5654 57.3197 56.7387V32.1387C57.3197 31.2854 57.0264 30.5654 56.4397 29.9787C55.853 29.392 55.1464 29.0987 54.3197 29.0987ZM41.9997 27.4587C42.4797 27.4587 42.893 27.632 43.2397 27.9787C43.5864 28.3254 43.7597 28.7454 43.7597 29.2387C43.7597 29.732 43.5864 30.152 43.2397 30.4987C42.893 30.8454 42.4797 31.0187 41.9997 31.0187C41.5197 31.0187 41.1064 30.8454 40.7597 30.4987C40.413 30.152 40.2397 29.732 40.2397 29.2387C40.2397 28.7454 40.413 28.3254 40.7597 27.9787C41.1064 27.632 41.5197 27.4587 41.9997 27.4587ZM43.2397 51.8987H33.8797C33.6664 51.8987 33.4797 51.8254 33.3197 51.6787C33.1597 51.532 33.0797 51.352 33.0797 51.1387V49.2187C33.0797 49.0054 33.1597 48.8254 33.3197 48.6787C33.4797 48.532 33.6664 48.4587 33.8797 48.4587H43.2397C43.453 48.4587 43.6397 48.532 43.7997 48.6787C43.9597 48.8254 44.0397 49.0054 44.0397 49.2187V51.1387C44.0397 51.352 43.9597 51.532 43.7997 51.6787C43.6397 51.8254 43.453 51.8987 43.2397 51.8987ZM50.1197 45.8987H33.8797C33.6664 45.8987 33.4797 45.8254 33.3197 45.6787C33.1597 45.532 33.0797 45.352 33.0797 45.1387V43.2187C33.0797 43.0054 33.1597 42.8187 33.3197 42.6587C33.4797 42.4987 33.6664 42.4187 33.8797 42.4187H50.1197C50.333 42.4187 50.5197 42.4987 50.6797 42.6587C50.8397 42.8187 50.9197 43.0054 50.9197 43.2187V45.1387C50.9197 45.352 50.8397 45.532 50.6797 45.6787C50.5197 45.8254 50.333 45.8987 50.1197 45.8987ZM50.1197 39.8987H33.8797C33.6664 39.8987 33.4797 39.8254 33.3197 39.6787C33.1597 39.532 33.0797 39.3387 33.0797 39.0987V37.2187C33.0797 37.0054 33.1597 36.8187 33.3197 36.6587C33.4797 36.4987 33.6664 36.4187 33.8797 36.4187H50.1197C50.333 36.4187 50.5197 36.4987 50.6797 36.6587C50.8397 36.8187 50.9197 37.0054 50.9197 37.2187V39.0987C50.9197 39.3387 50.8397 39.532 50.6797 39.6787C50.5197 39.8254 50.333 39.8987 50.1197 39.8987Z\" fill=\"#F9F7F1\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20219b8 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"20219b8\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb60f15 elementor-widget elementor-widget-heading\" data-id=\"fb60f15\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Se desarroll\u00f3 una plataforma preparada para altos vol\u00famenes de tr\u00e1fico,<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87ea5cb elementor-widget elementor-widget-heading\" data-id=\"87ea5cb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">S\u00d3LIDA Y ESTABLE<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97f24ee e-con-full dark-container e-flex e-con e-child\" data-id=\"97f24ee\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-469a9c4 e-con-full e-flex e-con e-child\" data-id=\"469a9c4\" data-element_type=\"container\" id=\"tl-box-dark\">\n\t\t<div class=\"elementor-element elementor-element-2a7e9da e-con-full e-flex e-con e-child\" data-id=\"2a7e9da\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9643b0 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"b9643b0\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"83\" height=\"84\" viewbox=\"0 0 83 84\" fill=\"none\"><circle cx=\"41.5\" cy=\"42.4385\" r=\"39\" fill=\"#E92224\" stroke=\"#F9F7F1\" stroke-width=\"5\"><\/circle><g clip-path=\"url(#clip0_3637_5203)\"><g clip-path=\"url(#clip1_3637_5203)\"><path d=\"M60.5261 27.673C57.3903 29.0573 53.1998 29.2607 49.2854 27.6381C47.7254 26.9914 44.7493 25.5717 42.9725 23.9956C42.4509 23.533 41.5515 23.533 41.0299 23.9957C39.2531 25.5717 36.2771 26.9914 34.7171 27.638C30.8026 29.2607 26.6123 29.0572 23.4762 27.673C22.9135 27.4244 22.2969 27.8355 22.2969 28.4507C22.2969 61.4912 42.0012 62.9385 42.0012 62.9385C42.0012 62.9385 61.7056 61.4912 61.7056 28.4507C61.7056 27.8355 61.089 27.4244 60.5261 27.673ZM28.9665 32.7299C31.4691 32.7299 33.9122 32.2432 36.228 31.2832C37.488 30.7608 39.8779 29.6808 42.0011 28.2161C44.1244 29.6808 46.5144 30.7608 47.7744 31.2832C50.0905 32.2432 52.5336 32.73 55.036 32.7299C55.9154 32.7299 56.7899 32.6673 57.6476 32.545C56.3544 55.4591 44.2524 58.5777 42.0012 58.9596C39.7501 58.5776 27.648 55.459 26.3548 32.5449C27.2125 32.6675 28.0871 32.7299 28.9665 32.7299Z\" fill=\"#F9F7F1\"><\/path><path d=\"M41.9979 54.9135C44.337 54.2349 51.3482 51.0167 53.3007 36.6111C50.8823 36.4292 48.5209 35.8656 46.2603 34.9284C45.2952 34.5283 43.6987 33.8181 41.9979 32.8579C40.2973 33.8181 38.7009 34.5283 37.7357 34.9284C35.4754 35.8654 33.1141 36.4291 30.6953 36.6111C32.6477 51.0167 39.6589 54.2349 41.9979 54.9135Z\" fill=\"#F9F7F1\"><\/path><\/g><\/g><defs><clippath id=\"clip0_3637_5203\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(22 22.9385)\"><\/rect><\/clippath><clippath id=\"clip1_3637_5203\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(22 22.9385)\"><\/rect><\/clippath><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bdd77c5 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"bdd77c5\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06ca1e0 elementor-widget elementor-widget-heading\" data-id=\"06ca1e0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Infraestructura y seguridad<\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46cc41f elementor-widget elementor-widget-heading\" data-id=\"46cc41f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Configuraci\u00f3n de entornos escalables y seguros en Amazon, asegurando una arquitectura preparada para altos vol\u00famenes de tr\u00e1fico y m\u00e1xima seguridad. <\/span>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62e9c81 e-con-full e-flex e-con e-child\" data-id=\"62e9c81\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f61cdb2 e-con-full e-flex e-con e-child\" data-id=\"f61cdb2\" data-element_type=\"container\" id=\"secondDarkElementImg\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7172cf9 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"7172cf9\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16faf79 elementor-widget elementor-widget-html\" data-id=\"16faf79\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"SitixTicketsellsContainer\">\n    <div id=\"SitixTicketsells\">\n        <p>\n            <b>2.000 millones<\/b> en ventas<br\/>\n            <b>100 millones<\/b> de clientes<br\/>\n            <b>7 millones<\/b> de entradas vendidas por mes\n        <\/p>\n    <\/div>\n<\/div>\n\n<style>\n    #SitixTicketsellsContainer {\n        display: flex;\n        justify-content: flex-end;\n    }\n\n    #SitixTicketsells {\n        color: #f9f7f1;\n        font-size: 32px;\n        margin: 0;\n        font-weight: 400;\n    }\n\n    #SitixTicketsells b {\n        color: #D92021;\n        font-family: 'inter', sans-serif;\n        font-weight: 500;\n    }\n    \n@media only screen and (max-width: 767px) {\n        #SitixTicketsells {\n        font-size: 20px;\n        margin-left: 45px;\n    }\n}\n\n@media (min-width: 2400px) {\n    #SitixTicketsells {\n        font-size: 36px;\n    }\n}\n    \n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f698c02 e-con-full e-flex e-con e-child\" data-id=\"f698c02\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80aa66a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"80aa66a\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"83\" height=\"84\" viewbox=\"0 0 83 84\" fill=\"none\"><circle cx=\"41.5\" cy=\"42.4385\" r=\"39\" fill=\"#E92224\" stroke=\"#F9F7F1\" stroke-width=\"5\"><\/circle><path d=\"M57.5632 38.5009C55.4916 38.5009 54.6122 40.1776 53.871 39.5671C53.2352 39.0435 53.2722 38.7835 53.4762 37.4792L54.3173 31.0324C54.6095 29.6309 53.4926 28.7822 52.5386 28.8102C52.5386 28.8102 46.462 29.0196 45.5697 29.0196C44.6772 29.0196 44.1407 29.5548 44.498 30.2693C44.8559 30.9831 46.3471 32.0569 46.4614 33.659C46.64 36.1577 44.498 38.2998 42 38.2998C39.5021 38.2998 37.36 36.1577 37.5386 33.659C37.6529 32.0569 39.1441 30.9831 39.502 30.2693C39.8592 29.5549 39.3227 29.0196 38.4303 29.0196C37.5378 29.0196 31.4613 28.8102 31.4613 28.8102C30.5073 28.7821 29.3905 29.6308 29.6827 31.0324L30.5237 37.4792C30.7277 38.7842 30.7647 39.0443 30.1289 39.5671C29.3877 40.1776 28.5083 38.5009 26.4367 38.5009C23.9873 38.5009 22 40.4882 22 42.9383C22 45.3883 23.9873 47.3758 26.4367 47.3758C28.5084 47.3758 29.3877 45.6991 30.1289 46.3095C30.7647 46.8331 30.7277 47.0931 30.5237 48.3976L29.6827 54.8443C29.3905 56.2459 30.5073 57.0945 31.4613 57.0664C31.4613 57.0664 37.5379 56.857 38.4303 56.857C39.3227 56.857 39.8592 56.3218 39.502 55.6074C39.1441 54.8935 37.6528 53.8198 37.5386 52.2176C37.3599 49.719 39.502 47.577 42 47.577C44.498 47.577 46.64 49.719 46.4614 52.2176C46.3471 53.8198 44.8559 54.8935 44.498 55.6074C44.1407 56.3218 44.6773 56.857 45.5697 56.857C46.462 56.857 52.5386 57.0664 52.5386 57.0664C53.4926 57.0945 54.6095 56.2459 54.3173 54.8443L53.4762 48.3976C53.2723 47.0925 53.2352 46.8324 53.871 46.3095C54.6122 45.6991 55.4916 47.3758 57.5632 47.3758C60.0126 47.3758 62 45.3883 62 42.9383C62 40.4882 60.0126 38.5009 57.5632 38.5009Z\" fill=\"#F9F7F1\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca5c0df e-con-full e-flex e-con e-child\" data-id=\"ca5c0df\" data-element_type=\"container\" id=\"timeline-footer\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2d34de elementor-invisible elementor-widget elementor-widget-html\" data-id=\"a2d34de\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div id=\"integrationsTextContainer\">\n    <h2>Integraciones<\/h2>\n    <p>Se llev\u00f3 a cabo un trabajo intensivo de integraciones con distintas plataformas para garantizar un servicio r\u00e1pido y de alta calidad:<\/p>\n    <ul>\n        <li><strong>Venmo y Braintree<\/strong> para el pago de entradas y la gesti\u00f3n de comisiones para mayoristas e intermediarios.<\/li>\n        <li><strong>Ticket Evolution y Ticket Network:<\/strong>plataformas para la venta de entradas.<\/li>\n        <li><strong>SEATics<\/strong> para la integraci\u00f3n de mapas interactivos de estadios; permitiendo ver precios, ubicaci\u00f3n y disponibilidad en tiempo real.<\/li>\n        <li><strong>Riskified<\/strong> para implementar medidas contra fraudes y amenazas de seguridad.<\/li>\n    <\/ul>\n<\/div>\n\n\n<style>\n    #integrationsTextContainer {\n        color: #f9f7f1;\n        font-size: 24px;\n        font-family: 'Lexend', sans-serif;\n        padding: 0;\n        margin: 0;\n        font-weight: 300;\n    }\n    #integrationsTextContainer h2{\n        color: #f9f7f1;\n        font-size: 42px;\n        font-weight: 300;\n        font-family: 'Lexend', sans-serif;\n    }\n        #integrationsTextContainer strong{\n            font-weight: 500;\n    }\n    @media only screen and (max-width: 767px) {\n        #integrationsTextContainer {\n            font-size: 14px;\n            font-weight: 300;\n        }\n        #integrationsTextContainer h2{\n            font-size: 24px;\n            font-weight: 300;\n        }\n    }\n\n    \n    @media (min-width: 2400px) {\n        #integrationsTextContainer {\n            font-size: 36px;\n            font-weight: 300;\n        }\n        #integrationsTextContainer h2{\n            font-size: 63px;\n            font-weight: 300;\n        }\n    }\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbfc07f elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"cbfc07f\" data-element_type=\"widget\" id=\"timeline-footer-img\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1353\" height=\"1457\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-612-1.webp\" class=\"attachment-full size-full wp-image-10099\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-612-1.webp 1353w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-612-1-279x300.webp 279w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-612-1-951x1024.png 951w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-612-1-768x827.png 768w\" sizes=\"auto, (max-width: 1353px) 100vw, 1353px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c17c363 e-con-full e-flex e-con e-parent\" data-id=\"c17c363\" data-element_type=\"container\" id=\"strike-desktop\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f7cd451 e-con-full e-flex e-con e-child\" data-id=\"f7cd451\" data-element_type=\"container\" id=\"strike-content\">\n\t\t<div class=\"elementor-element elementor-element-9ef8350 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"9ef8350\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc60301 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"fc60301\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2738\" height=\"2914\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1.png\" class=\"attachment-full size-full wp-image-10520\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1.png 2738w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1-282x300.png 282w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1-962x1024.png 962w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1-768x817.png 768w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1-1443x1536.png 1443w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/Group-39942-1-1924x2048.png 1924w\" sizes=\"auto, (max-width: 2738px) 100vw, 2738px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc5ddc0 e-con-full e-flex e-con e-child\" data-id=\"fc5ddc0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18b5788 elementor-widget-laptop__width-initial elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"18b5788\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00a1No dejes pasar \nesta jugada!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8179e4 elementor-widget-laptop__width-initial elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b8179e4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Cont\u00e1ctanos hoy<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cdccec5 elementor-widget elementor-widget-heading\" data-id=\"cdccec5\" data-element_type=\"widget\" id=\"letsTalkButton\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hablemos<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fab200 e-flex e-con-boxed e-con e-parent\" data-id=\"5fab200\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93f1ed6 e-con-full buttonsRedirectTexts e-flex e-con e-child\" data-id=\"93f1ed6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff8321d elementor-widget elementor-widget-heading\" data-id=\"ff8321d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">More stories of Innovation and Success<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8e545c2 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"8e545c2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a0acfb elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"0a0acfb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/creativecoefficient.net\/es\/gappex\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"317\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Group-402-1-768x317.png\" class=\"attachment-medium_large size-medium_large wp-image-5075\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Group-402-1-768x317.png 768w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Group-402-1-300x124.png 300w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Group-402-1-1024x422.png 1024w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Group-402-1.png 1060w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98ffca3 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"98ffca3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/creativecoefficient.net\/es\/bettervet\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"316\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2026\/03\/Frame-61493-768x316.png\" class=\"attachment-medium_large size-medium_large wp-image-24272\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2026\/03\/Frame-61493-768x316.png 768w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2026\/03\/Frame-61493-300x124.png 300w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2026\/03\/Frame-61493-1024x422.png 1024w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2026\/03\/Frame-61493-18x7.png 18w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2026\/03\/Frame-61493.png 1058w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f2201d e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"7f2201d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4dabd10 e-grid e-con-full e-con e-child\" data-id=\"4dabd10\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d073cf elementor-widget elementor-widget-image\" data-id=\"6d073cf\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/creativecoefficient.net\/es\/gappex\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"310\" height=\"501\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Frame-61386.png\" class=\"attachment-large size-large wp-image-5076\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Frame-61386.png 310w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Frame-61386-186x300.png 186w\" sizes=\"auto, (max-width: 310px) 100vw, 310px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e255638 elementor-widget elementor-widget-image\" data-id=\"e255638\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/creativecoefficient.net\/es\/bettervet\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"310\" height=\"500\" src=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Frame-61388.png\" class=\"attachment-large size-large wp-image-4372\" alt=\"\" srcset=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Frame-61388.png 310w, https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/07\/Frame-61388-186x300.png 186w\" sizes=\"auto, (max-width: 310px) 100vw, 310px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9909ba4 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"9909ba4\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/creativecoefficient.net\/es\/our-work\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Ver todos los proyectos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5439035 e-con-full header-bar-gradient e-flex e-con e-child\" data-id=\"5439035\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68ae527 e-flex e-con-boxed e-con e-parent\" data-id=\"68ae527\" data-element_type=\"container\" id=\"contact-us-container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc9faea elementor-widget elementor-widget-shortcode\" data-id=\"cc9faea\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"13646\" class=\"elementor elementor-13646\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b643da contact-wrapper cc-container e-flex e-con-boxed e-con e-child\" data-id=\"7b643da\" data-element_type=\"container\" id=\"contact-us\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c96a8a2 e-con-full e-flex e-con e-child\" data-id=\"c96a8a2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a346d5 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"1a346d5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Estamos aqu\u00ed<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ce2d7b elementor-widget elementor-widget-heading\" data-id=\"0ce2d7b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">USA - Espa\u00f1a - Argentina<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00b7502 elementor-widget elementor-widget-heading\" data-id=\"00b7502\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Comp\u00e1rtenos tus ideas en<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d887d2 elementor-widget elementor-widget-heading\" data-id=\"9d887d2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"mailto:info@creativecoefficient.net\">info@creativecoefficient.net<\/a><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f90f1cc e-grid-align-left elementor-widget__width-inherit social-icons elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"f90f1cc\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}<\/style>\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-9838c11\" href=\"https:\/\/www.linkedin.com\/company\/creative-coefficient\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\"><\/span>\n\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"33\" viewbox=\"0 0 32 33\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 32.0156H25.6V20.8172C25.6 17.7452 24.2448 16.0312 21.8144 16.0312C19.1696 16.0312 17.6 17.8172 17.6 20.8172V32.0156H11.2V11.2156H17.6V13.5547C17.6 13.5547 19.608 10.0312 24.1328 10.0312C28.6592 10.0312 32 12.7934 32 18.5086V32.0156ZM3.9072 7.88906C1.7488 7.88906 0 6.12596 0 3.95156C0 1.77876 1.7488 0.015625 3.9072 0.015625C6.064 0.015625 7.81279 1.77876 7.81279 3.95156C7.81439 6.12596 6.064 7.88906 3.9072 7.88906ZM0 32.0156H8V11.2156H0V32.0156Z\" fill=\"#1C1C1C\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57abd66 e-con-full e-flex e-con e-child\" data-id=\"57abd66\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4860e7c hide-after-submit elementor-widget elementor-widget-heading\" data-id=\"4860e7c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00a1Hablemos!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ddb4a6 hide-after-submit elementor-widget elementor-widget-heading\" data-id=\"2ddb4a6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00bfBuscas un aliado para transformar tu negocio?<br>Puedes <a href=\"https:\/\/calendar.google.com\/calendar\/u\/0\/appointments\/schedules\/AcZssZ12KcHBcPwLH8j5sjpJqGtUBxEAVZyS-mAB9j-1gm9fwxwjFWvpstBEQKxkI4TCChV9zX8AGQO2\" target=\"_blank\" class=\"classic_link\"> agendar una reuni\u00f3n<\/a> o completar el formulario.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-906ea7e contact-form elementor-widget elementor-widget-shortcode\" data-id=\"906ea7e\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2144-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/es\/wp-json\/wp\/v2\/pages\/3112#wpcf7-f2144-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/es\/wp-json\/wp\/v2\/pages\/3112#wpcf7-f2144-o1\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"2144\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.9.8\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2144-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n                <style>\n                    .uacf7-uacf7style-2144 label {\n                        font-family: lexend;font-style: normal;font-weight: normal;                    }\n\n                    .uacf7-uacf7style-2144 input[type=\"email\"],\n                    .uacf7-uacf7style-2144 input[type=\"number\"],\n                    .uacf7-uacf7style-2144 input[type=\"password\"],\n                    .uacf7-uacf7style-2144 input[type=\"search\"],\n                    .uacf7-uacf7style-2144 input[type=\"tel\"],\n                    .uacf7-uacf7style-2144 input[type=\"text\"],\n                    .uacf7-uacf7style-2144 input[type=\"url\"],\n                    .uacf7-uacf7style-2144 input[type=\"date\"],\n                    .uacf7-uacf7style-2144 select,\n                    .uacf7-uacf7style-2144 textarea {\n                        font-style: normal;font-weight: normal;border-style: solid;                    }\n\n                    .uacf7-uacf7style-2144 .wpcf7-radio span,\n                    .uacf7-uacf7style-2144 .wpcf7-checkbox span {\n                        font-style: normal;font-weight: normal;                    }\n\n                    .uacf7-uacf7style-2144 textarea {\n                                            }\n\n                    .wpcf7-form-control-wrap select {\n                        width: 100%;\n                    }\n\n                    .uacf7-uacf7style-2144 input[type=\"submit\"] {\n                        font-style: normal;font-weight: normal;border-style: none;                    }\n\n                    .uacf7-uacf7style-2144 input[type=\"submit\"]:hover {\n                                            }\n\n                                    <\/style>\n\n\t\t\t\t<div class=\"uacf7-uacf7style uacf7-uacf7style-2144\"><div class=\"uacf7-form-2144\"><span class=\"wpcf7-form-control-wrap\" data-name=\"name-user\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" id=\"input-name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nombre\" value=\"\" type=\"text\" name=\"name-user\" \/><\/span>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email-user\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" id=\"input-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email\" value=\"\" type=\"email\" name=\"email-user\" \/><\/span>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message-user\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" id=\"input-message\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Cu\u00e9ntanos tus ideas\" name=\"message-user\"><\/textarea><\/span>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner buttonSubmit\" id=\"buttonSubmit\" type=\"submit\" value=\"Enviar\" \/><\/div><\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"es\"\/><\/form>\n<\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e9788e script-home e-flex e-con-boxed e-con e-parent\" data-id=\"5e9788e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8306825 elementor-widget elementor-widget-html\" data-id=\"8306825\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!--backupeado: scripts y estilos custom originales contact form -->\n<style>\n\n\t\t.wpcf7-spinner {\n\t\t\tdisplay: none !important;\n\t\t}\n\n\t\t.wpcf7 .wpcf7-submit {\n\t\t\t\tfloat: right;\n\t\t}\n\n\t\t.titleNotification {\n\t\t\tfont-family: \"Lexend\", Sans-serif;\n\t\t\tfont-size: 70px;\n\t\t\tcolor: #35ABE1;\n\t\t\tfont-weight: 500;\n\t\t\tmargin-bottom: 1rem !important;\n\t\t}\n\n\t\t#input-name,\n\t\t#input-email,\n\t\t#input-message {\n\t\t\twidth: 100%;\n\t\t\tpadding: 10px;\n\t\t\tmargin: 25px 0;\n\t\t\tbackground-color: transparent; \n\t\t\tborder: none;\n\t\t\tborder-bottom: 1px solid #F9F7F1;\n\t\t\tcolor: #F9F7F1;\n\t\t\toutline: none;\n\t\t\tbox-sizing: border-box;\n\t\t\tborder-radius: inherit;\n\t\t\tfont-family: \"Inter\", Sans-serif;\n\t\t\tfont-size: 28px !important;\n\t\t\tfont-weight: 400;\n\t\t\t\n\t\t\t&::placeholder {\n\t\t\t\tcolor: #F9F7F1 !important;\n\t\t\t\tfont-family: \"Inter\", Sans-serif;\n\t\t\t\tfont-weight: 300;\n\t\t\t\tfont-size: 28px !important;\n\t\t\t}\n\t\t\t\n\t\t\t&:focus-visible {\n\t\t\t\tborder-color: #35ABE1 !important;\n\t\t\t}\n\t\t}\n\n\t\t.wpcf7-not-valid-tip {\n\t\t\t\tfont-family: \"Inter\", Sans-serif;\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 18px !important;\n\t\t\t\tline-height: 22px;\n\t\t\t\tcolor: #EF9B95;\n\t\t\t\tmargin-top: 0;\n\t\t\t\tfont-style: normal !important;\n\t\t}\n\n\t\t#input-message {\n\t\t\tresize: none;\n\t\t\theight: 150px;\n\t\t}\n\n\t\t.button-container {\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: flex-end;\n\t\t\talign-items: center;\n\t\t\tmargin-top: 1rem;\n\t\t\tgap: 3rem;\n\t\t}\n\n\t\t.buttonBackSecondForm {\n\t\t\tfont-family: \"Lexend\", Sans-serif;\n\t\t\tfont-size: 24px;\n\t\t\tfont-weight: 300;\n\t\t\tcursor: pointer;\n\t\t\tbackground: transparent;\n\t\t\tcolor: #F9F7F1;\n\t\t}\n\n\t\t.notificationContainer {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t.buttonSubmit {\n\t\t\tborder: 1px solid #F9F7F1;\n\t\t\tborder-radius: 60px;\n\t\t\tbackground-color: transparent;\n\t\t\tpadding: 5px 2rem;\n\t\t\tfont-family: \"Lexend\", Sans-serif;\n\t\t\tcolor: #F9F7F1;\n\t\t\tfont-weight: 500;\n\t\t\tfont-size: 24px;\n\t\t\tcursor: pointer;\n\t\t\ttransition: .5s all;\n\t\t\tborder-style: solid !important;\n\t\t\t\n\t\t\t&:hover {\n\t\t\t\tcolor: #ebe4d1;\n\t\t\t}\n\t\t\t\n\t\t\t&:hover {\n\t\t\t\tbackground-color: #8c8c8c;\n\t\t\t}\n\t\t}\n\n\t\t.dataContainer {\n \t\t\talign-self: flex-start;\n    \tmargin-top: 2rem;\n\t\t}\n\n\t\t.secondFormTitle {\n\t\t\tmargin-top: 0 !important;\n\t\t\tmargin-bottom: 0 !important;\n\t\t}\n\n\t\t.secondFormDescription, .descriptionNotification {\n\t\t\tfont-family: \"Lexend\", Sans-serif;\n\t\t\tfont-size: 24px;\n\t\t\tcolor: #F9F7F1;\n\t\t\tfont-weight: 200;\n\t\t\tmargin-top: 0;\n\t\t}\n.wpcf7 textarea + .wpcf7-not-valid-tip {\n    margin-bottom: 20px;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-efe2dda script-home e-grid e-con-boxed e-con e-parent\" data-id=\"efe2dda\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8acf436 elementor-widget elementor-widget-html\" data-id=\"8acf436\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n\r\ndocument.addEventListener(\"DOMContentLoaded\", function(event){\r\n    \r\nwindow.addEventListener(\"load\", \r\n    function(e){\r\n        \r\n        document.getElementById('letsTalkButton').addEventListener('click', function() {\r\n            document.getElementById('contact-us-container').scrollIntoView({\r\n                behavior: 'smooth'\r\n            });\r\n        });\r\n        \r\n        setTimeout(() => {\r\n            \/\/ Contact Form\r\n        \r\n        let selectedRadioContactForm = null;\r\n        const radioButtons = document.querySelectorAll('.step-start input[type=\"radio\"]');\r\n        \r\n        const handleRadioChange = (event) => {\r\n            const selectedRadioContactForm = event.target.value;\r\n            \r\n            \r\n            \/\/ Generate title for second Form\r\n            const stepEndElement = document.querySelector('.step-end');\r\n            \r\n            if (stepEndElement) {\r\n                let h2Element = document.querySelector('.secondFormTitle');\r\n                let secondDescription = document.querySelector('.secondFormDescription');\r\n                if (selectedRadioContactForm === 'Developing a new project') {\r\n                   h2Element.textContent = 'That\u2019s great!';\r\n                   secondDescription.textContent = 'Together we\u2019ll turn your ideas into digital reality';\r\n                } else if (selectedRadioContactForm === 'Improving an existing project') {\r\n                    h2Element.textContent = 'Tell us more!';\r\n                    secondDescription.textContent = 'Write to us and we\u2019ll be happy to schedule an appointment';\r\n                } else {\r\n                    h2Element.textContent = 'Yes, time travel...';\r\n                    secondDescription.textContent = 'While that remains a mistery, we can certainly help you crafting digital products!';\r\n                }\r\n            }\r\n        };\r\n        \r\n        let initialCheckedRadioButton;\r\n        radioButtons.forEach(radioButton => {\r\n            if (radioButton.checked) {\r\n                initialCheckedRadioButton = radioButton;\r\n            }\r\n            radioButton.addEventListener('change', handleRadioChange);\r\n        });\r\n        \r\n        if (initialCheckedRadioButton) {\r\n            selectedRadioContactForm = initialCheckedRadioButton.value;\r\n            \r\n            \r\n        \/\/ Generate title for second Form\r\n        const stepEndElement = document.querySelector('.step-end');\r\n            if (stepEndElement) {\r\n                let h2Elementt = document.createElement('h2');\r\n                h2Elementt.textContent = 'That\u2019s great!';\r\n                \r\n                let h4Element = document.createElement('h4');\r\n                h4Element.textContent = 'Together we\u2019ll turn your ideas into digital reality';\r\n                \r\n                h2Elementt.classList.add('first-form-label');\r\n                h2Elementt.classList.add('secondFormTitle');\r\n            \r\n                h4Element.classList.add('secondFormDescription');\r\n                stepEndElement.insertBefore(h4Element, stepEndElement.firstChild);\r\n                stepEndElement.insertBefore(h2Elementt, stepEndElement.firstChild);\r\n            }\r\n        }\r\n        \r\n        \/\/ Generate title for first form\r\n        const stepStartElement = document.querySelector('.step-start');\r\n        if (stepStartElement) {\r\n            let h2Element = document.createElement('h2');\r\n            h2Element.textContent = 'Let\u2019s talk about';\r\n            h2Element.classList.add('first-form-label');\r\n            stepStartElement.insertBefore(h2Element, stepStartElement.firstChild);\r\n        }\r\n        \r\n        \/\/ Edit button next text\r\n        const buttonNext = document.querySelector('.uacf7-next');\r\n        if (buttonNext) {\r\n            buttonNext.textContent = 'Send';\r\n            buttonNext.classList.add('buttonNextForm');\r\n        }\r\n        \r\n        \/\/ Edit button submit text\r\n        const buttonSubmit = document.querySelector('.buttonSubmit');\r\n        if (buttonSubmit) {\r\n            buttonSubmit.value = 'Send Inquiry';\r\n        }\r\n        \r\n        \/\/ Move buttons second Form\r\n        var buttonContainer = document.createElement(\"div\");\r\n        buttonContainer.className = \"button-container\";\r\n        \r\n        var pElement = document.querySelector(\".step-end p\");\r\n        buttonBackElement = document.querySelector(\".step-end p .uacf7-prev\");\r\n        buttonBackElement.textContent = 'Go back';\r\n        buttonBackElement.classList.add('buttonBackSecondForm');\r\n        var inputElement = document.getElementById(\"buttonSubmit\");\r\n        \r\n        buttonContainer.appendChild(buttonBackElement);\r\n        buttonContainer.appendChild(inputElement);\r\n        \r\n        var stepContent = document.querySelector(\".step-end\");\r\n        stepContent.appendChild(buttonContainer); \r\n        \r\n        var secondFormElement = document.querySelector(\".wpcf7-form\");\r\n        secondFormElement.addEventListener('submit', function(event) {\r\n            event.preventDefault();\r\n            let inputName = document.getElementById('input-name');\r\n            let inputEmail = document.getElementById('input-email');\r\n            let inputMessage = document.getElementById('input-message');\r\n            \r\n            function isValidEmail(email) {\r\n                const emailRegex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\r\n                return emailRegex.test(email);\r\n            }\r\n            \r\n            if (inputName.value.length > 0 && isValidEmail(inputEmail.value) && inputMessage.value.length > 0) {\r\n                let textTitle = document.createElement('div');\r\n                textTitle.classList.add('titleNotification');\r\n                textTitle.textContent = 'Roger that!';\r\n                let textDescription = document.createElement('div');\r\n                textDescription.classList.add('descriptionNotification');\r\n                textDescription.textContent = 'We\u2019ll get in touch with you as soon as possible.';\r\n                let notificationDiv = document.createElement('div');\r\n                notificationDiv.classList.add('divNotificationForm');\r\n                notificationDiv.appendChild(textTitle);\r\n                notificationDiv.appendChild(textDescription);\r\n                secondFormElement.parentNode.insertBefore(notificationDiv, secondFormElement.nextSibling);\r\n                secondFormElement.classList.add('notificationContainer');\r\n                stepContent.classList.add('notificationContainer');\r\n                let notificationContainer = document.querySelector('.wpcf7-response-output');\r\n                notificationContainer.classList.add('notificationContainer');\r\n            }\r\n        });\r\n        }, 0)\r\n        \r\n        \/\/ End Contact Form\r\n        \r\n    }, false)\r\n\r\n});\r\n\r\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e0e0b6 elementor-widget elementor-widget-html\" data-id=\"4e0e0b6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n\n    #sitickets-background-si {\n        position: absolute;\n        top: 0;\n        bottom: 0;\n        left: 0;\n        right: 0;\n    }\n    \n    \n    #link-header-container {\n        width: fit-content;\n    }\n    \n    #mobile-menu-close {\n        display: none;\n    }\n\n    #mobile-menu {\n        display: none;\n        position: fixed;\n        height: 100vh;\n    }\n\n    .header-bar-gradient {\n        height: 4px;\n        background: linear-gradient(to right, #E64039, #F8B925, #3CA755, #4788F1);\n    }\n    .sticky-home-header {\n      position: fixed;\n      top: 0;\n      z-index: 10;\n    }\n    \n    .header-button-sections {\n\t\tfont-family: \"Lexend\", Sans-serif;\n\t\tcolor: #F9F7F1;\n\t\tfont-size: 24px;\n\t\tcursor: pointer;\n\t\ttransition: .2s;\n\t\t\n\t\t&:hover {\n\t\t\ttransform: scale(1.05)\n\t\t}\n\t}\n\t\n\t#homeHeaderBar {\n\t    height: 100px;\n\t}\n\t\n\t#header-home-small-logo {\n\t    display: none;\n\t}\n    \n\n    .header-bar-gradient {\n        height: 4px;\n        background: linear-gradient(to right, #E64039, #F8B925, #3CA755, #4788F1);\n    }\n    .sticky-home-header {\n      position: fixed;\n      z-index: 10;\n    }\n    \n    .secondHeaderContainer {\n        position: relative;\n    }\n\n    \n    #banner-image{\n        img{\n            max-height: 100vh;\n            max-width: 1700px;\n        }\n    }\n    \n    #clientContainer{\n        max-width: 1600px;\n    }\n    \n\n    \/* Banner Style*\/\n    @media screen and (min-width: 767px) {\n        #banner-img{\n            position: absolute;\n            height: max(85vh, 400px);\n            z-index: 1;\n            max-width: 95%;\n        }\n        #top-banner-text{\n            padding-bottom: max(35vh, 200px);\n        }\n        #bottom-banner-text{\n            padding-top: max(35vh, 200px);\n        }\n    }\n    \n    @media screen and (min-width: 1700px) {\n        #top-banner-text{\n            padding-bottom: max(45vh, 200px);\n        }\n    }\n    \n    \n    .contained-content{\n        max-width: 1600px;\n    }\n    \n    @media screen and (max-width: 767px) {\n    \n        #banner-img{\n            position: absolute;\n            height: max(85vh, 400px);\n            z-index: 1;\n            max-width: 80vw\n        }\n        \n        #top-banner-text{\n            padding-bottom: max(35vh, 200px);\n        }\n        \n        #bottom-banner-text{\n            padding-top: max(38vh, 200px);\n            \n        }\n    }\n    \n    \n    #challengeContainerRedSquare{\n        background: linear-gradient(0deg, #BC1C1D, #BC1C1D),\n    linear-gradient(130.01deg, rgba(0, 0, 0, 0) 11.13%, rgba(0, 0, 0, 0.2) 123.38%);\n    \n    }\n    \n    #clientContainer{\n        margin-top: 25vh;\n    }\n    \n    #ChallengeOuterContainer{\n        margin-top: 25vh;\n        margin-bottom: 25vh;\n    }\n    \n    #challengeContainer {\n        max-width: 1600px;\n    }\n    \n    \n    \/* Challenge screen style *\/\n    \n    @media screen and (min-width: 2400px) {\n #challengeContainer{\n         #challengeImg{\n             position: absolute;\n             height: 150%;\n             pointer-events: none;\n         }\n        }\n        #challengeContainerRedSquare{\n            width: 100%;\n            margin-right: 10%\n        }\n        #challengeTextContainer {\n          margin: 2.5rem;\n          margin-top: 4rem;\n          margin-bottom: 4rem;\n          width: 100%;\n          margin-right: 30%;\n        }\n}\n    \n    @media screen and (min-width: 1700px) and (max-width: 2399px){\n      #challengeContainer{\n         #challengeImg{\n             position: absolute;\n             height: 150%;\n             pointer-events: none;\n         }\n        }\n        #challengeContainerRedSquare{\n            width: 100%;\n            margin-right: 10%\n        }\n        #challengeTextContainer {\n          margin: 2.5rem;\n          margin-top: 4rem;\n          margin-bottom: 4rem;\n          width: 100%;\n          margin-right: 30%;\n        }\n    }\n    \n    @media screen and (min-width: 1367px)  and (max-width: 1699px){\n      #challengeContainer{\n         #challengeImg{\n             position: absolute;\n             height: 120%;\n             margin-right: 200px;\n             pointer-events: none;\n         }\n        }\n        #challengeContainerRedSquare{\n            width: 100%;\n            margin-right: 200px;\n            margin-left: 150px;\n        }\n        #challengeTextContainer {\n          margin: 2rem;\n          width: 100%;\n          margin-right:250px;\n        }\n    }\n    \n    @media screen and (min-width: 1236px) and (max-width: 1366px) {\n      #challengeContainer{\n         #challengeImg{\n             position: absolute;\n             height: 130%;\n             pointer-events: none;\n             margin-right: 75px;\n         }\n        }\n        #challengeContainerRedSquare{\n            width: 100%;\n            margin-right: 150px;\n            margin-left: 100px;\n        }\n        #challengeTextContainer {\n          margin: 2rem;\n          width: 100%;\n          margin-right: 20%;\n        }\n        \n    }\n    \n    @media screen and (min-width: 1025px) and (max-width: 1236px) {\n      #challengeContainer{\n         #challengeImg{\n             position: absolute;\n             height: 140%;\n             pointer-events: none;\n             margin-right: 120px;\n         }\n        }\n        #challengeContainerRedSquare{\n            width: 100%;\n            margin-right: 150px;\n            margin-left: 75px;\n        }\n        #challengeTextContainer {\n          margin: 2rem;\n          width: 100%;\n          margin-right: 30%;\n        }\n    }\n    \n    @media screen and (min-width: 768px) and (max-width: 1024px) {\n              #challengeContainer{\n          margin-bottom: 160px;\n         #challengeImg{\n             position: absolute;\n             height: 500px;\n             pointer-events: none;\n             bottom: -300px;\n         }\n        }\n        #challengeContainerRedSquare{\n            margin-left: 5%;\n            margin-right: 5%;\n        }\n        #challengeTextContainer {\n            margin-bottom: 250px;\n        }\n\n    }\n    \n    @media (max-width: 767px) {\n      #challengeContainer{\n          margin-bottom: 150px;\n         #challengeImg{\n             position: absolute;\n             height: 400px;\n             pointer-events: none;\n             bottom: -200px;\n         }\n        }\n        #challengeContainerRedSquare{\n            margin-left: 5%;\n            margin-right: 5%;\n        }\n        #challengeTextContainer {\n            margin-bottom: 200px;\n        }\n    }\n    \n    \n    #FirstAproach{\n        width: 90%;\n    }\n    \n    @media (min-width: 768px) {\n        #FirstAproach{\n            max-width: 1600px;\n            .AproachtextContainer{\n                width: 100%;\n            }\n        }\n    }\n    \n    #AproachVideoContainer{\n        \n    }\n    \n    .elementor-background-slideshow__slide__image {\n            background-repeat: no-repeat;\n    }\n    \n    #mastering-container{\n        background: linear-gradient(133.21deg, rgba(219, 38, 41, 0.6) -229.8%, rgba(219, 38, 41, 0) 129.75%);\n        min-height: max(110vh, 400px);\n    }\n    \n    \n    #ticket-container{\n        width: min(90vw,1200px);\n        height: 0;\n        padding-top: 55%;\n        background-size: contain;\n        background-repeat: no-repeat;\n        #text-ticket-container{\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 70%;\n        }\n    }\n    \n    @media (min-width: 2400px) {\n        #ticket-container{\n            width: 1700px;\n        }\n    }\n    \n    @media (max-width: 2399px) and (min-width: 1024px){\n        #ticket-container{\n            width: min(80vw,1200px);\n        }\n    }\n    \n    \n    \n    #mastering-mobile{\n     background: linear-gradient(133.21deg, rgba(219, 38, 41, 0.6) -229.8%, rgba(219, 38, 41, 0) 129.75%);\n    }\n    \n    #ticket-container-mobile{\n        width: 100%;\n        height: 0;\n        padding-top: 210%;\n        background-size: contain;\n        background-repeat: no-repeat;\n    }\n    \n    #text-ticket-mobile{\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        width: 60%;\n    }\n    \n    #strike-desktop{\n        width: 100vw;\n        min-height: max(98vh, 600px);\n    }\n    \n    #strike-content{\n        position: absolute;\n        z-index: 2;\n        height: 100%;\n        width: min(90%, 1600px);\n        overflow: hidden;\n    }\n    \n    .letsTalkButton{\n        cursor: pointer;\n    }\n    \n    #carrouselContainer{\n        min-height: max(98vh, 600px)\n    }\n    \n    .tl-container{\n        width: 80%;\n        max-width: 1500px;\n    }\n    \n    .dark-container{\n        margin: 0;\n        padding: 0;\n        margin-top: -5px;\n    }\n    \n    #tl-box-dark{\n        width: 80%;\n        max-width: 1500px;\n        min-height: 10vh;\n    }\n    \n    #secondDarkElementImg{\n        width: 65vw;\n        max-width: 850px;\n        height: 0;\n        padding-top: 50%;\n        margin-left: -40px;\n    }\n    \n    @media only screen and (max-width: 767px) {\n        #secondDarkElementImg{\n        width: 80vw;\n        height: 0;\n        padding-top: 80%;\n        margin-left: -20px;\n    }}\n    \n    #timeline-footer{\n        width: 90%;\n        max-width: 1600px;\n    }\n    \n    #letsTalkButton {\n        cursor: pointer;\n        transition: transform 0.3s ease-in-out;\n    }\n    \n    #letsTalkButton:hover {\n        transform: scale(1.02);\n    }\n    \n    \n    \n@media only screen and (min-width: 1399px) and (max-width: 2400px) {\n    #timeline-footer-img {\n        margin-left: 15px;\n    }\n    #timeline-footer-img img {\n        max-height: 480px;\n        object-fit: contain;\n    }\n}\n\n    \n    \n    \n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccfd5cf elementor-widget elementor-widget-html\" data-id=\"ccfd5cf\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\r\n(function() {\r\n    document.addEventListener(\"DOMContentLoaded\", function() {\r\n        \/\/ Verificamos si la URL termina en \/es\/sitickets\/\r\n        if (window.location.pathname.endsWith('\/es\/sitickets\/')) {\r\n            document.body.classList.add('page-sitickets-mobile');\r\n        }\r\n    });\r\n})();\r\n<\/script>\r\n\r\n\r\n<style>\r\n    \r\n    \/* Se aplica solo en m\u00f3viles y solo en la p\u00e1gina espec\u00edfica *\/\r\n@media (max-width: 767px) {\r\n    .page-sitickets-mobile .elementor-3112 .elementor-element.elementor-element-c81a224 .elementor-heading-title {\r\n        font-size: 26px !important;\r\n    }\r\n}\r\n    \r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>A fan-first\u2028Ticketing Marketplace Offering tickets to hundreds of thousands of sporting events, concerts and theater performances Available on The client Two big companies that join their forces to create SITIX, the ticket marketplace that connects more buyers and sellers than any other ticketing platform around the world.\u200b The challenge What we were up against Given \u2026<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"nav_color_scheme":[49],"class_list":["post-3112","page","type-page","status-publish","hentry","nav_color_scheme-light-nav"],"blocksy_meta":{"page_title_panel":"","has_hero_section":"disabled","f085eb16c0e9105cad21860354a04500":"","hero_section":"type-1","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"updated_date","enabled":false,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"categories","enabled":false,"label":"In","style":"simple"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"80a6f281ffc752406fd97962cb73de8c":"","hero_alignment1":"CT_CSS_SKIP_RULE","hero_margin":40,"hero_alignment2":"center","hero_vertical_alignment":"center","9d64e7f7b679fdbdbfe7dd16ad608df2":"","hero_structure":"narrow","15f16c7eaf5830e9a495f6af7c62e10b":"","page_title_bg_type":"featured_image","custom_hero_background":{"attachment_id":null},"parallax":{"desktop":false,"tablet":false,"mobile":false},"55b3f37122ff81df03bceb3b8aae88f1":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":"30px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_font_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_background_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-6)"}}},"pageTitlePadding":{"top":"50px","bottom":"50px","left":"auto","right":"auto","linked":true},"9103bedb4e5715c387bfde8d7e5e7a18":"","page_structure_type":"default","b9cc905f0ea5815e087db41718adbc3e":"","content_style_source":"inherit","content_style":"wide","vertical_spacing_source":"custom","content_area_spacing":"none","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--theme-palette-color-8)"}}},"content_boxed_shadow":{"inherit":false,"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"boxed_content_spacing":{"desktop":{"top":"40px","bottom":"40px","left":"40px","right":"40px","linked":true},"tablet":{"top":"35px","bottom":"35px","left":"35px","right":"35px","linked":true},"mobile":{"top":"20px","bottom":"20px","left":"20px","right":"20px","linked":true}},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"89628c653bb5c228b1669e0e1d9c4f9d":"","disable_featured_image":"no","disable_share_box":"no","disable_header":"no","disable_footer":"no","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SI Tickets - Creative Coefficient<\/title>\n<meta name=\"description\" content=\"Creative Coefficient partners with startups and corporate endeavors to think, design, build and launch their core digital products.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/creativecoefficient.net\/es\/sitickets\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SI Tickets - Creative Coefficient\" \/>\n<meta property=\"og:description\" content=\"Creative Coefficient partners with startups and corporate endeavors to think, design, build and launch their core digital products.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/creativecoefficient.net\/es\/sitickets\/\" \/>\n<meta property=\"og:site_name\" content=\"Creative Coefficient\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-10T20:29:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/creativecoefficient.net\/sitickets\/\",\"url\":\"https:\/\/creativecoefficient.net\/sitickets\/\",\"name\":\"SI Tickets - Creative Coefficient\",\"isPartOf\":{\"@id\":\"https:\/\/creativecoefficient.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/creativecoefficient.net\/sitickets\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/creativecoefficient.net\/sitickets\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png\",\"datePublished\":\"2024-07-08T13:41:59+00:00\",\"dateModified\":\"2026-04-10T20:29:50+00:00\",\"description\":\"Creative Coefficient partners with startups and corporate endeavors to think, design, build and launch their core digital products.\",\"breadcrumb\":{\"@id\":\"https:\/\/creativecoefficient.net\/sitickets\/#breadcrumb\"},\"inLanguage\":\"es-AR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/creativecoefficient.net\/sitickets\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-AR\",\"@id\":\"https:\/\/creativecoefficient.net\/sitickets\/#primaryimage\",\"url\":\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png\",\"contentUrl\":\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/creativecoefficient.net\/sitickets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/creativecoefficient.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SI Tickets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/creativecoefficient.net\/#website\",\"url\":\"https:\/\/creativecoefficient.net\/\",\"name\":\"Creative Coefficient\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/creativecoefficient.net\/#organization\"},\"alternateName\":\"Creative Coefficient\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/creativecoefficient.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es-AR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/creativecoefficient.net\/#organization\",\"name\":\"Creative Coefficient\",\"url\":\"https:\/\/creativecoefficient.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-AR\",\"@id\":\"https:\/\/creativecoefficient.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/isotipo.png\",\"contentUrl\":\"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/isotipo.png\",\"width\":229,\"height\":208,\"caption\":\"Creative Coefficient\"},\"image\":{\"@id\":\"https:\/\/creativecoefficient.net\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/creative-coefficient\/\",\"https:\/\/www.instagram.com\/creative_coefficient\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SI Tickets - Creative Coefficient","description":"Creative Coefficient partners with startups and corporate endeavors to think, design, build and launch their core digital products.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/creativecoefficient.net\/es\/sitickets\/","og_locale":"es_ES","og_type":"article","og_title":"SI Tickets - Creative Coefficient","og_description":"Creative Coefficient partners with startups and corporate endeavors to think, design, build and launch their core digital products.","og_url":"https:\/\/creativecoefficient.net\/es\/sitickets\/","og_site_name":"Creative Coefficient","article_modified_time":"2026-04-10T20:29:50+00:00","og_image":[{"url":"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"15 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/creativecoefficient.net\/sitickets\/","url":"https:\/\/creativecoefficient.net\/sitickets\/","name":"SI Tickets - Creative Coefficient","isPartOf":{"@id":"https:\/\/creativecoefficient.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/creativecoefficient.net\/sitickets\/#primaryimage"},"image":{"@id":"https:\/\/creativecoefficient.net\/sitickets\/#primaryimage"},"thumbnailUrl":"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png","datePublished":"2024-07-08T13:41:59+00:00","dateModified":"2026-04-10T20:29:50+00:00","description":"Creative Coefficient partners with startups and corporate endeavors to think, design, build and launch their core digital products.","breadcrumb":{"@id":"https:\/\/creativecoefficient.net\/sitickets\/#breadcrumb"},"inLanguage":"es-AR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/creativecoefficient.net\/sitickets\/"]}]},{"@type":"ImageObject","inLanguage":"es-AR","@id":"https:\/\/creativecoefficient.net\/sitickets\/#primaryimage","url":"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png","contentUrl":"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/09\/app-store-badge.png"},{"@type":"BreadcrumbList","@id":"https:\/\/creativecoefficient.net\/sitickets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/creativecoefficient.net\/"},{"@type":"ListItem","position":2,"name":"SI Tickets"}]},{"@type":"WebSite","@id":"https:\/\/creativecoefficient.net\/#website","url":"https:\/\/creativecoefficient.net\/","name":"Creative Coefficient","description":"","publisher":{"@id":"https:\/\/creativecoefficient.net\/#organization"},"alternateName":"Creative Coefficient","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/creativecoefficient.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es-AR"},{"@type":"Organization","@id":"https:\/\/creativecoefficient.net\/#organization","name":"Creative Coefficient","url":"https:\/\/creativecoefficient.net\/","logo":{"@type":"ImageObject","inLanguage":"es-AR","@id":"https:\/\/creativecoefficient.net\/#\/schema\/logo\/image\/","url":"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/isotipo.png","contentUrl":"https:\/\/creativecoefficient.net\/wp-content\/uploads\/2024\/08\/isotipo.png","width":229,"height":208,"caption":"Creative Coefficient"},"image":{"@id":"https:\/\/creativecoefficient.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/creative-coefficient\/","https:\/\/www.instagram.com\/creative_coefficient\/"]}]}},"_links":{"self":[{"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/pages\/3112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/comments?post=3112"}],"version-history":[{"count":58,"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/pages\/3112\/revisions"}],"predecessor-version":[{"id":24456,"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/pages\/3112\/revisions\/24456"}],"wp:attachment":[{"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/media?parent=3112"}],"wp:term":[{"taxonomy":"nav_color_scheme","embeddable":true,"href":"https:\/\/creativecoefficient.net\/es\/wp-json\/wp\/v2\/nav_color_scheme?post=3112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}