body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    font-family: "Roboto", sans-serif;
    background-color: white;
}

.page {
    width: 1440px;
    height: auto;

    margin: 49px auto 49px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 49px 64px;

}

.navbar ul{
    margin-right: 50px;
    list-style: none;
    gap: 20px;
    padding: 0;
}

.navbar ul li{
    font-size: 16px;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navbar button {
    color: #ffffff;
    background-color: #764248;
    padding: 10px;
    border-radius: 10px;
    border: none;
    min-width: 80px;


    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;

}

.navbar button:hover {
    background-color: #582d32;
}

.navbar img {
    width: 70px;
}



header{
    height: 1440px;
    height: 100px;

} 

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}


h1 {
    font-size: 40px;
    color: #764248;
}

main p {
    max-width: 1300px;
    text-align: center;
}

main span {
    color: #764248;
    font-weight: 700;
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    background-color: #DDA3B2;
    border-radius: 10px;
}

.cta p {
    font-size: 10px;
    text-align: center;
}

#submit {
    background-color: #764248;
    color: white;
    border-color: #b47e8c;

    transition: all .2s ease-in-out;
}

#submit:hover {
    background-color: #582d32;
    transform: translateY(-7px);
}

.offer-cards { 
    display: flex; 
    justify-content: space-around; 
    margin-top: 20px; 
}

  .card { 
    background-color: #764248;
    border-radius: 20px;
    padding: 20px;
    padding-top: 30px; 
    width: 30%; 
    height: 450px; 

    color: white;
    margin: auto

  }

  .card button { 
    background-color: #DDA3B2; 
    color: rgb(255, 255, 255); 
    padding: 10px 20px; 
    border: none; 
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;

    transition: all .2s ease-in-out;
 }

 .card button:hover {
    background-color: #b47e8c; 
    transform: translateY(-7px);
 }

 .card h3 {
    font-size: 35px;
    margin: auto;
    align-items: center;
 }

 .card li {
    margin-top: 20px;
 }

 #butba {
    position: relative;
    left: 120px;
    top: 70px;
 }

 #butpre {
    position: relative;
    left: 120px;
    bottom: 20px;
 }

 #butsup {
    position: relative;
    left: 130px;
    top: 2px;
 }

 .valor1 {
    font-size: 30px;
    position: relative;
    left: 110px;
    top: 80px
 }

 .valor1 span {
    font-size: 20px;
 }

 .valor2 {
    font-size: 30px;
    position: relative;
    left: 110px;
 }

 .valor2 span {
    font-size: 20px;
 }
 .valor3 {
    font-size: 30px;
    position: relative;
    left: 110px;
    top: 20px;
 }

 .valor3 span {
    font-size: 20px;
 }

 #logo-low {
    width: 80px;
    position: fixed;
    bottom: 30px;
    right: 50px;
}

 