<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apartamento T2 em Laborim - Oportunidade de Investimento</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f7f7f7;
color: #333;
margin: 0;
padding: 0;
}
.container {
max-width: 700px;
margin: 40px auto;
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
font-size: 24px;
color: #1e88e5;
}
.price {
font-size: 28px;
color: #2e7d32;
font-weight: bold;
margin-bottom: 10px;
}
ul {
padding-left: 20px;
}
.highlight {
background-co
Ler mais