@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@500&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1d1e1d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Euclid Square;src:url(../fonts/EuclidSquare-Regular-WebS.woff2) format("woff2"),url(../fonts/EuclidSquare-Regular-WebS.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Euclid Square;src:url(../fonts/EuclidSquare-Light-WebS.woff2) format("woff2"),url(../fonts/EuclidSquare-Light-WebS.woff) format("woff");font-weight:lighter;font-style:normal}@font-face{font-family:Euclid Square;src:url(../fonts/EuclidSquare-LightItalic-WebS.woff2) format("woff2"),url(../fonts/EuclidSquare-LightItalic-WebS.woff) format("woff");font-weight:lighter;font-style:italic}body{margin:0;min-width:320px;min-height:100vh}h1{font-family:Euclid Square,sans-serif;font-weight:lighter;font-style:normal;font-size:56px;line-height:1.2;color:#fcfcf8}h2{font-family:Euclid Square,sans-serif;font-weight:lighter;font-size:32px;line-height:1.4;color:#fcfcf8}h3,h4{font-family:Euclid Square,sans-serif;font-weight:lighter;font-size:20px;line-height:1.4;color:#fcfcf8}h5{font-family:Geist Mono,sans-serif;font-weight:lighter;font-size:16px;line-height:1.4;color:#fcfcf8}h6{font-family:Geist Mono,sans-serif;font-weight:lighter;font-size:100px;line-height:1.4;color:#fcfcf8}.italic{font-style:italic}.bold{font-weight:600}.cta{font-family:Geist Mono,sans-serif;font-weight:500;text-transform:uppercase;font-size:16px;padding:8px 24px;border-radius:50px;background-color:#dedc00;color:#090909;border:none;cursor:pointer;transition:opacity .3s ease;width:fit-content;white-space:nowrap}.cta:hover{opacity:.6}.arrowBtn{font-family:Geist Mono,sans-serif;font-weight:500;text-transform:uppercase;font-size:16px;color:#fcfcf8;cursor:pointer;display:flex;gap:20px;padding-top:10px}.arrowBtn:hover{transform:scale(1.05);opacity:.8;transform-origin:left bottom}*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden;width:100%;margin:0;padding:0}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.1rem 2rem;background-color:#090909;position:fixed;width:100%;top:0;left:0;z-index:1000;font-family:Geist Mono,monospace}.logo{height:60px;margin-right:20px;display:block;object-fit:contain}.center-nav{display:flex;justify-content:center;align-items:center;gap:40px;position:absolute;left:50%;transform:translate(-50%);width:auto}.right-nav{display:flex;align-items:center;gap:20px;color:#fcfcf8;margin-left:auto;white-space:nowrap}.center-nav a,.right-nav a{text-decoration:none;color:#fcfcf8;font-size:16px;font-weight:500;text-transform:uppercase;transition:opacity .3s ease}.center-nav a:hover,.right-nav a:hover{opacity:.6}.center-nav a.active{text-decoration:underline}.contact-button{background-color:#dedc00;padding:8px 24px;border-radius:50px;color:#090909!important;text-decoration:none;font-size:16px;font-weight:500;text-transform:uppercase}.language-selector{display:flex;align-items:center;gap:10px;color:#fcfcf8;font-size:16px;font-weight:500}.language-selector span{cursor:pointer;padding:5px}.language-selector .active{font-weight:700;text-decoration:underline}.language-divider{color:#fcfcf8}.hamburger{display:none;flex-direction:column;cursor:pointer;z-index:1100}.hamburger div{width:25px;height:3px;background-color:#fcfcf8;margin:2px;transition:all .3s ease}.hamburger.open div:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open div:nth-child(2){opacity:0}.hamburger.open div:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#090909;z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:30px}.mobile-menu.active{display:flex}.mobile-menu a{text-decoration:none;color:#fcfcf8;font-size:18px;text-transform:uppercase;transition:opacity .3s ease}.mobile-menu a:hover{opacity:.6}.mobile-menu .contact-button{background-color:#dedc00;padding:16px;border-radius:50px;color:#090909!important;font-size:16px;font-weight:500}@media screen and (min-width: 769px){.hamburger{display:none}.mobile-menu{display:none!important}.center-nav,.right-nav{display:flex!important}}@media screen and (max-width: 768px){.hamburger{display:flex}.center-nav,.right-nav{display:none}}.footer-container{background-color:#1d1d1d;color:#fcfcf8;padding:20px 40px;flex-wrap:wrap;font-family:Geist Mono,sans-serif;display:flex;justify-content:space-between}.footer-left img{width:150px}.logo-icon{width:30px;height:30px;background-color:#fc0;border-radius:50%;margin-right:10px}.footer-left{display:flex;flex-direction:column;justify-content:space-between}.footer-right{display:flex;gap:6em;justify-content:space-between}.footer-links{display:flex;flex-direction:column;gap:10px}.footerR2{display:flex;flex-direction:column;align-items:center;gap:20px}.footer-legal{display:flex;flex-direction:column;gap:10px}.footer-startup img{width:150px}.footer-links a,.footer-legal a,.footer-social a{color:#fcfcf8;text-decoration:none;font-size:14px;transition:color .3s;cursor:pointer}.footer-links a:hover,.footer-legal a:hover,.footer-social a:hover{color:#dedc00}.footer-social{display:flex;gap:20px;margin-top:10px}.footer-copy,.footerR2 a{font-size:10pt}@media screen and (max-width: 700px){.footer-left{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}.footer-right{width:100%;gap:inherit}.footerR2{align-items:end}.footer-container{background-color:#1d1d1d;color:#fcfcf8;padding:20px 15px}}.homeContainerContainer{overflow:hidden;display:flex;flex-direction:column;align-items:center;height:100%;margin-top:10em;padding-left:4em;padding-right:4em;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes rotateIn{0%{transform:rotate(-5deg);opacity:0}to{transform:rotate(0);opacity:1}}.scroll-fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.scroll-fade-in.active{opacity:1;transform:translateY(0)}.scroll-scale-in{opacity:0;transform:scale(.95);transition:opacity .8s ease,transform .8s ease}.scroll-scale-in.active{opacity:1;transform:scale(1)}.scroll-slide-left{opacity:0;transform:translate(-30px);transition:opacity .8s ease,transform .8s ease}.scroll-slide-left.active{opacity:1;transform:translate(0)}.scroll-slide-right{opacity:0;transform:translate(30px);transition:opacity .8s ease,transform .8s ease}.scroll-slide-right.active{opacity:1;transform:translate(0)}.sticky-background img{width:100%;height:10%;object-fit:contain;transition:transform .5s ease}.sticky-background img:hover{transform:scale(1.02)}.bck1{padding-left:100px;animation:floatAnimation 8s infinite ease-in-out}.bck2{padding-left:1000px;scale:.6;animation:floatAnimation 12s infinite ease-in-out;animation-delay:1s}.bck3{padding-left:0;animation:floatAnimation 10s infinite ease-in-out;animation-delay:2s}.bck4{translate:80% -30%;scale:.6;rotate:300deg;animation:floatAnimation 9s infinite ease-in-out;animation-delay:.5s}.bck5{translate:40% -30%;opacity:60%;rotate:30deg;animation:floatAnimation 11s infinite ease-in-out;animation-delay:1.5s}.bck6{translate:-10% -70%;scale:.6;rotate:300deg;animation:floatAnimation 13s infinite ease-in-out;animation-delay:3s}.home-title{margin-bottom:36px;margin-top:50px;animation:fadeIn 1s ease-out}.home-content{display:flex;flex-direction:column;align-content:flex-start;gap:60px;width:100%;animation:fadeIn 1.2s ease-out;animation-delay:.2s;animation-fill-mode:both}.home-subtitle{max-width:700px;width:100%}.cta{transition:transform .3s ease,box-shadow .3s ease}.cta:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.cta:active{transform:translateY(0);box-shadow:0 5px 10px #0000001a}.homeBox{max-width:80%}.home-experience{width:80%}.home-exp-numbers{margin-top:250px;display:flex;justify-content:space-between}.home-exp-numbers-box{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.home-exp-numbers-box:hover{transform:translateY(-5px)}.home-exp-numbers-box h6{transition:color .3s ease}.home-exp-numbers-box:hover h6{color:#6fc3df}.clients-box{margin-top:200px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.clients-pngs{display:flex;gap:50px;width:80vw;justify-content:center;flex-wrap:wrap}.clients-pngs img{max-width:100px;transition:transform .3s ease,filter .3s ease;filter:grayscale(70%)}.clients-pngs img:hover{transform:scale(1.1);filter:grayscale(0%)}.sobre-nosotros-box{margin-top:200px;max-width:1000px;display:flex;flex-direction:row-reverse;gap:50px}.sobre-nosotros-text{display:flex;flex-direction:column;gap:50px}.sobre-nosotros-pic img{width:200px;height:430px;transition:transform .5s ease}.sobre-nosotros-pic img:hover{transform:scale(1.05)}.sectores-box{margin-top:150px;padding:2em;width:90vw;background-color:#1e1f1e66;border-radius:50px;transition:background-color .5s ease}.sectores-box:hover{background-color:#1e1f1e99}.sectores-box h2{text-align:center;font-weight:500;font-size:54px;margin-bottom:2em}.sectores-flex{margin-top:50px;display:flex;gap:70px;flex-wrap:wrap;justify-content:center}.sectores-content{width:380px;display:flex;flex-direction:column;gap:16px;transition:transform .3s ease,box-shadow .3s ease}.sectores-content:hover{transform:translateY(-5px)}.sectores-content h5:first-child{font-size:24px;font-weight:800}.sectores-title{display:flex;justify-content:space-between}.sector-img img{object-fit:cover;width:40px;transition:transform .3s ease}.sectores-content:hover .sector-img img{transform:scale(1.2)}.arrowBtn{cursor:pointer;display:flex;align-items:center;transition:transform .3s ease}.arrowBtn:hover{transform:translate(5px)}.arrowBtn img{transition:transform .3s ease}.arrowBtn:hover img{transform:translate(5px)}.tecnologias-box{margin-top:150px;padding:3em;width:90vw;background-color:#1e1f1e66;border-radius:50px;box-sizing:border-box;transition:background-color .5s ease}.tecnologias-box:hover{background-color:#1e1f1e99}.tecnologias-box h2{font-weight:500;font-size:54px;text-align:center}.tecnologias-box h3{font-weight:200;font-size:36px}.tecnologias-container{display:flex;flex-wrap:wrap;gap:2em;justify-content:center;padding-bottom:4em}.tecnologias-flex{margin-top:50px;display:flex;gap:1em;flex-wrap:wrap;justify-content:center;transition:transform .3s ease}.tecnologias-flex:hover{transform:translateY(-5px)}.tecnologias-img img{object-fit:cover;width:180px;transition:transform .5s ease}.tecnologias-flex:hover .tecnologias-img img{transform:scale(1.05)}.tecnologias-content{width:380px;display:flex;flex-direction:column;gap:16px}.tecnologias-content h5:first-child{font-size:24px;font-weight:800}.listTech{border-bottom:solid;padding:10px 0;margin:30px 0;transition:border-color .3s ease}.listTech:hover{border-color:#dedc00}.metodologia{margin-top:15rem;display:flex;flex-wrap:wrap;justify-content:space-between;width:80vw;gap:3em}.metodText h5{margin-bottom:2em}.metodText h2{font-size:21pt}.metodImg{width:90vw;display:flex;justify-content:center;scale:80%;transition:transform .5s ease}.metodImg:hover{transform:scale(1.02)}.testimonis h2{padding-top:4em;text-align:center;font-weight:500;font-size:54px}.finalCTAtext{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;gap:2em;margin-top:15em;margin-bottom:10em}.finalCTAtext h2{transition:transform .5s ease}.finalCTAtext:hover h2{transform:scale(1.03)}@media screen and (max-width: 700px){.homeContainerContainer{padding:0 1em}.home-content{align-items:center;gap:30px}.homeBox{max-width:100%}.home-experience{width:100%}.home-title{font-size:36px;text-align:center}.home-subtitle{font-size:20px;text-align:center}.home-exp-numbers{margin-top:100px;flex-direction:column;align-items:center;gap:40px}.home-exp-numbers-box h6{font-size:40px}.clients-box{margin-top:100px}.clients-pngs{flex-wrap:wrap;gap:40px;justify-content:center}.sobre-nosotros-box{margin-top:100px;flex-direction:column;text-align:center;align-items:center}.sobre-nosotros-text{align-items:center}.sobre-nosotros-text h2{font-size:18pt}.sobre-nosotros-pic{display:none}.sectores-box h2{font-size:24pt}.tecnologias-content{width:100%}.tecnologias-box{padding:1em}.tecnologias-box h2{font-size:24pt;margin-top:1em}.metodText h2{font-size:16pt}.metodImg{scale:.5}.testimonis h2{margin-top:60px;font-size:24pt}.finalCTAtext h2{font-size:18pt}}.accordion-header{display:flex;align-items:center;cursor:pointer;font-size:20px}.accordion-header h3{margin:0 0 0 30px}.arrow{font-size:20px;transform:rotate(0);transition:transform .3s ease}.arrow.down{transform:rotate(180deg)}.accordion-content{margin-top:10px;padding-left:20px;padding-top:10px;display:block}.accordion-content ul{list-style-type:none;padding:0;font-family:Geist Mono,sans-serif}.accordion-content li{margin-bottom:5px}.testimonial-slider{width:100%;max-width:800px;margin:80px auto;padding:0 80px;color:#fcfcf8;text-align:center;position:relative;font-family:Geist Mono,sans-serif;font-family:Euclid Square,sans-serif;min-height:400px;display:flex;align-items:center}.testimonial-content{width:100%;position:relative;z-index:1}.quote{font-size:24px;font-style:italic;margin-bottom:20px;color:#fcfcf8}.name{font-weight:700;font-size:18px;font-family:Geist Mono,sans-serif}.title{font-size:14px;color:#fcfcf8;font-family:Geist Mono,sans-serif}.slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:2}.arrow{background-color:transparent;border:none;display:block;transition:transform .3s ease;pointer-events:all;position:absolute}.arrow.left{left:-60px}.arrow.right{right:-60px}.arrow img{width:30px;height:auto}.arrow:hover img{transform:scale(1.1);transform-origin:center center}@media screen and (max-width: 700px){.testimonial-slider{padding:0 50px;min-height:250px}.arrow.left{left:10px}.arrow.right{right:10px}.arrow img{width:24px}}@media screen and (max-width: 500px){.testimonial-slider{padding:0 20px;min-height:200px}.arrow.left{left:0;margin-top:0}.arrow.right{right:0;margin-top:0}.arrow img{width:20px}.quote{font-size:16px;padding-left:30px;padding-right:30px}.name{font-size:16px}.title{font-size:12px}}.circle-container{display:flex;justify-content:center;align-items:center;max-height:20em;max-width:20em;// background: #2a3b49}.circle{position:relative;width:20em;height:20em;border-radius:50%;border:#FCFCF8;border-style:solid;display:flex;justify-content:center;align-items:center}.sq{width:20px;height:20px;background-color:#dedc00;position:absolute;transform:translate(-50%,-50%);transition:opacity .1s ease}.sq:hover{opacity:80%}.sq1{top:0}.sq2{top:26%;right:0}.sq3{top:73%;right:0}.sq4{bottom:-6%}.sq5{top:73%;left:6%}.sq6{top:26%;left:6%}.step{position:absolute;max-width:200px;height:40px;color:#fcfcf8;border:#FCFCF8;//border-style: solid;display:flex;justify-content:center;align-items:center;font-family:Euclid Square,sans-serif;font-size:14pt;font-weight:700;text-align:center;padding:10px;transform-origin:center}.step-1{top:-15%;left:50%;transform:translate(-50%)}.step-2{top:26%;right:-35%;transform:translateY(-50%);justify-content:left;text-align:left}.step-3{top:73%;right:-65%;transform:translateY(-50%);justify-content:left;text-align:left}.step-4{bottom:-18%;left:50%;transform:translate(-50%);width:200px}.step-5{top:73%;left:-50%;transform:translateY(-50%);text-align:left}.step-6{top:20%;left:-18%;transform:translate(-50%);text-align:left}.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;overflow:hidden;border-radius:50%}.center img{width:100%;height:100%;object-fit:cover}.home-container{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto;padding:20px}.homeContainerContainer{overflow:hidden;display:flex;flex-direction:column;height:100%;margin-top:10em;padding-left:4em;padding-right:4em;width:100%}.bckg1{padding-right:800px;rotate:180deg}.listBox{position:relative;width:50em;right:5em}.list{margin-top:2em}.arrowTitle{display:flex;justify-content:space-between;border-bottom:1px solid;padding-bottom:.5em;margin-bottom:2em}.serviceInd{display:flex;gap:4em;font-family:Euclid Square,sans-serif;justify-content:space-between;align-items:center;width:90%;flex-wrap:wrap;margin-top:15em}.left{flex-direction:row}.right{flex-direction:row-reverse}.serviceText{display:flex;flex-direction:column;gap:2em;width:60%;font-size:16pt}.serviceTitle h2{font-weight:500}.serviceSquare{display:flex;gap:1em;align-items:center}.serviceSquare p{margin:0}.square{min-width:16px;min-height:16px;background-color:#dedc00}.serviceImg{max-width:30%}.serviceImg img{width:100%;border-radius:10px}.finalCTAtext{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2em;margin-top:15em;margin-bottom:10em}@media screen and (max-width: 700px){.homeContainerContainer{padding:0 1em}.listBox{position:relative;width:100%;right:0}.arrowTitle h2{font-size:16pt}.serviceText{width:100%}.right{flex-direction:row}.serviceInd{justify-content:center;margin-top:7em}.serviceImg{max-width:80%;object-fit:cover}}.projects-container{padding:20px;max-width:1200px;margin:0 auto}.filters{display:flex;justify-content:center;margin-bottom:30px;gap:2em}.filter{width:25%}.filter select{width:100%;padding:10px;font-size:16px;border-radius:5px;border:1px solid #FBFFF6;background-color:#1d1e1d;margin-top:10px;color:#fbfff6;font-family:Geist Mono,sans-serif;text-transform:uppercase}.filter h3{margin-bottom:10px}.filter label{display:block;margin:5px 0}.projects-list{display:flex;flex-direction:column;gap:5em}.project{display:flex;flex-wrap:wrap;gap:2em;margin:0 auto;background-color:#1e1f1e66;padding:3em;border-radius:1em}.projectText{max-width:400px}.projectImg{max-width:600px}.project-slider{max-width:500px;height:auto;border-radius:8px}.project-slider img{width:100%;border-radius:1em}.tags{margin-top:10px;background-color:#dedc00;color:#1d1e1d;text-transform:uppercase;max-width:230px}.projectTags{display:flex;gap:2em;justify-content:end;font-family:Geist Mono,sans-serif;font-weight:800;margin-bottom:1em;max-width:500px}.project h2{margin-top:0;font-weight:500}.project h3{margin-top:.1em;margin-bottom:.7em;font-weight:500;font-size:14pt}.project p{margin-top:.1em;margin-bottom:.7em;font-family:Euclid Square,sans-serif;font-size:12pt}@media screen and (max-width: 1300px){.homeContainerContainer{margin:110px 0}.projects-container{padding:0 10px;margin:0 auto}.projectText{text-align:center}.filters{flex-direction:column;align-items:center}.filter{width:70vw}.projects-list{display:flex;flex-direction:column;gap:3em;width:80vw}.project{display:flex;flex-wrap:wrap;gap:2em;justify-content:center;width:100%;margin:0;background-color:#1e1f1e66;padding:1em;border-radius:1em}.projectImg{max-width:70vw}.project-slider{max-width:500px;height:auto;border-radius:8px;padding-bottom:1em}.project-slider img{width:100%;border-radius:1em}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.home-container{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto;padding:20px;overflow:hidden}.sticky-background{position:absolute;top:-200px;width:100vw;overflow:hidden;z-index:-1;line-height:0}.sticky-background img{width:100%;height:10%;object-fit:contain}.bckg{position:absolute;z-index:-2}.bck1{padding-left:100px}.bck2{padding-left:1000px;scale:.6}.bck3{padding-left:0}.bck4{translate:80% -30%;scale:.6;rotate:300deg}.bck5{translate:40% -30%;opacity:60%;rotate:30deg}.bck6{translate:-10% -70%;scale:.6;rotate:300deg}.formacion-box{display:flex;flex-direction:column;align-items:center;margin-top:100px;margin-bottom:100px;text-align:center;padding-top:3em;padding-bottom:5em;width:85vw;background-color:#1e1f1e66;border-radius:50px;box-sizing:border-box}.formacion-box h5{font-weight:800}.formacion-box h2{font-size:18pt;padding:1em;max-width:800px}.homeFormacionContainer{display:flex;flex-wrap:wrap;gap:2em;justify-content:space-around}.tecnologias-flex{margin-top:50px;display:flex;gap:1em;flex-wrap:wrap;justify-content:center}.tecnologias-img img{object-fit:cover;width:180px}.tecnologias-content{max-width:350px;display:flex;flex-direction:column;text-align:left;gap:16px}.tecnologias-content h5:first-child{font-size:18px;font-weight:800}@media screen and (max-width: 700px){.formacion-box{padding:3em .5em;width:85vw}}.homeContainerContainer{width:100%;padding:0;margin:10em 0 0}.blog-container{padding:20px;margin:0}.blog-title{text-align:center;margin-bottom:40px;font-weight:500;color:#fbfff6}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2em;margin-bottom:4em;justify-items:center}.blog-card{background-color:#1e1f1e66;border-radius:1em;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.blog-card-image{width:100%;height:200px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{padding:1.5em}.blog-card-title{font-weight:500;font-size:18px;margin-top:0;margin-bottom:.5em;color:#fbfff6}.blog-card-date{font-family:Geist Mono,sans-serif;font-size:14px;color:#dedc00;margin-bottom:1em}.blog-card-categories{display:flex;flex-wrap:wrap;gap:.5em}.blog-category-tag{background-color:#dedc00;color:#1d1e1d;text-transform:uppercase;padding:3px 6px;border-radius:3px;font-family:Geist Mono,sans-serif;font-weight:800;font-size:10px}.blog-post-container{padding:20px;max-width:800px;margin:0 auto}.back-button{background-color:transparent;border:1px solid #FBFFF6;color:#fbfff6;padding:8px 16px;border-radius:5px;font-family:Geist Mono,sans-serif;font-size:14px;cursor:pointer;margin-bottom:2em;transition:background-color .3s ease}.back-button:hover{background-color:#1e1f1e66}.blog-post-detail{background-color:#1e1f1e66;border-radius:1em;padding:2em}.blog-post-title{font-weight:500;font-size:28px;margin-top:0;margin-bottom:.5em;color:#fbfff6}.blog-post-meta-detail{display:flex;flex-wrap:wrap;align-items:center;gap:1em;margin-bottom:2em}.blog-post-date{font-family:Geist Mono,sans-serif;font-size:14px;color:#dedc00}.blog-post-categories{display:flex;flex-wrap:wrap;gap:.5em}.blog-post-image-detail{width:100%;margin-bottom:2em;border-radius:.5em;overflow:hidden}.blog-post-image-detail img{width:100%;max-height:500px;object-fit:cover;border-radius:.5em}.blog-post-content{color:#fbfff6;font-family:Euclid Square,sans-serif}.blog-post-content p{line-height:1.8;margin-bottom:1.5em;font-size:16px}.blog-not-found{text-align:center;margin:4em 0;font-size:20px;color:#fbfff6}@media screen and (max-width: 2500px){.homeContainerContainer{margin:110px 0}.blog-container,.blog-post-container{padding:0 10px;margin:0}.blog-filters{flex-direction:column;align-items:center}.blog-filter{width:70vw}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));width:90vw;margin:0 auto}.blog-post-detail{padding:1.5em}.blog-post-title{font-size:24px}.blog-post-meta-detail{flex-direction:column;align-items:flex-start}}.contact-form-container{background-color:#1d1d1d;color:#fff;padding:10em 30px 20em;border-radius:10px;max-width:600px;margin:0 auto;font-family:Geist Mono,sans-serif;display:flex;flex-direction:column}.contactTitle{position:relative;text-align:center;margin-bottom:3em}.contactTitle h2{font-size:21pt}form{display:flex;flex-direction:column}label{margin-bottom:8px;font-weight:700}.input-container{margin-bottom:20px}input,select,textarea{width:100%;padding:10px;border:none;border-radius:5px;background-color:#333;color:#fff;font-size:16px;font-family:Geist Mono,sans-serif}input[type=email],input[type=text],select{height:40px}textarea{height:100px}.buttonCta{width:100%;display:flex;justify-content:center}label input{width:auto;margin-right:10px}button{background-color:#6f6f38;color:#fff;padding:12px;margin-top:3em;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s;background-color:#dedc00}button:disabled{background-color:#666}button:hover:not(:disabled){background-color:#7f7f48}.policy-container{margin-bottom:20px;font-size:14px}.policy-container a{color:#dedc00;text-decoration:none}.policy-container a:hover{text-decoration:underline}.success-message,.error-message{padding:12px;border-radius:5px;margin-bottom:30px;font-family:Geist Mono,sans-serif;text-align:center;font-size:14px;letter-spacing:.5px;transition:all .3s ease}.success-message{background-color:#dedc0026;color:#dedc00;border:1px solid #DEDC00}.error-message{background-color:#ff525226;color:#ff5252;border:1px solid #ff5252}button.cta.loading{background-color:#4d4d00;position:relative}.cta{position:relative;overflow:hidden;font-family:Geist Mono,sans-serif;font-weight:500;transition:all .3s ease}.cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:all .3s ease}.cta:hover:not(:disabled):before{left:100%}
