.navbar{z-index:1000;background-color:#fff;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.navbar__container{justify-content:space-between;align-items:center;display:flex}.navbar__logo{cursor:pointer;height:50px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo img{width:auto;height:100%}.navbar__menu{align-items:center;gap:3rem;margin:0;padding:0;list-style:none;display:flex}@media (width<=768px){.navbar__menu{z-index:400;background-color:#fff;flex-direction:column;justify-content:center;gap:3rem;width:100%;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%}.navbar__menu--open{right:0}}.navbar__menu-item{list-style:none}.navbar__menu-item a{letter-spacing:.1em;cursor:pointer;color:#000;text-transform:uppercase;font-family:VisbyCF,Arial,sans-serif;font-size:1.5rem;font-weight:500;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);position:relative}.navbar__menu-item a:after{content:"";background-color:#ffd965;width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-8px;left:0}.navbar__menu-item a:hover:after{width:100%}@media (width<=768px){.navbar__menu-item a{font-size:1.8rem;font-weight:600}}.navbar__actions{align-items:center;gap:1.5rem;display:flex}.navbar__spacer{width:24px;height:24px}@media (width<=768px){.navbar__spacer{display:none}}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:5px;display:none}@media (width<=768px){.navbar__hamburger{display:flex}}.navbar__hamburger span{background-color:#000;width:25px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar__hamburger--open span:first-child{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{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero__background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero__video{object-fit:cover;width:100%;height:100%}.hero__overlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.hero__content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero__text-container{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.hero__logo{opacity:0;width:clamp(300px,45vw,600px);height:auto}.hero__subtitle{flex-direction:column;align-items:center;gap:.3rem;display:flex}.hero__subtitle-line{color:#fff;letter-spacing:.05em;opacity:0;margin:0;font-family:VisbyCF,Arial,sans-serif;font-size:clamp(1.8rem,2.5vw,2.3rem);font-weight:400;line-height:1.2}.hero__scroll-indicator{width:30px;height:50px;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero__scroll-indicator:before{content:"";background-color:#ffffff4d;border-radius:2px;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero__scroll-indicator span{background-color:#fff;border-radius:50%;width:6px;height:6px;animation:2s infinite scroll-down;position:absolute;top:5px;left:50%;transform:translate(-50%)}@keyframes scroll-down{0%{opacity:1;top:5px}50%{opacity:.5}to{opacity:0;top:35px}}@media (width<=768px){.hero__logo{width:clamp(250px,70vw,400px)}.hero__text-container{gap:1rem}.hero__subtitle-line{font-size:clamp(1.5rem,2vw,2rem)}}.servicios{text-align:center;background-color:#fff;padding:10rem 0}.servicios__description{color:#000;margin-bottom:4rem;font-family:VisbyCF,Arial,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.6}.servicios__title{letter-spacing:.15em;color:#000;text-transform:uppercase;border:2px solid #000;border-radius:50px;margin-bottom:6rem;padding:1.5rem 4rem;font-family:VisbyCF;font-size:4.5rem;font-weight:700;display:inline-block}.servicios__grid{grid-template-columns:repeat(4,1fr);gap:4rem;max-width:1000px;margin:0 auto;display:grid}@media (width<=768px){.servicios__grid{grid-template-columns:repeat(2,1fr);gap:3rem;padding:0 2rem}}@media (width<=480px){.servicios__grid{grid-template-columns:1fr 1fr;gap:2rem;padding:0 1rem}}.servicios__item{cursor:pointer;flex-direction:column;align-items:center;gap:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.servicios__item:hover{transform:translateY(-5px)}.servicios__item:hover .servicios__icon{transform:scale(1.1)}.servicios__icon{justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.servicios__icon img{object-fit:contain;width:100%;height:100%}@media (width<=768px){.servicios__icon{width:70px;height:70px}}@media (width<=480px){.servicios__icon{width:60px;height:60px}}.servicios__item-title{color:#000;text-align:center;font-family:VisbyCF,sans-serif;font-size:1.7rem;font-weight:500;line-height:1.3}@media (width<=480px){.servicios__item-title{font-size:1.1rem}}@media (width<=768px){.servicios{padding:8rem 0}.servicios__description{margin-bottom:3rem;padding:0 2rem;font-size:1.6rem}.servicios__title{margin-bottom:5rem;padding:1.2rem 3rem;font-size:3.5rem}}@media (width<=480px){.servicios{padding:6rem 0}.servicios__description{padding:0 1.5rem;font-size:1.4rem}.servicios__description br{display:none}.servicios__title{margin-bottom:4rem;padding:1rem 2rem;font-size:2.8rem}}.plataformas{background-color:#fff;padding:10rem 0;position:relative}.plataformas__header{text-align:center;margin-bottom:6rem}.plataformas__title{letter-spacing:.15em;color:#000;text-transform:uppercase;border:2px solid #000;border-radius:50px;margin-bottom:4rem;padding:1.5rem 4rem;font-family:VisbyCF,Arial,sans-serif;font-size:4.5rem;font-weight:700;display:inline-block}.plataformas__line{transform-origin:50%;background-color:#e8d9ec;width:100%;max-width:1400px;height:3px;margin:0 auto}.plataformas__content{max-width:1400px;margin:0 auto;padding:0 2rem}.plataformas__image-container{width:100%}.plataformas__image{border-radius:30px;width:100%;height:auto;display:block;box-shadow:0 20px 60px #0000001a}@media (width<=768px){.plataformas{padding:8rem 0}.plataformas__header{margin-bottom:4rem}.plataformas__title{padding:1.2rem 3rem;font-size:3.5rem}.plataformas__content{padding:0 1.5rem}}@media (width<=480px){.plataformas{padding:6rem 0}.plataformas__header{margin-bottom:3rem}.plataformas__title{margin-bottom:3rem;padding:1rem 2rem;font-size:2.8rem}.plataformas__content{padding:0 1rem}.plataformas__image{border-radius:20px}}.project-modal{z-index:9999;opacity:0;background-color:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:none;position:fixed;top:0;left:0}.project-modal__content{opacity:0;background-color:#fff;border-radius:20px;width:100%;max-width:1200px;height:85vh;max-height:700px;position:relative;overflow:hidden;transform:scale(.9);box-shadow:0 20px 60px #0000004d}.project-modal__close{cursor:pointer;z-index:10;color:#000;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:VisbyCF,sans-serif;font-size:3rem;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:2rem;right:2rem}.project-modal__close:hover{background:#fff;transform:rotate(90deg)}.project-modal__container{grid-template-columns:65% 35%;height:100%;display:grid}@media (width<=768px){.project-modal__container{grid-template-rows:60% 40%;grid-template-columns:1fr}}.project-modal__left{justify-content:center;align-items:center;padding:2rem;transition:background-color .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}@media (width<=768px){.project-modal__left{padding:1.5rem}}@media (width<=480px){.project-modal__left{padding:1rem}}.project-modal__images{flex-direction:column;gap:.5rem;width:100%;height:100%;display:flex}.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{gap:.5rem;height:100%}.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{gap:.5rem;width:100%;display:flex}.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{background-color:#ffffff1a;border-radius:10px;height:100%;position:relative;overflow:hidden}.project-modal__image-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.project-modal__image-wrapper img:hover{transform:scale(1.05)}.project-modal__right{background-color:#fff;justify-content:center;align-items:center;padding:4rem 3rem;display:flex;position:relative}@media (width<=768px){.project-modal__right{padding:3rem 2rem}}@media (width<=480px){.project-modal__right{padding:2rem 1.5rem}}.project-modal__info{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;display:flex}.project-modal__logo{justify-content:center;align-items:center;width:100%;margin-bottom:3rem;display:flex}.project-modal__company-logo{object-fit:contain;filter:brightness(0)saturate();width:auto;max-width:80%;max-height:120px}@media (width<=768px){.project-modal__company-logo{max-height:100px}}@media (width<=480px){.project-modal__company-logo{max-height:80px}}.project-modal__description{color:#403d39;text-align:center;max-width:90%;margin:0 auto;font-family:VisbyCF,sans-serif;font-size:1.8rem;line-height:1.8}.project-modal__description p{margin:0}@media (width<=768px){.project-modal__description{font-size:1.6rem;line-height:1.7}}@media (width<=480px){.project-modal__description{font-size:1.4rem;line-height:1.6}}.proyectos{background-color:#fff;padding:10rem 0;position:relative}.proyectos__header{text-align:center;margin-bottom:6rem}.proyectos__title{letter-spacing:.15em;color:#000;text-transform:uppercase;border:2px solid #000;border-radius:50px;margin-bottom:4rem;padding:1.5rem 4rem;font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:400;display:inline-block}.proyectos__line{transform-origin:50%;background-color:#ffd965;width:100%;max-width:1400px;height:3px;margin:0 auto}.proyectos__carousel{opacity:0;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.proyectos__brands{justify-content:center;align-items:center;gap:2rem;min-height:400px;display:flex}@media (width<=768px){.proyectos__brands{gap:1.5rem;min-height:350px}}@media (width<=480px){.proyectos__brands{flex-direction:column;gap:2rem;min-height:auto}}.proyectos__brand{cursor:pointer;opacity:0;flex:1;max-width:350px;height:400px;transition:all .3s cubic-bezier(.4,0,.2,1);transform:scale(.9)}@media (width<=768px){.proyectos__brand{height:350px}}@media (width<=480px){.proyectos__brand{width:100%;max-width:300px;height:300px}}.proyectos__brand:hover .proyectos__brand-container{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.proyectos__brand:hover .proyectos__brand-bg{filter:brightness(1.2);transform:scale(1.1)}.proyectos__brand:hover .proyectos__brand-overlay{opacity:.5}.proyectos__brand-container{border-radius:20px;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.proyectos__brand-bg{background-position:50%;background-size:cover;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.proyectos__brand-overlay{opacity:.8;background:linear-gradient(#0003 0%,#000000b3 100%);width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.proyectos__brand-content{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.proyectos__brand-logo{object-fit:contain;filter:brightness(0)invert();opacity:.95;width:auto;max-width:200px;height:auto;max-height:100px}@media (width<=480px){.proyectos__brand-logo{max-width:150px;max-height:80px}}.proyectos__brand-name{color:#fff;letter-spacing:.1em;text-transform:uppercase;opacity:0;font-family:VisbyCF,sans-serif;font-size:1.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.proyectos__navigation{justify-content:center;gap:1rem;margin-top:4rem;display:flex}@media (width<=480px){.proyectos__navigation{margin-top:3rem}}.proyectos__nav-dot{cursor:pointer;background-color:#ccc5b9;border-radius:50%;width:12px;height:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.proyectos__nav-dot--active{background-color:#ffd965;transform:scale(1.3)}.proyectos__nav-dot:hover{background-color:#a1947e}.project-modal__left{background-color:#ffd965!important}.colaboraciones{background-color:#fff;padding:10rem 0;position:relative}.colaboraciones__header{text-align:center;margin-bottom:6rem}.colaboraciones__title{letter-spacing:.15em;color:#000;text-transform:uppercase;border:2px solid #000;border-radius:50px;margin-bottom:4rem;padding:1.5rem 4rem;font-family:VisbyCF,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:400;display:inline-block}.colaboraciones__line{transform-origin:50%;background-color:#ffd965;width:100%;max-width:1400px;height:3px;margin:0 auto}.colaboraciones__content{max-width:1400px;margin:0 auto;padding:0 4rem}@media (width<=768px){.colaboraciones__content{padding:0 2rem}}.colaboraciones__row{justify-content:center;align-items:center;margin-bottom:3rem;display:flex}.colaboraciones__row:last-child{margin-bottom:0}.colaboraciones__row--1{gap:5rem;width:100%}@media (width<=1024px){.colaboraciones__row--1{gap:4rem}}@media (width<=768px){.colaboraciones__row--1{flex-wrap:wrap;gap:3rem}}@media (width<=480px){.colaboraciones__row--1{gap:2rem}}.colaboraciones__row--2{gap:5rem;width:100%}@media (width<=1024px){.colaboraciones__row--2{gap:4rem}}@media (width<=768px){.colaboraciones__row--2{flex-wrap:wrap;gap:3rem}}@media (width<=480px){.colaboraciones__row--2{gap:2rem}}.colaboraciones__logo{cursor:pointer;opacity:0;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.colaboraciones__logo img{object-fit:contain;filter:grayscale();opacity:.7;width:auto;max-width:100%;height:auto;max-height:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.colaboraciones__logo:hover{transform:translateY(-5px)}.colaboraciones__logo:hover img{filter:grayscale(0%);opacity:1}@media (width<=768px){.colaboraciones__logo{width:120px;height:70px}}@media (width<=480px){.colaboraciones__logo{width:100px;height:60px;margin-bottom:1rem}}.footer{background-color:#fff;padding:10rem 0 6rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000,#ccc5b980 20% 80%,#0000);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer__content{grid-template-columns:1fr 1fr;gap:8rem;max-width:1400px;margin:0 auto;display:grid;position:relative}@media (width<=768px){.footer__content{grid-template-columns:1fr;gap:6rem}}.footer__left{padding-right:4rem}@media (width<=768px){.footer__left{order:2;padding-right:0}}.footer__title{color:#000;margin-bottom:1rem;font-family:VisbyCF,sans-serif;font-size:clamp(3.5rem,5vw,5rem);font-weight:400;line-height:1.2}.footer__subtitle{color:#000;margin-bottom:4rem;font-family:VisbyCF,sans-serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:400}.footer__form{flex-direction:column;gap:2.5rem;display:flex}.footer__form-group{position:relative}.footer__input,.footer__textarea{color:#000;background:0 0;border:none;border-bottom:2px solid #ccc5b9;width:100%;padding:1.8rem 0;font-family:VisbyCF,sans-serif;font-size:1.6rem;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{border-bottom-color:#000;outline:none}.footer__input:focus::placeholder,.footer__textarea:focus::placeholder{opacity:.4}.footer__input--error,.footer__textarea--error{border-bottom-color:#f44}.footer__textarea{resize:none;min-height:120px;font-family:inherit}.footer__error{color:#f44;font-family:VisbyCF,sans-serif;font-size:1.2rem;position:absolute;bottom:-20px;left:0}.footer__submit{letter-spacing:.1em;text-transform:uppercase;color:#000;cursor:pointer;background:0 0;border:2px solid #000;border-radius:50px;align-self:flex-start;align-items:center;gap:1rem;margin-top:2rem;padding:1.8rem 4rem;font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.footer__submit:before{content:"";background-color:#000;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer__submit span,.footer__submit-icon{z-index:1;position:relative}.footer__submit:hover{color:#fff}.footer__submit:hover:before{width:400px;height:400px}.footer__submit:active{transform:scale(.98)}.footer__right{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width<=768px){.footer__right{order:1}}.footer__map-container{border:3px solid #ccc5b980;border-radius:50%;width:350px;height:350px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.footer__map-container:hover{transform:scale(1.02);box-shadow:0 15px 40px #00000026}@media (width<=768px){.footer__map-container{width:400px;height:400px}}@media (width<=480px){.footer__map-container{width:300px;height:300px}}.footer__map{filter:grayscale();width:100%;height:100%;transition:filter .3s cubic-bezier(.4,0,.2,1)}.footer__map:hover{filter:grayscale(0%)}.footer__map iframe{width:100%;height:100%;transform:scale(1.4)}.footer__info{text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.footer__logo{width:150px}.footer__logo img{width:100%;height:auto}.footer__address{color:#403d39;cursor:pointer;background:0 0;border:none;padding:0;font-family:VisbyCF,sans-serif;font-size:1.4rem;line-height:1.8;transition:color .3s cubic-bezier(.4,0,.2,1)}.footer__address:hover{color:#000}.footer__social{gap:2rem;margin-top:1rem;display:flex}.footer__social a{border:2px solid #ccc5b9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer__social a svg{fill:#000;width:20px;height:20px;transition:fill .3s cubic-bezier(.4,0,.2,1)}.footer__social a:hover{border-color:#000;transform:translateY(-3px)}@media (width<=480px){.footer{padding:8rem 0 4rem}.footer__content{padding:0 2rem}.footer__title{font-size:clamp(3rem,4vw,4rem)}.footer__subtitle{font-size:clamp(1.8rem,2.5vw,2.4rem)}.footer__submit{justify-content:center;width:100%}}@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}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:VisbyCF;font-size:1.6rem;font-weight:400;line-height:1.6;overflow-x:hidden}.container{max-width:1440px;margin:0 auto;padding:0 2rem}a{color:inherit;text-decoration:none}button{font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto}.app{min-height:100vh;position:relative}main{padding-top:80px}
