html {
    overflow: auto; /* Permite rolar */
    scrollbar-width: none; /* Para Firefox */
    -ms-overflow-style: none; /* Para Internet Explorer 10+ */
    font-family: 'Roboto', sans-serif;
}

html::-webkit-scrollbar {
    display: none; /* Para Chrome, Safari e Edge */
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 290px;
  max-height: 440px;
  margin: 0 auto 20px auto; /* Define margin-top como 0 */
  text-align: center;
  font-size: 14px;
  border: 2px solid black;
  color: black;
  background: white;
}
.desc-desc {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-btn {
  height: 40px; /* Exemplo de altura em pixels */
  padding: 10px;
  line-height: 20px;
}

th, td {
    border: 1px solid black;
    padding: 5px;
}
th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.logo img {
    max-width: 80px;
}
.bold {
    font-weight: bold;
}
.header {
    font-size: 16px;
    font-weight: bold;
}
.left-align {
    text-align: left;
    padding-left: 10px;
}
.delivery-section {
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
.delivery-section span {
    display: inline-block;
    width: calc(100% - 20px);
}
.mark-box {
    display: inline-block;
    width: 20px;
    text-align: center;
    border: 1px solid black;
}

  
  body {
      background: #272727;
      display: flex; /* Ativa o layout flexível */
      flex-direction: column; /* Coloca os elementos em uma coluna */
      height: 125vh;
      margin: 0;
      font-family: 'Roboto', sans-serif;
      overflow-x: hidden; 
      overflow-y: scroll; 
      scrollbar-width: none; /* Para Firefox */
      -ms-overflow-style: none; /* Para Internet Explorer 10+ */
      color: white;
      background: url('fundo-n.png') no-repeat center center fixed;
      background-size: cover; /* Faz a imagem cobrir todo o fundo */
  }
  .texti {
    height: 1%;
    padding: 12px;
    font-size: 3vh;
    text-align: center;
    display: flex; 
    align-items: center; 
    justify-content: center;
  }
  
  .separador {
      height: 1.7vh;
  }
  header {
      padding: -2px;
      text-align: center;
      color: white;
      font-size: 3vh;
  }
  
  section {
      flex: 1; /* Faz a seção principal ocupar o espaço restante */
      display: flex; /* Ativa o flexbox */
      align-items: center; /* Centraliza verticalmente */
      justify-content: center; /* Centraliza horizontalmente */
  
      color: white;
      /* background: rgba(255, 255, 255, 0.25); */
      box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      border-radius: 10px;
      padding: 20px;
      width: 80%;
      margin: auto;
  }
  .use {
    display: flex; /* Define layout flexível */
    white-space: nowrap; /* Evita quebra de linha */
    align-items: center; /* Alinha os itens verticalmente no centro */
  }
  .bu {
    display: flex;
    flex-wrap: wrap; /* Permite que os botões quebrem para a próxima linha se necessário */
  }

  .form {
    --width-of-input: 40vh;
    --border-height: 1px;
    --border-before-color: rgba(221, 221, 221, 0.39);
    --border-after-color: #ffffff;
    --input-hovered-color: #e9e9e91f;
    position: relative;
    width: var(--width-of-input);
   }
   /* styling of Input */
   .input {
    color: #ffffff;
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
    border-bottom: var(--border-height) solid var(--border-before-color);
   }
   /* styling of animated border */
   .input-border {
    position: absolute;
    background: var(--border-after-color);
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.3s;
   }
   /* Hover on Input */
   input:hover {
    background: var(--input-hovered-color);
   }
   .input::placeholder {
    color: rgba(255, 255, 255, 0.7); /* Placeholder branco com opacidade */
    }
   
   input:focus {
    outline: none;
   }
   /* here is code of animated border */
   input:focus ~ .input-border {
    width: 100%;
   }
   
  .btn {
      line-height: 38px;
      height: 38px;
      text-align: center;
      width: 100px;
      cursor: pointer;
      border-radius: 8px;
      margin: 2px;
    }
  .btn-three {
      color: white;
      transition: all 0.5s;
      position: relative;
      border-radius: 8px;
    }
  .btn-three:hover {
        color: white; /* Cor branca ao passar o mouse */
    }
    .btn-three::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.452);
      transition: all 0.3s;
      border-radius: 8px;
    }
    .btn-three:hover::before {
      opacity: 0 ;
      transform: scale(0.5,0.5);
    }
    .btn-three::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      transition: all 0.3s;
      border: 1px solid rgba(255, 255, 255, 0.822);
      transform: scale(1.2,1.2);
      border-radius: 8px;
    }
    .btn-three:hover::after {
      opacity: 1;
      transform: scale(1,1);
    }
    .rodape {
      background-color: #002d62; /* Cor do fundo */
      color: #ffffff; /* Cor do texto */
      font-family: 'Roboto', sans-serif;
      padding: 1px;
      display: flex;
      flex-wrap: wrap; /* Permite quebra de linha se necessário */
      justify-content: space-between; /* Espaçamento entre os itens */
      align-items: center; /* Alinhamento vertical */
      width: 100%; /* Garante que ocupe toda a largura */
      box-sizing: border-box; /* Inclui padding na largura */
      margin-top: auto; /* Faz o rodapé empurrar para baixo */
  }
  
  .rodape div {
      text-align: center; /* Centraliza o conteúdo dentro de cada div */
      margin: 5px; /* Espaçamento entre os elementos */
      padding: 1vh;
  }
  #etiquetas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espaçamento entre as etiquetas */
}

.etiqueta {
    flex: 1 0 21%; /* Ajuste o valor conforme necessário */
    margin-bottom: 10px;
}