*{
    
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth
  ;
}

#inicio{
  height: 100vh;
}
.search-container {
    text-align: center;
  }
  
  .busca {height: 35px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 19px;
  }
  
  
#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;
  font-family: Instrument Sans;

}
#pags a{
  color: #ADA8A8;
  text-decoration: none;
  font-family: Instrument Sans;
}
 .btnc{ text-decoration: none;
      color: #ffffff;
      background:#560E0E;
      
     height: 20vh;
     width: 50%;
  }

#catalogoprodutos{

    width: 100%;
    
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
#oval>div{

  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#oval>div img{
 
}
#oval{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;

}
#texto{
  height: 10vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-family: Instrument Sans;

}
#texto h1{
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-family: Instrument Sans;
}
#txt{
  font-family: Instrument Sans;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#acertar{
  margin-left: 500px;
}
#url{

}

#uls{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 45px;
  list-style-type: none;
}

#uls li:hover{
  background-color: #9F5555;
  width: 80px;
  height: 40px;
  border-radius: 40%;
  text-decoration: none;
  font-size: 25px;
  text-align: center;
  padding-top: 2%;
}
#catalago{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:110px;
  justify-content: center;
  margin-top: 3%;
  text-align: center;
  font-family: Instrument Sans;
}


#catalago img{
  gap: 110vh;
  height: 35vh;
  background-color: #F9F3EE;
  border-radius: 40%;
  width: 25vh;
}
#catalogo{
 text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:110px;
  justify-content: center;
  margin-top: 3%;
  text-align: center;
  font-family: Instrument Sans;
}


#catalogo img{
  gap: 110vh;
  height: 35vh;
  background-color: #F9F3EE;
  border-radius: 40%;
  width: 25vh;
}
.abtus{
    display: flex;
}

.txts{
    flex-direction: row;
    justify-content: right;
    display: inline-flex;
    width: 35%;
    margin-top: 5%;
   
}
.txts h2{
    justify-content: right;
    align-items: center;
    margin-top: 3%;
    color: #A38CBB;
}
.txts span{
    justify-content: right;
}
.muie{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 70%;
    margin-top: 3%;
}
