*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}


.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

.menutop{ 
    background-color: #2A241B;
    width: 100%;
    height: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt{
    display: inline-flex;
    justify-content: space-between;
    color: white;
    width: 50%;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.juros{
    font-weight: 600;
}

header{
    width: 100%;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner{
    width: 100%;
    height: 60vh;
    background-image: url(White\ Simple\ Photocentric\ Jewelry\ Promo\ Banner\ Landscape\ \(2\).png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.logo{
    height: 5vh;
}

nav{
    width: 40%;
    display: inline-flex;
    justify-content: space-between;
    margin-left: 3%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #2A241B;
}

nav a{
    color: #2A241B;
}

.botoes{
    margin-left: 14%;
    width: 6%;
    display: inline-flex;
    justify-content: space-between;
}

.div{
    color: #acacac;
    font-weight: 600;
}

.aqui{
    color: #97673D;
}

.novidades{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10vh;
}

.titulo{
    display: inline-flex;
    align-items: center;
    font-size: 40px;
    font-weight: 520;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2A241B;
    height: 5vh;
}

.linha{
    padding-left: 4%;
}

.linha2{
    padding-right: 4%;
}

.sub{
    color: #97673D;
    font-weight: 520;
    font-size: 15px;
    letter-spacing: 3px;
}

.sect{
    height: 30vh;
    width: 75%;
    margin-top: 7vh;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.prod{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nov{
    height: 30vh;
}

.prod p {
    font-size: 16px;
    color: #97673D;
    font-weight: 500;
}

.mulher{
    background-image: url(image\ copy\ 4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    margin-top: 5%;
    margin-bottom: 5vh;
}

.grande{
    display: flex;
    justify-content: center;
    margin-top: 4%;
}

.produtos{
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item{
    height: 55vh;
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left;
    margin-bottom: 10vh;
}

.relogio{
    height: 40vh;
}

.nome{
    margin-top: 7%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: 500;
    color: #2A241B;
}

.preco{
    color: #97673D;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 6%;
    letter-spacing: 3px;
}

.parcela{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #2A241B;
}

.parte{
    background-image: url(image\ copy\ 5.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 50%;
    height: 100vh;
}

.ult{
display: flex;
justify-content: center;
align-items: center;
margin-top: 15vh;
}

footer{
    background-color: #2A241B;
    height: 50vh;
    width: 100%;
    margin-top: 10vh;
}