body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #003366;
  color: #fff;
  padding: 20px 0;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background-color: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}
.hero-principal {
  background: linear-gradient(to bottom right, #2a6da8, #44c6d6);
  padding: 100px 20px 60px;
  color: white;
}


.hero-overlay {
  background-color: rgba(15, 23, 42, 0.85);
  padding: 60px 20px;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero-content-text {
  flex: 1;
  min-width: 300px;
}

.hero-content-text h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #f8fafc;
}

.hero-content-text p {
  font-size: 18px;
  color: #cbd5e1;
  margin-bottom: 30px;
}

.cta-button-yellow {
  background-color: #facc15;
  color: #1e293b;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button-yellow:hover {
  background-color: #eab308;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.hero-video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-benefits {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto 0;
  flex-wrap: wrap;
  text-align: center;
}

.hero-benefits p {
  max-width: 320px;
  font-size: 15px;
  color: #f1f5f9;
  line-height: 1.4;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content-text {
  flex: 1;
  min-width: 300px;
}

.hero-content-text h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f8fafc;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.hero-content-text p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}

.cta-button-yellow {
  background-color: #facc15;
  color: #1e293b;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button-yellow:hover {
  background-color: #eab308;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.hero-video {
  flex: 1;
  min-width: 300px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-benefits {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 80px auto 0;
  flex-wrap: wrap;
  text-align: left;
}

.hero-benefits p {
  max-width: 320px;
  font-size: 15px;
  color: #f1f5f9;
  line-height: 1.4;
}


.features {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
}

.feature {
  max-width: 300px;
}

footer {
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
/* Estilo refinado do Hero */
.custom-hero {
  background: linear-gradient(to bottom, #f1f5f9, #ffffff);
  padding: 80px 20px;
}

.custom-hero .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.custom-hero .hero-text {
  flex: 1;
  min-width: 280px;
}

.custom-hero .hero-text h1 {
  font-size: 42px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.custom-hero .hero-text p {
  font-size: 18px;
  color: #475569;
  margin-bottom: 30px;
}

.custom-hero .hero-image {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.custom-hero .hero-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cta-button {
  background-color: #2563eb;
  color: #fff;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
  background-color: #1d4ed8; /* tom mais escuro */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.cta-outline {
  border: 1px solid #2563eb;
  color: #2563eb;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-outline:hover {
  background-color: #2563eb;
  color: white;
}
.cta-cta-final {
  border: 1px solid #fff;
  background-color: #f1f5f9;
  color: #2563eb;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-cta-final:hover {
  background-color: #ffffff;
  color: #2563eb;
}
.cta {
  background-color: #2563eb;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta p {
  font-size: 1.125rem;
  margin-bottom: 32px;
  line-height: 1.5;
}

.cta-white-alt {
  background-color: #f0f4ff;
  color: #1e3a8a;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cta-white-alt:hover {
  background-color: white;
  color: #1e3a8a;
}
.cta-link-extra {
  margin-top: 24px;
  font-size: 15px;
  color: #e0edff;
}

.cta-link-extra a.cta-inline-link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.cta-link-extra a.cta-inline-link:hover {
  color: #cbdfff;
}

.card {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  max-width: 300px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-solucao {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.card-solucao:hover {
  background-color: #e8f0fe; /* tom suave de azul claro */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-solucao i.icon-xl {
  font-size: 40px;
  color: #2563eb;
  margin-bottom: 16px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
}

.card-grid.four-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


.subtitulo {
  color: #475569;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.navbar {
  background-color: #ffffff;
  padding: 16px 32px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-links {
  display: flex;
  gap: 24px;
}
.nav-links a {
  text-decoration: none;
  color: #1e293b;
  font-weight: 500;
  padding-bottom: 2px;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: #2563eb;
}
.nav-links a.active {
  color: #2563eb;
  border-bottom: 2px solid #2563eb;
}
.menu-cta .cta-button {
  background-color: #2563eb;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-cta .cta-button:hover {
  background-color: #1e4ed8;
}
.site-footer {
  background-color: #0f172a;
  color: #e2e8f0;
  padding: 48px 32px 24px;
  font-size: 14px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-column {
  flex: 1 1 200px;
  margin: 16px;
}
.footer-column h4 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 16px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
  color: #e2e8f0;
  text-decoration: none;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}
.footer-column p {
  margin: 8px 0;
  line-height: 1.5;
}
.footer-social a {
  display: inline-block;
  margin-right: 8px;
}
.footer-social img {
  width: 20px;
  height: 20px;
  filter: brightness(90%);
}
.footer-bottom {
  text-align: center;
  margin-top: 32px;
  border-top: 1px solid #1e293b;
  padding-top: 16px;
  font-size: 13px;
  color: #94a3b8;
}
.hero-rastreamento {
  background: linear-gradient(to bottom, #f3f8ff 0%, #ffffff 100%);
  padding: 80px 20px;
}
.hero-gestao {
  background: linear-gradient(to bottom, #f4f8fd 0%, #ffffff 100%);
}
.acessorios-hero {
  background: linear-gradient(to bottom, #f5f9ff, #ffffff);
  padding: 80px 20px;
}

.container-hero {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.acessorios-hero .hero-text {
  flex: 1;
  min-width: 280px;
}

.acessorios-hero .hero-text h1 {
  font-size: 42px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 16px;
}

.acessorios-hero .hero-text p {
  font-size: 18px;
  color: #475569;
  margin-bottom: 24px;
  max-width: 500px;
}

.acessorios-hero .hero-image {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.acessorios-hero .hero-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-text {
  max-width: 520px;
}

.hero-text h1 {
  font-size: 42px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 18px;
  color: #475569;
  margin-bottom: 30px;
}

#segmentos {
  background-color: #f8fafc;
  padding: 80px 20px;
  text-align: center;
}

#segmentos .titulo {
  font-size: 32px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 10px;
}

#segmentos .sub {
  font-size: 16px;
  color: #475569;
  max-width: 760px;
  margin: 0 auto 40px;
}

.segmento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.segmento-card {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.segmento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.segmento-card i.icon {
  font-size: 32px;
  color: #2563eb;
  margin-bottom: 12px;
  display: inline-block;
}

.segmento-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 10px;
}

.segmento-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}


@media (max-width: 992px) {
  .segmento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .segmento-grid {
    grid-template-columns: 1fr;
  }
}


.segmento-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.segmento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.segmento-card i {
  font-size: 28px;
  color: #2563eb;
  margin-bottom: 12px;
  display: block;
}

.segmento-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.segmento-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 16px;
}

.segmento-card ul {
  padding-left: 16px;
  list-style-type: disc;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.segmento-card ul li {
  margin-bottom: 6px;
}
.segmento-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.segmento-card h3 .icon {
  font-size: 20px;
  color: #2563eb;
  margin-bottom: 0; /* Remove espaço se tiver */
}


.lista-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lista-check li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
}

.lista-check li::before {
  content: "\f1d8"; /* Ícone paper-plane */
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 12px;
  color: #2563eb;
}
ul.lista-check {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
}

ul.lista-check li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #334155;
}

ul.lista-check li::before {
  content: "\f1d8"; /* paper-plane icon */
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #2563eb;
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 12px;
}
.segmento-contato {
  text-align: center;
  margin-top: 40px;
}

.segmento-contato p {
  color: #334155;
  font-size: 15px;
  margin-bottom: 16px;
}

.section.centered {
  text-align: center;
  padding: 80px 20px;
}

.section.centered h2 {
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 700;
}

.section.centered .sub {
  font-size: 18px;
  color: #64748b;
  max-width: 760px;
  margin: 0 auto 40px;
}

.card-grid.small {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  text-align: left;
  transition: all 0.2s ease;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.card:hover {
    background-color: #eef4ff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
  

.card.active {
  background-color: #eef4ff;
  border: 1px solid #2563eb;
}
.card-grid.small .card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.card-grid.small .card h3 {
  margin-top: 0;
}
.card-grid.steps {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}


.icon-lg {
  font-size: 32px;
  margin-bottom: 12px;
  color: #1e40af; /* azul escuro ou cor da identidade visual */
}
.step-icon {
  width: 48px;
  height: 48px;
  background-color: #2563eb; /* azul */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 auto 12px;
}
#equipamentos-rastreamento .card i {
  color: #2658F6;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#recursos .card i {
  color: #2658F6;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}


.hero-grid.reverse {
  direction: rtl;
}

.hero-grid.reverse > * {
  direction: ltr;
}


.hero-video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

#beneficios {
  background-color: #f4f8ff;
  padding: 80px 20px;
  text-align: center;
}

#beneficios h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

#beneficios .sub {
  font-size: 16px;
  color: #475569;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  text-align: center;
}

.benefit-item p {
  font-size: 17px;
  color: #f8fafc;
  line-height: 1.5;
}

.benefit-item p strong {
  font-size: 18px;
  color: #ffffff;
}

.benefit-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.benefit-card {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  border-top: 4px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: left;
  transition: transform 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
}

.benefit-card i {
  font-size: 24px;
  background-color: #f1f5f9;
  border-radius: 50%;
  padding: 12px;
  display: inline-block;
  margin-bottom: 12px;
}

.benefit-card h3 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 15px;
  color: #334155;
  margin-bottom: 12px;
  line-height: 1.5;
}

.benefit-card ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #475569;
}

.benefit-card ul li {
  margin-bottom: 6px;
}

.benefit-card.green { border-top-color: #22c55e; }
.benefit-card.green i { color: #22c55e; }

.benefit-card.blue { border-top-color: #3b82f6; }
.benefit-card.blue i { color: #3b82f6; }

.benefit-card.purple { border-top-color: #8b5cf6; }
.benefit-card.purple i { color: #8b5cf6; }

.benefit-card.yellow { border-top-color: #facc15; }
.benefit-card.yellow i { color: #facc15; }

.benefit-card.red { border-top-color: #ef4444; }
.benefit-card.red i { color: #ef4444; }

.benefit-card.cyan { border-top-color: #06b6d4; }
.benefit-card.cyan i { color: #06b6d4; }

#beneficios .cta-button {
  margin-top: 40px;
  display: inline-block;
  background-color: #2563eb;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
}

#beneficios .cta-button:hover {
  background-color: #1d4ed8;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.02);
}
.carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px; /* espaço para os botões */
}

.carousel {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 24px;
  min-width: 280px;
  max-width: 300px;
  flex: 0 0 auto;
  text-align: left;
}

.carousel-item img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.carousel-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.carousel-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

/* Botões visíveis dentro da área do wrapper */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2563eb;
  color: white;
  border: none;
  font-size: 20px;
  padding: 10px 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.carousel-btn:hover {
  background-color: #1d4ed8;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

.depoimentos {
  background-color: #2563eb;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.depoimentos .sub {
  font-size: 18px;
  margin-bottom: 40px;
  color: #e0edff;
}

.depoimento-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.depoimento-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  max-width: 320px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.depoimento-card .stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 12px;
}

.depoimento-card p {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #f0f4ff;
}

.depoimento-card strong {
  display: block;
  color: white;
  font-size: 15px;
}

.depoimento-card span {
  color: #dbeafe;
  font-size: 14px;
}
.depoimentos-carrossel {
  background-color: #2563eb;
  color: white;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
}

.depoimentos-carrossel .swiper-slide {
  color: #0f172a; /* texto principal */
}

.depoimentos-carrossel .swiper-slide p {
  color: #0f172a; /* texto do depoimento */
}

.depoimentos-carrossel .swiper-slide span {
  color: #0f172a; /* nome da empresa */
}

.depoimentos-carrossel .stars {
  color: #facc15; /* mantém as estrelas amarelas */
}

.depoimentos-carrossel .sub {
  color: #dbeafe;
  font-size: 18px;
  margin-bottom: 40px;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.depoimento-carousel {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
  animation: infiniteScroll 40s linear infinite;
  width: max-content;
}

@keyframes infiniteScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.depoimento-card {
  flex: 0 0 calc(33.33% - 16px);
  min-width: 320px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


.depoimento-card .stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 12px;
}

.depoimento-card p {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  color:#0f172a;
}

.depoimento-card strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
}

.depoimento-card span {
  color: #0f172a;
  font-size: 14px;
}

ul.lista-check {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  text-align: left; /* alinha texto */
}

ul.lista-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #334155;
}

ul.lista-check li::before {
  content: "\f00c"; /* check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2563eb;
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 16px;
}
.icon-top {
  font-size: 36px;
  color: #2563eb;
  margin-bottom: 12px;
}
.beneficios-acessorios {
  padding: 80px 20px;
  background-color: #f8fafc;
  text-align: center;
}

.beneficios-acessorios .section-title {
  font-size: 28px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 10px;
}

.beneficios-acessorios .subtitulo {
  font-size: 16px;
  color: #475569;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.beneficios-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px 60px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  background-color: #2563eb;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.beneficio-item h3 {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 6px;
  font-weight: 600;
}

.beneficios-acessorios {
  padding: 80px 20px;
  background-color: #f8fafc;
  text-align: center;
}

.beneficios-acessorios .section-title {
  font-size: 28px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 10px;
}

.beneficios-acessorios .subtitulo {
  font-size: 16px;
  color: #475569;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.beneficio-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  background-color: #2563eb;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.beneficio-item h3 {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 6px;
  font-weight: 600;
}

.beneficio-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .beneficios-grid {
    grid-template-columns: 1fr;
  }
}

.catalogo-galeria {
  background-color: #ffffff;
  padding: 80px 20px;
}

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

.catalogo-galeria .titulo {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.catalogo-galeria .sub {
  font-size: 16px;
  color: #475569;
  margin-bottom: 40px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.catalogo-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.catalogo-card:hover {
  background-color: #eef4ff;
  border: 1px solid #2563eb;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.catalogo-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.catalogo-card p {
  font-size: 15px;
  color: #475569;
  margin-bottom: 16px;
  line-height: 1.5;
}

.catalogo-card .lista-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.catalogo-card .lista-check li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #334155;
}

.catalogo-card .lista-check li::before {
  content: "\f00c"; /* check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 13px;
  color: #2563eb;
}

.botao-detalhes {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.botao-detalhes:hover {
  background-color: #2563eb;
  color: #ffffff;
}

.catalogo-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalogo-card:hover {
  border: 2px solid #2563eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-color: #f8fbff;
}

.catalogo-card:hover .botao-detalhes {
  background-color: #2563eb;
  color: white;
}

.botao-detalhes {
  display: inline-block;
  text-align: center;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  color: #2563eb;
  background-color: #ffffff;
  border: 1px solid #2563eb;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 100%;
}

.botao-detalhes:hover {
  background-color: #1d4ed8;
  color: white;
}
/* Estilos atualizados para o catálogo */
.catalogo-galeria {
  background-color: #f8fafc;
  padding: 80px 20px;
}

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

.catalogo-galeria .titulo {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  text-align: center;
}

.catalogo-galeria .sub {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 60px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.catalogo-card {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.catalogo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}

.card-content {
  flex: 1;
}

.catalogo-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.catalogo-card p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 20px;
  line-height: 1.6;
}

.lista-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.lista-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #334155;
  line-height: 1.5;
}

.lista-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2563eb;
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 14px;
}

.botao-detalhes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #2563eb;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  border: none;
}

.botao-detalhes i {
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.botao-detalhes:hover {
  background-color: #1d4ed8;
}

.botao-detalhes:hover i {
  transform: translateX(3px);
}

.solucoes-personalizadas {
  background: linear-gradient(to right, #f9fafb, #ffffff);
  padding: 80px 20px;
}

.solucoes-personalizadas .container-hero {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.solucoes-personalizadas .hero-text {
  flex: 1;
  min-width: 280px;
}

.solucoes-personalizadas .hero-text .categoria {
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 8px;
}

.solucoes-personalizadas .hero-text .titulo {
  font-size: 32px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 16px;
}

.solucoes-personalizadas .hero-text p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 16px;
  line-height: 1.6;
}

.solucoes-personalizadas .hero-image {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.solucoes-personalizadas .hero-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.casos-uso-carrossel {
  background-color: #f9fbfd;
  padding: 80px 20px;
  text-align: center;
  position: relative; /* ESSENCIAL para permitir que os botões fiquem dentro do contexto do section */
  overflow: hidden; /* evita que os botões saiam para fora do contêiner */
}

.carrossel-titulo h2 {
  font-size: 28px;
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 700;
}

.carrossel-titulo p {
  color: #475569;
  font-size: 15px;
  margin-bottom: 40px;
}

.carousel-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.caso-card {
  flex: 0 0 280px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
  padding: 16px;
}

.caso-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.caso-card h3 {
  font-size: 16px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 8px;
}

.caso-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

.carrossel-controles {
  position: relative;
  top: -220px;
  z-index: 1;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2563eb;
  color: white;
  border: none;
  font-size: 24px;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.carousel-btn:hover {
  background-color: #1d4ed8;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

.scroll-infinite {
  display: flex;
  width: max-content;
  animation: scrollLoop 60s linear infinite;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.carousel-wrapper-loop {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding: 0 20px;
}

.carousel-loop {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollLoop 40s linear infinite;
  animation-play-state: running;
}

@keyframes scrollLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.carousel-loop .caso-card {
  flex: 0 0 280px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 16px;
  text-align: left;
}

.carousel-loop .caso-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.carousel-loop .caso-card h3 {
  font-size: 16px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 8px;
}

.carousel-loop .caso-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

.carousel-wrapper-loop:hover .carousel-loop {
  animation-play-state: paused;
}

.carousel-wrapper-loop {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.carousel-loop {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollLoopAuto 60s linear infinite;
  animation-play-state: running;
}

.carousel-wrapper-loop:hover .carousel-loop {
  animation-play-state: paused;
}

@keyframes scrollLoopAuto {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.caso-card {
  flex: 0 0 280px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
  padding: 16px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.caso-card:hover {
  background-color: #e8f0fe; /* azul suave */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.diferenciais-acessorios {
  background: linear-gradient(to bottom, #1e40af, #2563eb);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

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

.diferenciais-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.diferencial-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
  border-radius: 12px;
  flex: 1 1 300px;
  max-width: 360px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.diferencial-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.icon-circle-xl {
  width: 48px;
  height: 48px;
  background-color: #f1f5f9;
  color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: 0; /* NOVO */
}

.diferencial-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.diferencial-card p {
  font-size: 15px;
  line-height: 1.5;
}

.cta-azul {
  margin-top: 40px;
}

.cta-azul h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-azul p {
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-branco {
  background-color: white;
  color: #2563eb;
  padding: 14px 28px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button-branco:hover {
  background-color: #dbeafe;
}

.catalogo-beneficio-card {
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
  border-top: 4px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

.catalogo-beneficio-card .botao-detalhes {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.catalogo-beneficio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.catalogo-beneficio-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

.catalogo-beneficio-card p {
  font-size: 15px;
  color: #475569;
  margin-bottom: 12px;
}

.catalogo-beneficio-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalogo-beneficio-card ul li {
  font-size: 14px;
  color: #334155;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.catalogo-beneficio-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
}

.icon-circle-xl {
  width: 48px;
  height: 48px;
  background-color: #f1f5f9;
  color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Cores para as bordas */
.catalogo-beneficio-card.green { border-top-color: #22c55e; }
.catalogo-beneficio-card.blue { border-top-color: #3b82f6; }
.catalogo-beneficio-card.purple { border-top-color: #8b5cf6; }
.catalogo-beneficio-card.red { border-top-color: #ef4444; }
.catalogo-beneficio-card.yellow { border-top-color: #facc15; }
.catalogo-beneficio-card.cyan { border-top-color: #06b6d4; }

/* Grid para os cards */
.catalogo-galeria .galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.acessorio-card {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  text-align: left;
  position: relative;
}

.cta-final-personalizado {
  background-color: #2563eb;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.cta-final-personalizado h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-final-personalizado p {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-alt {
  background-color: #f1f5f9;
  color: #2563eb;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button-alt:hover {
  background-color: #e2e8f0;
  color: #1e3a8a;
}

.motivo-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  flex: 1;
  max-width: 280px;
  margin: 0 auto;
}

.motivo-numero {
  font-size: 32px;
  font-weight: 700;
  color: #0ea5e9; /* azul ciano para destaque */
  margin-bottom: 8px;
}

.motivo-titulo {
  font-size: 16px;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.motivo-descricao {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

.depoimentos {
  background-color: #f9fafb;
  padding: 80px 20px;
}

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

.depoimentos h2 {
  font-size: 28px;
  color: #0f172a;
  margin-bottom: 10px;
}

.depoimentos-subtitulo {
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 40px;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .depoimentos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .depoimentos-grid {
    grid-template-columns: 1fr;
  }
}

.depoimento-card {
  width: 100%;
  max-width: 300px;
  flex: 1 1 280px;
}

.depoimento-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  text-align: left;
  color: #0f172a;
}

.depoimento-card .estrelas {
  color: #facc15;
  font-size: 20px;
  margin-bottom: 10px;
}

.depoimento-card .depoimento-texto {
  font-style: italic;
  color: #0f172a;
  margin-bottom: 15px;
}

.depoimento-card .depoimento-nome {
  font-weight: 600;
  color: #0f172a;
}

.section-alt { background-color: #f9fafe; }

.titulo {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0f172a;
}

.card.active:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.cta-button {
  padding: 14px 28px;
  font-size: 16px;
  white-space: nowrap;
}

#rastreaveis .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.telas-swiper {
  position: relative;
  padding: 40px 60px;
  overflow: hidden;
}

.telas-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.telas-swiper .swiper-slide {
   background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 0 10px;
  width: 320px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.telas-swiper .swiper-button-prev,
.telas-swiper .swiper-button-next {
  color: #2563eb;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.telas-swiper .swiper-button-prev {
  left: -30px;
}

.telas-swiper .swiper-button-next {
  right: -30px;
}

.sistema-swiper .swiper-slide {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 0 10px #e2e8f0;
  text-align: center;
  transition: transform 0.3s ease;
}
.sistema-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 12px;
  cursor: pointer;
}
.sistema-swiper .swiper-slide:hover {
  transform: scale(1.03);
}

.sistema-swiper .swiper-slide.catalogo-card {
  background: white;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}
.sistema-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
  cursor: zoom-in;
}
.sistema-swiper .swiper-slide h3 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 8px;
}
.sistema-swiper .swiper-slide p {
  font-size: 15px;
  color: #475569;
}
.telas-carousel-section {
  padding: 60px 20px;
  background-color: #f8f9fc;
  text-align: center;
  overflow-x: hidden; /* evita barra horizontal */
}

.telas-carousel-section img {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.telas-carousel-section img:hover {
  transform: scale(1.02);
}

.telas-carousel-section .swiper-slide p {
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.4;
}

.telas-carousel-section a {
  text-decoration: none;
  color: inherit;
}

.telas-carousel-section a:hover {
  text-decoration: underline; /* ou cor diferente, se quiser indicar interatividade */
}

.telas-swiper {
  width: 100%;
  padding: 40px 0;
  overflow: visible;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  padding: 20px;
}

.swiper-slide:hover {
  background-color: #e8f4ff; /* azul claro */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.swiper-slide img {
  border: none !important;
  box-shadow: none !important;
}

.swiper-slide a {
  text-decoration: none !important;
}

.swiper-slide a:hover {
  text-decoration: none !important;
}



.telas-swiper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  width: 320px;
}

.telas-swiper .swiper-slide:hover {
  background-color: #e6f3ff;
  transform: scale(1.01);
  box-shadow: 0 0 0 3px #cce6ff;
}

.telas-swiper .swiper-pagination {
  position: absolute;
  bottom: -40px;
  z-index: 1;
}

.telas-swiper img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 12px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.telas-swiper img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.telas-swiper h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.telas-swiper p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

/* Lightbox */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  cursor: pointer;
}
.tela-slide img {
  width: 100%;
  height: auto;
  max-height: 500px; /* Ajuste conforme o visual desejado */
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.tela-slide img:hover {
  transform: scale(1.02);
}
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
  box-shadow: 0 0 25px rgba(0,0,0,0.8);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.lightbox-close:hover {
  color: #ccc;
}

.icone-pulsante {
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.cta-box.cta-azul {
  background-color: #eff6ff;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
  margin: 40px auto;
  max-width: 880px;
}

.cta-box.cta-azul h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1e3a8a;
}

.cta-box.cta-azul p {
  font-size: 16px;
  color: #1e293b;
  margin-bottom: 24px;
}

.cta-button-blue {
  background-color: #2563eb;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.cta-button-blue:hover {
  background-color: #1d4ed8;
}

/* Estilo do modal */
.img-modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-modal.show .img-modal-content {
  transform: scale(1);
}

.img-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.img-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.img-modal-close:hover {
  color: #ccc;
}

.img-modal.show {
  display: block;
  opacity: 1;
}

.swiper-slide {
  border-radius: 12px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.telas-swiper .swiper-slide {
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-radius: 16px;
  padding: 16px;
}

.telas-swiper .swiper-slide a:hover {
  background: #e3f2fd; /* Azul claro */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Estilo de hover com borda azul clara para os slides */
.telas-swiper .swiper-slide a {
  display: block;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.telas-swiper .swiper-slide a:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

.telas-swiper .swiper-slide a img {
  border: none !important;
  box-shadow: none !important;
}

.telas-swiper .swiper-slide img {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.telas-swiper .swiper-slide a:hover h3 {
  text-decoration: none;
  outline: none !important;
}

.telas-swiper .swiper-slide a:hover p {
  text-decoration: none;
  outline: none !important;
}

.telas-carousel-section .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 20px;
  border-radius: 12px;
  transition: background 0.3s ease;
  background-color: white;
}

.telas-carousel-section .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 20px;
  text-align: center;
}

.telas-carousel-section .swiper-slide a:hover {
  background-color: #e0f0ff;
}

.telas-carousel-section .swiper-slide img {
  border: none;
  outline: none;
}

.modal-bx24 {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-box {
  background: #fff;
  max-width: 640px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.close-bx24 {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  color: #555;
  cursor: pointer;
  z-index: 10;
}

.form-wrapper-bx24 {
  position: relative;
  z-index: 5;
}
