*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#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;
    font-size: 18px;
}
#s {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-right: 80%;
    font-weight: 800;
font-size: 30px;

}
#se{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-right: 55%;
    font-size: 30px;
    font-weight: 800;
    color: #8E8E8E;

}#quem{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -13%;
    margin-left: 60%;
}
#lo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    color: #9D8E8E;
    font-weight: 900;
    font-size: 40px;
    font-family: Inter;
}
#catalago{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    width: 100%;
    gap: 2%;
    margin-bottom: 50px;
}
#catalago>span{
    height: 170px;
    width: 28%;
    border-radius: 30px;
    text-align: center;
 
}
#s1{
background-color:#F5EEEE;
color: #AF9595;
text-align: center;
}
#s2{
background-color: #713939;
color: #AF9595;
}
#s3{
background-color: #A66666;
color: #EBEBEB;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
  }

  /* Header */
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #ccc;
  }

  .nav-links {
    display: flex;
    gap: 30px;
  }

  .nav-links a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
  }

  .nav-links a.active {
    color: #a52a2a;
    border-bottom: 2px solid #a52a2a;
  }

  /* Section 1 */
  .section-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
  }

  .text-content {
    max-width: 50%;
  }

  .text-content h2 {
    color: #555;
    font-size: 24px;
  }

  .text-content h2 span {
    color: #5a2a2a;
  }

  .text-content p {
    margin: 10px 0 20px;
    line-height: 1.6;
  }

  .text-content button {
    background-color: #5a2a2a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
  }

  .image-content img {
    max-width: 300px;
  }

  /* Section Cards */
  .section-cards {
    text-align: center;
    padding: 40px 20px;
  }

  .cards-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }

  .card {
    background-color: #e0e0e0;
    padding: 20px;
    border-radius: 30px;
    max-width: 250px;
  }

  .card.dark {
    background-color: #5a2a2a;
    color: white;
  }

  /* Section Features */
  .section-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
  }

  .features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .features-list div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .features-list img {
    width: 30px;
  }

  .section-features img {
    max-width: 300px;
  }

 