.hero{padding:40px 0;position:relative;background-image:linear-gradient(to right bottom,#8200ff,#7306df,#640ac0,#550ca2,#470c85)}@media (max-width:768px){.hero{padding:20px 0}}.hero .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media (max-width:768px){.hero .container{flex-direction:column;align-items:center}}.hero .hero-content{display:flex;justify-content:space-between;align-items:center;gap:20px;width:100%}@media (max-width:768px){.hero .hero-content{flex-direction:column;text-align:center;gap:10px}}.hero .hero-content .hero-image{flex:1 1 50%;max-width:550px;order:-1}@media (max-width:768px){.hero .hero-content .hero-image{order:0;max-width:100%}}.hero .hero-content .hero-image img{width:100%;border-radius:8px}@media (max-width:768px){.hero .hero-content .hero-image img{width:70%;margin:auto}}.hero .hero-content .hero-text{flex:1 1 50%;max-width:550px;justify-content:flex-end}.hero .hero-content .hero-text .highlight{display:flex;position:relative;margin:0;width:40px;height:6px;border-radius:10px;background:var(--color-verde-200);margin-bottom:16px}@media (max-width:768px){.hero .hero-content .hero-text .highlight{margin:0 auto 10px}}.hero .hero-content .hero-text h1{font-size:2.5rem;font-weight:700;color:var(--color-branco);margin-bottom:16px}@media (max-width:768px){.hero .hero-content .hero-text h1{font-size:1.8rem;line-height:34px;margin-bottom:12px}}.hero .hero-content .hero-text p{font-size:1.1rem;font-weight:600;color:var(--color-verde-200);margin-bottom:24px}@media (max-width:768px){.hero .hero-content .hero-text p{font-size:.95rem;margin-bottom:16px}}.hero .hero-content .hero-text .btn-primary{background-color:var(--color-roxo-200);color:var(--color-branco);border-radius:200px;justify-content:center;align-items:center;width:100%;max-width:300px;height:56px;font-size:16px;font-weight:600;display:flex;gap:.5rem;margin:2rem 0 2rem 0;transition:all .3s}@media (max-width:768px){.hero .hero-content .hero-text .btn-primary{width:100%;justify-content:center;font-size:.9rem;height:48px;margin:2rem auto 1rem}}.hero .hero-content .hero-text .btn-primary:hover{background-color:var(--color-roxo-300)}.hero .hero-content .hero-text .apps p{color:#fff}.hero .hero-content .hero-text .hero-apps{display:flex;gap:20px;margin:auto}.hero .hero-content .hero-text .hero-apps li a{display:flex;justify-content:center;align-items:center;padding:10px 20px;width:150px;height:auto;background-color:#222;border-radius:10px}@media (max-width:768px){.hero .hero-content .hero-text .hero-apps{justify-content:center}}.cases{padding:4rem 3rem;max-width:100%}@media (max-width:768px){.cases{padding:4rem 1.5rem}}.cases h2{font-size:2rem;text-align:center}.cases h2::before{content:"";display:block;width:32px;height:6px;border-radius:100px;background:linear-gradient(90deg,var(--color-roxo-100),var(--color-roxo-200));margin:0 auto 12px auto}.cases p{font-size:1.1rem;color:#5a5a5a;margin-bottom:3rem;text-align:center}.cases ul{display:grid;grid-template-columns:repeat(auto-fit,280px);align-items:center;justify-items:center;justify-content:center;gap:2rem}.cases li{width:100%;overflow:hidden;border-radius:16px;box-shadow:0 9px 19px rgba(0,0,0,.2392156863)}.cases .item-content{display:flex;flex-direction:column;gap:.5rem;align-items:center;color:var(--color-branco);padding:2rem 1rem 1rem 1rem;background:var(--color-roxo-300)}.cases .item-content::after{content:"";display:block;width:32px;height:6px;border-radius:100px;background:var(--color-verde-200)}.cases .item-image{height:200px}.cases .item-image img{object-fit:cover;object-position:center;width:100%;height:100%}.planejamento{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:4rem;background:linear-gradient(222deg,var(--color-roxo-100),var(--color-roxo-200));border-radius:16px;position:relative;margin-top:3rem;margin-bottom:3rem}.planejamento>span{display:flex;justify-content:center;align-items:center;position:absolute;width:100px;height:100px;border-radius:50%;background:#f5eaff;top:-50px;right:200px;z-index:1}.planejamento h2{font-size:2rem;color:var(--color-branco);margin-bottom:1rem}.planejamento h2::before{content:"";display:block;width:32px;height:6px;border-radius:100px;background:var(--color-verde-200);margin-bottom:1rem}.planejamento a{justify-self:end;border:1px solid var(--color-branco);border-radius:50px;justify-content:center;align-items:center;display:flex;gap:1rem;padding:1rem 2rem;color:var(--color-branco);font-weight:600;transition:all .3s}.planejamento a:hover{background-color:var(--color-branco);color:var(--color-roxo-200)}.planejamento ul{grid-column:1/-1;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));justify-content:space-between}.planejamento li{display:flex;align-items:center;gap:10px;color:var(--color-branco);font-weight:700;background-color:rgba(0,0,0,.2);padding:10px;border-radius:10px}.planejamento li span{background-color:var(--color-roxo-300);color:var(--color-branco);border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:42px;height:42px;display:flex;box-shadow:0 9px 19px rgba(0,0,0,.2392156863)}@media (max-width:1200px){.planejamento{grid-template-columns:1fr;padding:3rem 2rem}.planejamento h2{margin-bottom:0}.planejamento a{justify-self:start}}.newsletter{padding:100px 0;background-color:#470c85;position:relative;overflow:hidden}@media (max-width:768px){.newsletter{padding:50px 0 0}}.newsletter .container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap;position:relative;z-index:10}.newsletter .newsletter-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:20px;z-index:10}.newsletter .newsletter-content h2{font-size:1.75rem;font-weight:700;color:var(--color-branco);margin:0;max-width:400px;width:100%}.newsletter .newsletter-content .newsletter-form{display:flex;justify-content:flex-end;max-width:500px;width:100%}.newsletter .newsletter-content .newsletter-form .input-group{display:flex;align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:5px 10px;width:100%;z-index:10}.newsletter .newsletter-content .newsletter-form .input-group .icon{margin-top:8px;margin-right:10px;font-size:1.2rem;color:var(--color-roxo-300)}.newsletter .newsletter-content .newsletter-form .input-group input{border:none;outline:0;padding:10px;font-size:1rem;flex:1;border-radius:50px}.newsletter .newsletter-content .newsletter-form .input-group .btn-primary{background:var(--color-roxo-100);color:#fff;padding:10px 20px;border:none;border-radius:50px;cursor:pointer;transition:background .3s ease-in-out}.newsletter .newsletter-content .newsletter-form .input-group .btn-primary:hover{background:#0051cc}.newsletter img{position:absolute;width:280px;bottom:-100px;right:0;object-fit:contain;z-index:5}.newsletter::before{content:"";position:absolute;bottom:-150px;right:-50px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.2) 0,rgba(71,12,133,0) 70%);z-index:4}@media (max-width:768px){.newsletter .container{flex-direction:column;align-items:center}.newsletter .newsletter-content{align-items:center;text-align:center;gap:20px;z-index:10}.newsletter .newsletter-content h2{font-size:1.5rem}.newsletter .newsletter-content .newsletter-form{justify-content:center}.newsletter img{position:relative;margin-top:20px;bottom:0;align-self:center}.newsletter::before{width:300px;height:300px}}.carousel-container{max-width:1320px;margin:0 auto;padding:0 15px}.owl-carousel{position:relative}.owl-carousel .owl-stage{margin:2rem 0 1rem 0;display:flex;padding:1rem 0}.owl-carousel .owl-stage-outer{overflow:hidden}.owl-carousel .item{width:100%;height:400px;display:flex;align-items:flex-end;background:#343434 no-repeat center center/cover;border-radius:16px;overflow:hidden;position:relative;transition:all .4s ease-in-out;cursor:pointer}.owl-carousel .item:after{content:"";display:block;position:absolute;height:100%;width:100%;left:0;top:0;background-image:linear-gradient(rgba(0,0,0,0),#000)}.owl-carousel .item.active{z-index:2}.owl-carousel .item-desc{padding:0 24px 16px;color:#fff;position:relative;z-index:1;overflow:hidden;transform:translateY(calc(100% - 64px));transition:all .4s ease-in-out;width:100%}.owl-carousel .item-desc h3{background-color:rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:10px;width:max-content;margin-bottom:.5rem}.owl-carousel .item-desc p{color:#fff;text-align:left;margin-top:.5rem;margin-bottom:0;opacity:0;transform:translateY(32px);transition:all .4s ease-in-out .2s}.owl-carousel .item-desc a{display:inline-block;opacity:0;transform:translateY(32px);transition:all .4s ease-in-out .2s;margin-top:1rem;padding:.5rem 2rem;background:#fff;color:#000;border-radius:26px;text-decoration:none}.owl-carousel .item-desc a:hover{background:rgba(255,255,255,.9)}.owl-carousel .item.active .item-desc{transform:translateY(0)}.owl-carousel .item.active .item-desc a,.owl-carousel .item.active .item-desc p{opacity:1;transform:translateY(0)}.owl-theme.custom-carousel .owl-nav{top:-46px;right:-11px;position:absolute}.owl-theme.custom-carousel .owl-nav button{border-radius:50%;background:0 0;border:none;padding:0;margin:0 5px}.owl-theme.custom-carousel .owl-nav button span{background-color:var(--color-roxo-200);border-radius:50%;color:#fff;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.owl-theme.custom-carousel .owl-nav button span:hover{background-color:#4d0e8b}.owl-theme.custom-carousel .owl-nav button.disabled{opacity:.5;cursor:default}.owl-theme.custom-carousel .owl-dots{margin-top:-10px;position:relative;z-index:5}.owl-theme.custom-carousel .owl-dots .owl-dot span{background:rgba(0,0,0,.5)}.owl-theme.custom-carousel .owl-dots .owl-dot.active span{background:var(--color-roxo-200)}@media (min-width:1200px){.carousel-container{padding:0 30px}}@media (min-width:992px) and (max-width:1199px){.owl-carousel .item{height:360px}}@media (min-width:768px) and (max-width:991px){.owl-carousel .item{height:330px}.owl-theme.custom-carousel .owl-nav{right:0}}@media (max-width:767px){.owl-carousel .item{height:350px}.owl-theme.custom-carousel .owl-nav{right:0}.owl-theme.custom-carousel .owl-dots{margin-top:0}}