Welcome To

Matildas Hotel

We are a Boutique Hotel in the heart of Santiago, Chile. With unique and sophisticated architecture, where every detail makes a difference.

Our Location

A prime location to discover Santiago

In the heart of Barrio Brasil, Matildas Hotel is the perfect starting point to explore Santiago at your own pace, connect with the city and discover its history, culture, and local life.

Matildas Hotel Boutique Agustinas 2149, Barrio Brasil, Santiago, Chile
Book my stay
.mat-location, .mat-location * { box-sizing: border-box; } .mat-location { width: 100%; background: #D4C4A8; padding: 90px 40px; } .mat-location__inner { width: 100%; max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(60px, 7vw, 110px); } .mat-location__content { max-width: 560px; } .mat-location__eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; color: #6c5940; font-family: "Marcellus", serif; font-size: 12px; font-weight: 400; line-height: 1; text-transform: uppercase; letter-spacing: 0.17em; } .mat-location__eyebrow-line { width: 38px; height: 1px; display: block; background: #806a4b; } .mat-location__title { margin: 0 0 25px; color: #202020; font-family: "Marcellus", serif; font-size: clamp(39px, 4vw, 59px); font-weight: 400; line-height: 1.08; letter-spacing: -0.015em; } .mat-location__text { max-width: 520px; margin: 0 0 32px; color: #51483d; font-family: "Marcellus", serif; font-size: 17px; font-weight: 400; line-height: 1.75; } .mat-location__address { display: flex; align-items: center; gap: 16px; margin-bottom: 34px; } .mat-location__pin { width: 48px; height: 48px; flex: 0 0 48px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(32, 32, 32, 0.28); border-radius: 50%; } .mat-location__pin svg { width: 20px; height: 20px; fill: #252525; } .mat-location__address > div { display: flex; flex-direction: column; gap: 4px; } .mat-location__address strong { color: #252525; font-family: "Marcellus", serif; font-size: 16px; font-weight: 400; line-height: 1.3; } .mat-location__address span:not(.mat-location__pin) { color: #685e51; font-family: "Marcellus", serif; font-size: 14px; line-height: 1.45; } .mat-location__button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 25px; background: #242424; color: #ffffff !important; font-family: "Marcellus", serif; font-size: 15px; font-weight: 400; line-height: 1; letter-spacing: 0.035em; text-decoration: none !important; border: 1px solid #242424; border-radius: 3px; transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease; } .mat-location__button svg { width: 17px; height: 17px; flex-shrink: 0; fill: currentColor; } .mat-location__button .mat-location__arrow { width: 16px; margin-left: 3px; transition: transform 0.25s ease; } .mat-location__button:hover { background: transparent; color: #242424 !important; transform: translateY(-2px); } .mat-location__button:hover .mat-location__arrow { transform: translateX(4px); } .mat-location__map-wrap { position: relative; width: 100%; padding: 9px; background: rgba(255, 255, 255, 0.23); border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 22px; box-shadow: 0 24px 60px rgba(60, 45, 25, 0.14); } .mat-location__map { position: relative; width: 100%; height: 520px; overflow: hidden; background: #c9b99e; border-radius: 15px; } .mat-location__map iframe { width: 100%; height: 100%; display: block; border: 0; } .mat-location__map-badge { position: absolute; left: 28px; bottom: 28px; min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; background: rgba(255, 255, 255, 0.95); color: #252525 !important; font-family: "Marcellus", serif; font-size: 13px; line-height: 1; text-decoration: none !important; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 7px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: transform 0.25s ease, box-shadow 0.25s ease; } .mat-location__map-badge svg { width: 16px; height: 16px; fill: #252525; } .mat-location__map-badge:hover { color: #252525 !important; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); } @media (max-width: 1050px) { .mat-location { padding: 75px 30px; } .mat-location__inner { grid-template-columns: 1fr 1.1fr; gap: 45px; } .mat-location__title { font-size: 43px; } .mat-location__map { height: 470px; } } @media (max-width: 850px) { .mat-location { padding: 65px 26px; } .mat-location__inner { grid-template-columns: 1fr; gap: 48px; } .mat-location__content { max-width: 650px; } .mat-location__map { height: 440px; } } @media (max-width: 600px) { .mat-location { padding: 52px 18px; } .mat-location__inner { gap: 38px; } .mat-location__eyebrow { margin-bottom: 16px; font-size: 11px; } .mat-location__eyebrow-line { width: 28px; } .mat-location__title { margin-bottom: 20px; font-size: 36px; line-height: 1.1; } .mat-location__text { margin-bottom: 27px; font-size: 16px; line-height: 1.65; } .mat-location__address { align-items: flex-start; margin-bottom: 30px; } .mat-location__pin { width: 44px; height: 44px; flex-basis: 44px; } .mat-location__address strong { font-size: 15px; } .mat-location__address span:not(.mat-location__pin) { font-size: 13px; } .mat-location__button { width: 100%; min-height: 57px; padding: 0 20px; } .mat-location__map-wrap { padding: 6px; border-radius: 17px; } .mat-location__map { height: 360px; border-radius: 12px; } .mat-location__map-badge { left: 18px; bottom: 18px; min-height: 44px; padding: 0 14px; font-size: 12px; } } @media (max-width: 380px) { .mat-location__title { font-size: 32px; } .mat-location__map { height: 320px; } }

About

the Hotel

Matildas is located in a restored heritage house from 1912, in harmony with its history and surroundings. We believe in a leisurely journey as a pedestrian, which allows you to connect with the city, its people, and its local flavors. With Chilean-Australian roots, we offer an urban, sustainable, and authentic experience, where heritage comes to life.

Stay

With Us

.accommodation-carousel-capacity-unit{ display:none; }

Early Booker

Pay less on all direct advance bookings made more than a month in advance.

Our

Commitment

We have the Sustainable Tourism Seal because we work with respect for the environment and the community.

We value heritage, promote responsible consumption, and believe in a travel experience that connects with the local, the simple, and the essential. 

Promotions

At Matildas Hotel

Celebrate your wedding, bachelorette party, or come spend a romantic night at our Hotel.

You can also book for our Brunch Sundays.

html{ overflow-x: hidden; }