* {
  margin: 0;
  padding: 0;
}

.cabecalho { 
   background-color: #282525;
   height: 20vh;
   display: flex;
   align-items: center;
   padding: 0 40px;
   gap: 20px;
}

#pag1 { 
    background-image: url(home_fundo.webp);
    background-color: rgb(119, 41, 41);
    background-blend-mode: multiply;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.logo img{
    margin-right: auto;
    box-sizing: border-box;
    height: auto;
    width: 300px;
}

.produtos{
color: white;
text-decoration: none;
margin-left: 15px;
}

.contato{
color: white;
text-decoration: none;
margin-left: 15px;
}

.quemSomos{
color: white;
text-decoration: none;
margin-left: 15px;
}

.barraPesquisa{
    background-color: white;
    width: 150px;
    border-radius: 10px;
    
}

.lupa {
margin-right: auto;
    box-sizing: border-box;
    height: auto;
    width: 10px;   
}

.btnEntrar{
    background-color: white;
    height: 25px;
    width: 100px;
    text-align: center;
}

.tamanhoCarrinho{
    height: 20px;
    background-color: white;
    border-radius: 10px;
}

#pag2{
  background-color: rgb(119, 41, 41);
    background-size: cover;
    height: 70vh;
    position: relative;
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
  gap: 20px;
  padding: 80px;
}

.produto {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.produto img {
  max-width: 100%;
  height: 50vh;
  margin-bottom: 10px;
}

.produto h3 {
  font-size: 16px;
  margin: 5px 0;
}

.produto p {
  font-weight: bold;
  color: #333;
}

#pag3{
  background-color: rgb(119, 41, 41);
    background-size: cover;
    height: 70vh;
        position: relative;
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
  gap: 20px;
  padding: 80px
}

.logos img{
    width: 120px;
    position: absolute;
    right: 10px;
    display: flex;
    gap: 10px;
}

.logos{
    color: white;
}

.logoRodape{
    width: 100px;
}
