@import url(‘https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:wght@100&display=swap’); @import url(‘https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap’); body { background-color: #F9F9F9; margin: 0px; } /* HEADER */ header { background-color: #FFF; display: flex; justify-content: start; padding: 15px 5%; align-items: center; } header ul { list-style-type: none; margin: 0 5%; } header li { display: inline; padding: 0px 25px; } header a { text-decoration: none; color: black; font-family: “Open Sans”; font-size: 1rem; } /* INITIAL */ #initial { margin: 0px 5%; display: flex; justify-content: space-between; align-items: center; height: 90vh; } .initial-div1 { width: 45%; } .initial-div1 h1 { font-family: “Open Sans”; font-size: 2rem; font-weight: 700; color: #222220; margin: 0px; } .initial-div1 h2 { color: #222220; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 400; } .initial-div2 { width: 45%; display: flex; justify-content: left; align-items: center; } .initial-div2 .img1 { width: 60%; z-index: 2; position: relative; left: 5%; border-style: solid; border-radius: 15px; border-color: #A4362E; padding: 5px; } .initial-div2 .img2 { width: 60%; z-index: 1; position: relative; right: 15%; bottom: 10vh; border-style: solid; border-radius: 15px; border-color: #A4362E; padding: 5px; } .initial-div2 .yellow-div { background-color: #D0C224; width: 45.5%; height: 40vh; position: absolute; } .initial-div2 .red-div { background-color: #A4362E; border-radius: 16px; display: inline-flex; padding: 32px; flex-direction: column; justify-content: center; align-items: flex-start; z-index: 99; position: absolute; width: 10%; bottom: 25%; right: 35%; } .initial-div2 .red-div h1 { color: #FFF; font-family: “Open Sans”; font-size: 2rem; font-weight: 700; margin: 0px; } .initial-div2 .red-div span { color: #FFF; font-family: “Open Sans”; font-size: 1rem; font-weight: 400; } /* SEARCH LIST */ #search-list { margin: 30px 0px; align-items: center; } #search-list .red-div { position: absolute; width: 100%; height: 50vh; background-color: #A4362E; z-index: -1; top: 115vh; } #search-list .search-tab { margin: 0px 5%; } #search-list .search-tab button { padding: 12px 32px; color: #222220; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 400; background-color: #FFF; border: none; cursor: pointer; filter: drop-shadow(1px 1px 1px #222220); } #buy { display: block; } #rent { display: none; } #search-list .search-tab-input { margin: 0px 5%; padding: 30px 5%; background-color: #FFF; display: flex; justify-content: start; } #search-list .search-tab-input div { display: inline-flex; flex-direction: column; justify-content: center; align-items: flex-start; } #search-list .search-tab-input span { color: #696969; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 400; margin: 10px 0px; } #search-list .search-tab-input button { border-radius: 10px; background-color: #A4362E; display: flex; padding: 0px 7%; justify-content: space-between; align-items: center; border: none; color: #FFF; text-align: center; font-family: ‘Roboto’, sans-serif; font-size: 1rem; font-weight: 500; cursor: pointer; } #search-list .vertical-line { border-left: 3px solid #EFEFEF; margin: 0px 3%; } #search-list input { border: none; background: none; color: #696969; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 400; padding: 5px 10px 5px 3px; } ::placeholder { color: #222220; font-weight: 700; opacity: 1; } ::-ms-input-placeholder { color: #222220; font-weight: 700; } /* PROPERTY LIST */ #property-list-container { margin: 50px 0px 30px 0px; } #property-list-container h1 { color: #FFF; font-family: “Open Sans”; font-size: 1.5rem; font-weight: 700; } #property-list-container .div-white-container { display: flex; justify-content: start; align-items: center; margin: 0px; } #property-list-container .div-white { background-color: #FFF; width: 4%; height: 34px; margin-right: 1%; } .property-list { display: flex; justify-content: space-between; margin: 30px 5%; } .property-card { flex-direction: column; justify-content: space-between; align-items: center; width: 30%; background-color: #FFF; border-radius: 10px; padding-bottom: 10px; } .property-card img { width: 100%; overflow: hidden; border-radius: 10px 10px 0px 0px; } .property-card h1 { color: #A4362E !important; margin: 30px 5% 0px 5%; } .property-card span { color: var(–DarkColor, #222220); font-family: “Open Sans”; font-size: 1.125rem; font-weight: 500; margin: 0px 5%; } .property-card-tags { display: flex; justify-content: space-evenly; width: 90%; margin: 20px 5%; } .property-card-tags span { border-radius: 16px; background: rgba(0, 153, 202, 0.15); padding: 5px 10px; font-weight: 600 !important; margin: 0px 5px; } /* INFO */ #info { margin: 5vh 0px; display: flex; justify-content: start; align-items: center; height: auto; } #info .img1 { width: 40%; position: relative; right: 10%; } #info .container { width: 70%; margin: 0px 15% 0px 0px; } #info .card-container { width: 100%; display: flex; justify-content: start; margin: 10px 0px; } #info .card { display: flex; padding: 30px 4%; margin: 10px 30px 0px 0px; width: 18%; height: auto; flex-direction: column; justify-content: center; align-items: center; border-radius: 15px; background: #A4362E; } #info h1 { color: #222220; font-family: “Open Sans”; font-size: 2rem; font-weight: 700; margin: 15px 0px; } #info h2 { color: #FFF; font-family: “Open Sans”; font-size: 1.25rem; font-weight: 400; } #info span { color: #222220; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 400; } /* FOOTER */ footer { background-color: #FFF; display: flex; justify-content: start; padding: 50px 5%; align-items: center; } footer .contact { display: inline-flex; flex-direction: column; justify-content: center; align-items: flex-start; } footer .contact img { margin: 20px 0px; } footer .elements { width: 60%; display: flex; justify-content: space-around; } footer .elements div { display: inline-flex; flex-direction: column; justify-content: start; align-items: start; } footer h3 { color: #222220; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 600; } footer span { color: #222220; font-family: “Open Sans”; font-size: 1.125rem; font-weight: 400; }

Descubra a experiência única de conquistar o lar dos seus sonhos conosco.

Acreditamos que cada jornada rumo à aquisição de um novo lar é uma oportunidade de transformar sonhos em realidade.

+ 500

histórias construídas com a gente
Comprar Alugar
Cidade
Bairro
Tipo
Buscar
Cidade
Bairro
Tipo
Buscar

Imóveis destaque

R$: 500.000,00

Germinado com 4 quartos, 90m²
4 quartos 2 banheiros 2 carros

R$: 500.000,00

Germinado com 4 quartos, 90m²
4 quartos 2 banheiros 2 carros

R$: 500.000,00

Germinado com 4 quartos, 90m²
4 quartos 2 banheiros 2 carros

Crie memórias no lugarzinho que só você poderá chamar de seu

A gente tá aqui pra transformar seu sonho em missão número um! Com a gente você terá:

Suporte

Segurança

Transparência