*{
    
    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;
  
}
#pags a{
    color: #ADA8A8;
    text-decoration: none;
    font-family: Instrument Sans;
    font-size: 18px;
}
#imginicio{
    margin-top: 70px;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#imginicio img{
width: 100%;
}
#the{
    height: 20vh;
    width: 100%;
  text-align: center;
    font-family: Inter;
    font-size: 10px;
    margin-top: 2%;
    font-weight: 700;
    
}
#the h1{
    color: #A71D25;
    font-weight: 800;
    text-align: center;

}
#i3{
    margin-top: 1%;
}
#i5{
    margin-top: -1%;
}
#icones{
    height: 0vh;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#the1{
    height: 20vh;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Inter;
    font-size: 20px;
    margin-top: 1%  ;
}
#pp{
    margin-top: 5%;
}
#the2{
    height: 20vh;
  
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Inter;
    font-size: 20px;
    margin-top: -15%;
    margin-left: 20vh;
}
#copo{
   margin-top: 3%;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}