.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:350;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:#8f857e;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:400;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:3rem}.hero__logo{width:clamp(300px,40vw,600px);height:auto;opacity:0}.hero__subtitle{font-family:VisbyCF,sans-serif;font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:300;color:#fff;letter-spacing:.3em;text-transform:uppercase;opacity:0}.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(250px,60vw,350px)}.hero__subtitle{font-size:clamp(1.4rem,2vw,2rem);letter-spacing:.2em}}.servicios{padding:10rem 0;background-color:#fff;position:relative}@media(max-width:768px){.servicios{padding:6rem 0}}.servicios__header{text-align:center;margin-bottom:8rem}@media(max-width:768px){.servicios__header{margin-bottom:5rem}}.servicios__description{font-family:VisbyCF,sans-serif;font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:300;line-height:1.6;color:#000;margin-bottom:4rem;letter-spacing:.02em}@media(max-width:768px){.servicios__description br{display:none}}.servicios__title{font-family:VisbyCF,sans-serif;font-size:clamp(2.8rem,4vw,4rem);font-weight:350;letter-spacing:.15em;color:#000;display:inline-block;text-transform:uppercase;margin-bottom:3rem}.servicios__line{width:100%;max-width:1400px;height:3px;background-color:#8f857e;margin:0 auto}@media(max-width:768px){.servicios__line{width:80%;height:2px}}.servicios__timeline{display:flex;gap:6rem;max-width:1200px;margin:0 auto 6rem;padding:0 2rem;position:relative}.servicios__timeline-track{position:relative;width:200px;flex-shrink:0}.servicios__timeline-track:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background-color:#f0f0f0}.servicios__timeline-progress{position:absolute;left:30px;top:0;width:2px;background-color:#000;transition:height .5s cubic-bezier(.4,0,.2,1)}.servicios__phases{display:flex;flex-direction:column;justify-content:space-between;height:400px}.servicios__phase-nav{display:flex;align-items:center;gap:2rem;cursor:pointer;transition:all .3s ease}.servicios__phase-nav:hover{transform:translate(5px)}.servicios__phase-nav:hover .servicios__phase-dot{transform:scale(1.2);border-color:#000}.servicios__phase-nav.active .servicios__phase-dot{background-color:#000;border-color:#000}.servicios__phase-nav.active .servicios__phase-dot span{color:#fff}.servicios__phase-nav.active .servicios__phase-label{color:#000;font-weight:500}.servicios__phase-dot{width:40px;height:40px;border-radius:50%;border:2px solid #e0e0e0;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.servicios__phase-dot span{font-family:VisbyCF,sans-serif;font-size:1.2rem;font-weight:400;color:#000}.servicios__phase-label{font-family:VisbyCF,sans-serif;font-size:1.4rem;font-weight:300;letter-spacing:.1em;color:#666;transition:all .3s ease}.servicios__content{max-width:900px;margin:0 auto;padding:0 2rem}.servicios__phase-content{background-color:#fff;position:relative}.servicios__mobile-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.servicios__mobile-dot{padding:0;border:none;background:none;cursor:pointer;font-family:inherit;width:8px;height:8px;border-radius:50%;background-color:#e0e0e0;transition:all .3s ease}.servicios__mobile-dot:focus{outline:none}.servicios__mobile-dot.active{width:30px;background-color:#000;border-radius:4px}.servicios__phase-header{display:flex;align-items:center;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.servicios__phase-header{gap:2rem;margin-bottom:2rem}}.servicios__icon-box{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background-color:#fff}@media(max-width:768px){.servicios__icon-box{width:80px;height:80px;border-radius:16px}}.servicios__icon-box img{width:60%;height:60%;object-fit:contain;filter:brightness(0)}.servicios__phase-number-large{font-family:VisbyCF,sans-serif;font-size:clamp(4rem,8vw,6rem);font-weight:700;color:#000;line-height:1;opacity:.1}.servicios__phase-info{margin-bottom:4rem}@media(max-width:768px){.servicios__phase-info{margin-bottom:3rem}}.servicios__phase-title{font-family:VisbyCF,sans-serif;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:350;color:#000;letter-spacing:.05em;margin-bottom:1rem}.servicios__phase-tagline{font-family:VisbyCF,sans-serif;font-size:1.8rem;font-weight:300;font-style:italic;color:#8f857e;margin-bottom:1.5rem}@media(max-width:768px){.servicios__phase-tagline{font-size:1.6rem}}.servicios__phase-description{font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:300;line-height:1.6;color:#333}@media(max-width:768px){.servicios__phase-description{font-size:1.5rem}}.servicios__services-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}@media(max-width:768px){.servicios__services-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}}.servicios__service{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fff;border:1px solid #f0f0f0;border-radius:10px;transition:all .3s ease}@media(max-width:768px){.servicios__service{padding:1.2rem}}.servicios__service:hover{border-color:#000;transform:translate(5px)}.servicios__service-bullet{color:#8f857e;font-weight:300;flex-shrink:0}.servicios__service-text{font-family:VisbyCF,sans-serif;font-size:1.5rem;font-weight:300;color:#000;line-height:1.5}@media(max-width:768px){.servicios__service-text{font-size:1.4rem}}.servicios__arrows{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:4rem}@media(max-width:768px){.servicios__arrows{margin-top:3rem}}.servicios__arrow{padding:0;border:none;background:none;cursor:pointer;font-family:inherit;width:50px;height:50px;border:2px solid #000000;border-radius:50%;font-size:1.8rem;color:#000;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.servicios__arrow:focus{outline:none}@media(max-width:768px){.servicios__arrow{width:45px;height:45px}}.servicios__arrow:hover:not(:disabled){background-color:#000;color:#fff;transform:scale(1.1)}.servicios__arrow:disabled{opacity:.3;cursor:not-allowed;border-color:#e0e0e0;color:#e0e0e0}.servicios__counter{font-family:VisbyCF,sans-serif;font-size:1.4rem;font-weight:300;color:#666}.servicios__swipe-hint{text-align:center;font-family:VisbyCF,sans-serif;font-size:1.2rem;font-weight:300;color:#999;margin-top:2rem;animation:pulse 2s infinite}.servicios__cta{text-align:center;margin-top:8rem;padding-top:6rem;border-top:1px solid #f0f0f0}@media(max-width:768px){.servicios__cta{margin-top:6rem;padding-top:4rem}}.servicios__cta p{font-family:VisbyCF,sans-serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:300;font-style:italic;color:#333;margin-bottom:3rem}.servicios__cta button{padding:0;border:none;background:none;cursor:pointer;font-family:inherit;padding:1.8rem 5rem;border:2px solid #000000;border-radius:50px;font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:350;letter-spacing:.15em;text-transform:uppercase;color:#000;background-color:#fff;transition:all .3s ease}.servicios__cta button:focus{outline:none}@media(max-width:768px){.servicios__cta button{padding:1.5rem 4rem;font-size:1.4rem}}.servicios__cta button:hover{background-color:#000;color:#fff;transform:translateY(-3px)}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.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;transition:background-color .3s cubic-bezier(.4,0,.2,1);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:350}@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;position:relative}.proyectos__header{text-align:center;margin-bottom:6rem}.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:#8f857e;margin:0 auto;transform-origin:center}.proyectos__carousel{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem;opacity:0}.proyectos__brands{display:flex;gap:2rem;justify-content:center;align-items:center;min-height:400px}.proyectos__brand{flex:1;max-width:350px;cursor:pointer;opacity:0;transform:scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1);height:400px}.proyectos__brand:hover .proyectos__brand-container{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.proyectos__brand:hover .proyectos__brand-bg{transform:scale(1.1);filter:brightness(1.2)}.proyectos__brand:hover .proyectos__brand-overlay{opacity:.5}.proyectos__brand-container{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000001a}.proyectos__brand-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:all .6s cubic-bezier(.4,0,.2,1);filter:brightness(.9)}.proyectos__brand-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0009);opacity:.7;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.proyectos__brand-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2;padding:2rem}.proyectos__brand-logo{max-width:180px;max-height:120px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.95;transition:all .3s cubic-bezier(.4,0,.2,1)}.proyectos__brand:hover .proyectos__brand-logo{transform:scale(1.05);opacity:1}.proyectos--mobile{padding:0;height:100vh;position:relative;background:#000}.proyectos--mobile .proyectos__stories{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.proyectos--mobile .proyectos__stories-progress{position:absolute;top:20px;left:10px;right:10px;display:flex;gap:5px;z-index:10}.proyectos--mobile .proyectos__stories-bar{flex:1;height:3px;background:#ffffff4d;border-radius:2px;cursor:pointer;transition:all .3s}.proyectos--mobile .proyectos__stories-bar.active{background:#fff;animation:fillBar 5s linear}.proyectos--mobile .proyectos__stories-bar.completed{background:#fff}.proyectos--mobile .proyectos__stories-content{position:relative;width:100%;height:100%}.proyectos--mobile .proyectos__stories-touch{position:absolute;top:0;height:100%;width:30%;z-index:5;cursor:pointer}.proyectos--mobile .proyectos__stories-touch--left{left:0}.proyectos--mobile .proyectos__stories-touch--right{right:0}.proyectos--mobile .proyectos__story{width:100%;height:100%;background-size:cover;background-position:center;position:relative}.proyectos--mobile .proyectos__story-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#000000b3)}.proyectos--mobile .proyectos__story-content{position:absolute;bottom:100px;left:0;right:0;padding:0 20px;text-align:center;z-index:3}.proyectos--mobile .proyectos__story-logo{max-width:200px;height:auto;filter:brightness(0) invert(1);margin-bottom:20px}.proyectos--mobile .proyectos__story-description{font-family:VisbyCF,sans-serif;font-size:1.6rem;color:#fff;line-height:1.4;font-weight:300}.proyectos--mobile .proyectos__stories-dots{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.proyectos--mobile .proyectos__stories-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s}.proyectos--mobile .proyectos__stories-dot.active{background:#fff;transform:scale(1.3)}@keyframes fillBar{0%{width:0%}to{width:100%}}.colaboraciones{padding:10rem 0;background-color:#fff;position:relative}@media(max-width:768px){.colaboraciones{padding:6rem 0}}.colaboraciones__header{text-align:center;margin-bottom:6rem}@media(max-width:768px){.colaboraciones__header{margin-bottom:4rem}}.colaboraciones__title{font-family:VisbyCF,sans-serif;font-size:clamp(2.8rem,4vw,4rem);font-weight:350;letter-spacing:.15em;color:#000;display:inline-block;text-transform:uppercase;margin-bottom:3rem}.colaboraciones__content{max-width:1200px;margin:0 auto;padding:0 2rem}.colaboraciones__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4rem}@media(max-width:1024px){.colaboraciones__grid{grid-template-columns:repeat(4,1fr);gap:3.5rem}}@media(max-width:768px){.colaboraciones__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}@media(max-width:480px){.colaboraciones__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.colaboraciones__item{width:100%;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;opacity:0;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.colaboraciones__item{padding:1rem;aspect-ratio:1/1}}.colaboraciones__item:hover{transform:translateY(-5px)}.colaboraciones__logo{width:100%;height:100%;object-fit:contain;filter:brightness(0) opacity(.7);transition:all .3s ease}.colaboraciones__item:hover .colaboraciones__logo{filter:brightness(0) opacity(1);transform:scale(1.05)}@keyframes float-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.colaboraciones__item:nth-child(1){animation:float-subtle 3.3s ease-in-out infinite;animation-delay:.2s}.colaboraciones__item:nth-child(2){animation:float-subtle 3.6s ease-in-out infinite;animation-delay:.4s}.colaboraciones__item:nth-child(3){animation:float-subtle 3.9s ease-in-out infinite;animation-delay:.6s}.colaboraciones__item:nth-child(4){animation:float-subtle 4.2s ease-in-out infinite;animation-delay:.8s}.colaboraciones__item:nth-child(5){animation:float-subtle 4.5s ease-in-out infinite;animation-delay:1s}.colaboraciones__item:nth-child(6){animation:float-subtle 4.8s ease-in-out infinite;animation-delay:1.2s}.colaboraciones__item:nth-child(7){animation:float-subtle 5.1s ease-in-out infinite;animation-delay:1.4s}.colaboraciones__item:nth-child(8){animation:float-subtle 5.4s ease-in-out infinite;animation-delay:1.6s}.colaboraciones__item:nth-child(9){animation:float-subtle 5.7s ease-in-out infinite;animation-delay:1.8s}.colaboraciones__item:nth-child(10){animation:float-subtle 6s ease-in-out infinite;animation-delay:2s}.colaboraciones__grid:hover .colaboraciones__item{animation-play-state:paused}.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}
