body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url("https://i.pinimg.com/originals/50/05/7d/50057dc2df5e0503d5de6f55b6a6df0b.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed; 
}

.navbar {
     background-color: #1d0117;
    border-top: #333;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 66px;
    z-index: 800;
    vertical-align: initial;
}

.lupa{
    background-color: #00000000;
   width: 20px;
   height: 20px;
}

.ima{
    width: 20px;
    height: 20px;  
}

.but{
    width: 35px;
    height: 35px;
    background-color: #525355;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.but:hover{
    border: 2px solid #ffffff;
}


.buta{
    margin-top: 100px;
    width: 35px;
    height: 35px;
    background-color: #525355;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button {
    background-color: #525355;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button:hover {
    border-color: aliceblue;
    border-radius: 20px;
}

.logo{
    margin-top: 50px ;
}

.lol{
    width: 20vw;
    height: 20vh;
}

.buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px; /* Espaço entre os botões */
    padding: 10px;
}

/* Estilo para o botão transparente */
.lev {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
}

.lev:hover {
   color: #b8b8b9;
}

/* Estilo para o botão marrom claro */
.brow {
    border-radius: 5px;
    background-color: #8f6a3b; /* Cor marrom claro */
    color: white;
    border: 2px solid #8f6a3b;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.brow:hover {
    background-color: #c2914f; /* Leve destaque ao passar o mouse */
    border: 2px solid#c2914f;
}


 .lea {
    color: white;
    text-decoration: none;
}

.lea:hover {
      text-decoration: underline;
      color: #c7c3c3;
}



.container {
    display: flex;
    align-items: center;
    margin: 10%;
}

.container img {
    max-width: 150px;
    margin-right: 20px;
}

.text {
    width: 300px;
    font-size: 25px;
    color: #333;
}

/* Estilo para a lista de itens com drop-down */
.menu-container {
    display: flex;
    gap: 20px;
    margin: 20px;
}

.drop {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.drop-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    min-width: 160px;
    z-index: 1;
}

.drop-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drop-content a:hover {
    background-color: #c2904f50;
}

.drop:hover .drop-content {
    display: block;
}

.drop:hover .dropbtn {
    text-decoration: underline;
}

.dropbtn {
    bottom: unset;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}



.main {
    background-color: #060e1f;
    margin-top: 10px;
    margin: 20px auto; 
    padding: 20px;
    width: 80%; 
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1); /* Sombras sutis para destaque */
    border-radius: 8px;
}

/* Estilo de exemplo para o conteúdo dentro do container */
.main h1 {
    color: #ffffff;
    font-size: 36px;
}

.main p {
    color: #555;
}

.main img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.imagens{
    display: block; /* Ensure block-level behavior */
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color:  #0d1a36;
}

.im{
    width: 160px;
    height: 160px;
}
