*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    padding: 0;
    margin: 0;
}
#pag5{
    width: 100%;
    height: 200vh;
    background-color: #8C9BAC;
}
#menu{
    position: sticky;
    height: 10vh;
    width: 100%;
    background-color: #1D375C;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:left;
    padding-left: 10%;
    overflow: hidden;
    flex-wrap: wrap;
    top: 0;
    
}
#logo{
    display: flex;
    
}
.imglogo{
    border-radius: 4vh;
    display: flex;
    height: 5vh;
    width: 20vh;
    object-fit:cover;

}
#itens{
    padding-left: 10%;
    width: 80%;
    gap: 10%;
   display: flex;
   flex-direction: row;
   align-items: center;

}
.pesquisa{
    height: 4vh;

    border-radius: 4vh;
    display: flex;

}
.lista{
    padding-left: 20%;
    gap: 30%;
    margin: 0;
    color: white;
    display: flex;
   flex-direction: row;
   align-items: center;
   text-decoration: none ;
   list-style: none;
   font-size: 18px;
   
}
.lista li a{
    text-decoration: none;
    color: white;
}

.venda {
    display: flex;
    padding-left: 5%;
    padding-top: 10%;
    width: 100%;
    
}
.img-container {
    width: 60%;
    height: 140vh;
    border: black solid 3px;
}
.imgvenda {
    width: 100%;
    height: 50%;
    object-fit: cover;
}
.vendatexto {
   width: 100%;
   padding: 2%;
 
  
    
}
.vendatexto h3 {
    font-size: 36px;
    margin-bottom: 10%;
    color: rgba(255, 255, 255, 0.719);
}
.Preço {
    font-size: 36px;
    margin-bottom: 10%;
    color: rgba(255, 255, 255, 0.719);
}
.tamanho{
        display: flex;
    flex-direction: column;
    margin-top: 2%;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.719);
}
.tamanhos{
    display: flex;
    flex-direction: row;
    gap: 10%;
    margin-top: 2%;
    font-size: 24px;
    color: rgba(21, 21, 26, 0.719);
    list-style: none;
    padding-bottom: 3%;
}
.tamanhos li {
    padding: 1%;
    border: 1px solid white;
    border-radius: 1vh;
    cursor: pointer;
}
.comprar {
    height: 5%;
    width: 20%;
    background-color: #1D375C;
    color: white;
    border: none;
    border-radius: 4vh;
    padding: 1% 2%;
    cursor: pointer;
}
.comprar:hover {
    background-color: #597da7;
}
.descricao {
    display: flex;
    flex-direction: column;
    padding-top: 20%;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.719);
}
#footer{
    margin-top: 5%;
    width: 100%;
    height: 60vh;
    background-color: #1D375C;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 5vh;
    
}
.footer-item{
    color: white;
    margin: 0 20px;
    font-weight: 400; 
    display: flex;
    flex-direction: column;
}
.email{
    height: 3vh;
}
.btn-enviar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 5%;
}
.btn{
    width: 20vh;
    height: 5vh;
    border-radius: 4vh;
    background-color: #8C9BAC;
    border: none;
    margin-top: 2%;
    font-weight: 600;
    color: white;
}
#btn-enviar:hover{
    background-color: #1D375C;
    cursor: pointer;
}
.social-media{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 3vh;
}
.iconinsta{
    width: 7vh;
    height: 7vh;
    margin: 0 10px;
    background-color: #1D375C;
}
.iconface{
    width: 10vh;
    height: 7vh;
    margin: 0 10px;
    background-color: #1D375C;
}
.icontwitter{
    width: 5vh;
    height: 5vh;
    margin: 0 10px;
    background-color: #1D375C;
}
.iconlinkedin{
    width: 10vh;
    height: 10vh;
    margin: 0 10px;
    background-color: #1D375C;
}
.icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Ajuda{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
     padding: 0;
}
.listafooter{
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    list-style: none;
    padding-left: 5vh;
}
.listafooter li {
    margin-bottom: 30px;
    color: white;
    text-decoration: none;
}
.listafooter li a {
    margin-bottom: 30px;
    color: white;
    text-decoration: none;
}