@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.green-text{display:inline;background:linear-gradient(to right,#28c70d,#69fd00);-webkit-background-clip:text;background-clip:text;color:transparent}.container-clients{display:flex;align-items:center;justify-content:center}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;font-family:Poppins,sans-serif;outline:none}body{max-width:1600px;background-image:linear-gradient(120deg,#fdfbfb,#dcdddd)}:root{--cor-branca: #fff;--cor-cinza: #2f2f2f;--cor-verde: #28c70d;--fonte-poppins: "Poppins", sans-serif}.header__page{display:flex;align-items:center;justify-content:center;padding:2rem}.nav-links-container__header{padding:.25rem}.all-links__header{display:flex;align-items:center;gap:2rem}.nav-item__header a{color:var(--cor-cinza);background-color:transparent;outline:none;border-bottom:2px solid transparent;transition:all .4s ease-in-out;font-size:1rem}.nav-item__header a:hover{border-bottom:2px solid var(--cor-verde)}.mobile-button__header,#checkbox{display:none}.toggle{position:relative;width:40px;cursor:pointer;margin:auto;display:block;height:34px}.bar{position:absolute;left:0;right:0;height:4px;border-radius:2px;background:var(--cor-cinza);color:inherit;opacity:1;transition:none .35s cubic-bezier(.5,-.35,.35,1.5) 0s}.bar--top{bottom:calc(50% + 13px);transition-property:bottom,transform;transition-delay:.35s,0s}.bar--middle{top:calc(50% - 2px);transition-property:opacity;transition-delay:.35s}.bar--bottom{top:calc(50% + 13px);transition-property:top,transform;transition-delay:.35s,0s}#checkbox:checked+.toggle .bar--top{bottom:calc(50% - 2px);transform:rotate(135deg);transition-delay:0s,.35s}#checkbox:checked+.toggle .bar--middle{opacity:0;transition-duration:0s;transition-delay:.35s}#checkbox:checked+.toggle .bar--bottom{top:calc(50% - 2px);transform:rotate(225deg);transition-delay:0s,.35s}@media (max-width: 600px){.nav-item__header a{font-size:.8rem}.all-links__header{gap:1rem}.header__page{padding:1.5rem}}.hero__section{height:100vh;padding:1rem}.hero__container{height:80vh;width:100%;display:flex;align-items:center;justify-content:space-around;flex-direction:column;gap:2rem}.hero__container img{width:600px}.hero-btn{background-color:var(--cor-preta);width:20em;height:4em;border-radius:30em;font-size:15px;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;box-shadow:2px 2px 6px #6b6b6b,-2px -2px 6px #8f8f8f;color:var(--cor-branca);cursor:pointer}.hero-btn:before{content:"";width:0;height:4em;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#28c70d,#69fd00);transition:.5s ease;display:block;z-index:-1}.hero-btn:hover:before{width:20em}.banner__hero{margin-top:3rem;width:100%;height:450px;background-image:url(/assets/banner-movement-tEQcNEJY.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;flex-direction:column}.banner__hero h1{color:var(--cor-branca);text-align:center;font-size:4.75rem}@media (max-width: 600px){.hero__container{gap:1rem}.hero__container img{width:355px}.hero-btn{margin-bottom:20%}.banner__hero{margin-top:0;height:320px}.banner__hero h1{font-size:2.75rem}}.about__section{margin-top:20%;height:100vh;padding:1rem}.container__about{display:flex;align-items:center;justify-content:space-around;gap:3rem}.img__about img{width:550px;-webkit-box-shadow:0px -1px 37px -15px rgba(0,0,0,.75);-moz-box-shadow:0px -1px 37px -15px rgba(0,0,0,.75);box-shadow:0 -1px 37px -15px #000000bf}.about__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}.about__content h2{font-size:4.7rem}.about__content p{color:var(--cor-cinza);font-size:1.1rem;font-weight:400}.about__showcase-container{display:flex;align-items:center;justify-content:space-around;background-color:#ffffff40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:50%;padding:1rem;border-radius:1rem;-webkit-box-shadow:0px -1px 37px -15px rgba(0,0,0,.75);-moz-box-shadow:0px -1px 37px -15px rgba(0,0,0,.75);box-shadow:0 -1px 37px -15px #000000bf;transition:all .3s ease-in-out;cursor:pointer}.about__showcase-container:hover{transform:scale(1.1)}.showcase{display:flex;flex-direction:column;align-items:center;justify-content:center}.showcase h4{font-size:2.2rem}@media (max-width: 600px){.about__section{margin:30%;height:auto}.container__about{flex-direction:column}.img__about img{width:365px}.about__content{gap:2rem}.about__content h2{font-size:2.75rem;text-align:center}.about__content p{width:380px;padding:1rem;font-size:1rem}.about__showcase-container{width:90%}.showcase h4{font-size:1.8rem}}.my-team__section{margin-top:15%;height:50vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.my-team__section h1{font-size:4.7rem}.container__my-team{margin-top:4rem;display:flex;align-items:center;justify-content:space-evenly;width:1300px}.card__my-team{position:relative;width:320px;height:370px;border-radius:14px;z-index:1111;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff;transition:all .3s ease-in-out;cursor:pointer}.card__my-team:hover{transform:scale(1.1);-webkit-box-shadow:-1px 11px 52px 7px rgba(40,199,13,.57);-moz-box-shadow:-1px 11px 52px 7px rgba(40,199,13,.57);box-shadow:-1px 11px 52px 7px #28c70d91}.card__my-team img{width:175px}@media (max-width: 600px){.my-team__section{height:auto}.my-team__section h1{font-size:2.75rem}.container__my-team{flex-direction:column;width:auto;gap:1rem;padding:1rem}}.services__section{margin-top:15rem;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.services__section h1{font-size:4.7rem;font-weight:700}.container__services{display:grid;gap:20px;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr)}.image__services{position:relative;width:400px;border-radius:2rem}.bikefit-overlay{width:500px}.image__services img{display:block;width:100%;height:fit-content}.service__overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000080;color:var(--cor-branca);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .35s ease-in-out;cursor:pointer}.service__overlay>*{transform:translateY(20px);transition:transform .35s}.service__overlay:hover{opacity:1}.service__overlay:hover>*{transform:translateY(0)}.title__service{font-size:2em;font-weight:700;text-align:center}.services-btn{background-color:var(--cor-preta);width:20em;height:4em;border-radius:30em;font-size:15px;font-family:inherit;border:none;position:relative;overflow:hidden;z-index:1;color:var(--cor-branca);cursor:pointer}.small{width:10em}.small:hover:before{width:10em}.services-btn:before{content:"";width:0;height:4em;border-radius:30em;position:absolute;top:0;left:0;background-image:linear-gradient(to right,#28c70d,#69fd00);transition:.5s ease;display:block;z-index:-1}.services-btn:hover:before{width:20em}@media (max-width: 600px){.services__section{height:auto}.services__section h1{font-size:2.6rem}.bikefit-overlay{width:auto}}@media screen and (max-width: 768px){.container__services{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.container__services{grid-template-rows:repeat(6,1fr);grid-template-columns:1fr}}.bikefit__section{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem}.title__bikefit{font-size:4.7rem;margin-bottom:3rem}.inside-title__bikefit{font-size:2.2rem;color:var(--cor-cinza)}.text__bike-fit{font-size:1.1rem;color:var(--cor-cinza)}.container__bikefit,.content__bikefit{display:flex;align-items:center;justify-content:space-around}.mobile-text-bikefit{width:100%}.inside-title__bikefit-mobile{display:none}.content__bikefit p{width:50%}.content-image{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.image__bikefit-bugged{-webkit-box-shadow:0px -1px 37px -15px rgba(0,0,0,.75);-moz-box-shadow:0px -1px 37px -15px rgba(0,0,0,.75);box-shadow:0 -1px 37px -15px #000000bf}.benefits__bikefit{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.container-benefits__bikefit{display:flex;align-items:center;justify-content:space-evenly;width:1250px}.card__bikefit{position:relative;width:320px;height:370px;border-radius:14px;z-index:1111;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:20px 20px 60px #bebebe,-20px -20px 60px #fff}.bg{position:absolute;top:5px;left:5px;width:310px;height:360px;z-index:2;background:#fffffff2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:10px;overflow:hidden;outline:2px solid white;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.blob{position:absolute;z-index:1;top:50%;left:50%;width:270px;height:260px;border-radius:50%;background-color:var(--cor-verde);opacity:1;filter:blur(12px);animation:blob-bounce 5s infinite ease}.bg h4{font-size:1.4rem;text-align:center}.bg p{text-align:center;color:var(--cor-cinza);font-size:.9rem;padding:.35rem}.banner__bikefit{margin-top:6rem;width:100%;height:450px;background-image:url(/assets/banner-bikefit-oASw6i50.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;flex-direction:column}.banner__bikefit h1{text-align:center;font-size:3.75rem;color:var(--cor-branca)}@keyframes blob-bounce{0%{transform:translate(-100%,-100%) translateZ(0)}25%{transform:translate(-100%,-100%) translate3d(100%,0,0)}50%{transform:translate(-100%,-100%) translate3d(100%,100%,0)}75%{transform:translate(-100%,-100%) translate3d(0,100%,0)}to{transform:translate(-100%,-100%) translateZ(0)}}@media (max-width: 600px){.title__bikefit{margin-top:6rem;font-size:2.7rem}.inside-title__bikefit{display:none}.content__bikefit{flex-direction:column}.mobile-text-bikefit{display:flex;flex-direction:column;align-items:center;justify-content:center}.inside-title__bikefit-mobile{display:block}.content__bikefit p{margin-top:2rem;margin-bottom:2rem;width:90%;font-size:1rem}.container-benefits__bikefit{flex-direction:column;width:auto;gap:1rem;padding:1rem}.banner__bikefit h1{font-size:2.2rem}}:root{--cor-branca: #fff;--cor-cinza: #2f2f2f;--cor-preta: #0a0a0a;--cor-verde: #28c70d;--fonte-poppins: "Poppins", sans-serif}.container__footer{margin-top:20%;height:30vh;display:flex;align-items:center;justify-content:space-around;background:#28c70d;background:linear-gradient(90deg,#28c70d,#69fd00)}.logo__foter img{width:130px}.container__footer span{color:var(--cor-preta);font-weight:500;font-size:1rem}.contacts__footer,.sponsors__footer{display:flex;flex-direction:column;align-items:center;justify-content:center}.contacnts-icons__footer{display:flex;align-items:center;gap:1rem}.contacnts-icons__footer a{font-size:2rem;color:var(--cor-preta);transition:all .3s ease-in-out}.contacnts-icons__footer a:hover{transform:scale(1.1)}.location__footer span{width:280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sponsors-logos{display:flex}.sponsors-logos img{width:100px}.sponsors-logos-bigger{margin-top:.55rem}.sponsors-logos-bigger img{width:70px}@media (max-width: 600px){.container__footer{height:auto;padding:2rem;flex-direction:column}.container__footer span{text-align:center}.location__footer span{text-align:center;margin:1.2rem}}
