*{

margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;

}


body{

   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 25px;
   background-image: url(/imagem/WhatsApp\ Image\ 2025-05-15\ at\ 23.30.05\ \(3\).jpeg);
   
  
   

}



.container{


    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fbfbfb;
    border-radius: 8px;
    background-color:#f2f2f2e7;
    width: 480px;
    height: 850px;
    
    padding-top: 20px;
    margin: 10px;
    

}


.cabeçalho{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

    h1{
      font-size: 18px;
      padding-bottom: 10px;
    }

}


.ulcabeçalho{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    padding: 15px;
    font-size: 17px;

    a{
      text-decoration: none;
      color: inherit;
      background-color: rgba(233, 229, 228, 0.781);
      padding: 5px 10px;
      border-radius: 5px;
    }
    
}

li{
    margin-right: 5px;
    
    
}


.titulo{

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    
    
    
}



.busca {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 10px;
    justify-content: center;
    
  }

.busca input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    flex: 1 1 50px;
  }

.busca button {
    padding: 10px 20px;
    background-color: #005eff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    flex-shrink: 0;
  }

.busca button:hover {
    background-color: #0044cc;
  }


.categorias{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: 400px;
    
    
}

.categoria1{

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    
}



.caixas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 180px;
    height: 90px;
    border: 1px solid lightgrey;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 12px;
    box-shadow: #aaa;
    
    
}

.imagemfotoevideo{
    
    margin: 0;
    height: 50px;
    width: 50px;
}

.namecaixa{

    text-align: center;
    margin-bottom: 8px;
}


.barracadastro{
    display: flex;
    justify-content: center;
    background-color: white;
    height: 200px;
    width: 100%;
}


.titulobarra{

    align-content: center;
    font-size: 20px;
    a{
      text-decoration: none;
      color: inherit;
    }

}





.footer {
  background-color: #1a1a1a;
  color: #f2f2f2;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  width: 100%;
  margin-top: 15px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgb(255, 174, 0);
}

.footer-section p,
.footer-section ul,
.footer-section li,
.footer-bottom p {
  font-size: 14px;
  margin: 5px 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section a {
  color: #f2f2f2;
  text-decoration: none;
  
}

.footer-section a:hover {
  text-decoration: none;
  color: rgb(255, 174, 0);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 13px;
  color: #aaa;
}