 body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            color: #333;
        }

        .logo span.pink { color: #ed2b91; }
        .logo span.blue { color: #1d4ed8; }
        .logo span.green { color: #22c55e; }
        .logo {
            font-size: 24px;
            font-weight: bold;
        }
        nav ul {
            list-style: none;
            display: flex;
            gap: 20px;
            margin: 0;
        }
        nav ul li a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
        }
        .whatsapp {
            color: #22c55e;
            text-decoration: none;
            font-weight: bold;
        }
        .hero {
            background-color: #22c55e;
            color: #fff;
            padding: 50px 100px;
            position: relative;
            height: 400px;
        }
        .hero h1 {
            font-size: 60px;
            margin: 0;
            line-height: 1;
        }
        .hero .wave {
            position: relative;
        }
        .hero .wave::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 100%;
            height: 10px;
            background: #1d4ed8 url('wave.png') repeat-x; /* Placeholder for wave image */
        }
        .hero p {
            font-size: 20px;
            max-width: 500px;
        }
        .hero-buttons {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }
        .hero-button {
            background-color: #1d4ed8;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
        }
        .truck-image {
            position: absolute;
            right: 100px;
            bottom: 0;
            width: 500px;
        }
        .starburst {
            position: absolute;
            right: 400px;
            top: 100px;
            width: 100px;
            /* Placeholder for starburst image */
        }
        .para-quem {
            padding: 50px 100px;
            display: flex;
            gap: 50px;
        }
        .left-column {
            flex: 1;
        }
        .right-column {
            flex: 1;
        }
        .blue-box {
            background-color: #1d4ed8;
            color: #fff;
            padding: 10px 20px;
            border-radius: 30px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 250px;
        }
        .arrow {
            background-color: #1d4ed8;
            color: #fff;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
        }
        .section-title {
            color: #1d4ed8;
            font-size: 40px;
            margin-bottom: 20px;
        }
        .como-funciona {
            padding: 50px 100px;
            background-color: #fff;
        }
        .tab {
            background-color: #fef08a;
            color: #333;
            padding: 10px 20px;
            border-radius: 5px 5px 0 0;
            font-weight: bold;
            margin-bottom: 10px;
            width: fit-content;
        }
        .steps {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 40px;
        }
        .step {
            display: flex;
            align-items: center;
        }
        .step-icon {
            color: #22c55e;
            font-size: 24px;
            margin-right: 10px;
        }
        .step:not(:last-child)::after {
            content: '';
            width: 50px;
            height: 2px;
            /*background: #22c55e;*/
            margin-left: 20px;
        }
        .icons {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin: 50px 0;
        }
        .icon {
            width: 60px;
            height: 60px;
            background: #ddd; /* Placeholder */
        }
        .credito {
            padding: 50px 100px;
            text-align: center;
        }
        .credito-title {
            font-size: 40px;
        }
        .credito-blue {
            color: #1d4ed8;
            position: relative;
        }
        .credito-blue::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 100%;
            height: 10px;
            background: #1d4ed8 url('wave.png') repeat-x; /* Placeholder */
        }
        .credito-green {
            color: #22c55e;
        }
        .polaroids {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin: 30px 0;
        }
        .polaroid {
            width: 200px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            background: #fff;
            padding: 10px;
        }
        .polaroid.left {
            transform: rotate(-5deg);
        }
        .polaroid.middle {
            transform: rotate(0);
        }
        .polaroid.right {
            transform: rotate(5deg);
        }
        .partners {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin: 30px 0;
        }
        .partner-logo {
            width: 100px;
            height: auto;
            background: #ddd; /* Placeholder */
        }
        .testimonials {
            background-color: #f9f9f9;
            padding: 50px 100px;
        }
        .testimonials-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
        }
        .testimonials-title {
            font-size: 40px;
            color: #1d4ed8;
            margin-right: 20px;
        }
        .truckers {
            color: #22c55e;
        }
        .megaphone {
            width: 100px;
            /* Placeholder */
        }
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .testimonial {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .stars {
            color: #fde047;
            margin-bottom: 10px;
        }
        .testimonial-text {
            color: #666;
            margin-bottom: 10px;
        }
        .testimonial-image {
            width: 100%;
            height: 200px;
            background: #ddd; /* Placeholder */
            position: relative;
            margin-bottom: 10px;
        }
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            background: rgba(0,0,0,0.5);
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
        }
        .testimonial-name {
            font-weight: bold;
        }
        .testimonial-quote {
            color: #666;
        }
        .stats {
            background-color: #22c55e;
            color: #fff;
            padding: 50px 100px;
            display: flex;
            align-items: center;
        }
        .stats-title {
            flex: 1;
            font-size: 40px;
        }
        .stats-list {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .stat {
            text-align: right;
        }
        .stat h2 {
            font-size: 48px;
            margin: 0;
        }
        .stat p {
            margin: 0;
        }
        .cta {
            background-color: #1f2937;
            color: #22c55e;
            padding: 50px 100px;
            text-align: center;
        }
        .cta h2 {
            font-size: 40px;
            margin-bottom: 10px;
        }
        .cta p {
            color: #fff;
            margin-bottom: 20px;
        }
        .cta-button {
            background-color: #3b82f6;
            color: #fff;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
        }
        footer {
            background-color: #1f2937;
            color: #fff;
            text-align: center;
            padding: 20px;
            font-size: 12px;
        }
        .red {
            color: #ef4444;
        }




        :root {
      --verde-hub: #22c55e;      /* H e 010 */
      --azul-hub: #3b82f6;       /* UB */
      --azul-botao: #1d4ed8;     /* botão CHAMAR NO ZAP (azul médio escuro) */
      --preto: #000000;
    }

    body { margin: 0; background: #fff; font-family: system-ui, sans-serif; }

    header {
     color: #333;


    }

    .navbar-brand {
      font-size: 2.5rem;
      font-weight: 900;
      letter-spacing: -2px;
    }

    .navbar-brand .verde { color: var(--verde-hub); }
    .navbar-brand .azul  { color: var(--azul-hub); }



    .nav-link:hover { color: var(--verde-hub) !important; }


    .li-separator{
        margin-top: -10px !important;
    }

.separator {
  color: #02F400;
  font-weight: bold;
  padding: 0 1rem;
  pointer-events: none;
  font-size: 1rem; /* Mantém largura fina */
  line-height: 1; /* Sem espaço extra */
  transform: scaleY(2.5); /* 3x mais alto - ajuste 2 a 5 */
  display: inline-block; /* Necessário pro transform */
  transform-origin: center; /* Centraliza o scale */
  margin-top: -20px !important;
}


.btn-zap {
  background-color: #25D366 !important; /* verde WhatsApp */
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 0.7rem 1.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

/* Hover elegante */
.btn-zap:hover {
  background-color: #1EBE5D;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

/* Clique */
.btn-zap:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

    .offcanvas {
      background-color: var(--preto);
    }

    .offcanvas .nav-link {
      font-size: 1.3rem;
      padding: 1.2rem 0;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .offcanvas .separator { display: none; }

    /* Garante que collapse não apareça duplicado */
    @media (min-width: 992px) {
      #offcanvasMenu { display: none !important; }
    }


    }    }


       .navbarra{
        height: 90px;
  background: #fff !important;
  color: #333 !important;
  position: sticky !important;
}

.chamar-no-zap {
    background-color: #0d1b2a !important;     /* azul escuro navy exato da foto */
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;            /* arredondado igual da foto (não pill) */
    padding: 12px 24px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important; /* sombra leve como na foto */
}

.chamar-no-zap:hover {
    background-color: #08101b !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4) !important;
}

/* Ajuste do ícone WhatsApp (branco e tamanho perfeito) */
.chamar-no-zap .bi-whatsapp {
    font-size: 20px !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {
  .hero {
    padding: 0 !important;
  }
}



@media (min-width: 1400px) {
  .site-container {
    max-width: 1600px;
  }
}

.container {
  max-width: 100% !important;
}.navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(50%);
}
.navbar-toggler-icon {
  filter: invert(42%) sepia(6%) saturate(400%) hue-rotate(180deg) brightness(95%);
}

.btn-close-red {
  filter: none;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
}


   
.chamar-no-zap {
    background-color: #25D366 !important;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 22px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: pulseZap 1.5s infinite;
}

/* Pulsar padrão */
@keyframes pulseZap {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
        transform: scale(1.08) translateY(-4px);
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Hover diferente */
.chamar-no-zap:hover {
    animation: none; /* para o pulso */
    background-color: #1ebe5d;
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Efeito brilho passando */
.chamar-no-zap::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.6s;
}

.chamar-no-zap:hover::after {
    left: 130%;
}


.hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

/* FUNDO VERDE – DESKTOP (FULL, SEM EFEITO CONTAINER) */
.hero-green {
  position: absolute;
  inset: 0 0 0 auto;
  width: 52%;
  height: 100%;
  background: #8af439;
  border-top-left-radius: 340px;
  z-index: 1;
}

/* CONTAINER */
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* LADO ESQUERDO */
.hero-left {
  width: 50%;
  padding-left: 90px;
}

/* TÍTULO */
.hero-title-img {
  width: 620px;
  max-width: 100%;
  display: block;
}

/* TEXTO */
.hero-text {
  margin-top: 24px;
  max-width: 460px;
  font-size: 20px;
  line-height: 1.45;
  color: #8a8a8a;
}

/* BOTÕES */
.hero-buttons {
  margin-top: 48px;
  display: flex;
  gap: 28px;
}

.hero-btn {
  width: 240px;
  height: 110px;
  background: #071a3a;
  border-radius: 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-btn span {
  color: #8af439;
}

/* LADO DIREITO */
.hero-right {
  width: 50%;
  height: 100%;
  position: relative;
}

/* CAMINHÃO */
.hero-truck {
  position: absolute;
  bottom: -10em;
  right: -8em;
  width: 1100px;
  max-width: none;
  z-index: 3;
}

/* BADGE – DESKTOP (AJUSTADO) */
.hero-badge {
  position: absolute;
  top: 200px;
  right: -120px;
  width: 230px;
  z-index: 4;
}

/* ===================== */
/* 📱 MOBILE – CORRIGIDO */
/* ===================== */
@media (max-width: 991px) {

  .hero {
    height: auto;
  }

  /* VERDE COMEÇA MAIS EMBAIXO (NÃO PEGA BOTÕES) */
  .hero-green {
    inset: auto 0 0 0;
    width: 100%;
    height: 35%;
    border-top-left-radius: 220px;
  }

  .hero-inner {
    flex-direction: column;
  }

  .hero-left {
    width: 100%;
    padding: 40px 20px 60px; /* espaço real antes do verde */
    text-align: center;
  }

  .hero-title-img {
    width: 90%;
    margin: 0 auto;
  }

  .hero-text {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
    /*flex-wrap: wrap;*/
    gap: 20px;
    margin-bottom: 20px;
  }

  .hero-btn {
    width: 220px;
    height: 100px;
    font-size: 18px;
  }

  .hero-right {
    width: 100%;
    
    position: relative;
    margin-top: 350px;
  }

  /* CAMINHÃO CENTRALIZADO NO VERDE */
  .hero-truck {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -20px;
    width: 115%;
  }

  /* BADGE MOBILE – DENTRO DO VERDE, SEM INVADIR */
  .hero-badge {
    top: auto;
    bottom: 160px;
    right: -20px;
    width: 150px;
  }
}



/* RESET LOCAL */
.who-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.who-section {
  width: 100%;
  background: #ffffff;
  padding: 120px 0;
}

/* GRID DESKTOP */
.who-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  column-gap: 120px;
  align-items: flex-start;
}

/* ===== ESQUERDA ===== */
.who-left {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 991px) {
  .who-left {
   padding-top: 6em;
  }
}

.who-item {
  position: relative;
}

/* BOX */
.who-box {
  width: 500px;
  height: 96px;
  background: #0a86d8;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  padding-top: 4px;
}

/* SETAS */
.who-arrow {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  opacity: 0.35;
}

/* ITEM CENTRAL */
.who-item-middle {
  margin-left: -36px;
  margin-top: -6px;
}

.who-item-middle .who-box {
  font-size: 23px;
  line-height: 26px;
}

.who-arrow-middle {
  width: 110px;
}

/* ===== DIREITA ===== */
.who-right {
  display: flex;
  flex-direction: column;
}

/* IMAGEM PARA QUEM */
.who-title-img {
  width: 100%;
  max-width: 520px;
  margin-bottom: 32px;
}

/* TEXTO */
.who-text {
  font-size: 24px;
  line-height: 1.5;
  color: #9a9a9a;
  max-width: 620px;
}

.who-text + .who-text {
  margin-top: 32px;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {

  .who-section {
    padding: 80px 0;
  }

  .who-container {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 0 16px; /* evita overflow lateral */
  }

  /* ORDEM */
  .who-right {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .who-left {
    order: 2;
    align-items: center;
  }

  /* IMAGEM */
  .who-title-img {
    max-width: 320px;
    margin-bottom: 24px;
  }

  /* BOX — CORREÇÃO DEFINITIVA DO BUG */
  .who-box {
    /*width: 100%;*/
    max-width: 360px;
    height: 88px;
    font-size: 22px;
    line-height: 28px;
  }

  /* REMOVE DESLOCAMENTOS ÓPTICOS NO MOBILE */
  .who-item-middle {
    margin-left: 0;
    margin-top: 0;
  }

  /* SETAS OFF */
  .who-arrow {
    display: none;
  }

  .who-text {
    font-size: 20px;
    margin: 0 auto;
  }
}





@media (min-width: 768px) and (max-width: 1600px) {
    .hero-truck {
        width: 900px;
        left: -8em;
        bottom: -0em;
    }
}


   /* ========================= */
/* SECTION */
.how-it-works {
background: 
linear-gradient(
    rgba(0,31,77,0.6), 
    rgba(0,31,77,0.6)
),
url("../images/como-funciona-bg.png");

background-size: cover;
background-position: center;
background-repeat: no-repeat;





  padding: 100px 20px;
  text-align: center;
}





/* TÍTULO */
.how-it-works h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 70px;
  letter-spacing: 1px;
}

/* GRUPO */
.how-group {
  margin-bottom: 80px;
}

/* LABEL */
.how-label {
  display: inline-flex;
  align-items: center;
  background: #0280ca;
  color: #ffffff;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: 6px;
  margin-bottom: 28px;
  position: relative;
}

/* TAG PARA */
.how-label .tag {
  position: absolute;
  top: -14px;
  left: 18px;
  background: #ffd400;
  color: #000;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 4px;
  transform: rotate(-6deg);
}

/* GRID */
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  column-gap: 0;
  max-width: 900px;
  margin: 0 auto;
}

/* CARD */
.step {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 56px;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}

/* BORDAS DESKTOP */
.step:nth-child(3n + 1) {
  border-radius: 8px 0 0 8px;
}

.step:nth-child(3n) {
  border-radius: 0 8px 8px 0;
  border-right: none;
}

/* ÍCONE */
.step .icon {
  background: #8af439;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step .icon i {
  color: #ffffff;
  font-size: 22px;
}

/* TEXTO */
.step p {
  margin: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-align: left;
}

/* ========================= */
/* MOBILE */
@media (max-width: 768px) {
  

  .how-it-works h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }

  .how-steps {
    grid-template-columns: 1fr;
  }

  /* 🔥 RESET TOTAL DOS NTH-CHILD */
  .step,
  .step:nth-child(3n),
  .step:nth-child(3n + 1) {
    border-right: none;
    border-radius: 8px;
  }

  /* ÍCONE CONTINUA ARREDONDADO À ESQUERDA */
  .step .icon {
    border-radius: 8px 0 0 8px;
  }
}


    .como-funciona-img {
  width: 100%;
  overflow: hidden;
}

.como-funciona-img img {
  width: 100%;
  height: auto;          /* mantém proporção */
  display: block;        /* remove espaço branco embaixo */
  object-fit: cover;     /* segurança para telas grandes */
}


   
/* ========================= */
/* DO CRÉDITO */
.do-credito {
  background: #ffffff;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* ITEM BASE */
.do-credito-item {
  width: 100%;
  max-width: 1280px;
  text-align: center;
}

/* IMAGENS */
.do-credito-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* TEXTO */
.do-credito-text h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #0b2a4a;
  letter-spacing: 1px;
}

.do-credito-text p {
  font-size: 16px;
  line-height: 1.6;

  margin: 0 auto;
}

/* ========================= */
/* MOBILE */
@media (max-width: 768px) {
  .do-credito {
    padding: 70px 16px;
    gap: 40px;
  }

  .do-credito-text h2 {
    font-size: 32px;
  }

  .do-credito-text p {
    font-size: 15px;
  }
}



.parceiros {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

/* TÍTULO */
.parceiros h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 70px;
    color: #111;
    font-weight: 900;
    letter-spacing: -1px;
}

/* SLIDER */
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* TRACK */
.slider-track {
    display: flex;
    flex-wrap: nowrap;            /* importante: nunca quebrar linha */
    width: max-content;           /* track fica do tamanho real do conteúdo */
    will-change: transform;       /* melhora suavidade */
    animation: scroll 30s linear infinite;
}

/* PAUSA NO HOVER */
.slider:hover .slider-track {
    animation-play-state: paused;
}

/* SLIDE */
.slide {
    flex: 0 0 auto;               /* evita discrepância de cálculo entre breakpoints */
    width: 250px;                 /* mantém o “tamanho de card” que você queria */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
}

/* IMAGENS */
.slide img {
    height: 100px;                 /* evita layout shift (ajuda a não dar “buraco” no loop) */
    width: auto;
    max-width: 180px;
    object-fit: contain;

    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.slide img:hover {
    transform: scale(1.08);
    opacity: 1;
}

/* ANIMAÇÃO */
@keyframes scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* metade do track (conteúdo duplicado) */
}

/* ========================= */
/* RESPONSIVO */
@media (max-width: 568px) {

    .parceiros {
        padding: 60px 0;
    }

    .parceiros h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .slide {
        width: 180px;
        padding: 0 20px;
    }

    .slide img {
        height:100px;
        max-width: 130px;
    }
}


.oque-dizem{
        margin-top: 5em;
}


.hub10-left{
        text-align: center;
}
.hub10-right{
        text-align: center;
}
    .who-container {
        padding: 0;
    }
.who-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

    .hero-left {
        width: 100%;
        padding: 40px 20px 0px;
        text-align: center;
    }
    .hero-right{
        /*margin-top: 2em;*/
    }

    .cta-footer {
         margin-top: 0 !important; 
     
    }

    .logo-imecred{
        margin-top: 1em;
        margin-bottom: 1em;
    }



}


 

.sec-depoimentos{
  position: relative;
  padding-bottom: 100px;
}

/* FUNDO TOPO CONTROLADO */
.sec-depoimentos-bg{
  width: 100%;
  overflow: hidden;
  margin-top: -10em;
}
.sec-depoimentos-bg img{
  width: 100%;
  height: auto;
  display: block;
}

/* CONTAINER CENTRAL */
.sec-depoimentos-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* DESKTOP / TABLET: mantém seu grid 3 colunas */
.sec-depoimentos-grid{
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}

/* COLUNAS */
.sec-col{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* CARD */
.sec-card{
  background: #f4f4f4;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

/* ESTRELAS */
.sec-stars{
  font-size: 26px;
  color: #f5b400;
  margin-bottom: 20px;
}

/* TEXTO */
.sec-card p{
  font-size: 15px;
  color: #8e8e8e;
  line-height: 1.6;
}

/* LINHA */
.sec-line{
  height: 1px;
  background: #ddd;
  margin: 25px 0;
}

/* AUTOR */
.sec-autor{
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-autor img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.sec-autor strong{
  font-size: 15px;
  color: #555;
}
.sec-autor span{
  font-size: 13px;
  color: #9a9a9a;
}

/* VIDEO */
.sec-video-box{
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  margin: 15px 0;
  background: #000;
}
.sec-video-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* MOBILE: 2 colunas bonitas (masonry), escondendo a direita */
@media (max-width: 992px){

  .sec-depoimentos-container{
    margin-top: 40px;
    padding: 0 14px;
  }

  /* desliga o grid e liga o masonry por columns */
  .sec-depoimentos-grid{
    display: block;
    column-count: 2;
    column-gap: 14px;
  }

  /* coluna direita some */
  .sec-col-direita{
    display: none;
  }

  /* transforma ESQUERDA e CENTRO em “conteúdo solto” dentro das colunas */
  .sec-col{
    display: contents;
  }

  /* cada card vira um “tijolo” do masonry */
  .sec-card{
    display: inline-block;
    width: 100%;
    margin: 0 0 14px;
    padding: 16px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    break-inside: avoid; /* evita o card quebrar entre colunas [web:18][web:28] */
  }

  /* vídeo sempre em destaque, largura total */
  .sec-video-card{
    column-span: all;
    margin-bottom: 14px;
  }

  .sec-stars{
    font-size: 22px;
    margin-bottom: 12px;
  }

  .sec-card p{
    font-size: 14px;
    line-height: 1.55;
  }

  .sec-line{
    margin: 16px 0;
  }

  .sec-autor img{
    width: 44px;
    height: 44px;
  }
}

/* MOBILE MUITO PEQUENO: 1 coluna para não apertar demais */
@media (max-width: 420px){
  .sec-depoimentos-grid{
    column-count: 1;
  }
}







/* =========================
   BASE = MOBILE
========================= */

.hub10-section {
    background: #f2f2f2;
    padding: 60px 6%;
}

.hub10-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* TÍTULO */
.hub10-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16vw;   /* gigante no mobile */
    line-height: 0.9;
    letter-spacing: -1px;
    color: #39e62d;
    margin: 0;
}

/* FAIXA */
.faixa {
    display: inline-block;
    margin-top: 6vw;
    background: #1f9ec6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 5vw;
    padding: 3vw 6vw;
    transform: rotate(-3deg);
}

/* NÚMEROS */
.hub10-right .item {
    margin-bottom: 12vw;
}

.hub10-right h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 15vw;
    line-height: 0.9;
    letter-spacing: -1px;
    color: #081a3b;
    margin: 0;
}

.hub10-right p {
    margin-top: 2vw;
    font-size: 4.5vw;
    color: #a6a6a6;
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 1024px) {

    .hub10-section {
        padding: 140px 8%;
    }

    .hub10-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 6%;
    }

    .hub10-left {
        width: 55%;
    }

    .hub10-left h2 {
        font-size: 9vw;
        line-height: 0.85;
    }

    .faixa {
        font-size: 2.4vw;
        padding: 1.5vw 4.5vw;
        margin-top: 1.5vw;
    }

    .hub10-right {
        width: 40%;
    }

    .hub10-right .item {
        margin-bottom: 2vw;
    }

    .hub10-right h3 {
        font-size: 7vw;
    }

    .hub10-right p {
        font-size: 1.5vw;
        margin-top: -0.3vw;
    }
}






.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #25D366, #1ebe5d);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 40px;
    border-radius: 60px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: pulseBig 1.3s infinite;
}

/* Pulsação maior */
@keyframes pulseBig {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    }
    50% {
        transform: scale(1.12) translateY(-6px);
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Hover mais forte */
.cta-button:hover {
    animation: none;
    transform: scale(1.15) translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

/* Brilho grande passando */
.cta-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.7s;
}

.cta-button:hover::after {
    left: 140%;
}





.logo-imecred {
  
    right: 30px;
    bottom: 30px;
    width: 120px;
    height: auto;
}



/* ===============================
   BASE
================================ */

.cta-final {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 120px 20px 60px;
}

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

/* TÍTULO VERDE */
.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #39e600;
    margin: 0;
}

/* SUBTEXTO */
.cta-sub {
    margin-top: 30px;
    font-size: 22px;
    color: #cfcfcf;
}

/* BOTÃO */
.cta-button {
    display: inline-block;
    margin-top: 50px;
    background: #1f9ec6;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
}

/* RODAPÉ */
.cta-footer {
 
    font-size: 14px;
    color: #9c9c9c;
}

/* ===============================
   DESKTOP
================================ */

@media (min-width: 1024px) {

    .cta-title {
        font-size: 90px;   /* igual à imagem */
        letter-spacing: -2px;
    }

    .cta-sub {
        font-size: 26px;
    }

    .cta-button {
        font-size: 32px;
        padding: 22px 80px;
    }

}

/* ===============================
   MOBILE
================================ */

@media (max-width: 1023px) {

    .cta-final {
        padding: 100px 20px 60px;
    }

    .cta-title {
        font-size: 18vw;   /* gigante empilhado */
        line-height: 0.95;
        letter-spacing: -1px;
    }

    .cta-sub {
        font-size: 16px;
        margin-top: 20px;
    }

    .cta-button {
        font-size: 22px;
        padding: 18px 40px;
        margin-top: 40px;
    }

    .cta-footer {
        margin-top: 80px;
        font-size: 12px;
    }
}






/* Estado padrão */
#siteHeader{
  transition: all .25s ease;
}

/* Estado ao rolar */
#siteHeader.is-scrolled{
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* Opcional: reduzir logo no scroll */
#siteHeader.is-scrolled .navbar-brand img{
  max-height: 42px;
}
.navbar-brand img{
  max-height: 56px;
  transition: max-height .25s ease;
}


.cta-social{
  margin-top: 18px;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.social-link{
  width: 48px;
  height: 48px;
  border-radius: 0.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #ffffff;
  color: #111;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
  transition: transform .15s ease, box-shadow .15s ease;
  font-size: 22px;
}

.social-link:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0,0,0,.14);
}




.cta-final {
    background: #000;
    padding: 120px 20px 80px;
    text-align: center;
    position: relative; /* importante */
}

.cta-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

/* TITULO */
.cta-title {
    color: #39FF14;
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* SUB */
.cta-sub {
    color: #cfcfcf;
    font-size: 20px;
    margin-bottom: 40px;
}

/* BOTÃO */
.cta-button {
    display: inline-block;
    background: #2d9cbd;
    color: #fff;
    padding: 18px 50px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-button:hover {
    transform: scale(1.05);
}

/* ===== LOGO LATERAL (DESKTOP) ===== */

.logo-imecred-link {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);

}

.logo-imecred {
    width: 200px;
    opacity: 0.9;
    transition: 0.3s;
}

.logo-imecred:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* FOOTER */
.cta-footer {
    margin-top: 80px;
    font-size: 14px;
    color: #bfbfbf;
}

.footer-link {
    color: #2d9cbd;
    text-decoration: none;
}

.cta-social {
    margin-top: 15px;
}

.social-link {
    display: inline-block;
    margin: 0 8px;
    font-size: 22px;
    color: #000;
line-height: 45px;}

/* ===== MOBILE ===== */

@media (max-width: 768px) {

    .cta-title {
        font-size: 48px;
    }

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

    .cta-button {
        font-size: 18px;
        padding: 16px 40px;
    }

    .logo-imecred-link {
        position: static;
        display: block;
        margin: 40px auto 0;
        transform: none;
    }

    .logo-imecred {
        width: 110px;
    }



    .cta-footer{
        margin-top: 2em !important;
    }
}



@media (min-width: 800px) and (max-width: 6919px) {
.hero-green {
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  height: 100%;
  background: #8af439;
  border-top-left-radius: 340px;
  z-index: 1;
}

.slider-track{
    margin-bottom: 5em;
}


  .hero-truck {
    width: 56em;
    left: -18em;
    bottom: -6em;
  }


  .hero-badge {
  position: absolute;
  top: 16em;
  right: -8em;
  width: 230px;
  z-index: 4;
}

}


.cta-button{
        padding-left: 5em;
    padding-right: 5em;
    padding-top: 1em;
    padding-bottom: 1em;

}


@media (min-width: 420px) and (max-width: 489px) {
  .hero-left {
    margin-bottom: 4em;
  }
}
@media (min-width: 490px) and (max-width: 649px) {
  .hero-left {
    margin-bottom: 8em;
    margin-top: 2em;
  }
}




@media (min-width: 300px) and (max-width: 490px) {
  .hero-left {

    margin-top: 2em;
  }
}

