*{
    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;
}

.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;
    color: #2A241B;
}

.div{
    color: #acacac;
    font-weight: 600;
}

.aqui{
    color: #97673D;
}

section{
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10vh;
}

section img{
    width: 30%;
}

.texto{
    width: 45%;
}

.um{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    color: #2A241B;
}

.dois{
    font-size: 32px;
    font-weight: 500;
    color: #2A241B;
    margin-top: 4vh;
    letter-spacing: 3px;
}

.tres{
    font-size: 32px;
    font-weight: 700;
    color: #97673D;
    margin-top: 5vh;
}

.quatro{
    font-size: 16px;
    font-weight: 500;
    color: #2A241B;
}

.cinco{
    font-size: 14px;
    font-weight: 400;
    color: #2A241B;
    margin-top: 1vh;
}

.botoess{
    margin-top: 2vh;
    height: 6vh;
    display: inline-flex;
    gap: 10%;
}

.botoess a {
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    margin-right: 3%;
}

.comprar{
    background-color: #97673D;
    height: 6vh;
    width: 40vb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comprar a{
    position: relative;
    transform: translate(0,1.75vh);
}

.svg a{
    position: relative;
    transform: translate(0,1.5vh);
}

.svg{
    background-color: #97673D;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7vh;
}


