Bem-vindos ao

Matildas Hotel

Somos um Hotel Boutique no coração de Santiago do Chile. Com uma arquitetura única e sofisticada, onde cada detalhe faz a diferença.

Nossa localização

Uma localização privilegiada para descobrir Santiago

No coração do Barrio Brasil, o Matildas Hotel é o ponto de partida perfeito para explorar Santiago no seu ritmo, conectar-se com a cidade e descobrir sua história, cultura e vida local.

Matildas Hotel Boutique Agustinas 2149, Barrio Brasil, Santiago, Chile
Reserve a sua estadia
.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; } }

Sobre o

Hotel

O Matildas encontra-se numa casa patrimonial restaurada de 1912, em harmonia com a sua história e envolvente. Acreditamos numa viagem pausada e como peão, que permite conectar com a cidade, a sua gente e os seus sabores locais. Com raízes chileno-australianas, oferecemos uma experiência urbana, sustentável e autêntica, onde o património ganha nova vida.

Hospede-se

Connosco

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

Early Booker

Pague menos em todas as reservas antecipadas diretas com mais de um mês de antecedência.

O Nosso

Compromisso

Temos o Selo de Turismo Sustentável porque trabalhamos com respeito pelo ambiente e pela comunidade.

Valorizamos o património, promovemos o consumo responsável e acreditamos numa experiência de viagem que conecta com o local, o simples e o essencial. 

Promoções

no Matildas Hotel

Celebre o seu casamento, despedida de solteira ou venha passar uma noite romântica no nosso Hotel.

Também pode reservar para os nossos Domingos de Brunch.

html{ overflow-x: hidden; }