:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;--naranja: #FD6F03;--naranja-transparente: #FD6F0310;--naranja-oscuro: #F61705;--gradiente-naranja: linear-gradient( 45deg, var(--naranja), var(--naranja-oscuro));--gris: #efefef;--negro: #000;--blanco: #fff;--texto--chico: clamp(.8889rem, 1.0386rem + .1932vw, 1.1rem);--texto--normal: clamp(1rem, .5rem + 2vw, 1.5rem);--texto-subtitulo: clamp(1rem, .6522rem + 1.7391vw, 2rem);--texto-titulo-chico: clamp(1.35rem, .3043rem + 3.753vw, 2.5rem);--texto-titulo: clamp(1.5rem, 1.2424rem + 1.2121vw, 3rem);--texto-titulo-grande: clamp(2.5rem, .2174rem + 4.087vw, 4.5rem);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Poppins;font-style:bolder;font-weight:900;src:url(/font/poppins/Poppins-ExtraBold.ttf);font-display:swap}@font-face{font-family:Poppins;font-style:bold;font-weight:700;src:url(/font/poppins/Poppins-Bold.ttf);font-display:swap}@font-face{font-family:Poppins;font-weight:500;src:url(/font/poppins/Poppins-Medium.ttf);font-display:swap}@font-face{font-family:Poppins;font-weight:300;src:url(/font/poppins/Poppins-Light.ttf);font-display:swap}@font-face{font-family:Poppins;font-style:italic;font-weight:300;src:url(/font/poppins/Poppins-LightItalic.ttf);font-display:swap}@font-face{font-family:Poppins;font-style:italic;font-weight:500;src:url(/font/poppins/Poppins-MediumItalic.ttf);font-display:swap}@font-face{font-family:Poppins;font-style:italic;font-weight:700;src:url(/font/poppins/Poppins-BoldItalic.ttf);font-display:swap}@font-face{font-family:Poppins;font-style:italic;font-weight:900;src:url(/font/poppins/Poppins-ExtraBoldItalic.ttf);font-display:swap}html{border:0;padding:0;box-sizing:border-box}a{font-size:var(--texto-normal);font-weight:500;text-decoration:inherit;cursor:pointer}body{display:flex;place-items:center;margin:0;padding:0;box-sizing:border-box;font-weight:300}h1{font-size:var(--texto-titulo-grande);line-height:1.2;font-weight:700}h2{font-size:var(--texto-titulo-chico);line-height:1.3}h3{font-size:var(--texto-subtitulo);line-height:1.4}p{font-size:calc(var(--texto--normal) - .2rem);line-height:1.6;color:var(--negro)}button{border-radius:8px;align-content:center;border:1px solid transparent;padding:.6em 1.2em;font-size:var(--texto-normal);font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#Capa_1{fill:#ff7f00}.navbar{display:flex;justify-content:center;position:fixed;top:0;left:0;width:100%;min-height:65px;height:10vh;color:var(--blanco);z-index:9}.navbar-bg{position:fixed;background-color:var(--negro);top:0;right:0;width:100%;min-height:80px;height:10vh;display:flex;justify-content:space-between;align-items:center;z-index:1}.navbar-container{position:relative;top:0;left:0;width:100%;height:7vh;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:10}.nav-links{position:absolute;z-index:4;display:flex;flex-direction:column;justify-content:space-evenly;width:100%;min-height:100px;top:0;left:0;right:0;margin:0;margin-top:10vh;padding:1rem 0;list-style:none;background-color:var(--blanco);transform:translateY(-150%);opacity:0;transition:all .2s linear}.nav-links.links-right{border-radius:0 0 1rem 1rem}.nav-links.is-active{opacity:1;transform:translateY(0)}.nav-links.is-active.links-right{padding-top:0;transform:translateY(calc(100% - 1rem))}.nav-links li{margin-left:0}.nav-links a{color:var(--negro);text-decoration:none;position:relative;padding-bottom:4px}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background:linear-gradient(to right,#efefef,#ee751c,#e15419,#d33117,#ce2417,#010101);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{opacity:.8}.logo{display:flex;align-items:center;justify-content:center}.logo-svg{width:clamp(1rem,-1.75rem + 73.3333vw,3.75rem);height:auto;display:block;filter:invert(1)}.hamburger{padding:15px;display:inline-block;cursor:pointer;border:none;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;margin:0;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#fff}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:40px;height:4px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.navbar-alt{background-color:transparent}.navbar-bg-alt{background:linear-gradient(to bottom,#000000bf,#00000040);transition:background .3s ease}.navbar-container.alt{position:relative;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;overflow:hidden}.navbar-alt .nav-links{background-color:transparent}.navbar-alt .nav-links.links-left{background:linear-gradient(to bottom,#00000040,#0000)}.navbar-alt .nav-links.links-right{background:linear-gradient(to bottom,#0000,#000000bf)}.navbar-alt .nav-links a{color:var(--blanco)}.navbar-alt .hamburger-inner,.navbar-alt .hamburger-inner:before,.navbar-alt .hamburger-inner:after{background-color:#fffc;transition:background-color .3s ease,transform .3s ease}.navbar-alt .hamburger:hover .hamburger-inner,.navbar-alt .hamburger:hover .hamburger-inner:before,.navbar-alt .hamburger:hover .hamburger-inner:after{background-color:#fff}.navbar-alt .hamburger.is-active .hamburger-inner,.navbar-alt .hamburger.is-active .hamburger-inner:before,.navbar-alt .hamburger.is-active .hamburger-inner:after{background-color:#ffffffe6}@media (min-width: 850px){.navbar-container{justify-content:center}.logo{order:2;min-width:100px;margin:0 4rem}.nav-links{position:initial;display:flex;flex-direction:row;align-items:center;max-width:650px;min-height:100%;width:100%;margin-top:0rem;gap:6rem;padding:0;background-color:var(--negro);opacity:1;transform:translateY(0)}.nav-links.links-left{order:1;justify-content:flex-end;transform:translateY(0)}.nav-links.links-right{order:3;justify-content:flex-start;transform:translateY(0)}.navbar-alt .nav-links.links-left,.navbar-alt .nav-links.links-right{background:none}.nav-links li{margin-left:0}.nav-links a{color:var(--blanco)}.hamburger{display:none}}.footer{width:100dvw;color:#000;padding:0;background-color:var(--gris);box-sizing:border-box;--gradiente-naranja: linear-gradient(to right, var(--naranja), var(--naranja-oscuro))}.footer-servicios{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100dvw;margin:0;box-sizing:border-box;padding-bottom:3rem}.footer-servicios h2{text-align:center;margin:2rem 4rem;font-size:var(--texto-subtitulo);background:var(--blanco);display:block;white-space:normal;-webkit-hyphens:auto;hyphens:auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.footer-titles{width:100%;background:var(--gradiente-naranja)}.servicios-content{box-sizing:border-box;display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:1.5rem;margin:2rem 0}.servicio-item{width:100%;max-width:200px;display:grid;justify-items:center}.servicio-item img{width:10vw;max-width:65px;height:10vw;max-height:65px;border-radius:50%;padding:1rem;background-color:var(--blanco)}.servicio-item p{font-size:var(--texto--chico)}.servicio-item:nth-child(2) img,.servicio-item:nth-child(4) img,.servicio-item:nth-child(5) img,.servicio-item:nth-child(7) img{background:var(--gradiente-naranja)}.footer-separator{border:none;height:4px;margin:2rem auto;width:calc(100% - 4rem);max-width:1200px;background:linear-gradient(to right,#efefef,#ee751c,#e15419,#d33117,#ce2417,#010101)}.footer-content{display:flex;flex-direction:column;max-width:1200px;margin:3rem 2rem 1rem}.footer-tagline{margin:2rem 0;line-height:1.2;text-align:center;padding-left:0}.social-icons{display:flex;justify-content:center;gap:2rem;margin:1rem 0}.social-icons a{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:#000;border-radius:50%;color:#fff;transition:opacity .3s ease}.social-icons a:hover{opacity:.8}.social-icon{width:30px;height:30px}.footer-nav{display:flex;flex-direction:column;gap:2rem;margin:1rem 0 4rem}.footer-nav a{color:#000;text-decoration:none;transition:opacity .3s}.footer-nav a:hover{opacity:.7}.footer-logo{width:100px;height:100px}.middle{width:70%;padding:2rem auto}@media screen and (min-width: 450px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-tagline{text-align:left}.servicios-content{grid-template-columns:repeat(2,1fr)}.social-icons{justify-content:center}.none{display:none}h3{font-size:var(--texto--normal)}}@media screen and (min-width: 720px){.servicio-item{max-width:250px}.footer-nav{gap:2rem;flex-direction:row;justify-content:center;align-items:center}}@media screen and (min-width: 1024px){.servicios-content{grid-template-columns:repeat(3,1fr);column-gap:3rem}.footer-content{flex-direction:row;justify-content:space-between}.footer-top{display:flex;align-items:center;gap:2rem}.footer-top img{width:60px;height:60px}.footer-top h2{font-size:var(--texto--normal)}.social-icons{justify-content:flex-end}}@media screen and (min-width: 1450px){.footer-servicios{flex-direction:row;justify-content:initial;align-items:initial;gap:2rem}.footer-content{margin:0 auto 1rem;padding:0 2rem}.footer-titles{max-width:450px;width:100%}.footer-titles h2{min-height:600px;text-align:left;margin:0;padding:5rem 3rem;margin-bottom:4rem;font-size:var(--texto-titulo)}.footer-titles .subtitle{margin:0}.servicios-content{grid-template-columns:repeat(4,1fr);text-align:left;width:100%;padding:2rem;row-gap:4rem}.servicios-content .servicio-item{justify-items:center;text-align:center}.servicios-content h3{width:100%;margin:2rem 0 0;font-size:var(--texto--normal);font-weight:500}.servicios-content p{font-size:var(--texto--chico);display:initial}.footer-separator{display:none}}.hero-section{position:relative;display:flex;width:100%;height:90vh;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg-img{width:100%;height:100%;object-fit:cover}.hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#000000b3);z-index:1}.hero-content{width:100%;height:100%;padding:0 1rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}.hero-content h1{text-shadow:0 2px 4px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out forwards;font-size:clamp(2.5rem,.2174rem + 5.087vw,9.5rem);font-weight:900;max-width:1000px;color:var(--blanco)}.final-point{color:var(--naranja)}.hero-content p{margin-bottom:2.5rem;max-width:650px;line-height:1.6;color:var(--blanco);font-style:italic;font-weight:400;font-size:var(--texto-subtitulo);animation:fadeInUp .8s ease-out forwards}.quotes-section{position:relative;width:100%;min-height:51vh;margin-top:-2rem;display:flex;align-items:center;justify-content:center}.quote-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;transition:opacity .5s ease;width:100%;height:100%;overflow:hidden}.quote-text{display:flex;flex-direction:column-reverse;max-width:700px;margin:auto;line-height:1.6;padding:2rem;color:var(--blanco)}.quote-text p{font-weight:900;color:var(--blanco);line-height:1;min-height:8lh;font-size:var(--texto-titulo-grande);z-index:0;margin:0}.quote-text h3{font-weight:300;text-decoration:dashed;font-size:var(--texto-subtitulo)}.circular-underline{display:inline;position:relative;width:fit-content}.circular-underline:after{content:"";position:absolute;top:-25%;left:-25%;width:150%;min-width:270px;height:150%;background-image:url(/icons/inicio/circle-underline.svg);background-size:100% 100%}.quote-content::-webkit-scrollbar{display:none}.features-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:2rem;background-color:var(--negro);box-sizing:border-box}.features-section h2{font-size:var(--texto-subtitulo);color:var(--blanco);line-height:1.2;font-weight:700}.features-section h2 br{display:none}.feature-item{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:clamp(.5rem,1vw,.75rem);position:relative;width:100%;max-width:400px;margin:2rem 1rem}.feature-item .feature-text{display:flex;flex-direction:column;gap:.25rem;max-width:280px;font-size:var(--texto--normal);line-height:1.5;text-align:start;letter-spacing:.01em;color:var(--blanco)}.feature-item .feature-text strong{font-weight:600;display:inline;color:var(--blanco)}.feature-item .feature-text span{font-weight:300;color:var(--blanco)}.feature-item img{width:75%;height:75%;object-fit:contain;transition:transform .4s ease}.feature-icon{width:clamp(40px,8vw,60px);height:clamp(40px,8vw,60px);margin:0 0 1.5rem;display:flex;align-items:center;justify-content:center;fill:var(--naranja)}@media (min-width: 600px){.features-section{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem;margin-top:-2rem}.feature-item{margin:0 auto;padding:1rem;min-height:325px}.feature-item .feature-text{text-align:center;align-items:center}}@media (min-width: 1000px){.features-section{display:flex;flex-direction:row}.features-section h2{font-size:var(--texto-titulo);width:100%;max-width:250px;margin:0}.features-section i{font-weight:900}.feature-item{margin:1rem;padding:1rem;max-width:300px}.feature-item .feature-text{font-size:calc(var(--texto--normal) - .25rem)}}.services-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem 3rem}.services-header{width:100%;margin:1rem 0 auto;justify-self:start;text-align:left}.services-title{text-align:left;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--blanco)}.services-subtitle{width:100%;font-size:var(--texto--normal);color:var(--blanco)}.services-carousel{display:flex;flex-direction:column;width:100%;max-width:350px;align-content:center;justify-content:center;gap:3rem;margin:3rem 0}.service-card{display:flex;flex-direction:column;align-items:center;max-width:350px;margin:0 auto}.service-card:nth-child(2) .service-id,.service-card:nth-child(3) .service-id{background:var(--gradiente-naranja);color:var(--blanco)}.service-id{display:flex;justify-content:center;align-items:center;width:clamp(25px,10px + 5vw,50px);height:clamp(25px,10px + 5vw,50px);font-size:var(--texto-titulo);background-color:var(--blanco);color:var(--naranja);font-weight:700;padding:1rem;border-radius:50%}.service-card-title{color:var(--blanco)}.service-description{font-size:var(--texto--normal);color:var(--blanco)}@media (min-width: 700px){.services-section{margin:0}.services-carousel{display:grid;grid-template-columns:repeat(2,minmax(250px,1fr));max-width:initial;gap:2rem;margin:3rem 0}.service-description{font-size:var(--texto--chico)}}@media (min-width: 1024px){.services-section{flex-direction:row;max-width:1300px}.services-carousel{gap:4rem}.service-card{max-width:500px}.services-header{display:flex;flex-direction:column;justify-content:space-between;min-height:600px}.services-subtitle{font-weight:400;width:350px}}.projects-section{max-width:1200px;margin:0 auto;padding:2rem;margin-top:-2rem}.projects-header{width:100%;margin:1rem 0 auto;text-align:left;box-sizing:border-box}.projects-description{width:100%;font-size:var(--texto--normal);color:var(--blanco)}.project-quote{color:var(--gris);font-size:var(--texto--chico);font-style:italic}.projects-title{font-size:2.5rem;font-weight:700;color:var(--blanco);margin-bottom:1.5rem}.projects-grid{display:flex;flex-direction:column;gap:2rem;margin:3rem 0;justify-self:center;width:100%}.project-card{display:flex;flex-direction:column;width:100%;height:100%;padding:.5rem;background-color:var(--blanco);box-shadow:0 10px 20px #0000001a;cursor:pointer}.project-image{overflow:hidden}.project-image img{width:100%;height:100%;min-height:250px;object-fit:cover;transition:transform .5s ease}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:600;color:var(--negro);margin-bottom:.5rem}.project-company{font-size:1rem;color:var(--gris-oscuro);margin-bottom:.75rem}.project-description{font-size:.9rem;line-height:1.5;color:var(--gris-oscuro)}.project-overlay p,.project-overlay h3{font-size:.9rem;text-align:left;padding:0 1rem;line-height:1.4;opacity:.9;color:var(--negro)}.view-more-link{padding:1rem 2.5rem;background:var(--naranja);color:#fff;text-decoration:none;font-weight:700;border-radius:50px;margin:auto;transition:all .25s ease}.view-more-link:hover{transform:translateY(-8px);box-shadow:0 8px 25px #4b4b4b80}.categorias-proyecto{display:flex;flex-direction:row;text-align:left}.categoria-tag{color:var(--negro);margin:0 1rem 1rem;text-align:left}@media (min-width: 700px){.projects-section{gap:5rem}.projects-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0;max-width:700px;min-height:600px;background-image:url(/icons/inicio/circle.svg);background-repeat:no-repeat;background-size:25%;background-position:25% 75%}.project-card{position:absolute;width:320px;height:350px}.project-card:first-child{left:15%}.project-card:nth-child(2){top:25%;right:15%}.project-image img{max-height:250px;aspect-ratio:1/1}}@media (min-width: 900px){.projects-section{display:flex;flex-direction:row-reverse;margin-top:3rem}.projects-grid{background-position:15% 60%}.project-card{width:275px;height:305px}.project-card:first-child{left:0%}.project-card:nth-child(2){top:25%;right:0%}}@media (min-width: 1024px){.projects-grid{background-position:25% 70%}.project-card{width:320px;height:350px}}.video-section{display:flex;width:100%;height:100%;padding:1.5rem;background-color:var(--negro);color:var(--blanco);box-sizing:border-box;align-items:center;justify-content:center;overflow-x:hidden}.video-logos{display:flex;flex-direction:column;width:fit-content;padding:0 2rem 0 0}.video-container{position:relative;width:100%;max-width:1200px;margin:clamp(.25rem,1vw + .15rem,2rem);border-radius:1rem;overflow:hidden;box-shadow:0 5px 20px #0003}video{width:100%;height:auto;background:#000;object-fit:cover;aspect-ratio:16 / 9;border:none}.logo-repeat{display:block;margin:clamp(.5rem,2vw,2rem) auto;width:clamp(20px,10vw,170px);height:auto}.video-frame{width:100%;height:100%}.home-container{display:flex;flex-direction:column;background-color:var(--negro);gap:2rem;width:100%}.services-map{display:flex;flex-direction:column;min-height:75vh;width:100%;box-sizing:border-box;background-color:var(--blanco);align-items:center;justify-content:space-around;gap:2rem;margin:2rem 0 4rem;position:relative;overflow:hidden;font-size:var(--texto--normal)}.services-map-header{display:flex;flex-direction:column;width:70%;margin:0 auto;align-items:center;text-align:start;gap:0rem}.services-map-header h2{font-size:var(--texto-titulo);font-weight:700;margin:0;color:var(--negro)}.services-map-header span{color:var(--naranja)}.services-map-header p{line-height:1.6 color: var(--negro)}.steps-container{overflow:hidden;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;box-sizing:border-box;padding:0 1rem;background:linear-gradient(90deg,var(--blanco) 50%,var(--negro) 0)}.step-item{display:grid;align-items:center;width:100%;max-width:1000px;min-width:312px;position:relative;box-sizing:border-box;grid-template-columns:repeat(3,1fr)}.step-item:first-child .step-content{position:relative;border-top:var(--naranja) 10px solid}.step-item:first-child .step-content:before{position:absolute;top:-10px;left:100%;content:"";width:100%;height:10px;background-color:var(--naranja)}.step-item:last-child .step-content{border-bottom:var(--naranja) 10px solid;margin:0}.step-item:last-child .step-content:before{position:absolute;bottom:0;left:-50%;content:"";width:100%;height:10px;background-color:var(--naranja)}.step-content{display:flex;flex-direction:column;justify-content:center;padding:1rem;margin:0 0 -10px;background-color:var(--blanco);font-size:var(--texto--normal);border:10px solid #0000;background-clip:padding-box,border-box;background-origin:padding-box,border-box}.step-content p{font-size:var(--texto--chico);font-weight:500}.left .step-content{border-radius:50px 0 0 50px;padding:2rem}.right .step-content{border-radius:0 50px 50px 0;padding:2rem}.left .step-content{grid-column:2/4;text-align:start;background:linear-gradient(var(--negro) 0 0) padding-box,linear-gradient(-90deg,transparent clamp(40%,calc(70% + 1vw),120%),var(--naranja) 0) border-box}.right .step-content{justify-self:end;grid-column:1/3;text-align:end;background:linear-gradient(var(--blanco) 0 0) padding-box,linear-gradient(90deg,transparent clamp(40%,calc(70% + 1vw),120%),var(--naranja) 0) border-box}.step-descripcion{border-radius:30px;padding:1rem;width:100%;max-width:100%;margin:0;text-align:left;background-color:var(--blanco)}.step-number{height:100%;max-height:100px;max-width:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:5rem;font-weight:800;color:var(--naranja);gap:0}.step-number h3{color:var(--negro);font-size:calc(var(--texto-subtitulo) * .7);text-align:center;width:100%;max-width:180px;margin:0}.step-number p{font-size:var(--texto-titulo-grande);margin:0;color:var(--naranja)}.step-number:nth-child(2n) h3{color:var(--blanco)}.step-title{margin:0;font-weight:600;color:var(--negro);text-align:center;max-width:250px;text-align:start}@media (min-width: 768px){.left .step-content{border-radius:60px 0 0 60px;padding:2rem}.right .step-content{border-radius:0 60px 60px 0;padding:2rem}}@media (min-width: 1040px){.step-number{flex-direction:row;gap:1rem}.step-number h3{font-size:calc(var(--texto-subtitulo) * .7);text-align:start}.services-map-header{display:flex;flex-direction:row;align-items:center;text-align:start;gap:2.5rem}.left .step-content{border-radius:70px 0 0 70px;padding:2rem}.right .step-content{border-radius:0 70px 70px 0;padding:2rem}}.servicios-cards{background-color:var(--gris-claro);margin:0 1rem}.servicios-header{margin:0 auto 3rem;text-align:center;padding:0 1rem}.servicios-header h2{font-weight:700;margin-bottom:1rem;color:var(--negro)}.servicios-header h2 span{color:var(--naranja)}.servicios-header p{line-height:1.5;color:var(--negro)}.servicios-container{margin:0 auto;display:flex;flex-direction:column;gap:2rem;width:100%}.service-presentation{display:flex;flex-direction:column;box-sizing:border-box}.servicio-card{display:flex;flex-direction:column;width:100%;background:var(--blanco);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.servicio-imagen{position:relative;width:100%;height:300px;margin:0;overflow:hidden}.servicio-imagen img{width:100%;height:100%;object-fit:cover}.servicio-imagen:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.3),transparent)}.servicio-imagen h2{position:absolute;bottom:50%;left:50%;transform:translate(-50%,50%);color:var(--blanco);text-align:center;width:90%;z-index:1;margin:0}.servicio-contenido p{line-height:1.5;margin-bottom:1rem;color:var(--negro);visibility:hidden;height:0;margin:0}.caracteristicas-navegacion{position:relative;display:flex;justify-content:center;align-items:center;gap:1rem;margin:-5rem 0 1rem;z-index:1}.nav-button{position:absolute;top:calc(50% - 20px);background:var(--blanco);color:var(--naranja);width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.nav-button svg{width:16px;height:16px}.nav-button.next-btn{right:calc(5vw + .25rem)}.nav-button.prev-btn{left:calc(5vw + .25rem)}.nav-button:hover{background:var(--naranja);color:var(--blanco);border:var(--naranja)}.nav-button:disabled{visibility:hidden}.caracteristicas-lista{display:flex;flex-direction:row;justify-content:center;gap:3rem;padding:0;height:100%}.caracteristicas-lista li{background:var(--blanco);border-radius:.75rem;min-height:150px;width:150px;padding:1.25rem;box-shadow:6px 6px 12px #00000040;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}.caracteristicas-lista li:hover{transform:translateY(-5px);box-shadow:6px 6px 12px #00000040}.caracteristica-icono{width:80px;height:80px;position:relative;margin:0}.icon-wrapper{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.circle-large{width:45px;min-height:45px;background:var(--gradiente-naranja);border-radius:50%;bottom:0;display:flex;justify-content:center;align-self:center;align-items:center}.circle-small{align-self:end;width:20px;height:20px;background:var(--gradiente-naranja);border-radius:50%;top:0;right:0}.circle-number{color:var(--blanco);font-weight:700;font-size:1.25rem;line-height:1}.caracteristica-contenido{text-align:center}.caracteristica-titulo{font-weight:600;color:var(--negro);line-height:1.4;font-size:var(--texto-normal)}@media (min-width: 768px){.servicios-container{flex-direction:column;gap:4rem}.service-presentation{flex-direction:row;max-width:none;width:100%;height:450px;gap:2rem;box-sizing:content-box}.servicio-imagen{width:100%;height:100%}.servicio-contenido{width:100%;height:100%;box-sizing:border-box;align-content:center;background-color:var(--negro)}.servicio-contenido p{color:var(--blanco);margin:3rem;visibility:visible;height:auto}.caracteristicas-navegacion{margin:1rem;z-index:1}.servicio-imagen{height:450px}}.contact-cta{display:flex;flex-direction:column;box-sizing:border-box;align-items:center;justify-content:space-around;text-align:center;padding:2rem 4rem;gap:1rem;background:linear-gradient(to bottom,#dedede,var(--gris))}.alt{padding:8rem 4rem 2rem}.contact-cta p{font-size:clamp(1rem,.25rem + 3vw,1.75rem);text-align:center;max-width:400px;line-height:1.5;color:var(--negro);margin-bottom:2rem}.cta-button{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:clamp(1rem,.25rem + 3vw,1.25rem);background-color:var(--negro);color:var(--blanco);text-decoration:none;border-radius:.5rem;font-weight:500;transition:all .3s ease;width:50vw;max-width:180px;height:10vw;max-height:40px}.cta-button svg{width:30px;height:30px}.cta-button:hover{background-color:var(--naranja);transform:translateY(-2px)}@media (min-width: 768px){.contact-cta{flex-direction:row;gap:4rem}.contact-cta p{text-align:left}}.servicios-section{max-width:100vw}.hero-services{display:flex;justify-content:center;align-items:center;min-height:50vh;background-color:var(--negro);padding:2rem}.hero-services h1{font-size:var(--texto-titulo);color:var(--blanco);text-align:left}@media screen and (min-width: 768px){.hero-services h1{margin:0 clamp(2rem,100px + 15vw,260px)}}.servicio-icon{fill:var(--naranja)}.servicio-icon:hover{fill:url(#naranja-gradient)}.proyectos-section{min-height:100vh;width:100vw;padding:0;background-color:var(--negro);overflow:hidden;margin:-10vh 0 0}.proyecto-current{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover;opacity:.6;z-index:3}.proyectos-header{position:relative;text-align:center;margin-bottom:4rem;color:var(--blanco);padding-top:4rem}.proyectos-title{position:relative;font-size:var(--texto-titulo);margin-bottom:1rem;z-index:4}.proyectos-subtitle{position:relative;font-size:calc(var(--texto-subtitulo) * .7);z-index:4}.vista-proyecto{position:relative;display:flex;flex-direction:column;z-index:4;max-width:800px;width:100%;margin:0 auto;padding:0 2rem;text-align:center}.vista-proyecto h2{font-size:var(--texto-titulo);color:var(--blanco);margin-bottom:1rem;text-align:left}.vista-proyecto p{font-size:calc(var(--texto-subtitulo) * .7);color:var(--blanco);text-align:left;opacity:.8}.proyectos-carousel{position:absolute;bottom:15vh;left:0;width:100%;padding:2rem;height:300px;z-index:4}.proyectos-list{justify-content:left;display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:2rem;width:100%;height:100%;overflow:hidden}.carousel-container{display:flex;gap:2rem;align-items:center;justify-content:right;height:300px}.carousel-track{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.proyecto-slide{position:relative;width:250px;justify-self:center;height:300px;border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .3s ease,filter .3s ease,opacity .3s ease}.proyecto-slide:hover{transform:scale(1.02)}.proyecto-background{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.proyecto-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:var(--blanco);transform:translateY(0);transition:transform .3s ease}.proyecto-content hr{width:30px;height:2px;background:var(--blanco);border:none;margin:0 0 .5rem}.proyecto-content h4{font-size:var(--texto-chico);color:var(--blanco);font-weight:300;margin:0 0 .5rem}.proyecto-content p{font-size:var(--texto--chico);color:var(--blanco);font-weight:600;margin:0}.proyectos-buttons{position:absolute;bottom:0;display:flex;gap:1rem;justify-content:center;align-items:center;height:70px;width:100vw;z-index:4;margin:4rem 0}.proyectos-buttons hr{width:100%;margin:auto 1rem;background:transparent}.proyecto-number{margin:0 2rem;font-family:var(--font-numerica);font-size:clamp(3rem,5vw,6rem);font-weight:700;color:var(--blanco);opacity:.8;transition:all .3s ease-in-out;z-index:2}.proyecto-number:hover{opacity:1;transform:scale(1.1)}.proyectos-indicators{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;z-index:1}.indicator{width:100%;height:2px;background:var(--blanco);opacity:1;transition:all .3s ease}.indicator.active{background:var(--naranja);opacity:1}.indicator:not(.active):not(.active~.indicator){background:var(--naranja);opacity:1}.carousel-nav-button{height:100%;width:70px;border-radius:50%;padding:1rem;background:transparent;border:none;color:var(--blanco);font-size:2rem;cursor:pointer;border:1px solid var(--blanco);transition:transform .3s ease}.carousel-nav-button:not(:hover){transform:scale(1);color:var(--blanco);border:1px solid var(--blanco);opacity:.5}.carousel-nav-button:hover{transform:scale(1.2);color:var(--naranja);border:1px solid var(--naranja)}.sliding-left{animation:slideGrowBlur .3s ease-out forwards}@keyframes slideGrowBlur{0%{transform:translate(0) scale(1);filter:blur(0);opacity:1}to{transform:translate(-100%) scale(1.1);filter:blur(5px);opacity:0}}@media (max-width: 1200px){.proyectos-list{grid-template-columns:repeat(3,250px);grid-template-areas:"a1 a2 a3 hidden";visibility:visible}}@media (max-width: 900px){.proyectos-list{visibility:hidden}.proyectos-list{justify-content:center}.proyectos-list{grid-template-columns:repeat(1,250px) 0 0 0;grid-template-areas:"a1 hidden hidden hidden";gap:2rem 0}.proyectos-list>*:nth-child(1){margin-right:2rem}.carousel-container{flex-direction:column;height:72vh}.vista-proyecto{padding:2rem 1rem;width:70vw}.vista-proyecto h2{font-size:clamp(1.5rem,5vw,var(--texto-titulo));text-align:center}.vista-proyecto p{font-size:clamp(1rem,3vw,var(--texto--normal));text-align:center;margin:0 auto;text-wrap:balance}.proyectos-list{width:100%;margin-top:2rem;padding:0 1rem}.proyectos-carousel{position:relative;bottom:auto;height:auto;padding:0}.proyecto-slide{width:100%;max-width:300px;margin:0 auto}}.plan-estrategico-section{background-color:var(--blanco);width:100%;height:100%;box-sizing:content-box;overflow:hidden}.quienes-somos{margin:0 auto;text-align:center;width:100%}.titulo{display:flex;align-items:center;justify-content:center;margin:2rem 0;width:100%}.titulo h1{width:100%;color:var(--negro);margin:0;font-size:var(--texto-titulo)}.titulo .decorative-line{max-width:initial;margin:0 2rem}.titulo .decorative-line:first-child{transform:rotate(180deg)}.decorative-line{width:100%;max-width:250px;height:2px;background:linear-gradient(to right,#efefef,#ee751c,#e15419,#d33117,#ce2417,#010101)}.descripcion{font-size:var(--texto--normal);color:var(--negro);max-width:600px;margin:0 auto 1rem;padding:2rem;text-align:left;line-height:1.6}.equipo-imagen img{width:100%;max-width:1200px;object-fit:cover;object-position:bottom center;aspect-ratio:16/9}.vision-mision-container{display:grid;grid-template-columns:1fr;gap:3rem;margin:1rem auto 2rem;padding:0 1rem;max-width:1200px}.mision-box,.vision-box{background-color:var(--blanco);padding:1rem 2rem;border-radius:10px;position:relative;text-align:left;font-size:var(--texto--normal);max-width:600px;margin:auto}.mision-box h3,.vision-box h3{color:var(--negro);margin-bottom:1.5rem}.mision-box p,.vision-box p{line-height:1.6;color:var(--negro)}@media (min-width: 768px){.vision-mision-container{grid-template-columns:1fr 1fr}.descripcion{text-align:center}.decorative-line{margin:-.5rem 0 1.5rem}}.valores-section{max-width:100vw;padding:4rem 2rem;background-color:var(--negro)}.valores-section h2{color:var(--blanco)}.valores-container{position:relative}.valores-timeline{position:relative;display:grid;gap:4rem}.valores-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:3px;height:90%;background-image:repeating-linear-gradient(to bottom,#fff 0,#fff 30px,#000 30px,#000 42px)}.point{position:absolute;top:0;left:-4rem;display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;background-color:var(--blanco);border:2px solid var(--naranja);border-radius:50%}.content-point{width:1.25rem;height:1.25rem;background-color:var(--naranja);border-radius:50%}.valor-item{position:relative;display:grid;grid-template-columns:1fr 80px;gap:1rem;align-items:center;margin-left:4rem;animation:fadeInLeft .5s ease forwards}.valor-icono{order:2;width:calc(60px + 2vw);height:calc(60px + 2vw);max-width:80px;max-height:80px;display:flex;align-items:center;justify-content:center;filter:invert(1);transition:transform .3s ease}.valor-icono img{width:80%;height:80%;object-fit:contain;color:var(--blanco)}.valor-icono:hover{transform:scale(1.05)}.valor-contenido{color:var(--blanco);border-radius:.5rem;transition:transform .3s ease;text-align:start}.valor-contenido h3{margin:0;margin-bottom:.75rem;height:max-content}.valor-contenido p{margin:0;line-height:1.6;color:var(--blanco);min-height:2.4em}.valor-contenido:hover{transform:translateY(-2px)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media screen and (min-width: 850px){.valores-section{padding:4rem 4rem 8rem}.valores-timeline{grid-template-columns:repeat(3,1fr);row-gap:16rem;margin-top:16rem}.valores-timeline:before{top:-3rem;left:10%;height:3px;width:70%;max-width:925px;background-image:repeating-linear-gradient(to left,#fff 0,#fff 30px,#000 30px,#000 42px)}.valor-item{display:grid;grid-template-rows:auto auto 1fr;grid-template-columns:1fr;margin-left:0;justify-items:center}.valor-item .point{top:-4rem;left:calc(50% - 3rem)}.valor-item .valor-contenido{max-width:250px}.valor-item .valor-icono{position:absolute;top:-11rem;left:calc(50% - 4rem)}.valor-item .content-point{width:1.75rem;height:1.75rem}.valor-item:nth-child(4):after{z-index:-1;content:"";position:absolute;top:-3rem;left:50%;height:3px;width:120%;max-width:475px;background-image:repeating-linear-gradient(to left,#fff 0,#fff 30px,#000 30px,#000 42px)}}@media screen and (min-width: 1480px){.valores-timeline{grid-template-columns:repeat(5,1fr);column-gap:3rem}.valores-timeline:before{left:80px;width:82.5%;max-width:1225px}.valores-timeline .valor-item:after{display:none}}.equipo-cards{width:100%;max-width:1200px;margin:0 auto;padding:2rem 0}.equipo-header{text-align:center;margin-bottom:3rem}.equipo-header h2{color:var(--negro);margin-bottom:1rem}.equipo-header h2 span{color:var(--naranja)}.equipo-header p{color:var(--gris-oscuro)}.equipo-container{display:flex;align-items:center;justify-content:center;gap:2rem;position:relative}.miembros-lista{display:flex;gap:2rem;justify-content:center;align-items:stretch;transition:all .3s ease}.miembro-card{display:flex;flex-direction:column;align-items:center;background:var(--blanco);border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;cursor:pointer;gap:1rem;padding:1rem;width:100%;min-width:200px;box-sizing:border-box}.miembro-card h3{font-size:calc(var(--texto--normal)* .9);color:var(--negro)}.miembro-card p{font-size:calc(var(--texto--normal)*.9);line-height:1.5;max-width:100%}.miembro-card .miembro-correo{font-size:calc(var(--texto--chico)* .8);font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.miembro-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.miembro-imagen{width:150px;height:150px;border-radius:50%;box-sizing:border-box}.miembro-imagen img{width:100%;height:auto;filter:grayscale(1)}.miembro-correo{display:block;color:#007aff;margin-bottom:1rem}.nav-button{background:var(--blanco);border:2px solid var(--naranja);color:var(--naranja);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.nav-button.prev{left:-3rem}.nav-button.next{right:-3rem}.nav-button:hover{background:var(--naranja);color:var(--blanco)}.nav-button:disabled{opacity:.5;cursor:not-allowed}.nav-button svg{width:20px;height:20px}@media (max-width: 1024px){.miembro-card{max-width:280px}.miembro-imagen{width:150px;height:150px}}@media (max-width: 768px){.miembro-card{max-width:240px}.equipo-container{gap:2rem}.miembro-imagen{width:120px;height:120px}}@media (max-width: 560px){.equipo-container{padding:0 .5rem;gap:1rem}.miembro-card{max-width:100%}.miembros-lista{gap:1rem}}.nosotros-section{display:flex;flex-direction:column}.contact{display:flex;flex-direction:column;box-sizing:border-box;align-items:center;justify-content:center;padding:1rem;margin:4rem 0;gap:2rem}.contact p{font-size:clamp(1rem,.25rem + 3vw,1.75rem);max-width:450px;line-height:1.5;color:var(--negro);margin:0}.contact span{font-weight:600}.contacta-button{display:flex;align-items:center;background-color:var(--negro);color:var(--blanco);text-decoration:none;padding:.5rem 1rem;font-size:clamp(1rem,.25rem + 3vw,1.25rem);border-radius:.5rem;font-weight:500;transition:all .3s ease;width:50vw;max-width:250px;height:10vw;max-height:40px}.contacta-button svg{width:30px;height:30px}.contacta-button:hover{background-color:var(--naranja);transform:translateY(-2px)}@media (min-width: 950px){.contact{flex-direction:row;gap:8rem}.contact p{text-align:left}}.fade-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.form{display:flex;flex-direction:column;width:100%;max-width:900px;border-radius:10px;box-sizing:border-box}label{color:var(--negro);text-align:left;margin:.5rem 0}input,textarea{display:block;color:var(--negro);margin:.25rem 0 1.5rem;padding:.5rem;font-family:Poppins,sans-serif;background-color:var(--blanco);border-radius:6px;border:1px solid var(--blanco);transition:all .3s cubic-bezier(.15,.83,.66,1)}input:focus,textarea:focus{border:1px solid transparent;box-shadow:0 0 0 2px #242424}input:is(:-webkit-autofill,:autofill){background-color:var(--blanco)!important;color:var(--negro)!important;-webkit-text-fill-color:var(--negro)!important}textarea{height:4rem;resize:none;font-family:Poppins,sans-serif}.warning-input{display:none;margin:-.75rem 0 1rem;text-align:left;color:red;opacity:0;transition:opacity .15s linear;font-family:Poppins,sans-serif;font-size:1rem}.warning-input.active{opacity:1}.rc-button{font-family:Poppins,sans-serif;margin:auto}.submit{border:3px solid var(--negro);border-radius:10px;font-weight:400;width:90px;height:40px;margin-top:2rem;font-family:Poppins,sans-serif;background-color:var(--blanco);color:var(--negro);text-align:center;align-self:center;padding:0;cursor:pointer;transition:all .25s linear}.submit:disabled{opacity:.5;pointer-events:none}.submit:hover,.submit:focus{color:var(--blanco);font-weight:700;background-color:var(--negro)}.modal-container{position:fixed;display:none;align-items:center;justify-content:center;top:0;width:100vw;height:100vh;background-color:#0009;z-index:20;opacity:0;transition:opacity .15s linear}.modal-container.active{opacity:1}.modal{max-width:400px;margin:0 2rem;display:flex;flex-direction:column;justify-content:space-around;background-color:#fff;color:var(--negro);border-radius:10px;padding:1rem}.modal *{margin:1rem 0}.exit{width:100%;margin:1rem auto;background-color:var(--naranja)}@media screen and (min-width: 400px){.exit{width:50%}}@media screen and (min-width: 768px){.form{width:100%}.rc-button{align-self:flex-end;margin:initial}.submit{align-self:flex-end}}.upload-container{width:calc(100% - 2rem);max-width:100%;margin:30px auto;padding:16px;border-radius:12px;background:#fff;box-shadow:0 2px 10px #0000001a}.upload-box{border:2px dashed var(--negro);border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:background .3s,border-color .3s}.upload-box:hover{background-color:#f0f8ff}.upload-box.drag-active{border-color:var(--naranja);background-color:var(--naranja-transparente)}.upload-box.drag-active .upload-icon{color:var(--naranja)}.upload-icon{font-size:48px;color:var(--negro);margin-bottom:10px}.hidden-input{display:none}.file-info{display:flex;justify-content:space-between;align-items:center;border-radius:8px;margin-top:16px;font-size:14px;color:var(--negro)}.file-info.selected{background-color:#39d82650}.file-name{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%;padding:0 .5rem}.file-name *{margin:0 .5rem}.delete-btn{background:none;border:none;font-size:16px;margin:.5rem;padding:.5rem .75rem;cursor:pointer;color:var(--negro);transition:all .15s linear}.delete-btn:hover{color:var(--blanco);background-color:#e53e3e}.no-file{color:#aaa;background-color:var(--blanco)}.map-section{width:100%;padding:0 2rem;max-width:1400px;margin-bottom:2rem}.made-logo{text-align:left;font-size:var(--texto-titulo-chico);font-weight:700}hr{border:none;height:2px;width:50%;margin:2rem 0;background:linear-gradient(to right,#efefef,#ee751c,#e15419,#d33117,#ce2417,#010101)}.ubi-desc{display:flex;flex-direction:column;text-align:left;margin-bottom:4rem;font-size:var(--texto--normal)}.map-iframe{width:100%;height:100vw;border:none}@media screen and (min-width: 768px){.made-logo{margin-left:4rem}.ubi-desc{flex-direction:row;justify-content:space-between;padding:0 4rem;gap:3rem}hr{width:200px;margin-left:4rem}.map-iframe{width:80%;max-width:1200px;height:600px}}.hero-normal{z-index:2;padding:0 2rem;animation:fadeInUp .8s ease-out forwards}.hero-text{font-size:var(--texto--normal);color:var(--blanco)}h1{text-align:center;margin:0;color:var(--blanco)}h2{color:var(--negro);font-size:var(--texto-titulo);margin:2rem 0 3rem}.form-section{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100vw;padding:2rem;background-color:var(--gris)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - 97px);padding:2rem;text-align:center;background-color:var(--negro);color:var(--blanco)}.not-found-container h1{font-size:clamp(6rem,20vw,12rem);margin:0;background:linear-gradient(to right,#efefef,#ee751c,#e15419,#d33117,#ce2417,#010101);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--blanco)}.not-found-container h2{font-size:clamp(1.5rem,4vw,2.5rem);margin:1rem 0;color:var(--blanco)}.redirect-message{font-size:clamp(.9rem,1.8vw,1.1rem);color:var(--blanco);opacity:.8;font-style:italic;margin:1rem 0}.back-home-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(to right,#ee751c,#e15419,#d33117,#ce2417);color:var(--blanco);text-decoration:none;border-radius:.5rem;font-weight:700;border:none;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.back-home-button:hover{transform:translateY(-2px);opacity:.9}#root{margin:0;padding:0;width:100vw;min-height:100vh;text-align:center;display:flex;flex-direction:column;overflow-x:hidden}.content-wrapper{flex:1;width:100%;margin-top:10dvh;display:flex;flex-direction:column}.whatsapp-container{position:fixed;bottom:40px;right:40px;z-index:100}.whatsapp-float{position:relative;background-color:#25d366;color:#fff;border-radius:50px;width:60px;height:60px;display:flex;align-items:center;padding:0;text-decoration:none;box-shadow:2px 2px 10px #0000004d;transition:all .3s ease}.whatsapp-float:hover{width:auto;padding:0 25px;background-color:#128c7e}.whatsapp-icon{width:1.75rem;height:1.75rem;color:var(--blanco)}.whatsapp-content{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:100%}.whatsapp-text{font-weight:500;display:none;color:var(--blanco)}.whatsapp-float:hover .whatsapp-text{display:block;max-width:200px;margin-left:10px}@media screen and (max-width: 768px){.whatsapp-container{bottom:40px;right:40px}.whatsapp-float{width:50px;height:50px}.whatsapp-icon{min-width:28px}}
