* {
  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;
}

.barrabarra{
font-size: 20px;
font-weight: bold;
    width: 150px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-align: center;
    max-width: 500px;
  width: 90%;
  text-align: center;
}

.logo3{
    border-radius: 10px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 150px;
  width: 90%;
}

.logos img{
    width: 120px;
    position: absolute;
    right: 10px;
    display: flex;
    gap: 10px;
}

.logos{
    color: white;
}

.logoRodape{
    width: 100px;
}