body {
  font-family: "Montserrat", sans-serif;
}

#carouselExampleD {
  /* margin-top: 100px; */
}

@font-face {
  font-family: 'ComposeBoldCustom';
  /* ⚠️ ATENÇÃO: Verifique se o caminho do arquivo está correto em relação ao seu arquivo CSS! */
  src: url('https://www.idnlabs.com.br/public/site/assets/fonts/Compose Bold.ttf') format('truetype');
  font-weight: bold;
  /* Indicando que esta versão da fonte é o peso "bold" */
  font-style: normal;
}

/* Opcional: Para melhor compatibilidade */
@font-face {
  font-family: 'ComposeBoldCustom';
  src: url('https://www.idnlabs.com.br/public/site/assets/fonts/Compose Bold.woff') format('woff');
  /* Formato moderno e recomendado */
  font-weight: bold;
  font-style: normal;
}

a:hover,
a:active {
  color: #007bff !important;
}

.swiper-slide a {
  border-bottom: none !important;
}

main {
  min-height: calc(100vh - 154px);
  padding-top: 100px;
}

.box {}

.btn-primary-lnd {
  background: #04015a;
  border: solid 1px #04015a;
  color: white;
}

.btn-primary-lnd:hover {
  background: #110e6d !important;
  border: solid 1px #110e6d !important;
  color: white !important;
}

.google_translate_element {
  visibility: hidden;
  height: 0;
}

.labs-title {
  background-color: #727376;
  text-transform: uppercase;
  padding-top: 45px;
  padding-bottom: 10px;
}

.labs-title h1 {
  font-size: 24px;
  color: #FFF
}

.login-min {
  width: 178px;
  background: #04015a;
  padding: 5px;
}

.wt-100 {
  width: 100%;
  padding: 20px;
}

header {
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* box-shadow: 0 1px 1px rgb(170, 170, 170); */
}

header::after {}

.header-top {
  align-items: center;
}

.header-top .w-430 {
  /* max-width: 430px; */
  width: calc(50% - 250px);
  float: left;
}

.w-500 {
  float: left;
  width: 500px;
}

.header-top .top {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
}


.header-top .top .logo {
  float: left;

}

.header-top .top .logo img {
  width: 237px;
  height: 68px;
}

.hearder .header-top .area {
  float: right;
  margin: 24px 0 0 0;
}

.header-top .idiomas {
  margin: 10px auto;
  width: 100%;
}

.header-top .top .search {
  margin: 17px auto;
}

.header-top .top .w-430-l {
  width: calc(50% - 250px);
  /* max-width: 430px; */
  float: right;
  text-align: right;
}

.menu-nav {
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  padding: 20px;
  background: #04015a;
  font-size: 13px;
  position: fixed;
  z-index: 9;
}

.menu-nav .search {
  margin-top: 20px;
}

.menu-nav .menu {
  margin: 15px 0;
}

.menu-nav li {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  border-bottom: 1px #FFF solid;
}

.menu-nav li a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
}

.btn-bars i {
  font-size: 30px;
  color: #04015a;
}

.btn-send {
  color: #FFF;
  padding: 5px 20px;
  background: #090979;
  background: linear-gradient(0deg, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
  border-radius: 50px;
  float: right;
  margin: 10px 20px;
  border: none;
}

.contact-form .row {
  margin-top: 5px;
}

.contact-form label {
  width: 100px;
}

.contact-form .text-area,
.contact-form .text-field {
  border-radius: 5px;
  background-color: #e8e7e7;
  border: solid #FEFEFE 1px;
  width: calc(100% - 120px);
  padding: 0 5px;
}

.contact-form .text-area {
  margin-left: 3px;
  height: 150px;
}



footer .logo {
  width: 100%;
  max-width: 300px;
}

.search {
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  width: 100%;
  height: 32px;
  font-size: small;
}

.search-new {
  width: auto;
}


.search input::placeholder {
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
}

.search input {
  background: transparent;
  border: none;
  padding: 0 10px;
  width: calc(100% - 98px);
  font-family: "Roboto", sans-serif;
}

.search input:focus {
  outline: none;
}

.search .btn {
  background: linear-gradient(167.34deg, #007DC3 -28.37%, #007DC3 26.27%, #031862 103.78%);
  /* azul → roxo */
  color: white;
  border: none;
  border-radius: 20px;
  font-size: small;
  cursor: pointer;
  height: 25px;
  margin: auto 3px;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
}

.search .btn:hover {
  color: white;
  background-color: #005096;
}

.text-uppercase {
  text-transform: uppercase;
}

.top-link p {
  margin: 0;
  padding: 0;
}

.top-link p a {
  text-decoration: none;
  color: #323232;
}

.top {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.navbar-clipped {
  background-color: white;
  color: #383838;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;


  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;

  clip-path: polygon(100% 0, 86% 100%, 15% 100%, 0 0);
  z-index: 1;

  /* Removemos o box-shadow padrão e usaremos o pseudo-elemento */
  box-shadow: none;
}

.navbar-clipped .links {
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 20px; */

  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 16px;
}


/* ---- Links ---- */
.navbar-clipped a,
.area a {
  color: #4B4B4B;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-clipped a:hover,
.area a:hover {
  color: #007bff;
  margin-bottom: -2px;
  border-bottom: 2px solid #007bff;
}

.navbar-clipped a.active,
.area a.active {
  border-bottom: 2px solid #007bff;
  padding-bottom: 4px;
  color: #007bff;
}

.area {
  display: flex;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 16px;
  gap: 20px;
  float: right;
  margin-top: 21px;
}

/* ---- Botão ---- */
.btn-download {
  background-color: #848688;
  border: #848688;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 15px;
  float: right;
  margin-top: -5px;
  cursor: pointer;
}

/* ---- Lista ---- */
.list-download {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.list-download li {
  width: 100%;
  padding: 10px;
  border: solid 2px #000;
  margin-top: -2px;
  color: #000;
}



.image-carousel {
  width: 100%;
  min-height: calc(100vh - 254px);
}

footer {
  width: 100%;
  /* min-height: 200px; */
  padding-top: 25px;
  padding-bottom: 25px;
  background: #0F63AC;
}

.color-white {
  color: white;
}

/* ==========================
   Carrousel SwiperJS
========================== */

.swiper {
  width: 100%;
  height: 70vh;
  /* altura total da tela */
  position: absolute;
  top: 0;
  margin-top: 0px;
  /* se necessário para compensar cabeçalho */
  box-sizing: border-box;
}

.swiper-slide,
.swiper-slide-p {
  width: 100%;
  height: 100vh;
  /* metade da altura da tela */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.swiper-slide img {
  width: 100%;
  /* ocupa toda a largura */
  height: 100%;
  /* ocupa toda a altura da metade da tela */
  object-fit: cover;
  /* cobre o espaço sem distorcer */
  display: block;
}


.swiper-slide-p img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  /* ocupa toda a largura */
  /* height: 100%; */
  /* ocupa toda a altura da metade da tela */
  /* object-fit: cover; */
  /* cobre o espaço sem distorcer */
  /* display: block; */
}

/* Ajusta botões de navegação (setas) */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  /* cor branca */
}

.swiper-button-prev {
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  /* seta para cima */
}

.swiper-button-next {
  bottom: 10px;
  top: auto;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  /* seta para baixo */
}

/* Dots na lateral direita */
.swiper-pagination {
  right: 200px !important;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* espalha uniformemente as bolinhas */
  height: 100px;
  /* altura do bloco de bullets */
}

/* bolinhas inativas */
.swiper-pagination-bullet {
  background: #fff !important;
  /* branca */
  opacity: 1 !important;
  /* totalmente visível */
  border: none;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  /* transição suave */
  margin: 100px 0;
  /* espaçamento vertical entre as bolinhas */
}

/* bolinha ativa */
.swiper-pagination-bullet-active {
  background: #2a31fe !important;
  /* cor ativa */
  border: 1px solid #fff;
  transform: scale(1.8);
  /* aumenta tamanho */
  opacity: 1 !important;
}

/* Certifique-se que o slide seja posição relativa */
.swiper-slide {
  position: relative;
}

/* Texto Saiba Mais */
.saiba-mais {
  position: absolute;
  bottom: 20px;
  right: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  /* remove o underline padrão */
  transition: color 0.3s ease;
  text-transform: uppercase;
}

/* underline personalizado centralizado */
.saiba-mais::after {
  content: '';
  position: absolute;
  left: 50%;
  /* centraliza horizontalmente */
  transform: translateX(-50%);
  bottom: -3px;
  /* distância do texto */
  width: 80%;
  /* comprimento do underline */
  height: 3px;
  /* espessura */
  background: #fff;
  transition: all 0.3s ease;
}

.saiba-mais:hover {
  color: #007bff;
}

.saiba-mais:hover::after {
  background: #007bff;
}


/* ==========================
    Edição dos cards 
========================== */
.cards-container {
  /* margin-top: 20px; */
}

.cards-container .row {}

.cards-container .col-6 {
  text-align: center;
  padding: 15px;
}


.cards-container .card-image {
  background-color: #F3F4F6;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  /* box-shadow: 1px 1px 5px #505050; */
  text-align: center;
}

.cards-container .card-image img {
  width: calc(90%);
  margin: 0 auto;
}

.cards-container .card-image img:hover {
  opacity: 0.7;
}


/* ==========================
   Produtos Populares
========================== */
.produtos-produtos-populares-pp {
  padding: 40px 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cards-container-pp {
  display: flex;
  justify-content: center;
  /* centraliza todos os cards */
  gap: 20px;
}

.card-pp {
  width: 500px;
  /* largura fixa */
  /* flex: none;   impede que o flex altere a largura */

  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.card-pp:hover {
  /* transform: translateY(-5px); */
  opacity: 0.7;
}

.card-pp img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================
   Botão Ver Mais categorias
========================== */
.btn-ver-mais {
  margin-top: 10px;
  /* margem superior e direita */

  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  /* transparente */
  color: #000;
  /* cor do texto */
  border: 1px solid #cccccc;
  /* borda fina */
  border-radius: 100px;
  /* bordas arredondadas */
  cursor: pointer;
  transition: all 0.3s;
}

.btn-ver-mais:hover {
  color: #007bff;
  border: 1px solid #007bff;
  /* texto branco no hover */
}

.btn-ver-mais::after {
  content: "↗";
  /* seta diagonal direita */
  margin-left: 8px;
  /* espaço entre o texto e a seta */
  font-size: 14px;
  transition: transform 0.3s;
  /* animação */
}

.produtos-populares-pp .section-header {
  padding: 0 60px;
  /* 20px de espaçamento nas laterais */
  display: flex;
  justify-content: space-between;
  /* mantém botão à direita */
  align-items: center;
  /* centraliza verticalmente */
}

/* Estilizando o header */
.banner-products {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  /* opcional, caso queira fundo */
}

.banner-content {
  background-color: #f2f2f2;
  border-radius: 15px;
  padding: 30px;
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
  /* max-height: 300px; */
  min-height: 200px;
  z-index: 2;
  /* fica acima do fundo */
}

.banner-image {
  text-align: right;
}

.banner-image img {
  max-width: 100%;
  height: auto;
  max-height: 320px;
  min-height: 200px;
  margin-top: -50px;
}

.banner-text {
  flex: 1 1 400px;
  /* largura mínima de 300px */
  /* max-width: 500px; */
  text-align: left;
  /* mantém o texto alinhado à esquerda */
  padding: 20px;
}

.banner-text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.banner-text p {
  font-size: 1em;

}

/* Navbar */
.nav-listProducts {
  display: flex;
  justify-content: center;
  /* centraliza os itens */
  align-items: center
    /* alinha verticalmente */
  ;
  gap: 40px;
  /* espaço entre os itens */
  margin: 50px auto;
  padding: 40px 0 10px 0;
  /* espaço do topo */
  margin-bottom: 5px;
}

.nav-listProducts li {
  margin: 0 15px;
  list-style: none;
}

.nav-listProducts a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-listProducts a:hover {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.nav-listProducts a.active {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.btn-ver-mais-gradiente {
  color: #FFF;
  width: 141px;
  height: 40px;
  background: #090979;
  background: linear-gradient(0deg, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
  border-radius: 50px;
  border: none;
  position: absolute;
  right: 30px;
  top: 250px;
}


/* ==========================
   Início navbar grid
========================== */
/* Navbar */

.navbarProductsGrid .nav-listProductsGrid {
  list-style: none;
  display: flex;
  justify-content: center;
  /* centraliza os itens */
  align-items: center
    /* alinha verticalmente */
  ;
  gap: 60px;
  /* espaço entre os itens */
  margin: auto;
  padding: 60px 0 40px 0;
  /* espaço do topo */
}

.navbarProductsGrid .nav-listProductsGrid li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-family: "Montserrat", sans-serif;
  padding-bottom: 5px;
  /* espaço para o underline */
  transition: color 0.3s;
  border-bottom: 3px solid transparent;
  /* linha invisível por padrão */
}

.navbarProductsGrid .nav-listProductsGrid li a:hover {
  color: #0326d3;
}

/* Item ativo com sublinhado azul */
.navbarProductsGrid .nav-listProductsGrid li a.active {
  border-bottom: 3px solid #007BFF;
  /* azul */
}


.area a {}

/* ==========================
   Fim navbar grid
========================== */


/* ==========================
   Botão Ver Mais Produtos
========================== */
.btn-ver-mais-produtos {
  margin-top: 0px;
  /* margem superior e direita */
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  /* transparente */
  color: #000;
  /* cor do texto */
  border: 1px solid #cccccc;
  /* borda fina */
  border-radius: 100px;
  /* bordas arredondadas */
  cursor: pointer;
  transition: all 0.3s;
}

.btn-ver-mais-produtos:hover {

  /* fundo escuro no hover */
  color: #007bff;
  border: 1px solid #007bff;
  /* texto branco no hover */
}

.btn-ver-mais-produtos::after {
  content: "↗";
  /* seta diagonal direita */
  margin-left: 8px;
  /* espaço entre o texto e a seta */
  font-size: 14px;
  transition: transform 0.3s;
  /* animação */
}

/* ==========================
   Grid de Produtos
========================== */
/* Container principal para centralizar os cards */
.products-section {
  padding: 20px;
  background-color: #f0f0f0;
  /* Cor de fundo para a seção */
  border-radius: 15px;
}

/* O grid que organiza os cards */
.products-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  /* 3 colunas de largura igual */
  gap: 50px;
  /* Espaço entre os cards */

  margin: 0 auto;
  padding: 10px;
  /* Centraliza o container */
}

/* Estilo do card individual */
.product-card {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  /* transition: transform 0.3s ease; */
}

.idiomas {
  width: 120px;
}

.idiomas img {
  width: 47px !important;
  height: 47px !important;
}

.product-card:hover {
  /* transform: translateY(-5px) */
  opacity: 0.7;
  /* Efeito de elevação ao passar o mouse */
}

.product-card .img {
  width: 100%;
  height: 536px;
  background-size: cover;
  background-repeat: no-repeat;
}


.product-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  max-height: 348px;
}

.product-name {
  margin: 30px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* ==========================
   Fim Grid de Produtos
========================== */

/* --- Seção de conteúdo do produto --- */
.product-main {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}

.breadcrumbs {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

.product-content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.product-details {
  flex: 1;
}

.product-title {
  font-size: 2.5rem;
  color: #222;
  margin: 0;
  font-weight: bolder;
  width: 100%;
}

.product-subtitle {
  font-size: 1rem;
  color: #666;
  margin: 20px 0 50px 0;
  font-style: italic;
}

.product-box-info {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.product-image-section {
  position: relative;
  align-items: center;
}

.product-image-section img {
  max-width: 500px;
  height: auto;
}

/* Container dos dots */
.product-dots {
  position: absolute;
  right: -20px;
  /* Ajuste a posição para o lado */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Aumente o espaço entre os dots */
}

/* Estilo para todos os dots (base) */
.dot {
  width: 40px;
  /* Largura do círculo maior */
  height: 40px;
  /* Altura do círculo maior */
  background-color: #ffffff;
  /* Fundo cinza claro para dots inativos */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;

  display: flex;
  /* Para centralizar o dot interno, se necessário */
  justify-content: center;
  align-items: center;

  /* Para o dot interno */
  position: relative;
  overflow: hidden;
  /* Garante que a borda não saia */
}

/* Dot ativo */
.dot.active {
  background-color: transparent;
  /* O fundo é transparente para mostrar o arco e o ponto central */
  border: 2px solid transparent;
  /* Uma borda transparente como base */

  /* Cria o arco azul usando um gradiente de borda ou borda parcial */
  border-top: 2px solid #007bff;
  /* Metade superior do arco azul */
  border-right: 2px solid #007bff;
  /* Metade direita do arco azul */
  border-bottom: 2px solid #007bff;
  /* Metade direita do arco azul */
  /* Poderíamos usar border-image-slice com um gradiente linear para um controle mais fino */

  /* Ou, uma abordagem com box-shadow para o arco (pode ser mais flexível) */
  /* box-shadow: 0 0 0 2px #007bff inset; */
  /* Círculo completo interno */
}

/* Ponto central azul para o dot ativo */
.dot.active::before {
  content: "";
  position: absolute;
  width: 12px;
  /* Tamanho do ponto central azul */
  height: 12px;
  background-color: #134e8d;
  /* Cor azul do ponto */
  border-radius: 50%;
  z-index: 1;
}

/* Dots inativos */
.dot:not(.active) {
  background-color: #ffffff;
  /* Cor cinza para dots inativos */
  /* Cria o ponto interno para dots inativos */
  position: relative;
  border: #a0a0a0 solid 1px;
}

.dot:not(.active)::before {
  content: "";
  position: absolute;
  width: 12px;
  /* Tamanho do ponto central cinza */
  height: 12px;
  background-color: #a0a0a0;
  /* Cor cinza do ponto */
  border-radius: 50%;
}

/* Opcional: Efeito de hover para dots inativos */
.dot:not(.active):hover {
  background-color: #d0d0d0;
}

/* --- Seção de Detalhes e Informações Adicionais --- */
.product-info-details {
  padding: 20px;
  background-color: white;
  /* Fundo branco, se necessário */
}

.info-column {
  max-width: 1200px;
  /* A mesma largura do contêiner principal */
  margin: 0 auto;
  padding: 20px 0;
}

.info-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  margin-top: 25px;
  margin-bottom: 10px;
}

.info-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.info-list {
  list-style-type: none;
  /* Remove os marcadores de lista padrão */
  padding: 0;
  margin-top: 10px;
  margin-bottom: 25px;
}

.info-list li {
  position: relative;
  padding-left: 20px;
  /* Espaço para o marcador personalizado */
  line-height: 1.6;
  color: #444;
}

/* Criando o marcador de lista personalizado (ponto) */
.info-list li::before {
  content: "•";
  color: #04015a;
  /* Cor do marcador */
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -2px;
}

.info-list li strong {
  font-weight: bold;
}

.title-degrade {

  background: -webkit-linear-gradient(rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'ComposeBoldCustom', Arial, sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 100px;
  letter-spacing: 0px;

}

.enterprise {
  padding: 100px 30px;
}

.enterprise p {
  color: #828282;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

.robo {
  position: absolute;
  right: 0;
}

.sub-menu {
  display: none;
  width: 217px;
  right: 90px;
  opacity: 1;
  border-width: 1px;
  border-radius: 19px;
  position: absolute;
  z-index: 999999;
  border: solid 1px #BBBBBB;
  background: #fff;
}

.sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.sub-menu ul li {
  padding: 5px 0;
  border-bottom: solid 2px #BBBBBB;
}

.sub-menu ul li a {
  color: #212529;
  text-decoration: none;
  text-transform: capitalize !important;
}

.sub-menu ul li a:hover {
  color: #007bff !important;
}

.bg-empresa {
  background-image: url(https://www.idnlabs.com.br/public/site/images/bg-empresa.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30% 14% 20% 33%;
}

.garantia {
  background-image: url(https://www.idnlabs.com.br/public/site/images/garantia.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.logistica {
  background-image: url(https://www.idnlabs.com.br/public/site/images/logistica.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10%;
  margin-top: 30px;
}

.logistica p {
  max-width: 700px;
}

.list-product {
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.list-product .p-title {
  width: 245px;
  height: 46px;
  background: #0C5C88;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.list-product .p-text {
  width: 245px;
  margin-top: 10px;
  background: #1574A9;
  height: 280px;
  padding: 10px;
}

.garantia .text {
  width: 60%;
  float: right;
}

.garantia .text h1 {
  font-size: 72px;
}