@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
/* font-family: 'Nunito', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* font-family: 'Roboto', sans-serif; */
/* Global */
html,
body {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: 'Roboto', sans-serif;
}
/* Navbar */
.style-nav {
  height: 75px;
}
.formatting-nav .item {
  max-width: 150px;
  align-items: center;
  display: flex;
}
.formatting-nav .item a:hover {
  color: #a663cd;
}
.item-nav {
  color: #707070;
  text-decoration: none;
  font-size: 17px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.logo-nav {
  height: 60px;
  margin: 0 auto;
}
.line-nav {
  height: 1px;
  background-color: #cbcbcb;
}
.btn-navbar {
  border: solid 1px #5c4db0;
  border-radius: 7px;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.btn-navbar svg {
  width: 30px;
  height: 30px;
  margin: auto;
  color: #5c4db0;
}
.navbar-mobile {
  padding: 15px;
}
.navbar-mobile a {
  font-size: 20px;
  color: #707070;
}
/* Banner */
.container-banner {
  padding: 0;
}
.banner {
  width: 94.4%;
  height: 500px;
  background-color: #cdebe9;
  background-image: url(assets/img/Caminho\ 11420.png);
  background-position: bottom left;
  background-size: contain;
  border-radius: 50px 0px 0px 50px;
  margin-left: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.text-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 320px;
  /* height: 240px; */
  background-color: #cdebe9;
}
.text-banner img {
  height: 50px;
  vertical-align: baseline;
}
.store-banner {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.btn-store-apple {
  background-image: url(assets/img/img-store-apple.png);
  width: 133px;
  height: 40px;
  background-size: cover;
}
.btn-store-google {
  background-image: url(assets/img/img-store-google.png);
  width: 133px;
  height: 40px;
  background-size: cover;
}
.title-banner {
  color: #5c4db0;
  font-size: 22px;
  /* text-align: end; */
}
.iframe-banner {
  height: 80%;
  max-width: 50%;
}
.iframe-banner iframe {
  border-radius: 30px;
}
/* Começe Agora */
#comece-agora {
  margin: 60px 0px;
}
.title-comece {
  color: #707070;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
.item-comece {
  width: 300px;
  height: 150px;
  background-color: white;
  padding: 10px;
  box-shadow: 10px 10px 20px #0000003b;
  border-radius: 10px;
}
.item-comece h3 {
  text-align: center;
  color: #8749b9;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
.item-comece p {
  font-size: 14px;
  color: #727272;
}
.btn-purple {
  background-color: #8a4bbb;
  color: #fff;
  width: 100%;
}
.btn-purple:hover {
  background-color: #5c4db0;
  color: #fff;
}
/* Vantagens Pilar */
.container-vantagens {
  padding: 0px;
}
.banner-vantagens {
  width: 94.4%;
  /* height: 500px; */
  padding: 50px 0px;
  background-color: #cdebe9;
  background-image: url(assets/img/Caminho\ 11420.png);
  background-position: top center;
  /* background-position: bottom left; */
  /* background-size: contain; */
  border-radius: 0px 50px 50px 0px;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.title-vantagens {
  color: #707070;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
.itens-vantagens {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin-bottom: 25px;
}
.item-vantagem {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
  /* width: 200px; */
  /* height: 200px; */
  width: 220px;
  height: 220px;
  background-color: white;
  /* padding: 10px; */
  padding: 15px;
  border-radius: 15px;
  margin: 8px 8px;
}
.item-vantagem img {
  margin: auto;
  /* height: 60px; */
  height: 40px;
  margin-bottom: 15px;
}
.img-vantagem {
  text-align: center;
  height: 90px;
  /* margin: 15px 0px 8px; */
}
.item-vantagem h4 {
  text-align: center;
  color: #8a4bbb;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}
.item-vantagem p {
  text-align: center;
  font-size: 12px;
  /* font-size: 14px; */
  /* margin: auto; */
}
.btn-vantagem {
  background-color: #8a4bbb;
  color: #fff;
  width: 200px;
}
.btn-vantagem:hover {
  background-color: #5c4db0;
  color: #fff;
}
/* Carousel */
.title-carousel {
  color: #707070;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.img-carousel-custom {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
}
.btn-carousel-custom {
  background-color: transparent;
  border: 2px solid #8749b9;
  border-radius: 10px;
  width: 100px;
  height: 45px;
}
.btn-carousel-custom.next {
  text-align: end;
}
.btn-carousel-custom.prev {
  text-align: start;
}
.btn-carousel-custom svg {
  width: 25px;
  height: 25px;
}
.text-carousel-custom {
  height: 300px;
  display: flex;
  flex-direction: column;
}
.text-carousel-custom h2 {
  color: #8749b9;
  margin-bottom: 25px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
.text-carousel-custom p {
  color: #707070;
  flex: 1;
}
/* Duvidas */
.bg-duvidas {
  background-image: url(assets/img/Caminho\ 11422.png);
  background-color: #f1f3f5;
  padding: 70px 0px;
}
.accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}
.accordion-body {
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  width: 97%;
  margin: 0px auto;
  color: #707070;
  padding: 30px;
}
.accordion-duvidas {
  border: none;
  width: 100%;
  background-color: #8749b9;
  color: white;
  border-radius: 20px;
  height: 70px;
  padding: 5px 15px;
  box-shadow: 4px 4px 15px #00000026;
  cursor: pointer;
}
.accordion-duvidas.collapsed {
  background-color: white;
  color: #8749b9;
}
.duvidas-icon {
  min-width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.duvidas-app {
  background-image: url(assets/img/question-mark-white.png);
}
.accordion-duvidas.collapsed .duvidas-app {
  background-image: url(assets/img/question-mark.png);
}
.duvidas-categoria {
  background-image: url(assets/img/wishlist-white.png);
}
.accordion-duvidas.collapsed .duvidas-categoria {
  background-image: url(assets/img/wishlist.png);
}
.duvidas-funciona {
  background-image: url(assets/img/notification-white.png);
}
.accordion-duvidas.collapsed .duvidas-funciona {
  background-image: url(assets/img/notification.png);
}
.duvidas-diferenciais {
  background-image: url(assets/img/review-white.png);
}
.accordion-duvidas.collapsed .duvidas-diferenciais {
  background-image: url(assets/img/review.png);
}
.accordion-duvidas img {
  margin-right: 5px;
}
.accordion-duvidas span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  flex: 1;
}
.list-duvidas li {
  margin-bottom: 15px;
}
/* Formulario */
.margin-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
.text-form {
  text-align: center;
}
.text-form h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  font-weight: bolder;
  color: #707070;
  text-align: start;
}
.text-form p {
  font-size: 18px;
  color: #727272;
  text-align: start;
}
.text-form img {
  max-width: 100%;
}
.form-style {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 4px 8px 15px #00000036;
}
.color-select {
  color: #707070;
}
.form-control::placeholder {
  color: #707070;
}
.input-alert {
  border-color: red;
  transition: ease-in 1000;
}
.input-alert::placeholder {
  color: red;
  transition: ease-in 1000;
}
.mensagem-enviada {
  background-color: #e8ffea;
  color: #027c0d;
  padding: 6px;
}
.mensagem-erro {
  background-color: #f5d7d7;
  color: #7c0202;
  padding: 6px;
}
/* Footer */
.bg-footer {
  background-color: #f3f5f7;
  padding: 40px 0px;
}
.list-footer li {
  margin: 15px 0px;
  color: #707070;
}
.list-footer a {
  text-decoration: none;
  color: #707070;
}
/* Page Políticas */
/* Banner */
.container-banner-politica {
  padding: 0;
}
.banner-politica {
  width: 94.4%;
  background-color: #cdebe9;
  background-image: url(assets/img/Caminho\ 11420.png);
  border-radius: 100px 0px 0px 100px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-politica h2 {
  margin: 10px;
  color: #707070;
  font-size: 1.75rem;
  font-weight: bold;
}
/* Content */
.title-politica {
  color: #8749b9;
  font-size: 1.07rem;
  font-weight: bold;
}
.text-politica {
  color: #707070;
  font-size: 14px;
}
/* Page Políticas */
/* Banner */
.container-banner-termos {
  padding: 0;
}
.banner-termos {
  width: 94.4%;
  background-color: #cdebe9;
  background-image: url(assets/img/Caminho\ 11420.png);
  border-radius: 100px 0px 0px 100px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-termos h2 {
  margin: 10px;
  color: #707070;
  font-size: 1.25rem;
  font-weight: bold;
}
/* Content */
.title-termos-pilar {
  color: #8749b9;
  font-size: 1.07rem;
  font-weight: bold;
}
.text-termos-pilar {
  color: #707070;
  font-size: 14px;
}
/* Media query */
@media only screen and (max-width: 766px) {
  .item-nav {
    font-size: 14px;
  }
  .item-vantagem p {
    margin: auto;
  }
  .text-carousel-custom {
    height: inherit;
  }
  .flex-direction-carousel {
    flex-direction: column-reverse;
  }
  .flex-direction-comece {
    flex-direction: column;
  }
  .img-carousel-custom {
    height: 600px;
  }
  .title-carousel {
    margin-bottom: 20px;
  }
  .text-carousel-custom h2 {
    text-align: center;
  }
  .text-form h2,
  .text-form p {
    text-align: center;
  }
  .text-form img {
    max-width: 60%;
  }
  .title-politica,
  .text-politica {
    margin: 15px 0;
  }
  .banner-termos,
  .banner-politica {
    width: 100%;
    border-radius: 0px;
    text-align: center;
  }
  .banner-termos h2,
  .banner-politica h2 {
    font-size: 1.15rem;
  }
}

@media only screen and (max-width: 920px) {
  .banner {
    width: 100%;
    border-radius: 0px;
    flex-direction: column;
    padding: 30px;
    height: inherit;
  }
  .text-banner {
    margin-bottom: 20px;
  }
  .title-banner {
    font-size: 27px;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .iframe-banner {
    max-width: 100%;
  }
  .banner-vantagens {
    width: 100%;
    border-radius: 0px;
    height: inherit;
    padding: 50px 0px;
  }
  .itens-vantagens {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .img-carousel-custom {
    height: 700px;
  }
  .text-form h2 {
    font-size: 32px;
  }
}
