*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#inicio{
    height: 100vh;
    background-image: url(fundocontato.png);
}

.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;
}
#con{
    text-align: center;
    color: #552323;
    margin-top: 4%;
}

#div-inputs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15vh;
}
#div-inputs>nav{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    margin-left: -20%;
    gap: 45px;
}
#nav-2{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 20%;
    justify-content: center;
    align-items: center;
   
}
.caixa{
display: flex;
flex-direction: column;
width: 50%;
gap: 15px;
}

.caixa h1{
    text-align: left;
    color: black;
    margin-top: 4%;
    }

.buscaa{
    height: 35px;
    width: 30vh;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 19px;
  }
  
#mulher{
    display: flex;
    margin-left: 65%;
    margin-top: -4%;
}

button{
    color: white;
    background-color: #552323;
    height: 35px;
    width: 20vh;
    border: 1px solid #ccc;
    border-radius: 19px;
    margin-left: 14%;
    font-family: "Istok Web"
}
#icones{
    display: flex;
    margin-top: 2%;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 30%
}
#titi{
    width: 85%;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-left: 10%;

}
#tata{
    width: 100%;
}
#tata h1{
    width: 100%;
    font-weight: 100;
    color: #552323;
    margin-right: 70%;
    font-size: 50px;
    margin-top: 5%;
    margin-bottom: 5%;
}
#tete{
    margin-left: 15%;
    width: 100%;
}
#tete h1{
    width: 100%;
    font-weight: 100;
    color: #552323;
    margin-right: 70%;
    font-size: 50px;
    margin-top: 5%;
    margin-bottom: 5%;
}
#tata img {
    /* margin-top: 5%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center; */

}
#tt{
    margin-top: -12%;
}
#tt h1 {
    margin-top: -12%;
    margin-left: 15%;
}