.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 2px 10px #0000000d;padding:2rem 0}.navbar__container{display:flex;justify-content:space-between;align-items:center}.navbar__logo{cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1);height:40px}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo img{height:100%;width:auto}.navbar__menu{display:flex;align-items:center;gap:4rem;margin:0;padding:0}@media(max-width:968px){.navbar__menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;flex-direction:column;justify-content:center;gap:3rem;transition:right .3s ease;z-index:400}.navbar__menu--open{right:0}}.navbar__menu-item a{font-family:VisbyCF,sans-serif;font-weight:380;font-size:1.5rem;letter-spacing:.05em;cursor:pointer;position:relative;transition:color .3s cubic-bezier(.4,0,.2,1)}.navbar__menu-item a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#e8d9ec;transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar__menu-item a:hover:after{width:100%}.navbar__actions{display:flex;align-items:center;gap:2rem}.navbar__lang-toggle{font-family:VisbyCF,sans-serif;font-weight:300;font-size:1.4rem;background:none;border:1px solid #000000;padding:.5rem 1.5rem;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar__lang-toggle:hover{background-color:#000;color:#fff}.navbar__hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px;z-index:1100}@media(max-width:968px){.navbar__hamburger{display:flex}}.navbar__hamburger span{width:25px;height:2px;background-color:#000;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero__video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080)}.hero__content{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.hero__text-container{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero__logo{width:clamp(250px,40vw,500px);height:auto;opacity:0}.hero__subtitle{font-family:VisbyCF,sans-serif;font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:400;color:#fff;letter-spacing:.3em;text-transform:uppercase}.hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);width:30px;height:50px}.hero__scroll-indicator:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:100%;background-color:#ffffff4d;border-radius:2px}.hero__scroll-indicator span{position:absolute;top:5px;left:50%;transform:translate(-50%);width:6px;height:6px;background-color:#fff;border-radius:50%;animation:scroll-down 2s infinite}@keyframes scroll-down{0%{top:5px;opacity:1}50%{opacity:.5}to{top:35px;opacity:0}}@media(max-width:768px){.hero__logo{width:clamp(200px,60vw,300px)}.hero__subtitle{font-size:clamp(1.4rem,2vw,2rem)}}.servicios{padding:10rem 0;background-color:#fff}.servicios__header{text-align:center;margin-bottom:8rem}.servicios__subtitle{font-family:VisbyCF,sans-serif;font-size:1.8rem;font-weight:300;letter-spacing:.05em;text-transform:none;margin-bottom:3rem;color:#000;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6}.servicios__title{font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4rem);font-weight:350;letter-spacing:.15em;margin-bottom:4rem;color:#000;padding:1.5rem 4rem;display:inline-block;text-transform:uppercase}.servicios__line{width:100%;max-width:1400px;height:3px;background-color:#d3d477;margin:0 auto;transform-origin:center}.servicios__grid{display:flex;justify-content:center;align-items:flex-start;gap:8rem;max-width:1200px;margin:0 auto;margin-top:8rem}@media(max-width:768px){.servicios__grid{flex-wrap:wrap;gap:5rem}}@media(max-width:480px){.servicios__grid{flex-direction:column;align-items:center;gap:4rem}}.servicios__service{text-align:center;display:flex;flex-direction:column;align-items:center;flex:1;max-width:300px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.servicios__service:hover{transform:translateY(-10px)}.servicios__service:hover .servicios__icon-wrapper{background-color:#d3d477}.servicios__service:hover .servicios__icon{filter:brightness(0) invert(1)}@media(max-width:768px){.servicios__service{max-width:250px}}@media(max-width:480px){.servicios__service{max-width:280px}}.servicios__icon-wrapper{width:120px;height:120px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;border:2px solid #000000;transition:all .3s cubic-bezier(.4,0,.2,1)}.servicios__icon{width:60px;height:60px;object-fit:contain;filter:brightness(0) saturate(100%);transition:filter .3s cubic-bezier(.4,0,.2,1)}.servicios__service-title{font-family:VisbyCF,sans-serif;font-size:2rem;font-weight:350;color:#000;letter-spacing:.05em;margin-bottom:1rem;line-height:1.2}.servicios__service-description{font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:300;color:#403d39;line-height:1.6;max-width:250px}.plataformas{padding:10rem 0;background-color:#fff}.plataformas__header{text-align:center;margin-bottom:8rem}.plataformas__title{font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4rem);font-weight:350;letter-spacing:.15em;margin-bottom:4rem;color:#000;padding:1.5rem 4rem;display:inline-block;text-transform:uppercase}.plataformas__line{width:100%;max-width:1400px;height:3px;background-color:#d3d477;margin:0 auto;transform-origin:center}.plataformas__content{max-width:1200px;margin:0 auto;padding:0 2rem}.plataformas__image-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.plataformas__image{width:100%;max-width:1000px;height:auto;object-fit:contain;border-radius:20px}@media(max-width:768px){.plataformas__image{max-width:100%}}.project-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:9999;display:none;align-items:center;justify-content:center;padding:2rem;opacity:0}.project-modal__content{background-color:#fff;max-width:1200px;width:100%;height:85vh;max-height:700px;position:relative;overflow:hidden;transform:scale(.9);opacity:0;border-radius:20px;box-shadow:0 20px 60px #0000004d}.project-modal__close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;background:#ffffffe6;border:none;cursor:pointer;z-index:10;font-size:3rem;font-family:VisbyCF,sans-serif;color:#000;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:50%;display:flex;justify-content:center;align-items:center;line-height:1}.project-modal__close:hover{transform:rotate(90deg);background:#fff}.project-modal__container{display:grid;grid-template-columns:65% 35%;height:100%}@media(max-width:768px){.project-modal__container{grid-template-columns:1fr;grid-template-rows:60% 40%}}.project-modal__left{padding:2rem;display:flex;align-items:center;justify-content:center;background-color:#ccc5b90d;overflow:hidden}@media(max-width:768px){.project-modal__left{padding:1.5rem}}@media(max-width:480px){.project-modal__left{padding:1rem}}.project-modal__images{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.project-modal__images.pattern-single .project-modal__row{height:100%}.project-modal__images.pattern-duo .project-modal__row,.project-modal__images.pattern-trio .project-modal__row{height:100%;gap:.5rem}.project-modal__images.pattern-quad .project-modal__row{height:calc(50% - .25rem)}.project-modal__images.pattern-penta .project-modal__row:first-child{height:40%}.project-modal__images.pattern-penta .project-modal__row:last-child{height:calc(60% - .5rem)}.project-modal__images.pattern-hexa .project-modal__row{height:calc(50% - .25rem)}.project-modal__images.pattern-septa .project-modal__row:first-child{height:55%}.project-modal__images.pattern-septa .project-modal__row:last-child{height:calc(45% - .5rem)}.project-modal__images.pattern-octa .project-modal__row{height:calc(33.333% - .333rem)}.project-modal__row{display:flex;gap:.5rem;width:100%}.project-modal__row[data-images="1"] .project-modal__image-wrapper{width:100%}.project-modal__row[data-images="2"] .project-modal__image-wrapper{width:calc(50% - .25rem)}.project-modal__row[data-images="3"] .project-modal__image-wrapper{width:calc(33.333% - .333rem)}.project-modal__row[data-images="4"] .project-modal__image-wrapper{width:calc(25% - .375rem)}.project-modal__image-wrapper{height:100%;overflow:hidden;background-color:#ffffff1a;position:relative;border-radius:10px}.project-modal__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.project-modal__image-wrapper img:hover{transform:scale(1.05)}.project-modal__right{background-color:#fff;padding:4rem 3rem;display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:768px){.project-modal__right{padding:3rem 2rem}}@media(max-width:480px){.project-modal__right{padding:2rem 1.5rem}}.project-modal__info{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.project-modal__logo{margin-bottom:3rem;width:100%;display:flex;justify-content:center;align-items:center}.project-modal__company-logo{max-height:120px;width:auto;max-width:80%;object-fit:contain;filter:brightness(0) saturate(100%)}@media(max-width:768px){.project-modal__company-logo{max-height:100px}}@media(max-width:480px){.project-modal__company-logo{max-height:80px}}.project-modal__description{font-family:VisbyCF,sans-serif;font-size:1.8rem;line-height:1.8;color:#403d39;text-align:center;max-width:90%;margin:0 auto}.project-modal__description p{margin:0;font-weight:300}@media(max-width:768px){.project-modal__description{font-size:1.6rem;line-height:1.7}}@media(max-width:480px){.project-modal__description{font-size:1.5rem;line-height:1.6}}@media(max-width:768px){.project-modal__content{height:90vh;max-height:none}.project-modal__close{top:1.5rem;right:1.5rem}.project-modal__images.pattern-penta .project-modal__row,.project-modal__images.pattern-septa .project-modal__row{height:calc(50% - .25rem)!important}.project-modal__images.pattern-octa .project-modal__row{height:calc(33.333% - .333rem)!important}}@media(max-width:480px){.project-modal{padding:1rem}.project-modal__content{height:95vh}.project-modal__close{top:1rem;right:1rem;width:35px;height:35px;font-size:2.5rem}.project-modal__images{gap:.25rem}.project-modal__images .project-modal__row[data-images="3"],.project-modal__images .project-modal__row[data-images="4"]{flex-wrap:wrap}.project-modal__images .project-modal__row[data-images="3"] .project-modal__image-wrapper,.project-modal__images .project-modal__row[data-images="4"] .project-modal__image-wrapper{width:calc(50% - .125rem);height:50%}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.project-modal__image-wrapper{animation:fadeInScale .5s ease-out forwards}.project-modal__image-wrapper:nth-child(1){animation-delay:.05s}.project-modal__image-wrapper:nth-child(2){animation-delay:.1s}.project-modal__image-wrapper:nth-child(3){animation-delay:.15s}.project-modal__image-wrapper:nth-child(4){animation-delay:.2s}.project-modal__image-wrapper:nth-child(5){animation-delay:.25s}.project-modal__image-wrapper:nth-child(6){animation-delay:.3s}.project-modal__image-wrapper:nth-child(7){animation-delay:.35s}.project-modal__image-wrapper:nth-child(8){animation-delay:.4s}.project-modal__image-wrapper:nth-child(9){animation-delay:.45s}.project-modal__image-wrapper:nth-child(10){animation-delay:.5s}.project-modal__image-wrapper:nth-child(11){animation-delay:.55s}.project-modal__image-wrapper:nth-child(12){animation-delay:.6s}.proyectos{padding:10rem 0;background-color:#fff}.proyectos__header{text-align:center;margin-bottom:8rem}.proyectos__title{font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4rem);font-weight:350;letter-spacing:.15em;margin-bottom:4rem;color:#000;padding:1.5rem 4rem;display:inline-block;text-transform:uppercase}.proyectos__line{width:100%;max-width:1400px;height:3px;background-color:#d3d477;margin:0 auto;transform-origin:center}.proyectos__carousel{max-width:1400px;margin:0 auto;padding:0 2rem}.proyectos__brands{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(min-width:1024px){.proyectos__brands{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.proyectos__brands{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.proyectos__brands{grid-template-columns:1fr;gap:1.5rem}}.proyectos__brand{cursor:pointer;opacity:0}.proyectos__brand-container{position:relative;width:100%;height:450px;border-radius:20px;overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1)}.proyectos__brand-container:hover{transform:scale(1.02)}.proyectos__brand-container:hover .proyectos__brand-overlay{opacity:.4}.proyectos__brand-container:hover .proyectos__brand-logo{transform:scale(1.1)}.proyectos__brand-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .6s cubic-bezier(.4,0,.2,1)}.proyectos__brand-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0009);transition:opacity .3s cubic-bezier(.4,0,.2,1);opacity:.6}.proyectos__brand-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:2rem;display:flex;align-items:center;justify-content:center}.proyectos__brand-logo{max-width:200px;max-height:100px;width:auto;height:auto;transition:transform .3s cubic-bezier(.4,0,.2,1)}.footer{padding:10rem 0 6rem;background-color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(to right,transparent,rgba(204,197,185,.5) 20%,rgba(204,197,185,.5) 80%,transparent)}.footer__content{display:grid;grid-template-columns:1fr 1fr;gap:8rem;max-width:1400px;margin:0 auto;position:relative}@media(max-width:768px){.footer__content{grid-template-columns:1fr;gap:6rem}}.footer__left{padding-right:4rem}@media(max-width:768px){.footer__left{padding-right:0;order:2}}.footer__title{font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:350;line-height:1.2;margin-bottom:1rem;color:#000}.footer__subtitle{font-family:VisbyCF,sans-serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:300;margin-bottom:4rem;color:#000}.footer__form{display:flex;flex-direction:column;gap:2.5rem}.footer__form-group{position:relative}.footer__input,.footer__textarea{width:100%;padding:1.8rem 0;border:none;border-bottom:2px solid #CCC5B9;background:transparent;font-family:VisbyCF,sans-serif;font-size:1.6rem;color:#000;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer__input::placeholder,.footer__textarea::placeholder{color:#403d39;opacity:.7;font-weight:300}.footer__input:focus,.footer__textarea:focus{outline:none;border-bottom-color:#000}.footer__input:focus::placeholder,.footer__textarea:focus::placeholder{opacity:.4}.footer__input:not(:placeholder-shown),.footer__textarea:not(:placeholder-shown){border-bottom-color:#000000b3}.footer__textarea{resize:none;min-height:120px;font-family:inherit}.footer__status{padding:1.2rem 2rem;border-radius:10px;font-family:VisbyCF,sans-serif;font-size:1.4rem;text-align:center;animation:slideIn .3s ease-out}.footer__status--success{background-color:#cce6c81a;color:#8bc682;border:1px solid rgba(204,230,200,.3)}.footer__status--error{background-color:#e94b3f1a;color:#dc2719;border:1px solid rgba(233,75,63,.3)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer__submit{align-self:flex-start;padding:1.8rem 5rem;border:2px solid #000000;border-radius:35px;background:transparent;font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#000;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:2rem;position:relative;overflow:hidden}.footer__submit:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:#000;transform:translate(-50%,-50%);transition:width .6s,height .6s}.footer__submit:hover:not(:disabled){color:#fff}.footer__submit:hover:not(:disabled):before{width:300px;height:300px}.footer__submit:disabled{opacity:.6;cursor:not-allowed}.footer__submit span{position:relative;z-index:1}.footer__submit-icon{width:20px;height:20px;margin-left:10px;display:inline-block;vertical-align:middle;fill:currentColor}.footer__right{display:flex;flex-direction:column;gap:4rem;align-items:center}@media(max-width:768px){.footer__right{order:1}}.footer__map-container{position:relative;width:450px;height:450px;border-radius:50%;overflow:hidden;box-shadow:0 20px 60px #00000026;background-color:#fff}@media(max-width:768px){.footer__map-container{width:400px;height:400px}}@media(max-width:480px){.footer__map-container{width:300px;height:300px}}.footer__map-container:before{content:"";position:absolute;inset:-3px;border-radius:50%;border:3px solid rgba(204,197,185,.3);pointer-events:none;z-index:10}.footer__map{width:100%;height:100%;border-radius:50%;overflow:hidden;position:relative;background:#fff}.footer__map iframe{width:140%;height:1110%;position:absolute;top:45%;left:48%;transform:translate(-50%,-50%);filter:grayscale(20%);transition:filter .3s cubic-bezier(.4,0,.2,1);pointer-events:auto}.footer__map iframe:hover{filter:grayscale(0%)}.footer__map:after{content:"";position:absolute;bottom:10px;left:20px;width:90px;height:25px;background:#fff;z-index:2;pointer-events:none;border-radius:5px}.footer__map-top-overlay{position:absolute;top:10px;left:50%;transform:translate(-50%);width:120px;height:25px;background:#fff;z-index:2;pointer-events:none;border-radius:5px}.footer__map-right-overlay{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:30px;height:60px;background:#fff;z-index:2;pointer-events:none;border-radius:5px}.footer__map-click-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;z-index:5;cursor:pointer}.footer__map-overlay{position:absolute;top:0;right:0;width:15px;height:100%;background:#fff;z-index:2;pointer-events:none}.footer__info{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;width:100%}.footer__logo{width:150px}.footer__logo img{width:100%;height:auto}.footer__address{font-family:VisbyCF,sans-serif;font-size:1.5rem;line-height:1.8;color:#403d39;margin-bottom:3rem;font-weight:300;background:none;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:block;text-align:center;width:100%;padding:0}.footer__address:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:1px;background-color:#000;transition:width .3s cubic-bezier(.4,0,.2,1)}.footer__address:hover{color:#000}.footer__address:hover:after{width:80%}.footer__address:focus{outline:2px solid #9EC9EF;outline-offset:5px;border-radius:5px}.footer__error{font-family:VisbyCF,sans-serif;font-size:1.2rem;color:#e94b3f;margin-top:.5rem;display:block}.footer__social{display:flex;justify-content:center;gap:2rem}.footer__social a{width:45px;height:45px;display:flex;justify-content:center;align-items:center;background-color:#000;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.footer__social a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:#9ec9ef;transform:translate(-50%,-50%);transition:width .4s,height .4s;z-index:0}.footer__social a:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003}.footer__social a:hover:before{width:100%;height:100%}.footer__social a svg{width:22px;height:22px;fill:#fff;position:relative;z-index:1}@media(max-width:480px){.footer{padding:8rem 0 4rem}.footer__title{font-size:3rem}.footer__subtitle{font-size:2rem;margin-bottom:3rem}.footer__form{gap:2rem}.footer__submit{padding:1.5rem 4rem;font-size:1.4rem}.footer__social a{width:40px;height:40px}.footer__social a svg{width:20px;height:20px}}.app{min-height:100vh;position:relative}main{padding-top:80px}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-DemiBold.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Heavy.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:VisbyCF,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.6;color:#000;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1440px;margin:0 auto;padding:0 2rem}a{text-decoration:none;color:inherit}button{font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto}
