.direccion-section {
    background-color: #f9f9f9;
}

.direccion-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;

}

.direccion-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(13, 110, 253, 0.25);
}

.step-number {
    width: 55px;
    height: 55px;
    background: #00b4aa;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.store-logo {
    height: 40px;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.store-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

.btn-primary-custom {
    background-color: #00b4aa;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.btn-primary-custom:hover {
    background-color: #00b4aa;
}

/* BOTONES STORE */
.store-btn img {
    height: 55px;
    transition: transform 0.3s ease;
}

.store-btn:hover img {
    transform: scale(1.05);
}

.direccion-ejemplo {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    /* font-family: monospace; */
}