*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#inicio{
  height: 200vh;
    background-repeat: no-repeat;
    background-image: url(fundodetalheprodutos.png);
    
}

.search-container {
    text-align: center;
  }
  
  .busca {height: 35px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 19px;
  }
  
  button{
    background-color:#602121;
    border-radius: 30%;
    height: 7vh;
    width: 40vh;
    margin-left: 8%;
  }
#cabecalho{
    height: 20vh;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#pags{
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  
}
#pags a{
    color: #ADA8A8;
    text-decoration: none;
    font-family: Instrument Sans;
    font-size: 18px;
}
#texto{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
    margin-right: 60%;
 font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  gap: 50px;

}
#t{
    color: #862525;
}
#produto{
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -19%;
    margin-left: 30%;
}

#testo{ color: #8E8E8E;
          display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-right: 45%;
    font-size: 20px;
 font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size:  20px;
  gap: 50px;
}