Let's value your property
Let´s valuate your property
Do you want to know the current market price of your property?
You must give this detail so we can offer you the results of your property valuation.
Recommended
Plot of land - Duruelo (Castilla y leon)
Single family house - Alpedrete (Mataespesa)
Encontramos la casa de tus sueños
Properties Map
See Map
+34 632108696
See Properties
+34 618859728
See Properties
+34 669845816
See Properties
+34 643860320
See Properties
Work with us
.propiedad.article-4 {
border-radius: 12px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.propiedad.article-4:hover {
transform: translateY(-5px);
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.precio1 p {
color: #dc1c2c;
font-weight: 700;
font-size: 1.25rem;
.property-card {
background: #ffffff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
transition: transform 0.25s ease, box-shadow 0.25s ease;
border: 1px solid var(--remax-border);
max-width: 350px;
}
.property-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.property-image-container {
position: relative;
height: 220px;
width: 100%;
}
.property-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.property-badge {
position: absolute;
top: 12px;
left: 12px;
background: var(--remax-blue);
color: #fff;
font-size: 0.75rem;
font-weight: 600;
padding: 4px 10px;
border-radius: 20px;
text-transform: uppercase;
}
.property-content {
padding: 16px;
}
.property-ref {
font-size: 0.8rem;
color: #64748B;
font-weight: 500;
}
.property-title {
margin: 4px 0;
font-size: 1.1rem;
font-weight: 700;
color: var(--remax-dark);
}
.property-location {
font-size: 0.9rem;
color: #64748B;
margin-bottom: 12px;
}
.property-features {
display: flex;
gap: 12px;
font-size: 0.85rem;
color: #475569;
padding: 10px 0;
border-top: 1px solid var(--remax-border);
border-bottom: 1px solid var(--remax-border);
margin-bottom: 16px;
}
.property-footer {
display: flex;
justify-content: space-between;
align-items: center;
}
.property-price {
font-size: 1.25rem;
font-weight: 700;
color: var(--remax-red);
}
.property-btn {
background: var(--remax-blue);
color: #fff;
text-decoration: none;
padding: 8px 14px;
border-radius: 6px;
font-weight: 600;
font-size: 0.85rem;
transition: background 0.2s ease;
}
.property-btn:hover {
background: #002D7A;
}