*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}@media only screen and (max-width:75em){html{font-size:50%}}body{font-family:"Nunito",sans-serif;font-weight:300;line-height:1.6}.container{width:100vw;height:100vh;display:grid;grid-template-columns:[full-start] minmax(6rem,1fr) [center-start] repeat(8,[col-start] minmax(-webkit-min-content,1fr) [col-end]) [center-end] minmax(6rem,1fr) [full-end];grid-template-columns:[full-start] minmax(6rem,1fr) [center-start] repeat(8,[col-start] minmax(min-content,1fr) [col-end]) [center-end] minmax(6rem,1fr) [full-end]}.heading-1,.heading-2,.heading-3,.heading-4{font-family:"Josefin Sans",sans-serif;font-weight:700}.heading-1{font-size:5rem;line-height:1}@media only screen and (max-width:37.5em){.heading-1{font-size:4.5rem}}.heading-2{font-size:4rem;line-height:1}.heading-3{font-size:2.5rem;line-height:1}.heading-4{font-size:2rem;line-height:1}.btn{outline:none;font-family:"Josefin Sans",sans-serif;color:#fff;border:none;font-size:1.5rem;text-transform:uppercase;padding:1.5rem 3rem;cursor:pointer}.primary--btn{background-color:#7971ea;border-radius:1.5rem;transition:all .2s}.primary--btn:hover{background-color:#493ed0}.header{justify-content:space-around;grid-column:full-start/full-end;background:#1a2c5b}.header,.header__nav{display:flex;align-items:center}.header__nav{align-self:stretch}.header__nav .btn__header{height:100%;background-color:transparent}.header__nav .btn__header:hover{background-color:#51618b}@media only screen and (max-width:50em){.header__nav .btn__header{width:100%}}.header__nav .activate{background-color:#51618b}.header__hamburguerMenu{display:none}@media only screen and (max-width:50em){.header__hamburguerMenu{display:block;cursor:pointer;width:5rem;color:#7971ea}.header__nav{display:flex;flex-direction:column;width:100%;height:50vh;position:absolute;opacity:1;transition:all .5s ease;top:7.4rem;left:-100%}}@media only screen and (max-width:50em)and (max-width:37.5em){.header__nav{top:4.5rem}}@media only screen and (max-width:50em){.header__nav--active{background:#1a2c5b;left:0;z-index:1}}@media only screen and (max-width:37.5em){.header-logo{width:12rem}}.slogan{grid-column:full-start/full-end;display:flex;justify-content:center;align-items:center;padding:0 5rem;margin:5rem 0 0}@media only screen and (max-width:37.5em){.slogan{flex-direction:column}}.slogan__text{display:flex;flex-direction:column;align-items:center;width:100%}.slogan-btn{background-color:#7971ea;border-radius:1.5rem;margin-top:2rem;transition:all .2s}.slogan-btn:hover{background-color:#493ed0}.slogan__photo--2{height:45rem;max-width:100%}.slogan .heading-2{color:#3e4e88}.slogan .heading-1{color:#1a2c5b}.slogan .heading-1,.slogan .heading-2{text-align:center}@keyframes costumersToLeft{0%{left:0;background:#00f}to{left:100%;background:red}}.customers{grid-column:full-start/full-end;display:grid;grid-template-rows:repeat(2,1fr) repeat(3,5vw);grid-template-columns:repeat(6,1fr);justify-items:center;align-items:center;grid-gap:3rem;gap:3rem;margin:10rem 0}.customers__item--1{grid-row:3/4;grid-column:3/4}.customers__item--2{grid-row:3/4;grid-column:4/5}.customers__item--3{grid-row:4/5;grid-column:2/3}.customers__item--4{grid-row:4/5;grid-column:3/4}.customers__item--5{grid-row:4/5;grid-column:4/5}.customers__item--6{grid-row:4/5;grid-column:5/6}.customers__item--7{grid-row:5/6;grid-column:3/4}.customers__item--8{grid-row:5/6;grid-column:4/5}.customers__img{height:100%;width:100%;transition:all .3s}.customers__img:hover{transform:translateY(-1.2rem) scale(1.05)}.customers__description{grid-column:1/-1;grid-row:1/3;text-align:center}.customers__description--main{color:#1a2c5b;display:block;font-size:2.5rem}.customers__description--sub{color:#3e4e88;display:block;font-size:4rem}.features{grid-column:full-start/full-end;display:grid;grid-template-columns:repeat(4,minmax(15rem,1fr));grid-template-rows:1fr auto;justify-items:center;grid-gap:2rem;gap:2rem;align-items:start;color:#1a2c5b;background-color:#f1f6f9;padding:5rem}@media only screen and (max-width:50em){.features{grid-template-columns:1fr}}.features__header{display:flex;align-items:center;justify-content:center;grid-column-gap:5rem;-webkit-column-gap:5rem;column-gap:5rem;grid-column:1/-1;grid-row:1/2}@media only screen and (max-width:37.5em){.features__header{flex-direction:column;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}}.features__header--img{max-width:100%;max-height:100%}@media only screen and (max-width:37.5em){.features__header--img{display:none}}.features__header--center{color:#1a2c5b;text-align:center}.feature{display:grid;grid-template-columns:1fr;justify-items:center;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;grid-row-gap:1.5rem;row-gap:1.5rem;border-radius:.5rem;padding:1rem;transition:box-shadow .3s,transform .3s}.feature__icon{transition:all .3s ease-out;width:4rem;height:4rem;grid-row:1/2;transform:translateY(-.25rem);color:#7971ea}.feature__text{font-size:1.8rem;text-align:center}.feature:hover{box-shadow:0 0 35px -2px rgba(0,0,0,.2)}.feature:hover .feature__icon{transform:scale(1.2);color:#493ed0}.feature__header{text-align:center}@media only screen and (max-width:50em){.feature__header{border-bottom:2.5px solid #00a08f}}.footer{background-color:#1a2c5b;grid-column:full-start/full-end;padding:8rem;display:flex;flex-direction:column;align-items:center;color:#fff}.nav{display:flex;grid-gap:3rem;gap:3rem;list-style:none}@media only screen and (max-width:37.5em){.nav{flex-direction:column}}.nav__link:link,.nav__link:visited{font-size:1.4rem;color:#fff;text-decoration:none;font-family:"Josefin Sans",sans-serif;text-transform:uppercase;text-align:center;padding:1rem;display:block;transition:all .2s}.nav__link:active,.nav__link:hover{background-color:#3e4e88;transform:translateY(-3px)}.copyright{font-size:1.4rem;margin-top:3rem;margin-right:auto;margin-left:auto;text-align:center;width:70%;border-top:1px solid #3e4e88}.team{grid-column:full-start/full-end;display:grid;grid-template-columns:repeat(auto-fit,minmax(55rem,1fr))}@media only screen and (max-width:37.5em){.team{grid-template-columns:repeat(auto-fit,minmax(40rem,1fr))}}.team__group{display:flex;flex-direction:column;justify-items:center;align-items:center;padding:5rem}.team__group p{font-size:1.6rem;line-height:1.7;text-align:justify}.team .group{display:flex}.team .group__images{position:relative}.team .group__images img{box-shadow:0 10px 30px 1px rgba(0,0,0,.3);height:25rem;width:25rem;margin:3rem 0;border-radius:50%;cursor:pointer}.team .group__svg{cursor:pointer;fill:#0e76a8;position:absolute;bottom:2.5rem;right:-2.5rem;height:4rem;width:4rem}.team .heading-2{text-align:center;color:#1a2c5b}.team .heading-4{color:#3e4e88;padding-top:2rem}.support{grid-column:full-start/full-end;padding:5rem 5rem 0;transition:background-color 10s cubic-bezier(.2,.8,.2,1)}.support__main{display:flex;justify-content:center}@media only screen and (max-width:37.5em){.support__main{flex-direction:column}}.support__main--img{height:40rem;max-width:100%}.support__main--text{text-align:center}.support__main--text,.support__sub{display:flex;flex-direction:column;align-items:center;justify-content:center}.support__sub{padding:8rem 0 0;grid-gap:2.5rem;gap:2.5rem}.support__sub-line{width:20rem;height:2px;background-color:#626ee3}.support .heading-1,.support .heading-2,.support .heading-3,.support .heading-4{color:#1a2c5b}.support .heading-1-sub{margin-bottom:2rem}.topics{grid-column:center-start/center-end;display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));margin:10rem;grid-gap:2.5rem;gap:2.5rem}@media only screen and (max-width:37.5em){.topics{margin:5rem 0}}.topic{display:flex;background-color:#fff;flex-direction:column;align-items:center;justify-content:center;box-shadow:2px 2px 4px rgba(50,50,93,.1);border:1px solid rgba(0,0,0,.14);border-radius:4px;padding-top:2rem}.topic__icon{width:4rem;color:#7971ea}.topic__line{border-radius:4px;align-self:flex-end;width:100%;height:4px;background-color:#f1f6f9}.topic:hover .topic__line{background-color:#493ed0}.topic .heading-4{padding:2.5rem}.pricing{grid-column:full-start/full-end}.pricing__head{display:flex;align-items:center;justify-content:center;padding:10rem 10rem 5rem;text-align:center}.pricing__head .heading-1{color:#1a2c5b}@media only screen and (max-width:37.5em){.pricing__head{padding:1.5rem}}.pricing__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));margin:5rem;box-shadow:0 3px 12px 0 rgba(0,0,0,.12)}@media only screen and (max-width:50em){.pricing__body{grid-template-columns:1fr;grid-gap:3rem;gap:3rem;box-shadow:none;margin:5rem 0}}.plan{display:flex;flex-direction:column;align-items:center;padding:5rem}@media only screen and (max-width:50em){.plan{place-self:center;min-width:40rem;box-shadow:0 3px 12px 0 rgba(0,0,0,.12)}}.plan--btn{background-color:#00dbc4;border-radius:1.5rem;transition:all .2s}.plan--btn:hover{background-color:#00a08f}.plan--3{border-top:4px solid #00a08f;border-left:1px solid #dedede}.plan--1{border-top:4px solid #6b48ff}.plan--2{border-left:1px solid #dedede;border-top:4px solid #0d3f67}.plan p{color:#1a2c5b;font-size:2rem}.plan__svg{height:18rem;width:18rem;padding-bottom:2rem}.plan__list{list-style:none}.plan__list-item{color:#1a2c5b;display:flex;grid-gap:1rem;gap:1rem;justify-content:flex-start;font-size:1.5rem;align-items:center}.plan__list-icon{height:1.5rem;color:#7971ea}.plan__features{border-top:1px solid #dedede;margin-top:5rem}.plan .heading-1,.plan .heading-2,.plan .heading-3,.plan .heading-4{color:#1a2c5b;padding:1.5rem}.scrollTop{position:fixed;bottom:2rem;right:1.5rem;height:6.5rem;color:#00a08f;z-index:1000;cursor:pointer;animation:fadeIn .3s;transition:opacity .4s;opacity:.5}.scrollTop:hover{opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:.5}}.sidebar{background:#f4f4f4;display:flex;height:100%;flex-direction:column;transition:width .18s ease;border-right:1px solid #eaeaea;overflow:hidden}.sidebar__header{margin:2rem 1rem}.sidebar .menu{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:4px;width:3rem;height:3rem;transition:background-color .1s;background:none;outline:none;border:none;box-shadow:none}.sidebar .menu:hover{background-color:#fafafa;box-shadow:0 0 0 1px #ededed}.sidebar .menu .hamburguerMenu{width:2.5rem;color:#7971ea}.sidebar__body{list-style:none;display:flex;flex-direction:column;overflow:hidden}.sidebar__body--scroll{overflow-y:auto;overflow-x:hidden;max-height:78vh}.sidebar__body--scroll .navbar{display:flex;flex-direction:column}.sidebar__body--scroll .navbar__item{cursor:pointer;display:flex;padding:1rem 1rem 1rem 1.5rem;align-items:center}.sidebar__body--scroll .navbar__item-icon{min-width:2rem;width:2rem;color:#767678;margin-right:1rem}.sidebar__body--scroll .navbar__item-icon--4{color:#079107}.sidebar__body--scroll .navbar__item-icon--5{color:#00f}.sidebar__body--scroll .navbar__item-icon--morado{color:#493ed0}.sidebar__body--scroll .navbar__item-cant,.sidebar__body--scroll .navbar__item-text{font-size:1.4rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar__body--scroll .navbar__item-cant{margin-left:auto}.sidebar__body--scroll .navbar__item:hover{background-color:#fafafa}.sidebar__body--scroll .navbar-lastStaticList{margin:9px 16px;height:1px}.sidebar__body--scroll .navbar .active{background-color:#ededed;color:#493ed0}.sidebar__body--addList .addTask{display:flex;cursor:pointer;padding:1rem 1rem 1rem 1.5rem;align-items:center}.sidebar__body--addList .addTask__icon{min-width:2rem;width:2rem;margin-right:1rem;color:#493ed0}.sidebar__body--addList .addTask__input{outline:none;background-color:transparent;border:0;overflow:hidden}.sidebar__body--addList .addTask__input:focus::-webkit-input-placeholder{color:grey}.sidebar__body--addList .addTask__input:focus:-ms-input-placeholder{color:grey}.sidebar__body--addList .addTask__input:focus::-ms-input-placeholder{color:grey}.sidebar__body--addList .addTask__input:focus::placeholder{color:grey}.sidebar__body--addList .addTask__input::-webkit-input-placeholder{color:#493ed0;font-size:1.4rem}.sidebar__body--addList .addTask__input:-ms-input-placeholder{color:#493ed0;font-size:1.4rem}.sidebar__body--addList .addTask__input::-ms-input-placeholder{color:#493ed0;font-size:1.4rem}.sidebar__body--addList .addTask__input::placeholder{color:#493ed0;font-size:1.4rem}.sidebar__body--addList .addTask:hover{background-color:#fafafa}.sidebar-expand{width:30rem}.sidebar-exited{width:5.5rem}.task{display:flex;flex-direction:column;height:100vh}.task__header{background-color:#1a2c5b;min-height:5rem;display:flex;align-items:center;justify-content:space-between}.task__header-title{padding-left:2rem;font-size:2rem;color:#fff}.task__header .user-nav{padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:center;justify-content:space-between}.task__header .user-nav__user-photo{height:3.75rem;cursor:pointer;border-radius:50%;margin-right:1rem}.task__header .user-nav__user--text{font-size:1.5rem;margin-right:1rem}.task__main{flex:1 1;display:flex}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,97.3%,.6784313725490196)}.loader{z-index:1000;top:50%;left:50%;position:fixed;transform:translate(-50%,-50%)}.taskList{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;overflow:hidden}.taskList .backgroundLines{margin:0 2.4rem;flex:1 1;background:linear-gradient(180deg,#fff,#fff 5rem,#e5e5e5 0,#e5e5e5 0);background-size:100% 5.1rem;box-shadow:inset 0 1px 0 0 #e5e5e5}.taskList-header{margin:2rem 0 2rem 2rem;color:#3e69e4}.taskList-header .todayNow{margin-top:1rem;font-size:1.2rem;display:inline-block}.taskList .baseAdd{display:flex;justify-content:flex-start;align-items:center;margin:0 2.4rem;padding:1rem 0}.taskList .baseAdd__icon{margin-right:1rem;color:#3459c1}.taskList .baseAdd__input{width:100%;outline:none;background-color:transparent;border:0;overflow:hidden}.taskList .baseAdd__input:focus::-webkit-input-placeholder{color:grey}.taskList .baseAdd__input:focus:-ms-input-placeholder{color:grey}.taskList .baseAdd__input:focus::-ms-input-placeholder{color:grey}.taskList .baseAdd__input:focus::placeholder{color:grey}.taskList .baseAdd__input::-webkit-input-placeholder{color:#3459c1;font-size:1.4rem}.taskList .baseAdd__input:-ms-input-placeholder{color:#3459c1;font-size:1.4rem}.taskList .baseAdd__input::-ms-input-placeholder{color:#3459c1;font-size:1.4rem}.taskList .baseAdd__input::placeholder{color:#3459c1;font-size:1.4rem}.taskList .baseAdd-focus{border-bottom:1px solid #3459c1}.taskList .tasks__item{margin:0 2.4rem;display:flex;align-items:center;max-height:5rem;border-bottom:1px solid #e5e5e5}.taskList .tasks__item-icons{display:flex;position:relative;margin-right:1rem}.taskList .tasks__item-icons .icon{color:#3459c1;fill:#3459c1;cursor:pointer}.taskList .tasks__item-icons .icon--circleCheck{position:absolute;top:1.5rem;min-width:1rem;width:1.5rem;left:.3rem;opacity:0}.taskList .tasks__item-icons .icon--circleCheck:hover{transition:opacity .1s;opacity:1}.taskList .tasks__item-arrowMenu,.taskList .tasks__item-importanceButton{cursor:pointer;color:#767678;margin-left:1rem}.taskList .tasks__item-arrowMenu:hover,.taskList .tasks__item-importanceButton:hover{color:#000}.taskList .tasks__item-importanceCompleted{cursor:pointer;fill:#3459c1}.taskList .tasks__item-btn{padding:1.5rem 0;border:0;outline:none;background-color:transparent;width:100%;text-align:left}.taskList .tasks__item-btn .completed{text-decoration:line-through}.policy{grid-column:full-start/full-end;padding:5rem;color:#1a2c5b}.policy p{font-size:1.6rem;line-height:1.7;text-align:justify}.policy-body{max-width:120rem;margin:0 auto}.policy .heading-3,.policy .heading-4{margin:2rem 0}.menu-container{background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.13),0 .6px 1.8px 0 rgba(0,0,0,.11)}.menu-item{color:#767678;font-size:1.4rem}.menu-item--delete{color:red}.menu-space{margin-right:1rem}.icon-small{min-width:2rem;width:2rem;max-height:2rem}
/*# sourceMappingURL=main.a3e04e6f.chunk.css.map */