/* style.css */
body {
  margin: 0;
  padding: 0;
  background-image: url(fundoo.png);
  font-family: 'Arial', sans-serif;
  color: white;
  display: flex;""
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

.container {
  background-image: url(fundoo.png);
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px #000;
  width: 100%;
  max-width: 350px; /* Ajustado para largura compacta */
  text-align: center;
  animation: fadeIn 1s ease-in-out;
}

.logo {
  width: 80px;
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 15px;
  font-size: 20px; /* Reduzi o tamanho do título */
}

label {
  display: block;
  text-align: left;
  margin: 8px 0;
  font-size: 14px; /* Ajustei o tamanho do texto */
}

input[type="number"],
input[type="text"] {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  font-size: 16px; /* Ajustei o tamanho da fonte */
}

button {
  background-color: #3498db;
  border: none;
  color: white;
  padding: 12px;
  border-radius: 6px;
  margin: 10px 0;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
  font-size: 16px;
}

button:hover {
  background-color: #2980b9;
}

.nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.nav a {
  color: #3498db;
  margin: 0 10px;
  text-decoration: none;
  font-size: 14px;
}

.nav a:hover {
  text-decoration: underline;
}

footer {
  width: 100%;
  text-align: center;
  padding: 15px; 
  background-color: #1e1e1e;
  position: fixed;
  bottom: 0;
}

footer p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.senha {
  font-weight: bold;
  text-align: center;
  background-color: #1E1E1E;
  color: #00ffcc;
  letter-spacing: 1px;
  animation: piscar 1s infinite;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes piscar {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Ajustes para dispositivos móveis */
@media (max-width: 600px) {
  body {
    padding: 0;
  }

  .container {
    width: 90%; /* Ajustei para 90% da tela */
    padding: 20px;
    box-sizing: border-box;
    
  }

header {border: 2px solid black;
border-radius: 10px;
padding: 10px;
color: white;
font-size: 7pt;
font-style: italic;
text-decoration: underline;
text-shadow: 2px 2px 4px ;
background-color: black;

  
  
}
h6 {border: 2px solid black;
border-radius: 10px;
padding: 10px;
color: white;
font-size: 7pt;
font-style: italic;
text-d
text-shadow: 2px 2px 4px ;
background-color: black;
  
}

  h1 {
    font-size: 18px; /* Título menor */
  }

  input[type="number"],
  input[type="text"],
  button {
    font-size: 16px;
    padding: 10px; /* Reduzi o padding para ajustar melhor */
  }

/* Estilizando o logo */
.logo {
  width: 200px; /* Aumenta o tamanho do logo */
  height: auto; /* Mantém a proporção da imagem */
  border-radius: 50%; /* Bordas arredondadas */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave para dar destaque */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transição suave para efeitos de hover */
  margin: 20px 0;
}

.logo:hover {
  transform: scale(1.1); /* Aumenta o logo ao passar o mouse */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Sombra mais forte ao passar o mouse */
}
  }

  footer {
    position: relative;
    padding: 10px;
/* Estilo geral para a força da senha */
#forca-senha {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  border: 2px solid transparent; /* Borda permanente */
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

/* Ícones */
#forca-senha .icone {
  font-size: 30px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

/* Cores e ícones baseados na força da senha */
#forca-senha.Forte {
  background-color: #4CAF50;
  color: white;
  border-color: #388E3C; /* Borda verde */
}

#forca-senha.Média {
  background-color: #FF9800;
  color: white;
  border-color: #F57C00; /* Borda laranja */
}

#forca-senha.Fraca {
  background-color: #F44336;
  color: white;
  border-color: #D32F2F; /* Borda vermelha */
}

/* Ícones diferentes para cada força da senha */
#forca-senha.Forte .icone {
  content: '\f0e7'; /* Ícone de foguete (Font Awesome) */
  color: white;
}

#forca-senha.Média .icone {
  content: '\f021'; /* Ícone de refresh (Font Awesome) */
  color: white;
}

#forca-senha.Fraca .icone {
  content: '\f119'; /* Ícone de triste (Font Awesome) */
  color: white;
}

/* Efeito de borda e animação ao passar o mouse */
#forca-senha:hover {
  transform: scale(1.05); /* Aumenta o tamanho da caixa */
}

/* Animação de deslizar ao exibir a força da senha */
@keyframes slideIn {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#forca-senha span {
  font-size: 16px;
  font-weight: normal;}
  
  header {
    
    
  }
  botao-ferramentas {
      padding: 12px 24px;
      font-size: 18px;
      background-color: #007bff;
      color: white;
      border: 2px solid #007bff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
    }

    .botao-ferramentas:hover {
      background-color: #0056b3;
      border-color: #00f0ff;
      box-shadow: 0 0 15px #00f0ff, 0 0 5px #00f0ff inset;
    }

    .botao-ferramentas i {
      font-size: 20px;
    }
    
  .menu-hamburguer {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 28px;
    z-index: 1000;
    color: #333;
  }

  .menu-aba {
    display: none; /* Começa fechada */
    position: absolute;
    top: 60px;
    right: 20px;
    background: white; /* Fundo branco */
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 180px;
  }

  .menu-aba a {
    display: block;
    margin: 8px 0;
    color: #333;
    text-decoration: none;
    font-weight: bold;
  }

  .menu-aba a:hover {
    color: #007bff;
  }

  /* Esconde o menu original em telas grandes se quiser só o menu hambúrguer */
  @media (min-width: 768px) {
    .nav {
      display: none;
    }
  }
