 
 
 .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

 .icon i {
  font-size: 32px;
  color: #e3e4e7; /* azul bootstrap */
}
 
 body {
            font-family: "Poppins", sans-serif;
            color: #0f172a;
        }

        /* NAVBAR */
        .navbar {
            padding: 20px 0;
        }

        .navbar-brand {
            font-weight: 800;
            font-size: 1.4rem;
            color: #110f53;
        }

         .navbar-brand img{
            width:100%;
            max-width: 200px;
         }

        .btn-primary {
            background-color: #110f53;
            border: none;
            padding: 10px 22px;
            font-weight: 600;
            border-radius: 10px;
        }

        .btn-outline-primary {
            border-color: #110f53;
            color: #110f53;
            padding: 10px 22px;
            font-weight: 600;
            border-radius: 10px;
        }

        /* HERO */
        .hero {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8fbff, #eef4ff);
        }

        .hero h1 {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.15;
        }

        .hero h1 span {
            color: #110f53;
        }

        .hero p {
            font-size: 1.1rem;
            color: #939597;
            margin-top: 25px;
            max-width: 520px;
        }

        .hero-actions {
            margin-top: 40px;
        }

        .hero-info {
            margin-top: 25px;
            font-size: 0.95rem;
            color: #334155;
        }

        /* MOCKUP */
        .mockup {
            max-width: 100%;
        }

        /* RESPONSIVO */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.4rem;
            }
        }



.journey {
  background: radial-gradient(circle at top, #0b1220, #050814);
  padding: 100px 20px;
  color: #fff;

}

.journey-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.journey h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.subtitle {
  color: #9bb0d3;
  max-width: 700px;
  margin: 0 auto 80px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.timeline .line {
  position: absolute;
  top: 55px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg, #1fd1f9, #3b82f6);
  z-index: 1;
}

.step {
  position: relative;
  z-index: 2;
}

.number {
  position: absolute;
  top: -12px;
  right: calc(50% - 40px);
  background: #1fd1f9;
  color: #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: rgba(31, 209, 249, 0.08);
  border: 2px solid rgba(31, 209, 249, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #1fd1f9;
}

.card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color:#fac60e;
}

.card p {
  font-size: 15px;
  color: #cfd8f3;
}

/* Responsivo */
@media (max-width: 900px) {
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline .line {
    display: none;
  }

  .number {
    right: calc(50% - 13px);
  }
}




.features {
  background: #f9fafb;
  padding: 100px 20px;

}

.features-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.features h2 {
  font-size: 36px;
  margin-bottom: 14px;
  color: #0f172a;
}

.features-subtitle {
  max-width: 720px;
  margin: 0 auto 70px;
  color: #475569;
  font-size: 16px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.06);
  text-align: left;
}

.feature-icon i {
  font-size: 36px;
  color: #0d6efd;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e0ecff;
  color: #110f53;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #110f53;
}

.feature-card p {
  color: #475569;
  font-size: 15px;
  margin-bottom: 24px;
}

/* Mock Form */
.mock-form label {
  font-size: 12px;
  color: #64748b;
}

.mock-form input {
  width: 100%;
  padding: 10px;
  margin: 6px 0 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.mock-form .row {
  display: flex;
  gap: 10px;
}

.mock-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #3b82f6;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* Phone */
.phone {
  max-width: 220px;
  margin: auto;
  border: 2px solid #0f172a;
  border-radius: 28px;
  padding: 16px 12px;
}

.phone-header {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 12px;
}

.phone-msg {
  font-size: 12px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.phone-msg span {
  display: block;
  font-size: 10px;
  opacity: 0.6;
  margin-top: 4px;
}

.phone-msg.received {
  background: #e0f2fe;
}

.phone-msg.sent {
  background: #dcfce7;
  text-align: right;
}

/* Chart */
.chart {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 160px;
  margin-top: 20px;
}

.chart .bar {
  flex: 1;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  border-radius: 6px 6px 0 0;
}

/* Responsivo */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}



.solutions {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  padding: 110px 20px;

}

.solutions-container {
  max-width: 1200px;
  margin: auto;
}

.solutions h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 14px;
  color: #0f172a;
}

.solutions-subtitle {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
  color: #475569;
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
}

/* Cards */
.solution-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.06);
}

.solution-card.large {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solution-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.solution-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.solution-card p {
  margin-bottom: 14px;
  color: #334155;
}

.muted {
  color: #64748b;
  font-size: 15px;
}

/* Ícones */
.icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.icon.blue { background: #e0ecff; color: #2563eb; }
.icon.gray { background: #f1f5f9; color: #334155; }
.icon.green { background: #dcfce7; color: #15803d; }
.icon.orange { background: #ffedd5; color: #c2410c; }

/* Link */
.btn-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}





/* Coluna direita */
.solutions-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.solution-card ul {
  padding-left: 18px;
  margin: 14px 0 18px;
}

.solution-card ul li {
  margin-bottom: 8px;
  color: #475569;
  font-size: 14px;
}

.solution-card img {
  width: 100%;
  border-radius: 14px;
  margin-top: 10px;
  object-fit: cover;
}




/* Cards inferiores */
.bottom-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Responsivo */
@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .bottom-cards {
    grid-template-columns: 1fr;
  }
}





.testimonials {
  background: #f9fafb;
  padding: 110px 20px;

  text-align: center;
}

.testimonials-container {
  max-width: 1000px;
  margin: auto;
}

.testimonials h2 {
  font-size: 36px;
  color: #0f172a;
  margin-bottom: 12px;
}

.subtitle {
  color: #475569;
  margin-bottom: 80px;
}

.carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
}

.testimonial {
  background: #fff;
  width: 360px;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.06);
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.testimonial.active {
  opacity: 1;
  transform: scale(1);
}

.quote {
  font-size: 48px;
  color: #c7d2fe;
  display: block;
  margin-bottom: 10px;
}

.testimonial p {
  font-size: 16px;
  color: #334155;
  margin-bottom: 30px;
}

.author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.author strong {
  display: block;
  color: #0f172a;
}

.author span {
  font-size: 14px;
  color: #64748b;
}

/* Navegação */
.nav {
  background: none;
  border: 1px solid #c7d2fe;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  color: #2563eb;
  position: absolute;
}

.nav.prev { left: -60px; }
.nav.next { right: -60px; }

/* Dots */
.dots {
  margin-top: 30px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c7d2fe;
  border-radius: 50%;
  margin: 0 6px;
}

.dot.active {
  background: #2563eb;
}

/* Responsivo */
@media (max-width: 900px) {
  .carousel-track {
    gap: 20px;
  }

  .testimonial {
    width: 280px;
  }

  .nav {
    display: none;
  }
}


.cta {
  background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(180deg, #5b8def, #8fb1e8);
  padding: 120px 20px;
  text-align: center;

  color: #ffffff;
}

.cta-container {
  max-width: 900px;
  margin: auto;
}

.cta h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.15;
}

.cta p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 40px;
  opacity: 0.95;
}

/* Botão */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #2563eb;
  padding: 16px 34px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
}

/* Badges */
.cta-badges {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  backdrop-filter: blur(6px);
}

/* Responsivo */
@media (max-width: 768px) {
  .cta h2 {
    font-size: 36px;
  }

  .cta p {
    font-size: 16px;
  }
}


.footer {
  background: radial-gradient(
      circle at top,
      rgba(255, 255, 255, 0.06),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #020617, #020617);
  color: #cbd5e1;
 
  padding: 80px 20px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer h3.logo {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 16px;
}

.footer h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}

.footer p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 260px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

.footer ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer ul li a:hover {
  color: #60a5fa;
}

/* Contato */
.footer .contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* Redes sociais */
.social {
  display: flex;
  gap: 14px;
}

.social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.social a:hover {
  background: #2563eb;
  transform: translateY(-2px);
}

/* Linha divisória */
.footer-divider {
  max-width: 1200px;
  margin: 50px auto 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* Bottom */
.footer-bottom {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #94a3b8;
}

.footer-bottom .made {
  opacity: 0.85;
}

/* Responsivo */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


.solution-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.solution-card.large {
  padding: 40px;
}

.solution-card.small {
  padding: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.icon.blue { background: #0d6efd; }
.icon.gray { background: #6c757d; }
.icon.green { background: #198754; }
.icon.orange { background: #fd7e14; }

h2 {
  font-size: 2.2rem;
}

h3, h4, h5 {
  font-weight: 600;
}

.solution-card img {
  margin-top: 15px;
  border-radius: 10px;
}



.lgpd {
  background: #f8f9fa;
}

.lgpd-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  text-align: center;
  transition: 0.3s;
}

.lgpd-card:hover {
  transform: translateY(-5px);
}

.icon-lg {
  width: 70px;
  height: 70px;
  background: #198754;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.lgpd-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.lgpd-stats div {
  text-align: center;
}

.lgpd-stats strong {
  display: block;
  font-size: 20px;
  color: #198754;
}

.lgpd-stats span {
  font-size: 13px;
  color: #6c757d;
}



.func-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.func-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.func-card i {
  font-size: 28px;
  color: #0d6efd;
  margin-bottom: 10px;
  display: block;
}

.func-card h5 {
  font-weight: 600;
}

.func-card.destaque {
  border: 2px solid #198754;
}

.func-card.destaque i {
  color: #198754;
}


/* adiconado em 19/04/26*/

.func-card {
    padding: 25px;
    border-radius: 16px;
    background: #fff;
    transition: all 0.3s ease;
}

.func-card i {
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    background: #f8f9fa;
}

.func-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.func-card.destaque {
    border: 2px solid #0d6efd;
}


.feature-card {
    background: #fff;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.feature-icon i {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 50%;
}

.chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 120px;
}

.chart .bar {
    flex: 1;
    background: #0d6efd;
    border-radius: 4px;
}




