*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
}
a {
    text-decoration: none;
}



.btn01 {
    display: inline-block;
    padding: 18px 36px;
    background-color: #2f5aa6;
    color: #ECE7DD !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
    border: none;
}
.btn01:hover{
    background-color: #244a8a;
    transform: translateY(-3px);
    box-shadow: 0px 10px 22px rgba(0,0,0,0.25);
    color: #fff;
}
.inicio {
    display: flex;
    height: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0E1574;
}
.img01 {
    width: 60px;
    height: 60px;
}
.img1-item1 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 400px;
}
.img1-item1 h6 {
    font-size: 1.2rem;
}
.parte1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    background-color: #F5F2EA;
    padding-top: 20px;
    padding-bottom: 100px;
}
.parte1-item1 {
    display: flex;
    width: 450px;
    flex-direction: column;
}
.parte1-item1 h2 {
    color: #2B2B2B;
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 800;
}
.parte1-item1 p {
    color: #4A4A4A;
    margin-bottom: 15px;
    font-weight: 500;
}
.parte1-item1 a {
    margin-top: 15px;
}
.intermediário {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F2EA;
    padding-top: 50px;
    padding-bottom: 50px;
}
.inter-item1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.parte1-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.parte1-item2 img {
    max-width: 400px;
    max-height: 700px;
    justify-content: center;
    align-items: center;
}
.parte2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.parte2-item1 {
    display: flex;
    flex-direction: column;
    width: 500px;
}
.parte2-item2 img {
    width: 400px;
    height: 400px;
}
.parte2-item1 h2 {
    margin-bottom: 20px;
    font-size: 1.9rem;
}
.parte2-item1 p {
    margin-bottom: 20px;
    font-weight: 400;
}
.parte3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2B2B2B;
    margin: 0 auto;
    background-image: url(papel3.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.parte3 h2 {
    margin-bottom: 20px;
    color: #2B2B2B;
    font-size: 2rem;
}
.parte3-item1 {
    display: flex;
    width: 700px;
    gap: 55px;
    color: #2B2B2B;
}
.parte3-item1 h6 {
    font-size: 1rem;
    font-weight: 800;
}
.parte4 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.parte4-item1 {
    display: flex;
    flex-direction: column;
    width: 550px;
}
.parte4-item1 h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 800;
    color: #4A4A4A;
}
.parte4-item1 p {
    margin-bottom: 10px;
    font-weight: 500;
}
.parte5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    background-color: #F5F2EA;
    gap: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.parte5-item1 h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.parte5-item1 nav {
    gap: 100px;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 15px;
}
.parte5-item1 P {
    font-size: 1.2rem;
    align-items: flex-start;
    font-weight: 900;
    margin-bottom: 20px;
}
.parte5-item2 img {
    max-width: 300px;
    max-height: 500px;
    justify-content: center;
    align-items: center;
}
.parte6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECE7DD;
    padding-top: 100px;
    padding-bottom: 100px;
}
.parte6-item1 {
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.parte6-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 20px;
    background-color: #0E1574;
    text-align: center;
    width: 350px;
    height: 250px;
    border-radius: 10px;
}
.parte6-item2 h2 {
    margin-bottom: 20px;
    color: #ECE7DD;
}
.parte6-item2 p {
    color: #ECE7DD;
}
.parte6-item2 img {
    width: 50px;
    height: 50px;
    margin-top: 15px;
}
.parte7 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.parte7-item1 h2 {
    margin-bottom: 50px;
    width: 900px;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}
.parte7-item2 {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    gap: 10px;
}
.parte7-item3 {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 200px;
    border: 2px solid #0E1574;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.parte8 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #F5F2EA;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #0E1574;
}
.parte8-item1 h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 2rem;
}
.parte8-item1 h6 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
}
.parte8-item1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 800px;
}
.parte9 {
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    align-items: start;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 200px;
    gap: 50px;
    color: #0E1574;
}
.parte9 img {
    align-items: center;
    justify-content: center;
    background-size: contain;
}
.parte9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(casalandando.webp);
    background-color: #868686;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;  /* Adicione para cobrir tudo */
    filter: blur(5px);
    z-index: -1;
}
.parte9-item1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    z-index: 1;
    color: white;
    justify-content: flex-start;
    width: 400px;
}
.parte9-item1 h2 {
    margin-bottom: 20px;
    color: #ECE7DD;
}
.parte9-item2 h2 {
    margin-bottom: 20px;
    color: #ECE7DD;
}
.parte9-item1 p {
    color: #ECE7DD;
    font-size: 1.5rem;
}
.parte9-item2 p {
    color: #ECE7DD;
    font-size: 1.5rem;
}
.parte9-item2 {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    color: white;
    align-items: start;
    justify-content: start;
    text-align: start;
    width: 400px;
}
.parte10 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
}
.parte10-item1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 900px;
}
.parte10-item1 h2 {
    margin-bottom: 20px;
    color: #868686;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}
.parte10-item1 p {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 1.2rem;
}
.preco-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F5F2EA 0%, #E8D5B7 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}
.preco-container {
    position: relative;
    max-width: 500px;
    width: 100%;
}
.preco-badge {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    background: #c0392b;
    color: white;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(192,57,43,0.3);
    letter-spacing: 1px;
}
.preco-box {
    background: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.8);
    position: relative;
    border: 2px solid rgba(192,57,43,0.1);
}
.preco-box h3 {
    color: #2B2B2B;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.preco-antigo {
    color: #999;
    font-size: 1.1rem;
    text-decoration: line-through;
    margin-bottom: 15px;
}
.preco-final {
    margin-bottom: 25px;
}
.reais {
    display: block;
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}
.valor {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}
.moeda {
    font-size: 1.5rem;
    color: #c0392b;
    font-weight: 700;
}
.numero {
    font-size: 3.5rem;
    font-weight: 900;
    color: #c0392b;
    line-height: 1;
}
.centavos {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c0392b;
}
.btn-preco {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(135deg, #2f5aa6 0%, #2f5aa6 100%);
    color: white !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 8px 25px #244a8a(192,57,43,0.3);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}
.btn-preco:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px #244a8a(192,57,43,0.4);
    color: white !important;
    text-decoration: none !important;
}
.parte11 {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.final {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #F5F2EA;
    flex-direction: column;
    padding: 50px;
}
.final-item1 {
    display: flex;
    color: #fff;
    width: 900px;
    flex-direction: column;
}
.final-item1 p {
    color: #000;
    font-size: 0.8rem;
}
.final-item1 a {
    font-size: 0.8rem;
}









@media (max-width: 768px) {  padrão para celulares
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    flex-direction: column;
    flex: 1;
}
a {
    text-decoration: none;
}
main {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}


.inicio {
    height: auto;
}
.inicio h4 {
    font-size: 1rem;
    text-align: center;
    padding: 20px;

}
.parte1 {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px;
    padding-bottom: 50px;
}
.parte1-item1 {
    padding-bottom: 5px;
    margin-top: -75px;
    width: 370px;
    padding: 10px;
}
.parte1-item2 img {
    width: 360px;
}
.parte2 {
    display: flex;
    padding-top: 50px;
    margin-top: 90px;
    flex-direction: column;
    height: 930px;
}
.parte2-item1 {
    width: 350px;
}
.parte3 {
    padding: 10px;
    gap: 0px;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.parte3 h2 {
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.parte3-item1 {
    display: flex;
    flex-direction: column;
    width: 360px;
}
.parte3-item1 h6 {
    margin-bottom: 1px;
}
.cel1 {
    margin-top: -45px;
    gap: 0px;
}
.parte4 {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    text-align: center;
}
.parte4-item1 {
    width: 360px;
    padding: 10px;
}
.parte5 {
    display: flex;
    flex-direction: column;
}
.parte5-item1 {
    width: 360px;
    padding: 5px;
}
.parte6-item1 {
    display: flex;
    flex-direction: column;
}
.parte7 {
    display: flex;
    flex-direction: column;
    width: 380px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.parte7-item1 {
    display: flex;
    flex-direction: column;
    width: 360px;
}
.parte7-item1 h2 {
    width: 360px;
    text-align: center;
    padding: 10px;
}
.parte7-item2 {
    display: flex;
    flex-direction: column;
    width: 380px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.parte8 {
    height: 600px;
}
.parte8-item1 {
    width: 360px;
    text-align: center;
    padding: 5px;
}
.parte9 {
    display: flex;
    height: 950px;
    flex-direction: column;
    padding-top: 150px;
    padding-bottom: 150px;
}
.parte9-item1 {
    width: 370px;
    padding: 20px;
}
.parte9-item2 {
    width: 370px;
    padding: 20px;
}
.parte10-item1 {
    width: 360px;
    height: 450px;
    padding: 10px;
}
.final-item1 {
    width: 360px;
}
}