@charset "UTF-8";@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Thin.woff2) format("woff2"),url(/fonts/VisbyCF-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Light.woff2) format("woff2"),url(/fonts/VisbyCF-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Regular.woff2) format("woff2"),url(/fonts/VisbyCF-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-DemiBold.woff2) format("woff2"),url(/fonts/VisbyCF-DemiBold.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Bold.woff2) format("woff2"),url(/fonts/VisbyCF-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-ExtraBold.woff2) format("woff2"),url(/fonts/VisbyCF-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:VisbyCF;src:url(/fonts/VisbyCF-Heavy.woff2) format("woff2"),url(/fonts/VisbyCF-Heavy.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}body{font-family:VisbyCF}html{font-size:62.5%}body{font-family:VisbyCF;font-size:1.6rem;line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 2px 10px #0000000d;padding:1.5rem 0}.navbar__container{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 4rem}@media (max-width: 768px){.navbar__container{padding:0 2rem}}.navbar__logo{cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo:active{transform:scale(.98)}.navbar__logo img{height:35px;width:auto;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.navbar__logo:hover img{opacity:.8}.navbar__menu{display:flex;align-items:center;gap:4rem;list-style:none;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 cubic-bezier(.4,0,.2,1);box-shadow:-2px 0 10px #0000001a}.navbar__menu--open{right:0}}.navbar__menu-item a{font-family:VisbyCF,sans-serif;font-weight:350;font-size:1.5rem;letter-spacing:.05em;color:#000;cursor:pointer;position:relative;transition:color .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.navbar__menu-item a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#000;transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar__menu-item a:hover{opacity:.7}.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:350;font-size:1.4rem;color:#000;padding:.6rem 1.5rem;border:1px solid #000000;border-radius:20px;background:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.navbar__lang-toggle:hover{background-color:#000;color:#fff}@media (max-width: 480px){.navbar__lang-toggle{padding:.5rem 1rem;font-size:1.2rem}}.navbar__hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:none;border:none;cursor:pointer;z-index:1001;padding:0}@media (max-width: 968px){.navbar__hamburger{display:flex}}.navbar__hamburger span{width:100%;height:2px;background-color:#000;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.navbar__hamburger--open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.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,#0003,#0006,#0009)}.hero__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.hero__logo-container{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero__logo{width:clamp(300px,40vw,600px);height:auto;filter:brightness(0) invert(1)}.hero__tagline{font-family:Visby-CF,sans-serif;font-weight:400;font-size:clamp(1.8rem,2.5vw,2.8rem);letter-spacing:.3em;text-transform:uppercase;color:#fff}.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}}.service-card{background:transparent;padding:4rem 3rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;height:100%;display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-10px)}.service-card:hover .service-card__icon-wrapper{transform:scale(1.1)}.service-card__icon-wrapper{width:100px;height:100px;margin:0 auto 3rem;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.service-card__icon{width:80px;height:80px;object-fit:contain;filter:none}.service-card__title{font-family:VisbyCF,sans-serif;font-size:1.8rem;font-weight:350;margin-bottom:1.5rem;color:#000;letter-spacing:.1em;text-transform:uppercase;line-height:1.3}.service-card__description{font-family:Visby-CF,sans-serif;font-size:1.4rem;line-height:1.8;color:#403d39;display:none}.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:uppercase;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:3.8rem;font-weight:300;letter-spacing:.1em;margin-bottom:3rem;color:#000}.servicios__line{width:100%;max-width:1400px;height:3px;background-color:#9ec9ef;margin:0 auto;transform-origin:center}.servicios__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;margin-top:8rem}@media (max-width: 768px){.servicios__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 480px){.servicios__grid{grid-template-columns:1fr;gap:2rem}}.servicios__card-wrapper{height:100%}.category-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}.category-modal__content{background-color:#fff;max-width:1400px;width:100%;max-height:90vh;position:relative;overflow:hidden;transform:scale(.9);opacity:0}.category-modal__close{position:absolute;top:3rem;right:3rem;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:10;font-size:4rem;line-height:1;color:#000;padding:0;font-weight:300;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-modal__close:hover{transform:scale(1.2) rotate(90deg);color:#9ec9ef}.category-modal__header{padding:3rem 6rem 0}@media (max-width: 480px){.category-modal__header{padding:3rem 3rem 0}}.category-modal__title-wrapper{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.category-modal__icon{width:50px;height:50px;object-fit:contain}.category-modal__title{font-family:VisbyCF,sans-serif;font-size:1.4rem;font-weight:300;color:#000;text-transform:uppercase;letter-spacing:.1em;padding:.8rem 2.5rem;display:inline-block}.category-modal__line{width:100%;height:3px;background-color:#9ec9ef;margin-bottom:3rem}.category-modal__body{display:grid;grid-template-columns:40% 60%;height:calc(90vh - 150px)}@media (max-width: 768px){.category-modal__body{grid-template-columns:1fr;height:auto}}.category-modal__foundations-wrapper{padding:0 6rem 4rem;position:relative}@media (max-width: 768px){.category-modal__foundations-wrapper{padding:0 3rem 3rem}}.category-modal__foundations{overflow-y:auto;max-height:calc(90vh - 250px);padding-right:2rem;scrollbar-width:thin;scrollbar-color:#CCC5B9 rgba(204,197,185,.3)}.category-modal__foundations::-webkit-scrollbar{width:6px}.category-modal__foundations::-webkit-scrollbar-track{background:#ccc5b94d;border-radius:3px}.category-modal__foundations::-webkit-scrollbar-thumb{background:#ccc5b9;border-radius:3px;transition:background .3s cubic-bezier(.4,0,.2,1)}.category-modal__foundations::-webkit-scrollbar-thumb:hover{background:#b7ad9b}@media (max-width: 768px){.category-modal__foundations{max-height:300px}}.category-modal__foundation{font-family:VisbyCF,sans-serif;font-size:1.4rem;font-weight:300;color:#000;margin-bottom:.8rem;line-height:1.6;padding-left:1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-modal__foundation:before{content:"•";position:absolute;left:0;color:#ccc5b9}.category-modal__foundation:hover{color:#9ec9ef;transform:translate(5px)}.category-modal__image-wrapper{padding:0 4rem 4rem 0;height:100%}@media (max-width: 768px){.category-modal__image-wrapper{padding:0 3rem 3rem;height:400px}}.category-modal__image{height:100%;position:relative;overflow:hidden;border-radius:10px}.category-modal__image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,.1);border-radius:10px;pointer-events:none;z-index:1}.category-modal__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-modal__image img:hover{transform:scale(1.05)}.category-modal[data-category=salud] .category-modal__line{background-color:#9ec9ef}.category-modal[data-category=educacion] .category-modal__line,.category-modal[data-category=vulnerabilidad] .category-modal__line{background-color:#ffd965}.category-modal[data-category=violencia] .category-modal__line{background-color:#e8d9ec}.category-modal[data-category=medioambiente] .category-modal__line{background-color:#fe973b}.category-modal[data-category=desastres] .category-modal__line{background-color:#ffc2c2}.category-modal[data-category=arte] .category-modal__line{background-color:#8f857e}.category-modal[data-category=grupos] .category-modal__line{background-color:#ffd965}.fundaciones{background-color:#fff}.fundaciones__header{text-align:center;margin-bottom:6rem}.fundaciones__line{width:100%;max-width:1400px;height:3px;background-color:#9ec9ef;margin:0 auto;transform-origin:center}.fundaciones__content{max-width:1400px;margin:0 auto}.fundaciones__grid{margin-bottom:6rem}.fundaciones__row{width:100%;margin-bottom:2rem;opacity:0}.fundaciones__row img{width:100%;height:auto;display:block}.fundaciones__row:last-child{margin-bottom:0}.fundaciones__counter-wrapper{text-align:center;margin:8rem 0}.fundaciones__counter{font-family:VisbyCF,sans-serif;font-size:clamp(5rem,8vw,8rem);font-weight:700;color:#000;display:block;line-height:1}.fundaciones__counter-text{font-family:VisbyCF,sans-serif;font-size:2.5rem;font-weight:300;letter-spacing:.2em;color:#000;margin-top:1rem;text-transform:uppercase}.fundaciones__categories{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem 3rem;margin-top:6rem}@media (max-width: 768px){.fundaciones__categories{grid-template-columns:repeat(3,1fr);gap:3rem}}@media (max-width: 480px){.fundaciones__categories{grid-template-columns:repeat(2,1fr);gap:2rem}}.fundaciones__category{background:none;border:none;cursor:pointer;text-align:center;transition:transform .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:scale(.8)}.fundaciones__category:hover{transform:translateY(-10px)}.fundaciones__category:hover .fundaciones__category-icon img{transform:scale(1.1)}.fundaciones__category:focus{outline:none}.fundaciones__category-icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.fundaciones__category-icon img{width:80px;height:80px;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1)}.fundaciones__category-label{font-family:VisbyCF,sans-serif;font-size:1.6rem;font-weight:350;letter-spacing:.05em;text-transform:uppercase;color:#000;line-height:1.4;max-width:150px;margin:0 auto}.fundaciones .fundaciones-title-fix{font-family:VisbyCF,sans-serif!important;font-size:3.8rem!important;font-weight:300!important;letter-spacing:.15em!important;margin-bottom:4rem!important;color:#000!important;display:inline-block!important;text-transform:uppercase!important;text-align:center!important}.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}.project-modal__close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;background:none;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)}.project-modal__close:hover{transform:rotate(90deg)}.project-modal__container{display:grid;grid-template-columns:65% 35%;height:100%}@media (max-width: 768px){.project-modal__container{grid-template-columns:1fr}}.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:60%}.project-modal__images.pattern-penta .project-modal__row:last-child{height:calc(40% - .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__images.pattern-octa .project-modal__row:nth-child(2){height:calc(33.333% - .334rem)}.project-modal__images.pattern-nona .project-modal__row,.project-modal__images.pattern-grid .project-modal__row{height:calc(33.333% - .333rem)}.project-modal__images.pattern-deca .project-modal__row,.project-modal__images.pattern-undeca .project-modal__row,.project-modal__images.pattern-dodeca .project-modal__row{flex:1}.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__row[data-images="5"] .project-modal__image-wrapper{width:calc(20% - .4rem)}.project-modal__image-wrapper{height:100%;overflow:hidden;background-color:#fff;position:relative;border-radius:8px;box-shadow:0 2px 10px #0000001a}.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;border-left:1px solid rgba(204,197,185,.3)}@media (max-width: 768px){.project-modal__right{padding:3rem 2rem;border-left:none;border-top:1px solid rgba(204,197,185,.3)}}@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%}.project-modal__logos{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:4rem;flex-wrap:wrap;width:100%}@media (max-width: 480px){.project-modal__logos{flex-direction:column;gap:2rem;margin-bottom:3rem}}.project-modal__company-logo{height:100px;width:auto;object-fit:contain;max-width:280px;filter:brightness(0)}@media (max-width: 768px){.project-modal__company-logo{height:80px;max-width:240px}}@media (max-width: 480px){.project-modal__company-logo{height:60px;max-width:200px}}.project-modal__partner-logo{height:80px;width:auto;object-fit:contain;max-width:240px;opacity:.8}@media (max-width: 768px){.project-modal__partner-logo{height:60px;max-width:200px}}@media (max-width: 480px){.project-modal__partner-logo{height:50px;max-width:160px}}.project-modal__description{font-family:VisbyCF,sans-serif!important;font-weight:300;font-size:1.7rem;line-height:1.7;color:#000;text-align:left;width:100%}.project-modal__description p{margin:0;font-family:VisbyCF,sans-serif}@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__container{grid-template-columns:1fr;grid-template-rows:60% 40%}.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,.project-modal__images.pattern-nona .project-modal__row,.project-modal__images.pattern-grid .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"],.project-modal__images .project-modal__row[data-images="5"]{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,.project-modal__images .project-modal__row[data-images="5"] .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}@media (max-width: 480px){.proyectos{padding:5rem 0;overflow-x:hidden}}@media (max-width: 480px){.proyectos .container{padding:0;max-width:100%;overflow-x:visible}}.proyectos__header{text-align:center;margin-bottom:6rem}@media (max-width: 480px){.proyectos__header{margin-bottom:3rem;padding:0 2rem}}.proyectos__title{font-family:VisbyCF,sans-serif;font-size:3.8rem;font-weight:300;letter-spacing:.15em;margin-bottom:4rem;color:#000;display:inline-block;text-transform:uppercase}@media (max-width: 480px){.proyectos__title{font-size:2.5rem;padding:1rem 2rem;margin-bottom:2rem}}.proyectos__line{width:100%;max-width:1400px;height:3px;background-color:#9ec9ef;margin:0 auto;transform-origin:center}@media (max-width: 480px){.proyectos__line{height:2px;width:90%}}.proyectos__carousel{position:relative;max-width:1400px;margin:0 auto;padding:0 8rem;opacity:0}@media (max-width: 768px){.proyectos__carousel{padding:0 6rem}}@media (max-width: 480px){.proyectos__carousel{max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:0;overflow:visible}}.proyectos__brands{display:flex;gap:2rem;justify-content:center;align-items:center;min-height:400px}@media (max-width: 768px){.proyectos__brands{gap:1.5rem;min-height:350px}}@media (max-width: 480px){.proyectos__brands{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:0;min-height:70vh;max-height:600px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0;scrollbar-width:none;-ms-overflow-style:none}.proyectos__brands::-webkit-scrollbar{display:none}}.proyectos__brand{flex:1;max-width:200px;cursor:pointer;opacity:0;transform:scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1);height:100%}@media (max-width: 768px){.proyectos__brand{max-width:150px}}@media (max-width: 480px){.proyectos__brand{flex:0 0 100vw;width:100vw;max-width:100vw;height:100%;min-height:70vh;max-height:600px;scroll-snap-align:start;scroll-snap-stop:always;opacity:1;transform:none;position:relative}}@media (hover: hover) and (min-width: 769px){.proyectos__brand:hover .proyectos__brand-container{transform:translateY(-10px);border-color:#0000004d;box-shadow:0 20px 40px #00000026}.proyectos__brand:hover .proyectos__brand-bg{transform:scale(1.1);filter:grayscale(0%) brightness(1.2)}.proyectos__brand:hover .proyectos__brand-overlay{opacity:.6}.proyectos__brand:hover .proyectos__brand-name{transform:scale(1.05)}}.proyectos__brand-container{position:relative;height:350px;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.15);transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent}@media (max-width: 768px){.proyectos__brand-container{height:280px}}@media (max-width: 480px){.proyectos__brand-container{border-radius:0;border:none;height:100%;min-height:70vh;max-height:600px}}.proyectos__brand-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:grayscale(100%) brightness(.5);transition:all .6s cubic-bezier(.4,0,.2,1);transform:scale(1)}@media (max-width: 480px){.proyectos__brand-bg{filter:none;background-size:cover;background-position:center center}}.proyectos__brand-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000000b3;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:.8}@media (max-width: 480px){.proyectos__brand-overlay{background:linear-gradient(to bottom,#0000,#0003 40%,#0006,#000c);opacity:1}}.proyectos__brand-content{position:relative;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2}@media (max-width: 480px){.proyectos__brand-content{flex-direction:column;justify-content:center;align-items:center;padding:3rem}}.proyectos__brand-logo{max-width:150px;max-height:80px;width:auto;height:auto;object-fit:contain;filter:brightness(1.2)}@media (max-width: 768px){.proyectos__brand-logo{max-width:120px;max-height:60px}}@media (max-width: 480px){.proyectos__brand-logo{max-width:250px;max-height:120px;filter:brightness(0) invert(1);margin-bottom:0}}.proyectos__brand-name{font-family:VisbyCF,sans-serif;font-size:2.2rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);transform:scale(1);text-shadow:0 2px 10px rgba(0,0,0,.8)}@media (max-width: 768px){.proyectos__brand-name{font-size:1.8rem}}@media (max-width: 480px){.proyectos__brand-name{font-size:2.8rem;margin-bottom:0}}.proyectos__brand-description{display:none}@media (max-width: 480px){.proyectos__brand-description{display:block;font-family:VisbyCF,sans-serif;font-size:1.4rem;line-height:1.6;color:#fff;text-align:center;font-weight:300;text-shadow:0 1px 3px rgba(0,0,0,.5)}}.proyectos__progress{display:none}@media (max-width: 480px){.proyectos__progress{display:flex;position:absolute;top:-2rem;left:1rem;right:1rem;gap:.5rem;z-index:10}}.proyectos__progress-bar{flex:1;height:3px;background-color:#0003;border-radius:2px;overflow:hidden}.proyectos__progress-bar-fill{height:100%;background-color:#9ec9ef;width:0;transition:width .3s ease}.proyectos__progress-bar--active .proyectos__progress-bar-fill{width:100%}.proyectos__navigation{display:none}@media (max-width: 480px){.proyectos__navigation{display:flex;justify-content:center;gap:.8rem;margin-top:2rem;padding:1rem}}.proyectos__nav-dot{width:8px;height:8px;border-radius:50%;background-color:#0000004d;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;padding:0}.proyectos__nav-dot--active{background-color:#9ec9ef;transform:scale(1.5)}.proyectos__nav-dot:hover{background-color:#00000080}.proyectos__swipe-hint{display:none}@media (max-width: 480px){.proyectos__swipe-hint{display:flex;position:absolute;bottom:50%;transform:translateY(50%);left:2rem;right:2rem;justify-content:space-between;pointer-events:none;z-index:5;animation:fadeInOut 3s ease-in-out infinite}}.proyectos__swipe-hint-arrow{width:40px;height:40px;opacity:.8}.proyectos__swipe-hint-arrow svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.proyectos__nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background-color:#fff;border:2px solid #CCC5B9;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;display:flex;justify-content:center;align-items:center;color:#000;box-shadow:0 4px 15px #0000001a}@media (max-width: 480px){.proyectos__nav{display:none}}.proyectos__nav svg{width:28px;height:28px}.proyectos__nav:hover:not(.disabled){background-color:#000;border-color:#000;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #0003}.proyectos__nav.disabled{opacity:.5;cursor:not-allowed}.proyectos__nav--prev{left:2rem}.proyectos__nav--next{right:2rem}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:.8}}@media (max-width: 480px){.no-scroll{overflow:hidden;position:fixed;width:100%}}.aliados{padding:10rem 0;background-color:#fff;position:relative}.aliados__header{text-align:center;margin-bottom:6rem}.aliados__title{font-family:VisbyCF,sans-serif;font-size:3.8rem;font-weight:300;letter-spacing:.1em;color:#000;text-transform:uppercase}.aliados__grid{max-width:1200px;margin:0 auto}.aliados__row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:4rem}.aliados__row:last-child{margin-bottom:0}.aliados__row--1{gap:5rem}@media (max-width: 768px){.aliados__row--1{gap:3rem}}@media (max-width: 480px){.aliados__row--1{gap:2rem}}.aliados__row--2{gap:5rem}@media (max-width: 768px){.aliados__row--2{gap:3rem}}@media (max-width: 480px){.aliados__row--2{gap:2rem}}.aliados__logo{width:150px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.aliados__logo img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.aliados__logo:hover img{filter:grayscale(0%);opacity:1}.aliados__logo--double{width:300px}@media (max-width: 768px){.aliados__logo--double{width:240px}}@media (max-width: 480px){.aliados__logo--double{width:200px}}@media (max-width: 768px){.aliados__logo{width:120px;height:60px}}@media (max-width: 480px){.aliados__logo{width:100px;height:50px}}.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;top:-3px;right:-3px;bottom:-3px;left:-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}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:VisbyCF,sans-serif;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}.app{min-height:100vh}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6,p,a,span,button,input,textarea,select{font-family:VisbyCF,sans-serif}
