.navbar {
  background-color: rgb(12, 15, 11);
  padding: 15px 0;
}
.navbar .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 500px) {
  .navbar .container {
    align-items: center;
    justify-content: center;
  }
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .navbar .navbar-brand {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.navbar .navbar-brand .logo-img {
  max-height: 40px;
  width: auto;
}
.navbar .nav-link {
  color: #fff;
  margin: 0 15px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}
.navbar .nav-link:hover {
  color: #a100ff;
}
.navbar .btn-login {
  border: 1px solid #a100ff;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.navbar .btn-login:hover {
  background: #a100ff;
  color: #fff;
}
.navbar .btn-registro {
  background: linear-gradient(180deg, rgb(71, 144, 231), rgb(179, 2, 217));
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  border: none;
}
.navbar .btn-registro:hover {
  opacity: 0.8;
}
.navbar .custom-toggler {
  width: 3rem;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 15px;
}
.navbar .custom-toggler span {
  width: 100%;
  height: 3px;
  background: linear-gradient(180deg, rgb(71, 144, 231), rgb(179, 2, 217));
  border-radius: 5px;
  transition: 0.3s;
}
.navbar .custom-toggler:hover span {
  background: rgb(179, 2, 217);
}

.hero-section {
  background: url("./img/BG.jpg");
  color: #fff;
  padding: 80px 0;
  background-size: cover;
  background-position-x: left;
  background-repeat: no-repeat;
  background-position-y: center;
}
@media screen and (max-width: 500px) {
  .hero-section {
    background-size: 50rem;
    background-position-y: top;
    background-position-x: center;
    background-color: #000;
  }
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.hero-section h1 .highlight {
  color: rgb(179, 2, 217);
}
.hero-section p {
  font-size: 1.2rem;
  margin-top: 10px;
  opacity: 0.8;
}
.hero-section .btn-gradient {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgb(71, 144, 231), rgb(179, 2, 217));
  color: #000;
  transition: 0.3s ease-in-out;
}
.hero-section .btn-gradient:hover {
  opacity: 0.8;
}
.hero-section .hero-stats {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  background: #000;
  border-radius: 12px;
}
.hero-section .hero-stats .stats-container {
  display: flex;
  background: linear-gradient(180deg, rgba(204, 0, 204, 0.5019607843), rgba(51, 153, 255, 0.1019607843));
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid #47a0f2;
  box-shadow: 0 0 10px #47a0f2;
  width: 100%;
  justify-content: space-between;
}
.hero-section .hero-stats .stats-container .stat {
  text-align: left;
  font-size: 1rem;
  color: #fff;
  flex: 1;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.hero-section .hero-stats .stats-container .stat span {
  line-height: 1;
}
.hero-section .hero-stats .stats-container .stat strong {
  font-size: 2rem;
  color: #fff;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .hero-section .hero-stats .stats-container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .hero-section .hero-stats .stat {
    flex: 1 1 50%;
    margin-bottom: 10px;
  }
}
.hero-section .hero-img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.porque-investir {
  padding: 80px 0;
  background: #000;
  background-image: url("./img/BG1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.porque-investir h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.porque-investir h2 .highlight {
  color: rgb(179, 2, 217);
}
.porque-investir .card-invest {
  backdrop-filter: blur(5px);
  background: linear-gradient(0deg, rgba(179, 3, 218, 0.5019607843) 0%, transparent 60%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgb(71, 144, 231);
  box-shadow: 0 0 10px rgb(71, 144, 231);
  text-align: center;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.porque-investir .card-invest img {
  max-width: 60px;
  margin-bottom: 15px;
}
.porque-investir .card-invest h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.porque-investir .card-invest p {
  font-size: 1rem;
  opacity: 0.8;
}
.porque-investir .card-invest:hover {
  box-shadow: 0 0 15px rgb(71, 144, 231);
  transform: translateY(-5px);
}
.porque-investir .btn-gradient {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgb(71, 144, 231), rgb(179, 2, 217));
  color: #000;
  transition: 0.3s ease-in-out;
}
.porque-investir .btn-gradient:hover {
  opacity: 0.8;
}

.avaliacoes-section {
  padding: 80px 0;
  background: url("./img/BG2.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  max-width: 100vw;
  overflow-x: hidden;
}
.avaliacoes-section h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.avaliacoes-section .swiper-container {
  position: relative;
  padding-bottom: 50px;
}
.avaliacoes-section .review-card {
  background: #3399ff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 280px;
  margin: auto;
  display: grid;
}
.avaliacoes-section .review-card img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 2px solid rgb(71, 144, 231);
}
.avaliacoes-section .review-card h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  color: #000033;
}
.avaliacoes-section .review-card .data {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 10px;
  text-align: left;
  color: #000033;
}
.avaliacoes-section .review-card .stars {
  display: flex;
  justify-content: left;
  gap: 5px;
  margin-bottom: 10px;
}
.avaliacoes-section .review-card .stars .material-icons {
  font-size: 20px;
  color: #000033;
}
.avaliacoes-section .review-card .review-text {
  font-size: 0.9rem;
  opacity: 0.8;
  text-align: left;
  color: #000033;
}
.avaliacoes-section .review-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.6);
}
.avaliacoes-section .custom-prev,
.avaliacoes-section .custom-next {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.avaliacoes-section .custom-prev:hover,
.avaliacoes-section .custom-next:hover {
  color: #a100ff;
  filter: drop-shadow(0 0 10px #fff);
}
.avaliacoes-section .custom-prev {
  left: -50px;
}
.avaliacoes-section .custom-next {
  right: -50px;
}
@media (max-width: 768px) {
  .avaliacoes-section .custom-prev {
    left: 10px;
  }
  .avaliacoes-section .custom-next {
    right: 10px;
  }
}

.como-comecar {
  padding: 80px 0;
  background: url("./img/BG3.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.como-comecar h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.como-comecar h2 .highlight {
  color: rgb(71, 144, 231);
}
.como-comecar .step-card {
  background: linear-gradient(0deg, rgba(179, 3, 218, 0.5019607843) 0%, rgba(51, 153, 255, 0) 80%);
  padding: 0 20px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 212, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
  transition: 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.como-comecar .step-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.6);
}
.como-comecar .step-card .step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(0deg, #cc00cc 0%, #000000 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -35px auto 15px;
  border: 1px solid rgba(0, 212, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}
.como-comecar .step-card .step-icon img {
  width: 40px;
  height: auto;
}
.como-comecar .step-card h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.como-comecar .step-card h3 .step-number {
  color: rgb(71, 144, 231);
  font-size: 1.5rem;
}
.como-comecar .step-card p {
  font-size: 1rem;
  opacity: 0.8;
}
.como-comecar .step-card p .neon,
.como-comecar .step-card p .valor,
.como-comecar .step-card p .acao {
  color: rgb(71, 144, 231);
  font-weight: bold;
}
.como-comecar .btn-gradient {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgb(71, 144, 231), rgb(179, 2, 217));
  color: #000;
  transition: 0.3s ease-in-out;
}
.como-comecar .btn-gradient:hover {
  opacity: 0.8;
}

.negocie {
  padding: 3rem 0;
  background: url("./img/background-city-neon.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.negocie .neon-icon {
  max-width: 140px;
  margin-bottom: 20px;
  max-width: 20rem;
  margin-bottom: 20px;
  width: 100%;
}
.negocie h2 {
  font-size: 2.5rem;
  font-weight: bold;
  max-width: 670px;
  margin: 20px auto;
}
.negocie h2 .highlight {
  color: rgb(179, 2, 217);
}
.negocie p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.8;
}
.negocie .btn-gradient {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgb(71, 144, 231), rgb(179, 2, 217));
  color: #000;
  transition: 0.3s ease-in-out;
}
.negocie .btn-gradient:hover {
  opacity: 0.8;
}

.faq {
  padding: 80px 0;
  background: #000;
  color: #fff;
}
.faq .faq-title-img {
  max-width: 200px;
  margin-bottom: 10px;
}
.faq .faq-subtitle {
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 0px;
}
.faq .faq-logo {
  max-width: 150px;
  margin-top: 10px;
}
.faq .faq-item {
  margin-bottom: 20px;
}
.faq .faq-item h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.faq .faq-item p {
  font-size: 0.8rem;
  opacity: 0.8;
}
.faq .faq-item .highlight {
  color: rgb(179, 2, 217);
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq .faq-title-img {
    max-width: 150px;
  }
  .faq .faq-item h3 {
    font-size: 1.1rem;
  }
  .faq .faq-item p {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=styles.css.map */
