.localizacion {
    padding: 1.25rem 1.25rem 2.5rem;
    max-width: 68.75rem;
    margin: 0 auto;
}

.tarjeta-titulo {
    text-align: center;
    margin-bottom: 1.563rem;
}

.tarjeta-titulo h1 {
    font-size: 2.5rem;
    margin-bottom: 0.625rem;
}

.tarjeta-titulo p {
    font-size: 1.1rem;
    color: #555;
}

.tarjeta-par {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.tarjeta-direccion {
    background: #ffffff;
    padding: 1.563rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.tarjeta-direccion h2 {
    margin-bottom: 0.625rem;
    font-size: 1.3rem;
}

.tarjeta-direccion p {
    margin-bottom: 0.5rem;
    color: #444;
}

.icono-localizacion {
    margin-top: 0.625rem;
    font-size: 0.95rem;
    color: #2b2b2b;
}

.mapa {
    width: 100%;
    height: clamp(220px, 40vh, 350px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 2.5rem;
}

.mapa iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.reservar {
    text-align: center;
    padding: 2.5rem 1.25rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.reservar h2 {
    margin-bottom: 0.625rem;
}

.reservar p {
    margin-bottom: 1.25rem;
    color: #555;
}

.boton {
    display: inline-block;
    padding: 0.75rem 1.563rem;
    background: #77482a;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    cursor: pointer;
}

.boton:hover {
    background: #945a35;
}
