* {
  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: 140vh;
    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;
}

 .divCinza {
    background-color: #282525;
    width: 300px;
    height: 250px;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 90px;
  max-width: 300px;
  width: 90%;
  }




.barra2{
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
  color: black;
  text-align: center;
  max-width: 300px;
  width: 90%;
}

.logos img{
    width: 120px;
    position: absolute;
    right: 10px;
    display: flex;
    gap: 10px;
}

.logos{
    color: white;
}

.logoRodape{
    width: 100px;
}

 .caixa {
    color: #a7a1a1;
      background: white;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 3px;
      text-align: left;
}

.barra{
  color: black;
  text-align: center;
  max-width: 300px;
  width: 90%;
}